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.

pl.json 2.0KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. "default:": "domyślny:",
  13. "choices:": "dostępne:",
  14. "aliases:": "aliasy:",
  15. "generated-value": "wygenerowana-wartość",
  16. "Not enough non-option arguments: got %s, need at least %s": {
  17. "one": "Niewystarczająca ilość argumentów: otrzymano %s, wymagane co najmniej %s",
  18. "other": "Niewystarczająca ilość argumentów: otrzymano %s, wymagane co najmniej %s"
  19. },
  20. "Too many non-option arguments: got %s, maximum of %s": {
  21. "one": "Zbyt duża ilość argumentów: otrzymano %s, wymagane co najwyżej %s",
  22. "other": "Zbyt duża ilość argumentów: otrzymano %s, wymagane co najwyżej %s"
  23. },
  24. "Missing argument value: %s": {
  25. "one": "Brak wartości dla argumentu: %s",
  26. "other": "Brak wartości dla argumentów: %s"
  27. },
  28. "Missing required argument: %s": {
  29. "one": "Brak wymaganego argumentu: %s",
  30. "other": "Brak wymaganych argumentów: %s"
  31. },
  32. "Unknown argument: %s": {
  33. "one": "Nieznany argument: %s",
  34. "other": "Nieznane argumenty: %s"
  35. },
  36. "Invalid values:": "Nieprawidłowe wartości:",
  37. "Argument: %s, Given: %s, Choices: %s": "Argument: %s, Otrzymano: %s, Dostępne: %s",
  38. "Argument check failed: %s": "Weryfikacja argumentów nie powiodła się: %s",
  39. "Implications failed:": "Założenia nie zostały spełnione:",
  40. "Not enough arguments following: %s": "Niewystarczająca ilość argumentów następujących po: %s",
  41. "Invalid JSON config file: %s": "Nieprawidłowy plik konfiguracyjny JSON: %s",
  42. "Path to JSON config file": "Ścieżka do pliku konfiguracyjnego JSON",
  43. "Show help": "Pokaż pomoc",
  44. "Show version number": "Pokaż numer wersji",
  45. "Did you mean %s?": "Czy chodziło Ci o %s?",
  46. "Arguments %s and %s are mutually exclusive": "Argumenty %s i %s wzajemnie się wykluczają",
  47. "Positionals:": "Pozycyjne:",
  48. "command": "polecenie"
  49. }