-
-
Notifications
You must be signed in to change notification settings - Fork 437
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Čeština language file [cs-CZ] (#154)
- Loading branch information
1 parent
05191b1
commit 1e7dd05
Showing
2 changed files
with
97 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
{ | ||
"languageName": "Čeština", | ||
"Create your admin account": "Vytvořit účet administrátora", | ||
"authIncorrectCreds": "Nesprávné uživatelské jméno nebo heslo.", | ||
"PasswordsDoNotMatch": "Hesla se neshodují.", | ||
"Repeat Password": "Znovu zadat heslo", | ||
"Create": "Vytvořit", | ||
"signedInDisp": "Přihlášen jako {0}", | ||
"signedInDispDisabled": "Ověření je vypnuté.", | ||
"home": "Hlavní stránka", | ||
"console": "Konzole", | ||
"registry": "Rejestr", | ||
"compose": "Compose", | ||
"addFirstStackMsg": "Sestavte svůj první zásobník!", | ||
"stackName" : "Název stohu", | ||
"deployStack": "Nasazení", | ||
"deleteStack": "Vymazat", | ||
"stopStack": "Zastavit", | ||
"restartStack": "Restart", | ||
"updateStack": "Aktualizovat", | ||
"startStack": "Spustit", | ||
"downStack": "Zastavte & Dolů", | ||
"editStack": "Změnit", | ||
"discardStack": "Zahodit", | ||
"saveStackDraft": "Uložit", | ||
"notAvailableShort" : "N/A", | ||
"deleteStackMsg": "Czy na pewno chcesz usunąć ten stos?", | ||
"stackNotManagedByDockgeMsg": "Ten stos nie jest zarządzany przez Dockge.", | ||
"primaryHostname": "Główna Nazwa Hosta", | ||
"general": "Obecné", | ||
"container": "Kontejneru | Kontejnery", | ||
"scanFolder": "Složka Scan Stacks", | ||
"dockerImage": "Obrázek", | ||
"restartPolicyUnlessStopped": "O ile nie zostanie zatrzymany", | ||
"restartPolicyAlways": "Zawsze", | ||
"restartPolicyOnFailure": "W niepowodzeniu", | ||
"restartPolicyNo": "Ne", | ||
"environmentVariable": "Zmienna środowiskowa | Zmienne środowiskowe", | ||
"restartPolicy": "Polityka restartu", | ||
"containerName": "Název Kontejneru", | ||
"port": "Port | Porty", | ||
"volume": "Objętość | Objętości", | ||
"network": "Sieć | Sieci", | ||
"dependsOn": "Zależność od kontenera | Zależności od kontenera", | ||
"addListItem": "Dodać {0}", | ||
"deleteContainer": "Vymazat", | ||
"addContainer": "Dodaj pojemnik", | ||
"addNetwork": "Dodaj sieć", | ||
"disableauth.message1": "Czy na pewno chcesz <strong>wyłączyć uwierzytelnianie</strong>?", | ||
"disableauth.message2": "Jest przeznaczony do scenariuszy <strong>gdzie zamierzasz wdrożyć uwierzytelnianie stron trzecich</strong> przed Dockge, takie jak Cloudflare Access, Authelia lub inne mechanizmy uwierzytelniania.", | ||
"passwordNotMatchMsg": "Hesla se neshodují.", | ||
"autoGet": "Získat automaticky", | ||
"add": "Přidat", | ||
"Edit": "Změnit", | ||
"applyToYAML": "Zastosuj do YAML", | ||
"createExternalNetwork": "Vytvořit", | ||
"addInternalNetwork": "Přidat", | ||
"Save": "Uložit", | ||
"Language": "Jazyk", | ||
"Current User": "Aktuálně přihlášený uživatel", | ||
"Change Password": "Změnit heslo", | ||
"Current Password": "Aktuální heslo", | ||
"New Password": "Nové heslo", | ||
"Repeat New Password": "Znovu zadat nové heslo", | ||
"Update Password": "Aktualizovat heslo", | ||
"Advanced": "Rozšířené", | ||
"Please use this option carefully!": "Používejte ji prosím s rozmyslem!", | ||
"Enable Auth": "Povolit ověřování", | ||
"Disable Auth": "Deaktivovat ověřování", | ||
"I understand, please disable": "Rozumím, chci ji deaktivovat", | ||
"Leave": "Odejít", | ||
"Frontend Version": "Verze frontendu", | ||
"Check Update On GitHub": "Zkontrolovat aktualizace na GitHubu", | ||
"Show update if available": "Upozornit na aktualizace, pokud jsou k dispozici", | ||
"Also check beta release": "Kontrolovat také dostupnost beta verzí", | ||
"Remember me": "Zapamatovat si mě", | ||
"Login": "Přihlášení", | ||
"Username": "Uživatelské jméno", | ||
"Password": "Heslo", | ||
"Settings": "Nastavení", | ||
"Logout": "Odhlásit", | ||
"Lowercase only": "Tylko małe litery", | ||
"Convert to Compose": "Konwertuj na Compose", | ||
"Docker Run": "Docker Run", | ||
"active": "Zapnuto", | ||
"exited": "zamknięty", | ||
"inactive": "Neaktivní", | ||
"Appearance": "Vzhled", | ||
"Security": "Bezpečnost", | ||
"About": "O Programu", | ||
"Allowed commands:": "Dozwolone Polecenia:", | ||
"Internal Networks": "Sieci Wewnętrzne", | ||
"External Networks": "Sieci Zewnętrzne", | ||
"No External Networks": "Brak Sieci Zewnętrznych" | ||
} |