zh.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "Commands:": "命令:",
  3. "Options:": "选项:",
  4. "Examples:": "示例:",
  5. "boolean": "boolean",
  6. "count": "count",
  7. "string": "string",
  8. "array": "array",
  9. "required": "required",
  10. "default:": "默认值:",
  11. "choices:": "可选值:",
  12. "generated-value": "生成的值",
  13. "Not enough non-option arguments: got %s, need at least %s": "缺少 non-option 参数:传入了 %s 个, 至少需要 %s 个",
  14. "Too many non-option arguments: got %s, maximum of %s": "non-option 参数过多:传入了 %s 个, 最大允许 %s 个",
  15. "Missing argument value: %s": {
  16. "one": "没有给此选项指定值:%s",
  17. "other": "没有给这些选项指定值:%s"
  18. },
  19. "Missing required argument: %s": {
  20. "one": "缺少必须的选项:%s",
  21. "other": "缺少这些必须的选项:%s"
  22. },
  23. "Unknown argument: %s": {
  24. "one": "无法识别的选项:%s",
  25. "other": "无法识别这些选项:%s"
  26. },
  27. "Invalid values:": "无效的选项值:",
  28. "Argument: %s, Given: %s, Choices: %s": "选项名称: %s, 传入的值: %s, 可选的值:%s",
  29. "Argument check failed: %s": "选项值验证失败:%s",
  30. "Implications failed:": "缺少依赖的选项:",
  31. "Not enough arguments following: %s": "没有提供足够的值给此选项:%s",
  32. "Invalid JSON config file: %s": "无效的 JSON 配置文件:%s",
  33. "Path to JSON config file": "JSON 配置文件的路径",
  34. "Show help": "显示帮助信息",
  35. "Show version number": "显示版本号"
  36. }