You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

en.json 1.5KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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. "choices:": "choices:",
  13. "aliases:": "aliases:",
  14. "generated-value": "generated-value",
  15. "Not enough non-option arguments: got %s, need at least %s": "Not enough non-option arguments: got %s, need at least %s",
  16. "Too many non-option arguments: got %s, maximum of %s": "Too many non-option arguments: got %s, maximum of %s",
  17. "Missing argument value: %s": {
  18. "one": "Missing argument value: %s",
  19. "other": "Missing argument values: %s"
  20. },
  21. "Missing required argument: %s": {
  22. "one": "Missing required argument: %s",
  23. "other": "Missing required arguments: %s"
  24. },
  25. "Unknown argument: %s": {
  26. "one": "Unknown argument: %s",
  27. "other": "Unknown arguments: %s"
  28. },
  29. "Invalid values:": "Invalid values:",
  30. "Argument: %s, Given: %s, Choices: %s": "Argument: %s, Given: %s, Choices: %s",
  31. "Argument check failed: %s": "Argument check failed: %s",
  32. "Implications failed:": "Implications failed:",
  33. "Not enough arguments following: %s": "Not enough arguments following: %s",
  34. "Invalid JSON config file: %s": "Invalid JSON config file: %s",
  35. "Path to JSON config file": "Path to JSON config file",
  36. "Show help": "Show help",
  37. "Show version number": "Show version number",
  38. "Did you mean %s?": "Did you mean %s?",
  39. "Arguments %s and %s are mutually exclusive" : "Arguments %s and %s are mutually exclusive"
  40. }