From 9610b89fa5b6e1239946bebf6211c6dcb2a0881a Mon Sep 17 00:00:00 2001 From: brixik1 Date: Wed, 11 Oct 2023 09:58:54 +0000 Subject: [PATCH] Translated using Weblate (Czech) Currently translated at 100.0% (51 of 51 strings) Translation: jfa-go/Common Strings Translate-URL: https://weblate.jfa-go.com/projects/jfa-go/common-strings/cs/ --- lang/common/cs-CZ.json | 102 ++++++++++++++++++++--------------------- 1 file changed, 51 insertions(+), 51 deletions(-) diff --git a/lang/common/cs-CZ.json b/lang/common/cs-CZ.json index 145d982..6b4c466 100644 --- a/lang/common/cs-CZ.json +++ b/lang/common/cs-CZ.json @@ -1,67 +1,67 @@ { "meta": { - "name": "" + "name": "Čeština (CZ)" }, "strings": { - "username": "", - "password": "", - "emailAddress": "", - "name": "", - "submit": "", - "send": "", - "success": "", - "continue": "", - "error": "", - "copy": "", - "copied": "", - "time24h": "", - "time12h": "", - "linkTelegram": "", - "contactEmail": "", - "contactTelegram": "", - "linkDiscord": "", - "linkMatrix": "", - "contactDiscord": "", - "theme": "", - "refresh": "", - "required": "", - "login": "", - "logout": "", - "admin": "", - "enabled": "", - "disabled": "", - "reEnable": "", - "disable": "", - "contactMethods": "", - "accountStatus": "", - "notSet": "", - "expiry": "", - "add": "", - "edit": "", - "delete": "", - "myAccount": "", - "referrals": "", - "inviteRemainingUses": "" + "username": "Uživatelské jméno", + "password": "Heslo", + "emailAddress": "Emailová adresa", + "name": "Název", + "submit": "Odeslat", + "send": "Poslat", + "success": "Hotovo", + "continue": "Pokračovat", + "error": "Chyba", + "copy": "Kopírovat", + "copied": "Zkopírováno", + "time24h": "Čas 24 hodin", + "time12h": "Čas 12 hodin", + "linkTelegram": "Link Telegram", + "contactEmail": "Kontakt přes Email", + "contactTelegram": "Kontakt přes Telegram", + "linkDiscord": "Link Discord", + "linkMatrix": "Link Matrix", + "contactDiscord": "Kontakt přes Discord", + "theme": "Téma", + "refresh": "Obnovit", + "required": "Požadované", + "login": "Přihlásit se", + "logout": "Odhlásit se", + "admin": "Admin", + "enabled": "Povoleno", + "disabled": "Zakázáno", + "reEnable": "Znovu povolit", + "disable": "Zakázat", + "contactMethods": "Kontaktní metody", + "accountStatus": "Stav účtu", + "notSet": "Nenastaveno", + "expiry": "Uplynutí", + "add": "Přidat", + "edit": "Upravit", + "delete": "Vymazat", + "myAccount": "Můj účet", + "referrals": "Doporučení", + "inviteRemainingUses": "Zbývající použití" }, "notifications": { - "errorLoginBlank": "", - "errorConnection": "", - "errorUnknown": "", - "error401Unauthorized": "", - "errorSaveSettings": "" + "errorLoginBlank": "Uživatelské jméno a/nebo heslo zůstalo prázdné.", + "errorConnection": "Nelze se připojit k jfa-go.", + "errorUnknown": "Neznámá chyba.", + "error401Unauthorized": "Neoprávněný. Zkuste stránku obnovit.", + "errorSaveSettings": "Nastavení se nepodařilo uložit." }, "quantityStrings": { "year": { - "singular": "", - "plural": "" + "singular": "{n} rok", + "plural": "{n} let" }, "month": { - "singular": "", - "plural": "" + "singular": "{n} měsíc", + "plural": "{n} měsíců" }, "day": { - "singular": "", - "plural": "" + "singular": "{n} den", + "plural": "{n} dní" } } }