Skip to content

Commit

Permalink
Translated using Weblate (Czech)
Browse files Browse the repository at this point in the history
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/
  • Loading branch information
brixik1 authored and weblate committed Oct 13, 2023
1 parent 9809611 commit 9610b89
Showing 1 changed file with 51 additions and 51 deletions.
102 changes: 51 additions & 51 deletions 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í"
}
}
}

0 comments on commit 9610b89

Please sign in to comment.