mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-15 10:16:12 +01:00
Latest translations and fallbacks
This commit is contained in:
@@ -3,8 +3,12 @@
|
||||
"custom-css.description": "Zadejte vlastní deklarace CSS, které budou použity na všechny ostatních styly.",
|
||||
"custom-css.enable": "Povolit uživatelské CSS",
|
||||
|
||||
"custom-js": "Custom Javascript",
|
||||
"custom-js.description": "Enter your own javascript here. It will be executed after the page is loaded completely.",
|
||||
"custom-js.enable": "Enable Custom Javascript",
|
||||
|
||||
"custom-header": "Uživatelská hlavička",
|
||||
"custom-header.description": "Zadejte zde uživatelské HTML (např.: javascript, meta značky, atp.), které bude přiřazeno k <code><head></code> části značek vašeho fóra.",
|
||||
"custom-header.description": "Enter custom HTML here (ex. Meta Tags, etc.), which will be appended to the <code><head></code> section of your forum's markup. Script tags are allowed, but are discouraged, as the <a href=\"#custom-header\" data-toggle=\"tab\">Custom Javascript</a> tab is available.",
|
||||
"custom-header.enable": "Povolit uživatelskou hlavičku",
|
||||
|
||||
"custom-css.livereload": "Povolit aktuální znovu načtení",
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
"section-appearance": "Vzhled",
|
||||
"appearance/themes": "Motivy",
|
||||
"appearance/skins": "Vzhledy",
|
||||
"appearance/customise": "Uživatelské HTML a CSS",
|
||||
"appearance/customise": "Custom Content (HTML/JS/CSS)",
|
||||
|
||||
"section-extend": "Rozšířit",
|
||||
"extend/plugins": "Rozšíření",
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"notifications": "Oznámení",
|
||||
"welcome-notification": "Uvítání",
|
||||
"welcome-notification-link": "Odkaz na uvítání"
|
||||
"welcome-notification-link": "Odkaz na uvítání",
|
||||
"welcome-notification-uid": "Welcome Notification User (UID)"
|
||||
}
|
||||
@@ -4,6 +4,7 @@
|
||||
"sorting.oldest-to-newest": "Od nejstarších po nejnovější",
|
||||
"sorting.newest-to-oldest": "Od nejnovějších po nejstarší",
|
||||
"sorting.most-votes": "Dle hlasování",
|
||||
"sorting.most-posts": "Most Posts",
|
||||
"sorting.topic-default": "Výchozí třídění tématu",
|
||||
"restrictions": "Omezení příspěvků",
|
||||
"restrictions.post-queue": "Povolit frontu pro příspěvky",
|
||||
|
||||
@@ -19,6 +19,8 @@
|
||||
"themes": "Motivy",
|
||||
"disable-user-skins": "Zabránit uživateli ve výběru vlastního vzhledu",
|
||||
"account-protection": "Ochrana účtu",
|
||||
"admin-relogin-duration": "Admin relogin duration (minutes)",
|
||||
"admin-relogin-duration-help": "After a set amount of time accessing the admin section will require re-login, set to 0 to disable",
|
||||
"login-attempts": "Počet pokusů o přihlášení za hodinu",
|
||||
"login-attempts-help": "Překročí-li pokusy o přihlášení uživatele/ů tuto hranici, účet bude uzamknut na určený čas",
|
||||
"lockout-duration": "Délka blokování účtu (v minutách)",
|
||||
|
||||
@@ -30,6 +30,7 @@
|
||||
"notif.chat.unsub.info": "Toto upozornění na chat vám bylo odesláno na základě vašeho nastavení odběru.",
|
||||
"notif.post.cta": "Klikněte zde pro přečtené celého tématu",
|
||||
"notif.post.unsub.info": "Toto upozornění na příspěvek vám bylo odesláno na základě vašeho nastavení odběru.",
|
||||
"notif.cta": "Click here to go to forum",
|
||||
"test.text1": "Tento testovací e-mail slouží k ověření, že je e-mailer správně nastaven pro práci s NodeBB.",
|
||||
"unsub.cta": "Chcete-li změnit tyto nastavení, klikněte zde.",
|
||||
"banned.subject": "Byl jste zablokován od %1",
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
"continue_to": "Pokračovat na %1",
|
||||
"return_to": "Vrátit se na %1",
|
||||
"new_notification": "Nové upozornění",
|
||||
"new_notification_from": "You have a new Notification from %1",
|
||||
"you_have_unread_notifications": "Máte nepřečtená upozornění.",
|
||||
"all": "Vše",
|
||||
"topics": "Témata",
|
||||
@@ -45,5 +46,19 @@
|
||||
"email-confirmed": "E-mail potvrzen",
|
||||
"email-confirmed-message": "Děkujeme za ověření vaší e-mailové adresy. Váš účet je nyní aktivní.",
|
||||
"email-confirm-error-message": "Nastal problém s ověřením vaší e-mailové adresy. Kód je pravděpodobně neplatný nebo jeho platnost vypršela.",
|
||||
"email-confirm-sent": "Ověřovací e-mail odeslán."
|
||||
"email-confirm-sent": "Ověřovací e-mail odeslán.",
|
||||
"none": "None",
|
||||
"notification_only": "Notification Only",
|
||||
"email_only": "Email Only",
|
||||
"notification_and_email": "Notification & Email",
|
||||
"notificationType_upvote": "When someone upvotes your post",
|
||||
"notificationType_new-topic": "When someone you follow posts a topic",
|
||||
"notificationType_new-reply": "When a new reply is posted in a topic you are watching",
|
||||
"notificationType_follow": "When someone starts following you",
|
||||
"notificationType_new-chat": "When you receive a chat message",
|
||||
"notificationType_group-invite": "When you receive a group invite",
|
||||
"notificationType_new-register": "When someone gets added to registration queue",
|
||||
"notificationType_post-queue": "When a new post is queued",
|
||||
"notificationType_new-post-flag": "When a post is flagged",
|
||||
"notificationType_new-user-flag": "When a user is flagged"
|
||||
}
|
||||
Reference in New Issue
Block a user