mirror of https://github.com/hrfee/jfa-go
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/pull/301/head
parent
9809611d0d
commit
9610b89fa5
@ -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í"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in new issue