MiraiProjectWizardBundle.properties 2.3 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 Plugin
  10. module.description="Template for building plugins for <b>Mirai Console</b>"
  11. title.plugin.description=Plugin Description
  12. label.plugin.version=Plugin Version:
  13. label.version.stable=Stable
  14. label.version.prerelease=Prerelease
  15. label.version.nightly=Nightly
  16. label.plugin.id=Plugin ID:
  17. label.plugin.name=Plugin Name:
  18. label.mirai.version.loading=Loading...
  19. label.mirai.version=Mirai Version:
  20. error.failed.to.download.mirai.version=Failed to download version list, please select a version manually
  21. error.please.wait.for.mirai.version=Please wait for downloading version list
  22. label.plugin.author=Plugin Author:
  23. comment.plugin.id=Should consist of English characters and/or numbers, '.', ':', '-'. Example: "net.mamoe:chat-command".
  24. comment.plugin.name=Example: "Chat Command".
  25. comment.plugin.version=Should comply <a href="https://semver.org/">Semantic Versioning</a>, not including 'v'. Example: "0.1.0".
  26. comment.mirai.version=Minimum version of Mirai Console this plugin requires on.
  27. label.plugin.dependencies=Plugin Dependencies:
  28. label.plugin.info=Plugin Info:
  29. comment.plugin.dependencies=Each dependency is in format "id:VersionRequirement" (not including quotation marks). To declare optional dependency, add "?" at the end. \
  30. 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. \
  31. Separate multiple dependencies into liens. \
  32. 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>.
  33. comment.plugin.info=Introductory information about this plugin.
  34. text.hint.plugin.info=Optional
  35. text.hint.plugin.dependencies=Optional
  36. validation.plugin.name.forbidden.character="{0}" is forbidden in plugin name
  37. validation.illegal.plugin.id=Invalid plugin id "{0}"
  38. validation.illegal.version=Invalid version.\n{0}
  39. no.error.message=No error message