pl.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "Commands:": "Polecenia:",
  3. "Options:": "Opcje:",
  4. "Examples:": "Przykłady:",
  5. "boolean": "boolean",
  6. "count": "ilość",
  7. "string": "ciąg znaków",
  8. "number": "liczba",
  9. "array": "tablica",
  10. "required": "wymagany",
  11. "default:": "domyślny:",
  12. "choices:": "dostępne:",
  13. "generated-value": "wygenerowana-wartość",
  14. "Not enough non-option arguments: got %s, need at least %s": "Niewystarczająca ilość argumentów: otrzymano %s, wymagane co najmniej %s",
  15. "Too many non-option arguments: got %s, maximum of %s": "Zbyt duża ilość argumentów: otrzymano %s, wymagane co najwyżej %s",
  16. "Missing argument value: %s": {
  17. "one": "Brak wartości dla argumentu: %s",
  18. "other": "Brak wartości dla argumentów: %s"
  19. },
  20. "Missing required argument: %s": {
  21. "one": "Brak wymaganego argumentu: %s",
  22. "other": "Brak wymaganych argumentów: %s"
  23. },
  24. "Unknown argument: %s": {
  25. "one": "Nieznany argument: %s",
  26. "other": "Nieznane argumenty: %s"
  27. },
  28. "Invalid values:": "Nieprawidłowe wartości:",
  29. "Argument: %s, Given: %s, Choices: %s": "Argument: %s, Otrzymano: %s, Dostępne: %s",
  30. "Argument check failed: %s": "Weryfikacja argumentów nie powiodła się: %s",
  31. "Implications failed:": "Założenia nie zostały spełnione:",
  32. "Not enough arguments following: %s": "Niewystarczająca ilość argumentów następujących po: %s",
  33. "Invalid JSON config file: %s": "Nieprawidłowy plik konfiguracyjny JSON: %s",
  34. "Path to JSON config file": "Ścieżka do pliku konfiguracyjnego JSON",
  35. "Show help": "Pokaż pomoc",
  36. "Show version number": "Pokaż numer wersji"
  37. }