Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
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.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. "Invalid values:": "Invalid values:",
  37. "Argument: %s, Given: %s, Choices: %s": "Argument: %s, Given: %s, Choices: %s",
  38. "Argument check failed: %s": "Argument check failed: %s",
  39. "Implications failed:": "Missing dependent arguments:",
  40. "Not enough arguments following: %s": "Not enough arguments following: %s",
  41. "Invalid JSON config file: %s": "Invalid JSON config file: %s",
  42. "Path to JSON config file": "Path to JSON config file",
  43. "Show help": "Show help",
  44. "Show version number": "Show version number",
  45. "Did you mean %s?": "Did you mean %s?",
  46. "Arguments %s and %s are mutually exclusive" : "Arguments %s and %s are mutually exclusive",
  47. "Positionals:": "Positionals:",
  48. "command": "command",
  49. "deprecated": "deprecated",
  50. "deprecated: %s": "deprecated: %s"
  51. }