MiraiProjectWizardBundle_zh.properties 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. #
  2. # Copyright 2019-2022 Mamoe Technologies and contributors.
  3. #
  4. # ???????? GNU AFFERO GENERAL PUBLIC LICENSE version 3 ??????, ?????????????.
  5. # Use of this source code is governed by the GNU AGPLv3 license that can be found through the following link.
  6. #
  7. # https://github.com/mamoe/mirai/blob/dev/LICENSE
  8. #
  9. module.presentation.name=Mirai Console 插件
  10. module.description="构建 <b>Mirai Console</b> 插件的模板"
  11. title.plugin.description=插件信息
  12. label.plugin.version=插件版本号:
  13. label.version.stable=稳定版
  14. label.version.prerelease=预览版
  15. label.version.nightly=开发版
  16. label.plugin.id=插件 ID:
  17. label.plugin.name=插件名称:
  18. label.mirai.version.loading=加载中...
  19. label.mirai.version=Mirai 版本号:
  20. error.failed.to.download.mirai.version=下载版本列表失败, 请手动选择版本号
  21. error.please.wait.for.mirai.version=请等待下载版本列表
  22. label.plugin.author=插件作者:
  23. comment.plugin.id=只能包含以下内容: 英文字母, 数字, '.', ':', '-'. 示例: "net.mamoe.chat-command".
  24. comment.plugin.name=示例: "Chat Command".
  25. comment.plugin.version=需遵循 <a href="https://semver.org/">语义化版本</a>, 不包含 'v'. 示例: "0.1.0".
  26. comment.mirai.version=插件依赖的最低 Mirai Console 版本号
  27. label.plugin.dependencies=插件依赖:
  28. label.plugin.info=插件描述:
  29. comment.plugin.dependencies=每个依赖格式为 "id:版本要求" (不包括引号). 若要定义可选依赖, 请在末尾添加 "?". \
  30. 示例: "net.mamoe.chat-command:[1.0.0, 2.0.0)?" 定义对 "net.mamoe.chat-command" 的可选依赖, 要求其版本大于或等于 1.0.0 且小于 2.0.0. \
  31. 多个依赖以换行符分割. \
  32. "版本要求" 语法可在 <a href="https://ant.apache.org/ivy/history/latest-milestone/settings/version-matchers.html">Apache Ivy version-matchers</a> 查看.
  33. comment.plugin.info=对该插件的介绍信息.
  34. text.hint.plugin.info=可留空
  35. text.hint.plugin.dependencies=可留空
  36. validation.plugin.name.forbidden.character=插件名称中不允许存在 "{0}"
  37. validation.illegal.plugin.id=插件 ID 无效: "{0}"
  38. validation.illegal.version=插件版本无效\n{0}
  39. no.error.message=无错误信息