| 123456789101112131415161718192021222324252627282930313233343536373839 |
- #
- # 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 插件
- module.description="构建 <b>Mirai Console</b> 插件的模板"
- title.plugin.description=插件信息
- label.plugin.version=插件版本号:
- label.version.stable=稳定版
- label.version.prerelease=预览版
- label.version.nightly=开发版
- label.plugin.id=插件 ID:
- label.plugin.name=插件名称:
- label.mirai.version.loading=加载中...
- label.mirai.version=Mirai 版本号:
- error.failed.to.download.mirai.version=下载版本列表失败, 请手动选择版本号
- error.please.wait.for.mirai.version=请等待下载版本列表
- label.plugin.author=插件作者:
- comment.plugin.id=只能包含以下内容: 英文字母, 数字, '.', ':', '-'. 示例: "net.mamoe.chat-command".
- comment.plugin.name=示例: "Chat Command".
- comment.plugin.version=需遵循 <a href="https://semver.org/">语义化版本</a>, 不包含 'v'. 示例: "0.1.0".
- comment.mirai.version=插件依赖的最低 Mirai Console 版本号
- label.plugin.dependencies=插件依赖:
- label.plugin.info=插件描述:
- comment.plugin.dependencies=每个依赖格式为 "id:版本要求" (不包括引号). 若要定义可选依赖, 请在末尾添加 "?". \
- 示例: "net.mamoe.chat-command:[1.0.0, 2.0.0)?" 定义对 "net.mamoe.chat-command" 的可选依赖, 要求其版本大于或等于 1.0.0 且小于 2.0.0. \
- 多个依赖以换行符分割. \
- "版本要求" 语法可在 <a href="https://ant.apache.org/ivy/history/latest-milestone/settings/version-matchers.html">Apache Ivy version-matchers</a> 查看.
- comment.plugin.info=对该插件的介绍信息.
- text.hint.plugin.info=可留空
- text.hint.plugin.dependencies=可留空
- validation.plugin.name.forbidden.character=插件名称中不允许存在 "{0}"
- validation.illegal.plugin.id=插件 ID 无效: "{0}"
- validation.illegal.version=插件版本无效\n{0}
- no.error.message=无错误信息
|