en.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "Commands:": "Commands:",
  3. "Options:": "Options:",
  4. "Examples:": "Examples:",
  5. "boolean": "boolean",
  6. "count": "count",
  7. "string": "string",
  8. "array": "array",
  9. "required": "required",
  10. "default:": "default:",
  11. "choices:": "choices:",
  12. "generated-value": "generated-value",
  13. "Not enough non-option arguments: got %s, need at least %s": "Not enough non-option arguments: got %s, need at least %s",
  14. "Too many non-option arguments: got %s, maximum of %s": "Too many non-option arguments: got %s, maximum of %s",
  15. "Missing argument value: %s": {
  16. "one": "Missing argument value: %s",
  17. "other": "Missing argument values: %s"
  18. },
  19. "Missing required argument: %s": {
  20. "one": "Missing required argument: %s",
  21. "other": "Missing required arguments: %s"
  22. },
  23. "Unknown argument: %s": {
  24. "one": "Unknown argument: %s",
  25. "other": "Unknown arguments: %s"
  26. },
  27. "Invalid values:": "Invalid values:",
  28. "Argument: %s, Given: %s, Choices: %s": "Argument: %s, Given: %s, Choices: %s",
  29. "Argument check failed: %s": "Argument check failed: %s",
  30. "Implications failed:": "Implications failed:",
  31. "Not enough arguments following: %s": "Not enough arguments following: %s",
  32. "Invalid JSON config file: %s": "Invalid JSON config file: %s",
  33. "Path to JSON config file": "Path to JSON config file",
  34. "Show help": "Show help",
  35. "Show version number": "Show version number"
  36. }