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