cs.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "Commands:": "Příkazy:",
  3. "Options:": "Možnosti:",
  4. "Examples:": "Příklady:",
  5. "boolean": "logická hodnota",
  6. "count": "počet",
  7. "string": "řetězec",
  8. "number": "číslo",
  9. "array": "pole",
  10. "required": "povinné",
  11. "default": "výchozí",
  12. "default:": "výchozí:",
  13. "choices:": "volby:",
  14. "aliases:": "aliasy:",
  15. "generated-value": "generovaná-hodnota",
  16. "Not enough non-option arguments: got %s, need at least %s": {
  17. "one": "Nedostatek argumentů: zadáno %s, je potřeba alespoň %s",
  18. "other": "Nedostatek argumentů: zadáno %s, je potřeba alespoň %s"
  19. },
  20. "Too many non-option arguments: got %s, maximum of %s": {
  21. "one": "Příliš mnoho argumentů: zadáno %s, maximálně %s",
  22. "other": "Příliš mnoho argumentů: zadáno %s, maximálně %s"
  23. },
  24. "Missing argument value: %s": {
  25. "one": "Chybí hodnota argumentu: %s",
  26. "other": "Chybí hodnoty argumentů: %s"
  27. },
  28. "Missing required argument: %s": {
  29. "one": "Chybí požadovaný argument: %s",
  30. "other": "Chybí požadované argumenty: %s"
  31. },
  32. "Unknown argument: %s": {
  33. "one": "Neznámý argument: %s",
  34. "other": "Neznámé argumenty: %s"
  35. },
  36. "Invalid values:": "Neplatné hodnoty:",
  37. "Argument: %s, Given: %s, Choices: %s": "Argument: %s, Zadáno: %s, Možnosti: %s",
  38. "Argument check failed: %s": "Kontrola argumentů se nezdařila: %s",
  39. "Implications failed:": "Chybí závislé argumenty:",
  40. "Not enough arguments following: %s": "Následuje nedostatek argumentů: %s",
  41. "Invalid JSON config file: %s": "Neplatný konfigurační soubor JSON: %s",
  42. "Path to JSON config file": "Cesta ke konfiguračnímu souboru JSON",
  43. "Show help": "Zobrazit nápovědu",
  44. "Show version number": "Zobrazit číslo verze",
  45. "Did you mean %s?": "Měl jste na mysli %s?",
  46. "Arguments %s and %s are mutually exclusive" : "Argumenty %s a %s se vzájemně vylučují",
  47. "Positionals:": "Poziční:",
  48. "command": "příkaz",
  49. "deprecated": "zastaralé",
  50. "deprecated: %s": "zastaralé: %s"
  51. }