en.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "Commands:": "Commands:",
  3. "Options:": "Options:",
  4. "Examples:": "Examples:",
  5. "boolean": "boolean",
  6. "count": "count",
  7. "string": "string",
  8. "number": "number",
  9. "array": "array",
  10. "required": "required",
  11. "default": "default",
  12. "default:": "default:",
  13. "choices:": "choices:",
  14. "aliases:": "aliases:",
  15. "generated-value": "generated-value",
  16. "Not enough non-option arguments: got %s, need at least %s": {
  17. "one": "Not enough non-option arguments: got %s, need at least %s",
  18. "other": "Not enough non-option arguments: got %s, need at least %s"
  19. },
  20. "Too many non-option arguments: got %s, maximum of %s": {
  21. "one": "Too many non-option arguments: got %s, maximum of %s",
  22. "other": "Too many non-option arguments: got %s, maximum of %s"
  23. },
  24. "Missing argument value: %s": {
  25. "one": "Missing argument value: %s",
  26. "other": "Missing argument values: %s"
  27. },
  28. "Missing required argument: %s": {
  29. "one": "Missing required argument: %s",
  30. "other": "Missing required arguments: %s"
  31. },
  32. "Unknown argument: %s": {
  33. "one": "Unknown argument: %s",
  34. "other": "Unknown arguments: %s"
  35. },
  36. "Unknown command: %s": {
  37. "one": "Unknown command: %s",
  38. "other": "Unknown commands: %s"
  39. },
  40. "Invalid values:": "Invalid values:",
  41. "Argument: %s, Given: %s, Choices: %s": "Argument: %s, Given: %s, Choices: %s",
  42. "Argument check failed: %s": "Argument check failed: %s",
  43. "Implications failed:": "Missing dependent arguments:",
  44. "Not enough arguments following: %s": "Not enough arguments following: %s",
  45. "Invalid JSON config file: %s": "Invalid JSON config file: %s",
  46. "Path to JSON config file": "Path to JSON config file",
  47. "Show help": "Show help",
  48. "Show version number": "Show version number",
  49. "Did you mean %s?": "Did you mean %s?",
  50. "Arguments %s and %s are mutually exclusive" : "Arguments %s and %s are mutually exclusive",
  51. "Positionals:": "Positionals:",
  52. "command": "command",
  53. "deprecated": "deprecated",
  54. "deprecated: %s": "deprecated: %s"
  55. }