mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-11 11:00:15 +08:00
40 lines
2.3 KiB
Properties
40 lines
2.3 KiB
Properties
|
#
|
||
|
# Copyright 2019-2022 Mamoe Technologies and contributors.
|
||
|
#
|
||
|
# ???????? GNU AFFERO GENERAL PUBLIC LICENSE version 3 ??????, ?????????????.
|
||
|
# Use of this source code is governed by the GNU AGPLv3 license that can be found through the following link.
|
||
|
#
|
||
|
# https://github.com/mamoe/mirai/blob/dev/LICENSE
|
||
|
#
|
||
|
module.presentation.name=Mirai Console Plugin
|
||
|
module.description="Template for building plugins for <b>Mirai Console</b>"
|
||
|
title.plugin.description=Plugin Description
|
||
|
label.plugin.version=Plugin Version:
|
||
|
label.version.stable=Stable
|
||
|
label.version.prerelease=Prerelease
|
||
|
label.version.nightly=Nightly
|
||
|
label.plugin.id=Plugin ID:
|
||
|
label.plugin.name=Plugin Name:
|
||
|
label.mirai.version.loading=Loading...
|
||
|
label.mirai.version=Mirai Version:
|
||
|
error.failed.to.download.mirai.version=Failed to download version list, please select a version manually
|
||
|
error.please.wait.for.mirai.version=Please wait for downloading version list
|
||
|
label.plugin.author=Plugin Author:
|
||
|
comment.plugin.id=Should consist of English characters and/or numbers, '.', ':', '-'. Example: "net.mamoe:chat-command".
|
||
|
comment.plugin.name=Example: "Chat Command".
|
||
|
comment.plugin.version=Should comply <a href="https://semver.org/">Semantic Versioning</a>, not including 'v'. Example: "0.1.0".
|
||
|
comment.mirai.version=Minimum version of Mirai Console this plugin requires on.
|
||
|
label.plugin.dependencies=Plugin Dependencies:
|
||
|
label.plugin.info=Plugin Info:
|
||
|
comment.plugin.dependencies=Each dependency is in format "id:VersionRequirement" (not including quotation marks). To declare optional dependency, add "?" at the end. \
|
||
|
Example: "net.mamoe.chat-command:[1.0.0, 2.0.0)?" declares and optional dependency on "net.mamoe.chat-command", requiring its version to be greater or equal to 1.0.0 and smaller than 2.0.0. \
|
||
|
Separate multiple dependencies into liens. \
|
||
|
Syntax for "VersionRequirement" can be found at <a href="https://ant.apache.org/ivy/history/latest-milestone/settings/version-matchers.html">Apache Ivy version-matchers</a>.
|
||
|
comment.plugin.info=Introductory information about this plugin.
|
||
|
text.hint.plugin.info=Optional
|
||
|
text.hint.plugin.dependencies=Optional
|
||
|
validation.plugin.name.forbidden.character="{0}" is forbidden in plugin name
|
||
|
validation.illegal.plugin.id=Invalid plugin id "{0}"
|
||
|
validation.illegal.version=Invalid version.\n{0}
|
||
|
no.error.message=No error message
|