mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-25 03:01:19 +02:00
Merge commit 'cd5e5e809f2d2fbd55a60e7e0eb279dcb48b1274' into weekly
This commit is contained in:
10
package.json
10
package.json
@@ -51,14 +51,14 @@
|
||||
"nodebb-plugin-dbsearch": "1.0.1",
|
||||
"nodebb-plugin-emoji-one": "1.1.3",
|
||||
"nodebb-plugin-emoji-extended": "1.1.0",
|
||||
"nodebb-plugin-markdown": "5.1.4",
|
||||
"nodebb-plugin-mentions": "1.0.24",
|
||||
"nodebb-plugin-markdown": "5.1.5",
|
||||
"nodebb-plugin-mentions": "1.1.0",
|
||||
"nodebb-plugin-soundpack-default": "0.1.6",
|
||||
"nodebb-plugin-spam-be-gone": "0.4.6",
|
||||
"nodebb-rewards-essentials": "0.0.8",
|
||||
"nodebb-theme-lavender": "3.0.10",
|
||||
"nodebb-theme-persona": "4.0.132",
|
||||
"nodebb-theme-vanilla": "5.0.71",
|
||||
"nodebb-theme-persona": "4.0.138",
|
||||
"nodebb-theme-vanilla": "5.0.75",
|
||||
"nodebb-widget-essentials": "2.0.9",
|
||||
"nodemailer": "2.0.0",
|
||||
"nodemailer-sendmail-transport": "1.0.0",
|
||||
@@ -117,4 +117,4 @@
|
||||
"url": "https://github.com/barisusakli"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
"no-email-to-confirm": "هذا المنتدى يستلزم تفعيل بريدك الإلكتروني، انقر هنا من فضلك لإدخاله.",
|
||||
"email-confirm-failed": "لم نستطع تفعيل بريدك الإلكتروني، المرجو المحاولة لاحقًا.",
|
||||
"confirm-email-already-sent": "لقد تم ارسال بريد التأكيد، الرجاء اﻹنتظار 1% دقائق لإعادة اﻹرسال",
|
||||
"sendmail-not-found": "The sendmail executable could not be found, please ensure it is installed and executable by the user running NodeBB.",
|
||||
"username-too-short": "اسم المستخدم قصير.",
|
||||
"username-too-long": "اسم المستخدم طويل",
|
||||
"password-too-long": "Password too long",
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"remember_me": "تذكرني؟",
|
||||
"forgot_password": "نسيت كلمة المرور؟",
|
||||
"alternative_logins": "تسجيلات الدخول البديلة",
|
||||
"failed_login_attempt": "فشلت محاولة تسجيل الدخول، يرجى المحاولة مرة أخرى.",
|
||||
"failed_login_attempt": "Login Unsuccessful",
|
||||
"login_successful": "قمت بتسجيل الدخول بنجاح!",
|
||||
"dont_have_account": "لا تملك حساب؟"
|
||||
}
|
||||
@@ -29,6 +29,14 @@
|
||||
"composer.submit_and_lock": "Submit and Lock",
|
||||
"composer.toggle_dropdown": "Toggle Dropdown",
|
||||
"composer.uploading": "Uploading %1",
|
||||
"composer.formatting.bold": "Bold",
|
||||
"composer.formatting.italic": "Italic",
|
||||
"composer.formatting.list": "List",
|
||||
"composer.formatting.strikethrough": "Strikethrough",
|
||||
"composer.formatting.link": "Link",
|
||||
"composer.formatting.picture": "Picture",
|
||||
"composer.upload-picture": "Upload Image",
|
||||
"composer.upload-file": "Upload File",
|
||||
"bootbox.ok": "OK",
|
||||
"bootbox.cancel": "إلغاء",
|
||||
"bootbox.confirm": "تأكيد",
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
"no-email-to-confirm": "Този форум изисква потвърдена е-поща. Моля, натиснете тук, за да въведете е-поща",
|
||||
"email-confirm-failed": "Не успяхме да потвърдим е-пощата Ви. Моля, опитайте отново по-късно.",
|
||||
"confirm-email-already-sent": "Е-писмото за потвърждение вече е изпратено. Моля, почакайте още %1 минута/и, преди да изпратите ново.",
|
||||
"sendmail-not-found": "Изпълнимият файл на „sendmail“ не може да бъде намерен. Моля, уверете се, че е инсталиран и изпълним за потребителя, чрез който е пуснат NodeBB.",
|
||||
"username-too-short": "Потребителското име е твърде кратко",
|
||||
"username-too-long": "Потребителското име е твърде дълго",
|
||||
"password-too-long": "Паролата е твърде дълга",
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"remember_me": "Запомнете ме?",
|
||||
"forgot_password": "Забравена парола?",
|
||||
"alternative_logins": "Други начини за влизане",
|
||||
"failed_login_attempt": "Неуспешно влизане. Моля, опитайте отново.",
|
||||
"failed_login_attempt": "Влизането беше неуспешно",
|
||||
"login_successful": "Вие влязохте успешно!",
|
||||
"dont_have_account": "Нямате акаунт?"
|
||||
}
|
||||
@@ -29,6 +29,14 @@
|
||||
"composer.submit_and_lock": "Публикуване и заключване",
|
||||
"composer.toggle_dropdown": "Превключване на падащото меню",
|
||||
"composer.uploading": "Качване на %1",
|
||||
"composer.formatting.bold": "Получер",
|
||||
"composer.formatting.italic": "Курсив",
|
||||
"composer.formatting.list": "Списък",
|
||||
"composer.formatting.strikethrough": "Зачертан",
|
||||
"composer.formatting.link": "Връзка",
|
||||
"composer.formatting.picture": "Снимка",
|
||||
"composer.upload-picture": "Качване на изображение",
|
||||
"composer.upload-file": "Качване на файл",
|
||||
"bootbox.ok": "Добре",
|
||||
"bootbox.cancel": "Отказ",
|
||||
"bootbox.confirm": "Потвърждаване",
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
"no-email-to-confirm": "This forum requires email confirmation, please click here to enter an email",
|
||||
"email-confirm-failed": "We could not confirm your email, please try again later.",
|
||||
"confirm-email-already-sent": "Confirmation email already sent, please wait %1 minute(s) to send another one.",
|
||||
"sendmail-not-found": "The sendmail executable could not be found, please ensure it is installed and executable by the user running NodeBB.",
|
||||
"username-too-short": "খুব ছোট ইউজারনেম",
|
||||
"username-too-long": "ইউজারনেম বড় হয়ে গিয়েছে",
|
||||
"password-too-long": "Password too long",
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"remember_me": "মনে রাখুন",
|
||||
"forgot_password": "পাসওয়ার্ড ভুলে গিয়েছেন?",
|
||||
"alternative_logins": "বিকল্প প্রবেশ",
|
||||
"failed_login_attempt": "প্রবেশ সফল হয় নি, আবার চেষ্টা করুন।",
|
||||
"failed_login_attempt": "Login Unsuccessful",
|
||||
"login_successful": "আপনি সফলভাবে প্রবেশ করেছেন!",
|
||||
"dont_have_account": "কোন একাউন্ট নেই?"
|
||||
}
|
||||
@@ -29,6 +29,14 @@
|
||||
"composer.submit_and_lock": "Submit and Lock",
|
||||
"composer.toggle_dropdown": "Toggle Dropdown",
|
||||
"composer.uploading": "Uploading %1",
|
||||
"composer.formatting.bold": "Bold",
|
||||
"composer.formatting.italic": "Italic",
|
||||
"composer.formatting.list": "List",
|
||||
"composer.formatting.strikethrough": "Strikethrough",
|
||||
"composer.formatting.link": "Link",
|
||||
"composer.formatting.picture": "Picture",
|
||||
"composer.upload-picture": "Upload Image",
|
||||
"composer.upload-file": "Upload File",
|
||||
"bootbox.ok": "OK",
|
||||
"bootbox.cancel": "Cancel",
|
||||
"bootbox.confirm": "Confirm",
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"category": "Category",
|
||||
"subcategories": "Subcategories",
|
||||
"category": "Kategorie",
|
||||
"subcategories": "Podkategorie",
|
||||
"new_topic_button": "Nové téma",
|
||||
"guest-login-post": "Log in to post",
|
||||
"guest-login-post": "Přihlásit se pro přidání",
|
||||
"no_topics": "<strong>V této kategorii zatím nejsou žádné příspěvky.</strong><br />Můžeš být první!",
|
||||
"browsing": "prohlíží",
|
||||
"no_replies": "Nikdo ještě neodpověděl",
|
||||
"no_new_posts": "No new posts.",
|
||||
"no_new_posts": "Žádné nové příspěvky",
|
||||
"share_this_category": "Share this category",
|
||||
"watch": "Watch",
|
||||
"watch": "Sledovat",
|
||||
"ignore": "Ignorovat",
|
||||
"watch.message": "You are now watching updates from this category",
|
||||
"ignore.message": "You are now ignoring updates from this category",
|
||||
"watched-categories": "Watched categories"
|
||||
"watch.message": "Nyní sledujete aktualizace ve skupině",
|
||||
"ignore.message": "Nyní ignorujete aktualizace ve skupině ",
|
||||
"watched-categories": "Sledované kategorie"
|
||||
}
|
||||
@@ -1,35 +1,35 @@
|
||||
{
|
||||
"password-reset-requested": "Požadována obnova hesla - %1!",
|
||||
"welcome-to": "Vítejte v %1",
|
||||
"invite": "Invitation from %1",
|
||||
"invite": "Pozvánka od %1",
|
||||
"greeting_no_name": "Dobrý den",
|
||||
"greeting_with_name": "Dobrý den %1",
|
||||
"welcome.text1": "Děkujeme vám za registraci s %1!",
|
||||
"welcome.text2": "Pro úplnou aktivaci vašeho účtu potřebujeme ověřit vaší emailovou adresu.",
|
||||
"welcome.text3": "An administrator has accepted your registration application. You can login with your username/password now.",
|
||||
"welcome.text3": "Administrátor právě potvrdil vaší registraci. Nyní se můžete přihlásit jménem a heslem.",
|
||||
"welcome.cta": "Klikněte zde pro potvrzení vaší emailové adresy",
|
||||
"invitation.text1": "%1 has invited you to join %2",
|
||||
"invitation.ctr": "Click here to create your account.",
|
||||
"invitation.text1": "%1 Vás pozval abyste se připojil k %2",
|
||||
"invitation.ctr": "Klikněte zde pro vytvoření vašeho účtu",
|
||||
"reset.text1": "Obdrželi jsme požadavek na obnovu hesla, pravděpodobně kvůli tomu, že jste ho zapomněli. Pokud to není tento případ, ignorujte, prosím, tento email.",
|
||||
"reset.text2": "Přejete-li si pokračovat v obnově vašeho hesla, klikněte, prosím, na následující odkaz:",
|
||||
"reset.cta": "Klikněte zde, chcete-li obnovit vaše heslo",
|
||||
"reset.notify.subject": "Password successfully changed",
|
||||
"reset.notify.text1": "We are notifying you that on %1, your password was changed successfully.",
|
||||
"reset.notify.text2": "If you did not authorise this, please notify an administrator immediately.",
|
||||
"reset.notify.subject": "Heslo úspěšně změněno",
|
||||
"reset.notify.text1": "Informujeme Vás, že na %1 vaše heslo bylo úspěšně změněno.",
|
||||
"reset.notify.text2": "Pokud jste to neschválil, prosíme neprodleně kontaktujte správce.",
|
||||
"digest.notifications": "Máte tu nepřečtená oznámení od %1:",
|
||||
"digest.latest_topics": "Nejnovější témata od %1",
|
||||
"digest.cta": "Kliknutím zde navštívíte %1",
|
||||
"digest.unsub.info": "Tento výtah vám byl odeslán, protože jste si to nastavili ve vašich odběrech.",
|
||||
"digest.no_topics": "Dosud tu nebyly žádné aktivní témata %1",
|
||||
"digest.day": "day",
|
||||
"digest.week": "week",
|
||||
"digest.month": "month",
|
||||
"digest.subject": "Digest for %1",
|
||||
"digest.day": "den",
|
||||
"digest.week": "týden",
|
||||
"digest.month": "měsíc",
|
||||
"digest.subject": "Výběr pro %1",
|
||||
"notif.chat.subject": "Nová zpráva z chatu od %1",
|
||||
"notif.chat.cta": "Chcete-li pokračovat v konverzaci, klikněte zde.",
|
||||
"notif.chat.unsub.info": "Toto oznámení z chatu vám bylo zasláno, protože jste si to nastavili ve vašich odběrech.",
|
||||
"notif.post.cta": "Click here to read the full topic",
|
||||
"notif.post.unsub.info": "This post notification was sent to you due to your subscription settings.",
|
||||
"notif.post.cta": "Klikněte zde pro přečtené celého tématu",
|
||||
"notif.post.unsub.info": "Toto oznámení Vám bylo odesláno na základě vašeho nastavení odběru.",
|
||||
"test.text1": "Tento testovací email slouží k ověření, že mailer je správně nastaven. NodeBB.",
|
||||
"unsub.cta": "Chcete-li změnit tyto nastavení, klikněte zde.",
|
||||
"closing": "Díky!"
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
"no-email-to-confirm": "This forum requires email confirmation, please click here to enter an email",
|
||||
"email-confirm-failed": "We could not confirm your email, please try again later.",
|
||||
"confirm-email-already-sent": "Confirmation email already sent, please wait %1 minute(s) to send another one.",
|
||||
"sendmail-not-found": "The sendmail executable could not be found, please ensure it is installed and executable by the user running NodeBB.",
|
||||
"username-too-short": "Uživatelské jméno je příliš krátké",
|
||||
"username-too-long": "Uživatelské jméno je příliš dlouhé",
|
||||
"password-too-long": "Password too long",
|
||||
@@ -94,11 +95,11 @@
|
||||
"reload-failed": "NodeBB encountered a problem while reloading: \"%1\". NodeBB will continue to serve the existing client-side assets, although you should undo what you did just prior to reloading.",
|
||||
"registration-error": "Chyba při registraci",
|
||||
"parse-error": "Something went wrong while parsing server response",
|
||||
"wrong-login-type-email": "Please use your email to login",
|
||||
"wrong-login-type-username": "Please use your username to login",
|
||||
"invite-maximum-met": "You have invited the maximum amount of people (%1 out of %2).",
|
||||
"wrong-login-type-email": "Použijte prosím Váš e-mail pro přihlášení",
|
||||
"wrong-login-type-username": "Použijte prosím Váše přihlašovací jméno pro přihlášení",
|
||||
"invite-maximum-met": "Již jste pozval/a maximálně možný počet lidí (%1 z %2).",
|
||||
"no-session-found": "No login session found!",
|
||||
"not-in-room": "User not in room",
|
||||
"no-users-in-room": "No users in this room",
|
||||
"cant-kick-self": "You can't kick yourself from the group"
|
||||
"cant-kick-self": "Nemůžete vyhodit sami sebe ze kupiny"
|
||||
}
|
||||
@@ -3,10 +3,10 @@
|
||||
"search": "Hledat",
|
||||
"buttons.close": "Zavřít",
|
||||
"403.title": "Přístup odepřen",
|
||||
"403.message": "You seem to have stumbled upon a page that you do not have access to.",
|
||||
"403.login": "Perhaps you should <a href='%1/login'>try logging in</a>?",
|
||||
"403.message": "Zdá se, že jste narazil/a na stránky na které nemáte přístup.",
|
||||
"403.login": "Možná byste měli se <a href='%1/login'>zkusit přihlásit</a>?",
|
||||
"404.title": "Stránka nenalezena",
|
||||
"404.message": "You seem to have stumbled upon a page that does not exist. Return to the <a href='%1/'>home page</a>.",
|
||||
"404.message": "Zdá se, že jste narazil/a na stránku která neexistuje. Vrátit se zpět na <a href='%1/'>domovskou stránku</a>.",
|
||||
"500.title": "Neznámá chyba",
|
||||
"500.message": "Jejda, vypadá to, že se něco pokazilo.",
|
||||
"register": "Registrovat",
|
||||
@@ -22,40 +22,40 @@
|
||||
"pagination.out_of": "%1 z %2",
|
||||
"pagination.enter_index": "Enter index",
|
||||
"header.admin": "Administrace",
|
||||
"header.categories": "Categories",
|
||||
"header.categories": "Kategorie",
|
||||
"header.recent": "Aktuality",
|
||||
"header.unread": "Nepřečtené",
|
||||
"header.tags": "Tagy",
|
||||
"header.popular": "Populární",
|
||||
"header.users": "Uživatelé",
|
||||
"header.groups": "Groups",
|
||||
"header.groups": "Skupiny",
|
||||
"header.chats": "Chats",
|
||||
"header.notifications": "Oznámení",
|
||||
"header.search": "Hledat",
|
||||
"header.profile": "Můj profil",
|
||||
"header.navigation": "Navigation",
|
||||
"header.navigation": "Navigace",
|
||||
"notifications.loading": "Načítání upozornění",
|
||||
"chats.loading": "Načítání grafů",
|
||||
"motd.welcome": "Vítejte na NodeBB, diskusní platforma buducnosti.",
|
||||
"previouspage": "Předchozí stránka",
|
||||
"nextpage": "Další stránka",
|
||||
"alert.success": "Success",
|
||||
"alert.success": "Úspěch",
|
||||
"alert.error": "Chyba",
|
||||
"alert.banned": "Banned",
|
||||
"alert.banned.message": "You have just been banned, you will now be logged out.",
|
||||
"alert.unfollow": "You are no longer following %1!",
|
||||
"alert.follow": "You are now following %1!",
|
||||
"alert.unfollow": "Již nesledujete %1!",
|
||||
"alert.follow": "Nyní sledujete %1!",
|
||||
"online": "Online",
|
||||
"users": "Uživatelé",
|
||||
"topics": "Témata",
|
||||
"posts": "Příspěvky",
|
||||
"best": "Best",
|
||||
"best": "Nejlepší",
|
||||
"upvoted": "Upvoted",
|
||||
"downvoted": "Downvoted",
|
||||
"views": "Zobrazení",
|
||||
"reputation": "Reputation",
|
||||
"read_more": "read more",
|
||||
"more": "More",
|
||||
"reputation": "Reputace",
|
||||
"read_more": "čtěte více",
|
||||
"more": "Více",
|
||||
"posted_ago_by_guest": "posted %1 by Guest",
|
||||
"posted_ago_by": "posted %1 by %2",
|
||||
"posted_ago": "posted %1",
|
||||
@@ -69,9 +69,9 @@
|
||||
"norecentposts": "Žádné nedávné příspěvky",
|
||||
"norecenttopics": "Žádné nedávné témata",
|
||||
"recentposts": "Nedávné příspěvky",
|
||||
"recentips": "Recently Logged In IPs",
|
||||
"recentips": "Naposledy zaznamenané IP adresy",
|
||||
"away": "Pryč",
|
||||
"dnd": "Do not disturb",
|
||||
"dnd": "Nevyrušovat",
|
||||
"invisible": "Neviditelný",
|
||||
"offline": "Offline",
|
||||
"email": "Email",
|
||||
@@ -80,15 +80,15 @@
|
||||
"guests": "Hosté",
|
||||
"updated.title": "Fórum zaktualizováno",
|
||||
"updated.message": "Toto fórum bylo právě aktualizováno na poslední verzi. Klikněte zde a obnovte tuto stránku.",
|
||||
"privacy": "Privacy",
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow",
|
||||
"privacy": "Soukromí",
|
||||
"follow": "Sledovat",
|
||||
"unfollow": "Prestat sledovat",
|
||||
"delete_all": "Vymazat vše",
|
||||
"map": "Map",
|
||||
"map": "Mapa",
|
||||
"sessions": "Login Sessions",
|
||||
"ip_address": "IP Address",
|
||||
"enter_page_number": "Enter page number",
|
||||
"upload_file": "Upload file",
|
||||
"upload": "Upload",
|
||||
"allowed-file-types": "Allowed file types are %1"
|
||||
"ip_address": "IP adresa",
|
||||
"enter_page_number": "Zadejte číslo stránky",
|
||||
"upload_file": "Nahrár soubor",
|
||||
"upload": "Nahrát",
|
||||
"allowed-file-types": "Povolené typy souborů jsou %1"
|
||||
}
|
||||
@@ -1,54 +1,54 @@
|
||||
{
|
||||
"groups": "Skupiny",
|
||||
"view_group": "Prohlédnout skupinu",
|
||||
"owner": "Group Owner",
|
||||
"new_group": "Create New Group",
|
||||
"no_groups_found": "There are no groups to see",
|
||||
"pending.accept": "Accept",
|
||||
"pending.reject": "Reject",
|
||||
"pending.accept_all": "Accept All",
|
||||
"pending.reject_all": "Reject All",
|
||||
"pending.none": "There are no pending members at this time",
|
||||
"invited.none": "There are no invited members at this time",
|
||||
"invited.uninvite": "Rescind Invitation",
|
||||
"invited.search": "Search for a user to invite to this group",
|
||||
"invited.notification_title": "You have been invited to join <strong>%1</strong>",
|
||||
"request.notification_title": "Group Membership Request from <strong>%1</strong>",
|
||||
"request.notification_text": "<strong>%1</strong> has requested to become a member of <strong>%2</strong>",
|
||||
"cover-save": "Save",
|
||||
"cover-saving": "Saving",
|
||||
"details.title": "podrobnosti skupiny",
|
||||
"owner": "Vlastník skupiny",
|
||||
"new_group": "Vytvořit novou skupinu",
|
||||
"no_groups_found": "Žádné skupiny k prohlížení",
|
||||
"pending.accept": "Přijmout",
|
||||
"pending.reject": "Odmítnout",
|
||||
"pending.accept_all": "Přijmout vše",
|
||||
"pending.reject_all": "Odmítnout vše",
|
||||
"pending.none": "Žádní čekající členové v tuto chvíli",
|
||||
"invited.none": "Žádní pozvaní členové v tuto chvíli",
|
||||
"invited.uninvite": "Zrušit pozvánku",
|
||||
"invited.search": "Hledat uživatele k pozvání do této skupiny",
|
||||
"invited.notification_title": "Byl jste pozván abyste se připojil/a k <strong>%1</strong>",
|
||||
"request.notification_title": "Požadavek na členství ve skupině od <strong>%1</strong>",
|
||||
"request.notification_text": "<strong>%1</strong> požádál o členství v <strong>%2</strong>",
|
||||
"cover-save": "Uložit",
|
||||
"cover-saving": "Ukládám",
|
||||
"details.title": "Podrobnosti skupiny",
|
||||
"details.members": "Seznam členů",
|
||||
"details.pending": "Pending Members",
|
||||
"details.invited": "Invited Members",
|
||||
"details.pending": "Čekající členové",
|
||||
"details.invited": "Pozvaní členové",
|
||||
"details.has_no_posts": "Členové této skupiny dosud neodeslali ani jeden příspěvek.",
|
||||
"details.latest_posts": "Nejnovější příspěvky",
|
||||
"details.private": "Private",
|
||||
"details.disableJoinRequests": "Disable join requests",
|
||||
"details.grant": "Grant/Rescind Ownership",
|
||||
"details.kick": "Kick",
|
||||
"details.owner_options": "Group Administration",
|
||||
"details.group_name": "Group Name",
|
||||
"details.member_count": "Member Count",
|
||||
"details.creation_date": "Creation Date",
|
||||
"details.description": "Description",
|
||||
"details.badge_preview": "Badge Preview",
|
||||
"details.change_icon": "Change Icon",
|
||||
"details.change_colour": "Change Colour",
|
||||
"details.badge_text": "Badge Text",
|
||||
"details.userTitleEnabled": "Show Badge",
|
||||
"details.private_help": "If enabled, joining of groups requires approval from a group owner",
|
||||
"details.hidden": "Hidden",
|
||||
"details.hidden_help": "If enabled, this group will not be found in the groups listing, and users will have to be invited manually",
|
||||
"details.delete_group": "Delete Group",
|
||||
"details.private_system_help": "Private groups is disabled at system level, this option does not do anything",
|
||||
"event.updated": "Group details have been updated",
|
||||
"event.deleted": "The group \"%1\" has been deleted",
|
||||
"membership.accept-invitation": "Accept Invitation",
|
||||
"membership.invitation-pending": "Invitation Pending",
|
||||
"membership.join-group": "Join Group",
|
||||
"membership.leave-group": "Leave Group",
|
||||
"membership.reject": "Reject",
|
||||
"new-group.group_name": "Group Name:",
|
||||
"upload-group-cover": "Upload group cover"
|
||||
"details.private": "Soukromé",
|
||||
"details.disableJoinRequests": "Zakázat žádosti o připojení",
|
||||
"details.grant": "Přidat/Zrušit vlastnictví",
|
||||
"details.kick": "Vyhodit",
|
||||
"details.owner_options": "Administrátor skupiny",
|
||||
"details.group_name": "Název skupiny",
|
||||
"details.member_count": "Počet členů",
|
||||
"details.creation_date": "Datum vytvoření",
|
||||
"details.description": "Popis",
|
||||
"details.badge_preview": "Náhled odznaku",
|
||||
"details.change_icon": "Změnit ikonu",
|
||||
"details.change_colour": "Změnit barvu",
|
||||
"details.badge_text": "Text odznaku",
|
||||
"details.userTitleEnabled": "Zobrazit odznak",
|
||||
"details.private_help": "Pokud je povoleno, připojování do skupin vyžaduje schválení od vlastníka skupiny",
|
||||
"details.hidden": "Skrytý",
|
||||
"details.hidden_help": "Pokud je povoleno, tato skupina nebude zobrazena v seznamu skupin, uživatelé budou muset být pozváni manuálně",
|
||||
"details.delete_group": "Odstranit skupinu",
|
||||
"details.private_system_help": "Soukromé skupiny jsou zakázáné na systémové úrovni, tato možnost nic nedělá",
|
||||
"event.updated": "Podrobnosti skupiny byly aktualizovány",
|
||||
"event.deleted": "Skupina \"%1\" byla odstraněna",
|
||||
"membership.accept-invitation": "Přijmout pozvání",
|
||||
"membership.invitation-pending": "Čekající pozvání",
|
||||
"membership.join-group": "Vstoupit do skupiny",
|
||||
"membership.leave-group": "Opustit skupinu",
|
||||
"membership.reject": "Odmítnout",
|
||||
"new-group.group_name": "Název skupiny:",
|
||||
"upload-group-cover": "Nahrát titulní obrázek skupiny"
|
||||
}
|
||||
@@ -5,7 +5,7 @@
|
||||
"remember_me": "Zapamatovat si mě?",
|
||||
"forgot_password": "Zapomněli jste heslo?",
|
||||
"alternative_logins": "Další způsoby přihlášení",
|
||||
"failed_login_attempt": "Přihlášení se nezdařilo, zkuste to prosím znovu.",
|
||||
"failed_login_attempt": "Přihlášení neúspěšné",
|
||||
"login_successful": "Přihlášení proběhlo úspěšně!",
|
||||
"dont_have_account": "Nemáte účet?"
|
||||
}
|
||||
@@ -17,7 +17,7 @@
|
||||
"chat.seven_days": "7 dní",
|
||||
"chat.thirty_days": "30 dní",
|
||||
"chat.three_months": "3 měsíce",
|
||||
"chat.delete_message_confirm": "Are you sure you wish to delete this message?",
|
||||
"chat.delete_message_confirm": "Jste si jisti že chcete odstranit tuto zprávu?",
|
||||
"chat.roomname": "Chat Room %1",
|
||||
"chat.add-users-to-room": "Add users to room",
|
||||
"composer.compose": "Compose",
|
||||
@@ -29,9 +29,17 @@
|
||||
"composer.submit_and_lock": "Submit and Lock",
|
||||
"composer.toggle_dropdown": "Toggle Dropdown",
|
||||
"composer.uploading": "Uploading %1",
|
||||
"composer.formatting.bold": "Bold",
|
||||
"composer.formatting.italic": "Italic",
|
||||
"composer.formatting.list": "List",
|
||||
"composer.formatting.strikethrough": "Strikethrough",
|
||||
"composer.formatting.link": "Odkaz",
|
||||
"composer.formatting.picture": "Obrázek",
|
||||
"composer.upload-picture": "Nahrát obrázek",
|
||||
"composer.upload-file": "Nahrát soubor",
|
||||
"bootbox.ok": "OK",
|
||||
"bootbox.cancel": "Cancel",
|
||||
"bootbox.confirm": "Confirm",
|
||||
"bootbox.confirm": "Potvrdit",
|
||||
"cover.dragging_title": "Cover Photo Positioning",
|
||||
"cover.dragging_message": "Drag the cover photo to the desired position and click \"Save\"",
|
||||
"cover.saved": "Cover photo image and position saved"
|
||||
|
||||
@@ -1,27 +1,27 @@
|
||||
{
|
||||
"home": "Home",
|
||||
"unread": "Unread Topics",
|
||||
"popular-day": "Popular topics today",
|
||||
"popular-week": "Popular topics this week",
|
||||
"popular-month": "Popular topics this month",
|
||||
"popular-alltime": "All time popular topics",
|
||||
"popular-day": "Dnešní oblíbená témata",
|
||||
"popular-week": "Oblíbená témata pro tento týden",
|
||||
"popular-month": "Oblíbená témata pro tento měsíc",
|
||||
"popular-alltime": "Oblíbená témata za celou dobu",
|
||||
"recent": "Recent Topics",
|
||||
"flagged-posts": "Flagged Posts",
|
||||
"users/online": "Online Users",
|
||||
"users/latest": "Latest Users",
|
||||
"users/sort-posts": "Users with the most posts",
|
||||
"users/sort-reputation": "Users with the most reputation",
|
||||
"flagged-posts": "Označené příspěvky",
|
||||
"users/online": "Uživatelé online",
|
||||
"users/latest": "Nejnovější uživatelé",
|
||||
"users/sort-posts": "Uživatelé s nejvíce příspěvky",
|
||||
"users/sort-reputation": "Uživatelé s nejlepší reputací",
|
||||
"users/banned": "Banned Users",
|
||||
"users/search": "User Search",
|
||||
"users/search": "Hledání uživatele",
|
||||
"notifications": "Notifications",
|
||||
"tags": "Tags",
|
||||
"tag": "Topics tagged under \"%1\"",
|
||||
"register": "Register an account",
|
||||
"login": "Login to your account",
|
||||
"reset": "Reset your account password",
|
||||
"categories": "Categories",
|
||||
"groups": "Groups",
|
||||
"group": "%1 group",
|
||||
"tags": "Tagy",
|
||||
"tag": "Téma označeno pod \"%1\"",
|
||||
"register": "Zaregistrovat účet",
|
||||
"login": "Přihlásit se ke svému účtu",
|
||||
"reset": "Obnovit heslo k účtu",
|
||||
"categories": "Kategorie",
|
||||
"groups": "Skupiny",
|
||||
"group": "%1 skupina",
|
||||
"chats": "Chats",
|
||||
"chat": "Chatting with %1",
|
||||
"account/edit": "Editing \"%1\"",
|
||||
@@ -29,18 +29,18 @@
|
||||
"account/edit/username": "Editing username of \"%1\"",
|
||||
"account/edit/email": "Editing email of \"%1\"",
|
||||
"account/following": "People %1 follows",
|
||||
"account/followers": "People who follow %1",
|
||||
"account/posts": "Posts made by %1",
|
||||
"account/topics": "Topics created by %1",
|
||||
"account/groups": "%1's Groups",
|
||||
"account/followers": "Lidé kteří sledují %1",
|
||||
"account/posts": "Příspěvky od %1",
|
||||
"account/topics": "Příspěvky vytvořeny uživatelem %1",
|
||||
"account/groups": "%1's skupiny",
|
||||
"account/favourites": "%1's Bookmarked Posts",
|
||||
"account/settings": "User Settings",
|
||||
"account/settings": "Uživatelské nastavení",
|
||||
"account/watched": "Topics watched by %1",
|
||||
"account/upvoted": "Posts upvoted by %1",
|
||||
"account/downvoted": "Posts downvoted by %1",
|
||||
"account/best": "Best posts made by %1",
|
||||
"confirm": "Email Confirmed",
|
||||
"account/best": "Nejlepší příspěvky od %1",
|
||||
"confirm": "Email potvrzen",
|
||||
"maintenance.text": "%1 is currently undergoing maintenance. Please come back another time.",
|
||||
"maintenance.messageIntro": "Additionally, the administrator has left this message:",
|
||||
"throttled.text": "%1 is currently unavailable due to excessive load. Please come back another time."
|
||||
"throttled.text": "%1 je v současnou chvíli nedostupný pro velkou zátěž. Prosíme zkuste to za chvíli."
|
||||
}
|
||||
@@ -3,17 +3,17 @@
|
||||
"day": "Den",
|
||||
"week": "Týden",
|
||||
"month": "Měsíc",
|
||||
"year": "Year",
|
||||
"alltime": "All Time",
|
||||
"no_recent_topics": "There are no recent topics.",
|
||||
"no_popular_topics": "There are no popular topics.",
|
||||
"there-is-a-new-topic": "There is a new topic.",
|
||||
"there-is-a-new-topic-and-a-new-post": "There is a new topic and a new post.",
|
||||
"there-is-a-new-topic-and-new-posts": "There is a new topic and %1 new posts.",
|
||||
"there-are-new-topics": "There are %1 new topics.",
|
||||
"there-are-new-topics-and-a-new-post": "There are %1 new topics and a new post.",
|
||||
"there-are-new-topics-and-new-posts": "There are %1 new topics and %2 new posts.",
|
||||
"there-is-a-new-post": "There is a new post.",
|
||||
"there-are-new-posts": "There are %1 new posts.",
|
||||
"click-here-to-reload": "Click here to reload."
|
||||
"year": "Rok",
|
||||
"alltime": "Pořád",
|
||||
"no_recent_topics": "Nebyly nalezeny žádné nové téma.",
|
||||
"no_popular_topics": "Žádná oblíbená téma.",
|
||||
"there-is-a-new-topic": "K dispozici je nová téma.",
|
||||
"there-is-a-new-topic-and-a-new-post": "K dispozici je nové téma a nový příspěvěk.",
|
||||
"there-is-a-new-topic-and-new-posts": "K dispozici je nové téma a %1 nových příspěvků.",
|
||||
"there-are-new-topics": "K dispozici je %1 nových témat.",
|
||||
"there-are-new-topics-and-a-new-post": "K dispozici je %1 nových témat a jeden nový příspěvek.",
|
||||
"there-are-new-topics-and-new-posts": "K dispozici je %1 nových témat a %2 nových příspěvků.",
|
||||
"there-is-a-new-post": "K dispozici je nový příspěvek.",
|
||||
"there-are-new-posts": "K dispozici je %1 nových příspěvků.",
|
||||
"click-here-to-reload": "Kliknutím sem znovu načtete."
|
||||
}
|
||||
@@ -15,5 +15,5 @@
|
||||
"alternative_registration": "Jiný způsob registrace",
|
||||
"terms_of_use": "Podmínky",
|
||||
"agree_to_terms_of_use": "Souhlasím s Podmínkami",
|
||||
"registration-added-to-queue": "Your registration has been added to the approval queue. You will receive an email when it is accepted by an administrator."
|
||||
"registration-added-to-queue": "Vaše registrace byla přidána do fronty. Obdržíte e-mail až ji správce schválí."
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"results_matching": "%1 result(s) matching \"%2\", (%3 seconds)",
|
||||
"no-matches": "No matches found",
|
||||
"advanced-search": "Advanced Search",
|
||||
"advanced-search": "Pokročilé hledání",
|
||||
"in": "In",
|
||||
"titles": "Titles",
|
||||
"titles-posts": "Titles and Posts",
|
||||
@@ -12,28 +12,28 @@
|
||||
"at-least": "At least",
|
||||
"at-most": "At most",
|
||||
"post-time": "Post time",
|
||||
"newer-than": "Newer than",
|
||||
"older-than": "Older than",
|
||||
"newer-than": "Novější než",
|
||||
"older-than": "Starší než",
|
||||
"any-date": "Any date",
|
||||
"yesterday": "Yesterday",
|
||||
"one-week": "One week",
|
||||
"two-weeks": "Two weeks",
|
||||
"one-month": "One month",
|
||||
"yesterday": "Včera",
|
||||
"one-week": "Jeden týden",
|
||||
"two-weeks": "Dva týdny",
|
||||
"one-month": "Jeden měsíc",
|
||||
"three-months": "Three months",
|
||||
"six-months": "Six months",
|
||||
"one-year": "One year",
|
||||
"sort-by": "Sort by",
|
||||
"six-months": "Šest měsíců",
|
||||
"one-year": "Jeden rok",
|
||||
"sort-by": "Řadit dle",
|
||||
"last-reply-time": "Last reply time",
|
||||
"topic-title": "Topic title",
|
||||
"number-of-replies": "Number of replies",
|
||||
"number-of-views": "Number of views",
|
||||
"topic-start-date": "Topic start date",
|
||||
"username": "Username",
|
||||
"category": "Category",
|
||||
"username": "Uživatelské jméno",
|
||||
"category": "Kategorie",
|
||||
"descending": "In descending order",
|
||||
"ascending": "In ascending order",
|
||||
"save-preferences": "Save preferences",
|
||||
"clear-preferences": "Clear preferences",
|
||||
"save-preferences": "Uložit nastavení",
|
||||
"clear-preferences": "Vymazat nastavení",
|
||||
"search-preferences-saved": "Search preferences saved",
|
||||
"search-preferences-cleared": "Search preferences cleared",
|
||||
"show-results-as": "Show results as"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"success": "Success",
|
||||
"topic-post": "You have successfully posted.",
|
||||
"authentication-successful": "Authentication Successful",
|
||||
"settings-saved": "Settings saved!"
|
||||
"success": "Úspěch",
|
||||
"topic-post": "Úspěšně umístěno.",
|
||||
"authentication-successful": "Úspěšné přihlášení",
|
||||
"settings-saved": "Nastavení byla uložena!"
|
||||
}
|
||||
@@ -5,27 +5,27 @@
|
||||
"no_topics_found": "Nebyla nalezena žádná témata!",
|
||||
"no_posts_found": "Nebyly nalezeny žádné příspěvky!",
|
||||
"post_is_deleted": "Tento příspěvek je vymazán!",
|
||||
"topic_is_deleted": "This topic is deleted!",
|
||||
"topic_is_deleted": "Toto téma je smazané!",
|
||||
"profile": "Profil",
|
||||
"posted_by": "Posted by %1",
|
||||
"posted_by_guest": "Posted by Guest",
|
||||
"posted_by": "Přidal %1",
|
||||
"posted_by_guest": "Přidal Host",
|
||||
"chat": "Chat",
|
||||
"notify_me": "Sledovat toto téma",
|
||||
"quote": "Citovat",
|
||||
"reply": "Odpovědět",
|
||||
"reply-as-topic": "Reply as topic",
|
||||
"guest-login-reply": "Log in to reply",
|
||||
"reply-as-topic": "Odpovědět jako Téma",
|
||||
"guest-login-reply": "Přihlásit se pro odpověď",
|
||||
"edit": "Upravit",
|
||||
"delete": "Smazat",
|
||||
"purge": "Purge",
|
||||
"restore": "Restore",
|
||||
"purge": "Vypráznit",
|
||||
"restore": "Obnovit",
|
||||
"move": "Přesunout",
|
||||
"fork": "Rozdělit",
|
||||
"link": "Odkaz",
|
||||
"share": "Sdílet",
|
||||
"tools": "Nástroje",
|
||||
"flag": "Flag",
|
||||
"locked": "Locked",
|
||||
"locked": "Uzamčeno",
|
||||
"bookmark_instructions": "Click here to return to the last read post in this thread.",
|
||||
"flag_title": "Flag this post for moderation",
|
||||
"flag_success": "This post has been flagged for moderation.",
|
||||
@@ -36,24 +36,24 @@
|
||||
"markAsUnreadForAll.success": "Topic marked as unread for all.",
|
||||
"mark_unread": "Mark unread",
|
||||
"mark_unread.success": "Topic marked as unread.",
|
||||
"watch": "Watch",
|
||||
"watch": "Sledovat",
|
||||
"unwatch": "Unwatch",
|
||||
"watch.title": "Be notified of new replies in this topic",
|
||||
"unwatch.title": "Stop watching this topic",
|
||||
"share_this_post": "Share this Post",
|
||||
"share_this_post": "Sdílet toto téma",
|
||||
"thread_tools.title": "Topic Tools",
|
||||
"thread_tools.markAsUnreadForAll": "Označit jako nepřečtené",
|
||||
"thread_tools.pin": "Pin Topic",
|
||||
"thread_tools.unpin": "Unpin Topic",
|
||||
"thread_tools.lock": "Lock Topic",
|
||||
"thread_tools.unlock": "Unlock Topic",
|
||||
"thread_tools.move": "Move Topic",
|
||||
"thread_tools.move_all": "Move All",
|
||||
"thread_tools.unlock": "Odemknout téma",
|
||||
"thread_tools.move": "Přesunout téma",
|
||||
"thread_tools.move_all": "Přesunout vše",
|
||||
"thread_tools.fork": "Fork Topic",
|
||||
"thread_tools.delete": "Delete Topic",
|
||||
"thread_tools.delete-posts": "Delete Posts",
|
||||
"thread_tools.delete": "Odstranit téma",
|
||||
"thread_tools.delete-posts": "Odstranit přispěvky",
|
||||
"thread_tools.delete_confirm": "Are you sure you want to delete this topic?",
|
||||
"thread_tools.restore": "Restore Topic",
|
||||
"thread_tools.restore": "Obnovit téma",
|
||||
"thread_tools.restore_confirm": "Are you sure you want to restore this topic?",
|
||||
"thread_tools.purge": "Purge Topic",
|
||||
"thread_tools.purge_confirm": "Are you sure you want to purge this topic?",
|
||||
@@ -65,41 +65,41 @@
|
||||
"disabled_categories_note": "Vypnuté (disabled) kategorie jsou šedé.",
|
||||
"confirm_move": "Přesunout",
|
||||
"confirm_fork": "Rozdělit",
|
||||
"favourite": "Bookmark",
|
||||
"favourites": "Bookmarks",
|
||||
"favourite": "Záložka",
|
||||
"favourites": "Záložky",
|
||||
"favourites.has_no_favourites": "You haven't bookmarked any posts yet.",
|
||||
"loading_more_posts": "Načítání více příspěvků",
|
||||
"move_topic": "Přesunout téma",
|
||||
"move_topics": "Move Topics",
|
||||
"move_topics": "Přesunout témata",
|
||||
"move_post": "Přesunout příspěvek",
|
||||
"post_moved": "Post moved!",
|
||||
"post_moved": "Příspěvek přesunut!",
|
||||
"fork_topic": "Rozdělit příspěvek",
|
||||
"topic_will_be_moved_to": "Toto téma bude přesunuto do kategorie",
|
||||
"fork_topic_instruction": "Vyber příspěvky, které chceš oddělit",
|
||||
"fork_no_pids": "Žádné příspěvky nebyly vybrány!",
|
||||
"fork_success": "Successfully forked topic! Click here to go to the forked topic.",
|
||||
"delete_posts_instruction": "Click the posts you want to delete/purge",
|
||||
"composer.title_placeholder": "Enter your topic title here...",
|
||||
"composer.handle_placeholder": "Name",
|
||||
"composer.title_placeholder": "Zadejte název tématu...",
|
||||
"composer.handle_placeholder": "Jméno",
|
||||
"composer.discard": "Discard",
|
||||
"composer.submit": "Submit",
|
||||
"composer.submit": "Odeslat",
|
||||
"composer.replying_to": "Replying to %1",
|
||||
"composer.new_topic": "New Topic",
|
||||
"composer.uploading": "uploading...",
|
||||
"composer.new_topic": "Nové téma",
|
||||
"composer.uploading": "nahrávání...",
|
||||
"composer.thumb_url_label": "Paste a topic thumbnail URL",
|
||||
"composer.thumb_title": "Add a thumbnail to this topic",
|
||||
"composer.thumb_url_placeholder": "http://example.com/thumb.png",
|
||||
"composer.thumb_file_label": "Or upload a file",
|
||||
"composer.thumb_file_label": "Nebo nahrajte soubor",
|
||||
"composer.thumb_remove": "Clear fields",
|
||||
"composer.drag_and_drop_images": "Drag and Drop Images Here",
|
||||
"more_users_and_guests": "%1 more user(s) and %2 guest(s)",
|
||||
"more_users": "%1 more user(s)",
|
||||
"more_guests": "%1 more guest(s)",
|
||||
"users_and_others": "%1 and %2 others",
|
||||
"sort_by": "Sort by",
|
||||
"oldest_to_newest": "Oldest to Newest",
|
||||
"newest_to_oldest": "Newest to Oldest",
|
||||
"most_votes": "Most votes",
|
||||
"sort_by": "Řadit dle",
|
||||
"oldest_to_newest": "Od nejstarších po nejnovější",
|
||||
"newest_to_oldest": "Od nejnovějších po nejstarší",
|
||||
"most_votes": "Nejvíce hlasů",
|
||||
"most_posts": "Most posts",
|
||||
"stale.title": "Create new topic instead?",
|
||||
"stale.warning": "The topic you are replying to is quite old. Would you like to create a new topic instead, and reference this one in your reply?",
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"all": "Vše",
|
||||
"all_categories": "All categories",
|
||||
"topics_marked_as_read.success": "Téma bylo označeno jako přečtené!",
|
||||
"all-topics": "All Topics",
|
||||
"new-topics": "New Topics",
|
||||
"watched-topics": "Watched Topics"
|
||||
"all-topics": "Všechna témata",
|
||||
"new-topics": "Nová témata",
|
||||
"watched-topics": "Sledovaná témata"
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"uploading-file": "Uploading the file...",
|
||||
"select-file-to-upload": "Select a file to upload!",
|
||||
"upload-success": "File uploaded successfully!",
|
||||
"uploading-file": "Nahrávání souboru...",
|
||||
"select-file-to-upload": "Vyberte soubor pro nahrání!",
|
||||
"upload-success": "Soubor byl úspěšně nahrán!",
|
||||
"maximum-file-size": "Maximum %1 kb"
|
||||
}
|
||||
@@ -11,8 +11,8 @@
|
||||
"unban_account": "Odblokovat účet",
|
||||
"delete_account": "Vymazat účet",
|
||||
"delete_account_confirm": "Opravdu chcete smazat váš účet? <br /><strong>Tato akce je nevratná a nebude možné obnovit žádné vaše data.</strong><br /><br /> Pro potvrzení smazání účtu napište vaše uživatelské jméno.",
|
||||
"delete_this_account_confirm": "Are you sure you want to delete this account? <br /><strong>This action is irreversible and you will not be able to recover any data</strong><br /><br />",
|
||||
"account-deleted": "Account deleted",
|
||||
"delete_this_account_confirm": "Skutečně chcete zrušit tento účet? <br /><strong>Tato akce je nevratná a již nebude žádná možnost obnovení vašich dat</strong><br /><br />",
|
||||
"account-deleted": "Účet smazán",
|
||||
"fullname": "Jméno a příjmení",
|
||||
"website": "Webové stránky",
|
||||
"location": "Poloha",
|
||||
@@ -22,7 +22,7 @@
|
||||
"profile": "Profil",
|
||||
"profile_views": "Zobrazení profilu",
|
||||
"reputation": "Reputace",
|
||||
"favourites": "Bookmarks",
|
||||
"favourites": "Záložky",
|
||||
"watched": "Sledován",
|
||||
"followers": "Sledují ho",
|
||||
"following": "Sleduje",
|
||||
@@ -36,11 +36,11 @@
|
||||
"more": "Více",
|
||||
"profile_update_success": "Profil byl úspěšně aktualizován!",
|
||||
"change_picture": "Změnit obrázek",
|
||||
"change_username": "Change Username",
|
||||
"change_email": "Change Email",
|
||||
"change_username": "Změnit uživatelské jméno",
|
||||
"change_email": "Změnit email",
|
||||
"edit": "Upravit",
|
||||
"edit-profile": "Edit Profile",
|
||||
"default_picture": "Default Icon",
|
||||
"edit-profile": "Editovat profil",
|
||||
"default_picture": "Výchozí ikonka",
|
||||
"uploaded_picture": "Nahraný obrázek",
|
||||
"upload_new_picture": "Nahrát nový obrázek",
|
||||
"upload_new_picture_from_url": "Nahrát nový obrázek z URL",
|
||||
@@ -54,23 +54,23 @@
|
||||
"change_password_success": "Heslo je aktualizované!",
|
||||
"confirm_password": "Potvrzení hesla",
|
||||
"password": "Heslo",
|
||||
"username_taken_workaround": "The username you requested was already taken, so we have altered it slightly. You are now known as <strong>%1</strong>",
|
||||
"password_same_as_username": "Your password is the same as your username, please select another password.",
|
||||
"password_same_as_email": "Your password is the same as your email, please select another password.",
|
||||
"username_taken_workaround": "Zvolené uživatelské jméno je již zabrané, takže jsme ho trochu upravili. Nyní jste znám jako <strong>%1</strong>",
|
||||
"password_same_as_username": "Vaše heslo je stejné jako vaše přihlašovací jméno. Zvolte si prosím jiné heslo.",
|
||||
"password_same_as_email": "Vaše heslo je stejné jako email. Vyberte si prosím jiné heslo.",
|
||||
"upload_picture": "Nahrát obrázek",
|
||||
"upload_a_picture": "Nahrát obrázek",
|
||||
"remove_uploaded_picture": "Remove Uploaded Picture",
|
||||
"upload_cover_picture": "Upload cover picture",
|
||||
"remove_uploaded_picture": "Odstranit nahraný obrázek",
|
||||
"upload_cover_picture": "Náhrát titulní obrázek",
|
||||
"settings": "Nastavení",
|
||||
"show_email": "Zobrazovat můj email v profilu",
|
||||
"show_fullname": "Zobrazovat celé jméno",
|
||||
"restrict_chats": "Only allow chat messages from users I follow",
|
||||
"digest_label": "Subscribe to Digest",
|
||||
"digest_label": "Odebírat přehled",
|
||||
"digest_description": "Subscribe to email updates for this forum (new notifications and topics) according to a set schedule",
|
||||
"digest_off": "Off",
|
||||
"digest_daily": "Daily",
|
||||
"digest_weekly": "Weekly",
|
||||
"digest_monthly": "Monthly",
|
||||
"digest_off": "Vypnuto",
|
||||
"digest_daily": "Denně",
|
||||
"digest_weekly": "Týdně",
|
||||
"digest_monthly": "Měsíčně",
|
||||
"send_chat_notifications": "Send an email if a new chat message arrives and I am not online",
|
||||
"send_post_notifications": "Send an email when replies are made to topics I am subscribed to",
|
||||
"settings-require-reload": "Some setting changes require a reload. Click here to reload the page.",
|
||||
@@ -85,9 +85,9 @@
|
||||
"email_hidden": "Skrytý email",
|
||||
"hidden": "skrytý",
|
||||
"paginate_description": "Paginate topics and posts instead of using infinite scroll",
|
||||
"topics_per_page": "Topics per Page",
|
||||
"posts_per_page": "Posts per Page",
|
||||
"notification_sounds": "Play a sound when you receive a notification",
|
||||
"topics_per_page": "Témat na stránce",
|
||||
"posts_per_page": "Příspěvků na stránce",
|
||||
"notification_sounds": "Přehrát zvuk když dostanete notifikaci",
|
||||
"browsing": "Browsing Settings",
|
||||
"open_links_in_new_tab": "Open outgoing links in new tab",
|
||||
"enable_topic_searching": "Enable In-Topic Searching",
|
||||
@@ -97,11 +97,11 @@
|
||||
"scroll_to_my_post": "After posting a reply, show the new post",
|
||||
"follow_topics_you_reply_to": "Follow topics that you reply to",
|
||||
"follow_topics_you_create": "Follow topics you create",
|
||||
"grouptitle": "Group Title",
|
||||
"no-group-title": "No group title",
|
||||
"select-skin": "Select a Skin",
|
||||
"select-homepage": "Select a Homepage",
|
||||
"homepage": "Homepage",
|
||||
"grouptitle": "Nadpis skupiny",
|
||||
"no-group-title": "Žádný nadpis skupiny",
|
||||
"select-skin": "Vybrat skin",
|
||||
"select-homepage": "Vybrat domovskou stránku",
|
||||
"homepage": "Domovská stránka",
|
||||
"homepage_description": "Select a page to use as the forum homepage or 'None' to use the default homepage.",
|
||||
"custom_route": "Custom Homepage Route",
|
||||
"custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\", or \"popular\")",
|
||||
|
||||
@@ -6,15 +6,15 @@
|
||||
"enter_username": "Zadej uživatelské jméno k hledání",
|
||||
"load_more": "Načíst další",
|
||||
"users-found-search-took": "%1 user(s) found! Search took %2 seconds.",
|
||||
"filter-by": "Filter By",
|
||||
"online-only": "Online only",
|
||||
"invite": "Invite",
|
||||
"invitation-email-sent": "An invitation email has been sent to %1",
|
||||
"user_list": "User List",
|
||||
"recent_topics": "Recent Topics",
|
||||
"popular_topics": "Popular Topics",
|
||||
"unread_topics": "Unread Topics",
|
||||
"categories": "Categories",
|
||||
"tags": "Tags",
|
||||
"no-users-found": "No users found!"
|
||||
"filter-by": "Filtrovat dle",
|
||||
"online-only": "Pouze online",
|
||||
"invite": "Pozvat",
|
||||
"invitation-email-sent": "E-mailová pozvánka byla odeslána na adresu %1",
|
||||
"user_list": "Seznam uživatelů",
|
||||
"recent_topics": "Poslední témata",
|
||||
"popular_topics": "Oblíbená témata",
|
||||
"unread_topics": "Nepřečtená témata",
|
||||
"categories": "Kategorie",
|
||||
"tags": "Tagy",
|
||||
"no-users-found": "Nebyly nalezeny žádní uživatelé!"
|
||||
}
|
||||
@@ -22,6 +22,7 @@
|
||||
"no-email-to-confirm": "Dette forum kræver bekræftelse af din email, klik her for at indtaste en email",
|
||||
"email-confirm-failed": "Vi kunne ikke bekræfte din email, prøv igen senere.",
|
||||
"confirm-email-already-sent": "Bekræftelses email er allerede afsendt, vent venligt %1 minut(ter) for at sende endnu en.",
|
||||
"sendmail-not-found": "The sendmail executable could not be found, please ensure it is installed and executable by the user running NodeBB.",
|
||||
"username-too-short": "Brugernavn er for kort",
|
||||
"username-too-long": "Brugernavn er for langt",
|
||||
"password-too-long": "Kodeord er for langt",
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"remember_me": "Husk mig?",
|
||||
"forgot_password": "Glemt kodeord?",
|
||||
"alternative_logins": "alternative logins",
|
||||
"failed_login_attempt": "Login mislykkedes, venligt prøv igen.",
|
||||
"failed_login_attempt": "Login Unsuccessful",
|
||||
"login_successful": "Du har successfuldt logged in!",
|
||||
"dont_have_account": "Har du ikke en konto?"
|
||||
}
|
||||
@@ -29,6 +29,14 @@
|
||||
"composer.submit_and_lock": "Send og lås",
|
||||
"composer.toggle_dropdown": "Skift mellem dropdown",
|
||||
"composer.uploading": "Uploader %1",
|
||||
"composer.formatting.bold": "Bold",
|
||||
"composer.formatting.italic": "Italic",
|
||||
"composer.formatting.list": "List",
|
||||
"composer.formatting.strikethrough": "Strikethrough",
|
||||
"composer.formatting.link": "Link",
|
||||
"composer.formatting.picture": "Picture",
|
||||
"composer.upload-picture": "Upload Image",
|
||||
"composer.upload-file": "Upload File",
|
||||
"bootbox.ok": "OK",
|
||||
"bootbox.cancel": "Annuller",
|
||||
"bootbox.confirm": "Bekræft",
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
"no-email-to-confirm": "Dieses Forum setzt eine E-Mail-Bestätigung voraus, bitte klicke hier um eine E-Mail-Adresse einzugeben.",
|
||||
"email-confirm-failed": "Wir konnten deine E-Mail-Adresse nicht bestätigen, bitte versuch es später noch einmal",
|
||||
"confirm-email-already-sent": "Die Bestätigungsmail wurde verschickt, bitte warte %1 Minute(n) um eine Weitere zu verschicken.",
|
||||
"sendmail-not-found": "The sendmail executable could not be found, please ensure it is installed and executable by the user running NodeBB.",
|
||||
"username-too-short": "Benutzername ist zu kurz",
|
||||
"username-too-long": "Benutzername ist zu lang",
|
||||
"password-too-long": "Passwort ist zu lang",
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"remember_me": "Eingeloggt bleiben?",
|
||||
"forgot_password": "Passwort vergessen?",
|
||||
"alternative_logins": "Alternative Logins",
|
||||
"failed_login_attempt": " Anmeldeversuch fehlgeschlagen, versuche es erneut.",
|
||||
"failed_login_attempt": "Login Unsuccessful",
|
||||
"login_successful": "Du hast dich erfolgreich eingeloggt!",
|
||||
"dont_have_account": "Du hast noch kein Konto?"
|
||||
}
|
||||
@@ -29,6 +29,14 @@
|
||||
"composer.submit_and_lock": "Einreichen und Sperren",
|
||||
"composer.toggle_dropdown": "Menu aus-/einblenden",
|
||||
"composer.uploading": "Lade %1 hoch",
|
||||
"composer.formatting.bold": "Bold",
|
||||
"composer.formatting.italic": "Italic",
|
||||
"composer.formatting.list": "List",
|
||||
"composer.formatting.strikethrough": "Strikethrough",
|
||||
"composer.formatting.link": "Link",
|
||||
"composer.formatting.picture": "Picture",
|
||||
"composer.upload-picture": "Upload Image",
|
||||
"composer.upload-file": "Upload File",
|
||||
"bootbox.ok": "OK",
|
||||
"bootbox.cancel": "Abbrechen",
|
||||
"bootbox.confirm": "Bestätigen",
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
"no-email-to-confirm": "This forum requires email confirmation, please click here to enter an email",
|
||||
"email-confirm-failed": "We could not confirm your email, please try again later.",
|
||||
"confirm-email-already-sent": "Confirmation email already sent, please wait %1 minute(s) to send another one.",
|
||||
"sendmail-not-found": "The sendmail executable could not be found, please ensure it is installed and executable by the user running NodeBB.",
|
||||
"username-too-short": "Το όνομα χρήστη είναι πολύ μικρό",
|
||||
"username-too-long": "Το όνομα χρήστη είναι πολύ μεγάλο",
|
||||
"password-too-long": "Password too long",
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"remember_me": "Απομνημόνευση;",
|
||||
"forgot_password": "Ξέχασες τον κωδικό σου;",
|
||||
"alternative_logins": "Εναλλακτικά Login",
|
||||
"failed_login_attempt": "Η προσπάθεια σύνδεσης απέτυχε, παρακαλώ προσπάθησε ξανά.",
|
||||
"failed_login_attempt": "Login Unsuccessful",
|
||||
"login_successful": "Συνδέθηκες επιτυχώς!",
|
||||
"dont_have_account": "Δεν έχεις λογαριασμό;"
|
||||
}
|
||||
@@ -29,6 +29,14 @@
|
||||
"composer.submit_and_lock": "Submit and Lock",
|
||||
"composer.toggle_dropdown": "Toggle Dropdown",
|
||||
"composer.uploading": "Uploading %1",
|
||||
"composer.formatting.bold": "Bold",
|
||||
"composer.formatting.italic": "Italic",
|
||||
"composer.formatting.list": "List",
|
||||
"composer.formatting.strikethrough": "Strikethrough",
|
||||
"composer.formatting.link": "Link",
|
||||
"composer.formatting.picture": "Picture",
|
||||
"composer.upload-picture": "Upload Image",
|
||||
"composer.upload-file": "Upload File",
|
||||
"bootbox.ok": "OK",
|
||||
"bootbox.cancel": "Cancel",
|
||||
"bootbox.confirm": "Confirm",
|
||||
|
||||
@@ -7,10 +7,10 @@
|
||||
"browsing": "browsin'",
|
||||
"no_replies": "No one has replied to ye message",
|
||||
"no_new_posts": "Thar be no new posts.",
|
||||
"share_this_category": "Share this category",
|
||||
"watch": "Watch",
|
||||
"ignore": "Ignore",
|
||||
"share_this_category": "Share 'tis category",
|
||||
"watch": "Be watchin'",
|
||||
"ignore": "Be ignorin'",
|
||||
"watch.message": "Ye now be watchin' updates from 'tis category",
|
||||
"ignore.message": "Ye now be ignorin' updates from 'tis category",
|
||||
"watched-categories": "Watched categories"
|
||||
"watched-categories": "Categories ye be watchin'"
|
||||
}
|
||||
@@ -1,14 +1,14 @@
|
||||
{
|
||||
"password-reset-requested": "Password Reset Requested - %1!",
|
||||
"welcome-to": "Welcome to %1",
|
||||
"invite": "Invitation from %1",
|
||||
"welcome-to": "Ahoy thar %1!",
|
||||
"invite": "Ye be invited by %1",
|
||||
"greeting_no_name": "Hello",
|
||||
"greeting_with_name": "Hello %1",
|
||||
"welcome.text1": "Thank you for registering with %1!",
|
||||
"welcome.text2": "To fully activate your account, we need to verify that you own the email address you registered with.",
|
||||
"welcome.text3": "An administrator has accepted your registration application. You can login with your username/password now.",
|
||||
"welcome.cta": "Click here to confirm your email address",
|
||||
"invitation.text1": "%1 has invited you to join %2",
|
||||
"invitation.text1": "%1 be invitin' ye to join %2",
|
||||
"invitation.ctr": "Click here to create your account.",
|
||||
"reset.text1": "We received a request to reset your password, possibly because you have forgotten it. If this is not the case, please ignore this email.",
|
||||
"reset.text2": "To continue with the password reset, please click on the following link:",
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
"no-email-to-confirm": "This forum requires email confirmation, please click here to enter an email",
|
||||
"email-confirm-failed": "We could not confirm your email, please try again later.",
|
||||
"confirm-email-already-sent": "Confirmation email already sent, please wait %1 minute(s) to send another one.",
|
||||
"sendmail-not-found": "The sendmail executable could not be found, please ensure it is installed and executable by the user running NodeBB.",
|
||||
"username-too-short": "Username too short",
|
||||
"username-too-long": "Username too long",
|
||||
"password-too-long": "Password too long",
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"remember_me": "Remember Me?",
|
||||
"forgot_password": "My mind be a scatt'rbrain, help a matey out!",
|
||||
"alternative_logins": "Oth'r gangplanks",
|
||||
"failed_login_attempt": "Failed login attempt, please give it a go' again.",
|
||||
"failed_login_attempt": "Ye be refused boardin'",
|
||||
"login_successful": "Welcome on board, matey!",
|
||||
"dont_have_account": "Don't have an account?"
|
||||
}
|
||||
@@ -29,6 +29,14 @@
|
||||
"composer.submit_and_lock": "Submit and Lock",
|
||||
"composer.toggle_dropdown": "Toggle Dropdown",
|
||||
"composer.uploading": "Uploading %1",
|
||||
"composer.formatting.bold": "Bold",
|
||||
"composer.formatting.italic": "Italic",
|
||||
"composer.formatting.list": "List",
|
||||
"composer.formatting.strikethrough": "Strikethrough",
|
||||
"composer.formatting.link": "Link",
|
||||
"composer.formatting.picture": "Picture",
|
||||
"composer.upload-picture": "Upload Image",
|
||||
"composer.upload-file": "Upload File",
|
||||
"bootbox.ok": "OK",
|
||||
"bootbox.cancel": "Cancel",
|
||||
"bootbox.confirm": "Confirm",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"uploading-file": "Uploading the file...",
|
||||
"select-file-to-upload": "Select a file to upload!",
|
||||
"upload-success": "File uploaded successfully!",
|
||||
"upload-success": "Ye file be uploaded!",
|
||||
"maximum-file-size": "Maximum %1 kb"
|
||||
}
|
||||
@@ -22,6 +22,7 @@
|
||||
"no-email-to-confirm": "This forum requires email confirmation, please click here to enter an email",
|
||||
"email-confirm-failed": "We could not confirm your email, please try again later.",
|
||||
"confirm-email-already-sent": "Confirmation email already sent, please wait %1 minute(s) to send another one.",
|
||||
"sendmail-not-found": "The sendmail executable could not be found, please ensure it is installed and executable by the user running NodeBB.",
|
||||
"username-too-short": "Username too short",
|
||||
"username-too-long": "Username too long",
|
||||
"password-too-long": "Password too long",
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"remember_me": "Remember Me?",
|
||||
"forgot_password": "Forgot Password?",
|
||||
"alternative_logins": "Alternative Logins",
|
||||
"failed_login_attempt": "Failed login attempt, please try again.",
|
||||
"failed_login_attempt": "Login Unsuccessful",
|
||||
"login_successful": "You have successfully logged in!",
|
||||
"dont_have_account": "Don't have an account?"
|
||||
}
|
||||
@@ -29,6 +29,14 @@
|
||||
"composer.submit_and_lock": "Submit and Lock",
|
||||
"composer.toggle_dropdown": "Toggle Dropdown",
|
||||
"composer.uploading": "Uploading %1",
|
||||
"composer.formatting.bold": "Bold",
|
||||
"composer.formatting.italic": "Italic",
|
||||
"composer.formatting.list": "List",
|
||||
"composer.formatting.strikethrough": "Strikethrough",
|
||||
"composer.formatting.link": "Link",
|
||||
"composer.formatting.picture": "Picture",
|
||||
"composer.upload-picture": "Upload Image",
|
||||
"composer.upload-file": "Upload File",
|
||||
"bootbox.ok": "OK",
|
||||
"bootbox.cancel": "Cancel",
|
||||
"bootbox.confirm": "Confirm",
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
"no-email-to-confirm": "Este foro requiere confirmación de su email, por favor pulse aquí para introducir un email",
|
||||
"email-confirm-failed": "No se ha podido confirmar su email, por favor inténtelo de nuevo más tarde.",
|
||||
"confirm-email-already-sent": "El email de confirmación ya ha sido enviado, por favor espera %1 minuto(s) para enviar otro.",
|
||||
"sendmail-not-found": "El ejecutable \"sendmail\" no ha sido encontrado, por favor asegúrate de que esta instalado en tu sistema y es accesible por el usuario que ejecuta NodeBB. ",
|
||||
"username-too-short": "Nombre de usuario es demasiado corto",
|
||||
"username-too-long": "Nombre de usuario demasiado largo",
|
||||
"password-too-long": "Contraseña muy corta",
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
"header.navigation": "Navegación",
|
||||
"notifications.loading": "Cargando notificaciones",
|
||||
"chats.loading": "Cargando chats",
|
||||
"motd.welcome": "Bienvenido a NodeBB, la plataforma de debate del el futuro.",
|
||||
"motd.welcome": "Bienvenido a NodeBB, la plataforma de debate del futuro.",
|
||||
"previouspage": "Página anterior",
|
||||
"nextpage": "Página siguiente",
|
||||
"alert.success": "¡Éxito!",
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
"email": "Correo Electrónico",
|
||||
"remember_me": "¿Recordarme?",
|
||||
"forgot_password": "¿Olvidaste tu contraseña?",
|
||||
"alternative_logins": "Métodos alternativos",
|
||||
"failed_login_attempt": "Error al iniciar sesión, inténtalo otra vez.",
|
||||
"alternative_logins": "Accesos alternativos",
|
||||
"failed_login_attempt": "Error al iniciar sesión",
|
||||
"login_successful": "¡Identificado satisfactoriamente!",
|
||||
"dont_have_account": "¿Aún no tienes cuenta?"
|
||||
}
|
||||
@@ -29,6 +29,14 @@
|
||||
"composer.submit_and_lock": "Enviar y Bloquear",
|
||||
"composer.toggle_dropdown": "Alternar desplegable",
|
||||
"composer.uploading": "Subiendo %1",
|
||||
"composer.formatting.bold": "Negrita",
|
||||
"composer.formatting.italic": "Itálica",
|
||||
"composer.formatting.list": "Lista",
|
||||
"composer.formatting.strikethrough": "Tachado",
|
||||
"composer.formatting.link": "Enlace",
|
||||
"composer.formatting.picture": "Foto",
|
||||
"composer.upload-picture": "Subir foto",
|
||||
"composer.upload-file": "Subir archivo",
|
||||
"bootbox.ok": "OK",
|
||||
"bootbox.cancel": "Cancelar",
|
||||
"bootbox.confirm": "Confirmar",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"year": "Año",
|
||||
"alltime": "Siempre",
|
||||
"no_recent_topics": "No hay publicaciones recientes.",
|
||||
"no_popular_topics": "No hay tópicos populares",
|
||||
"no_popular_topics": "No hay publicaciones populares",
|
||||
"there-is-a-new-topic": "Hay una nueva publicación.",
|
||||
"there-is-a-new-topic-and-a-new-post": "hay una nueva publicación y un nuevo mensaje.",
|
||||
"there-is-a-new-topic-and-new-posts": "Hay una nueva publicación y %1 nuevos mensajes.",
|
||||
@@ -15,5 +15,5 @@
|
||||
"there-are-new-topics-and-new-posts": "Hay %1 nuevas publicaciones y %2 nuevos mensajes.",
|
||||
"there-is-a-new-post": "Hay un nuevo mensaje.",
|
||||
"there-are-new-posts": "Hay %1 nuevos mensajes.",
|
||||
"click-here-to-reload": "Cliquea aquí para recargar."
|
||||
"click-here-to-reload": "Click para recargar."
|
||||
}
|
||||
@@ -22,6 +22,7 @@
|
||||
"no-email-to-confirm": "See foorum nõuab emaili kinnitust, palun vajuta siia, et sisestada email",
|
||||
"email-confirm-failed": "Meil ei õnnestunud sinu emaili kinnitada, proovi hiljem uuesti.",
|
||||
"confirm-email-already-sent": "Kinnituskiri on juba saadetud, palun oota %1 minut(it) uue kirja saatmiseks.",
|
||||
"sendmail-not-found": "The sendmail executable could not be found, please ensure it is installed and executable by the user running NodeBB.",
|
||||
"username-too-short": "Kasutajanimi on liiga lühike",
|
||||
"username-too-long": "Kasutajanimi on liiga pikk",
|
||||
"password-too-long": "Parool liiga pikk",
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"remember_me": "Mäleta mind?",
|
||||
"forgot_password": "Unustasid parooli?",
|
||||
"alternative_logins": "Alternatiivsed sisse logimise võimalused",
|
||||
"failed_login_attempt": "Sisse logimine ebaõnnestus, palun proovi uuesti.",
|
||||
"failed_login_attempt": "Login Unsuccessful",
|
||||
"login_successful": "Edukalt sisse logitud!",
|
||||
"dont_have_account": "Pole veel kasutajat?"
|
||||
}
|
||||
@@ -29,6 +29,14 @@
|
||||
"composer.submit_and_lock": "Kinnita ja Lukusta",
|
||||
"composer.toggle_dropdown": "Aktiveeri rippmenüü",
|
||||
"composer.uploading": "%1 Üleslaadimine",
|
||||
"composer.formatting.bold": "Bold",
|
||||
"composer.formatting.italic": "Italic",
|
||||
"composer.formatting.list": "List",
|
||||
"composer.formatting.strikethrough": "Strikethrough",
|
||||
"composer.formatting.link": "Link",
|
||||
"composer.formatting.picture": "Picture",
|
||||
"composer.upload-picture": "Upload Image",
|
||||
"composer.upload-file": "Upload File",
|
||||
"bootbox.ok": "Olgu",
|
||||
"bootbox.cancel": "Katkesta",
|
||||
"bootbox.confirm": "Kinnita",
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
"no-email-to-confirm": "ایمیل شما تایید نشده است ، لطفا برای وارد کردن ایمیل اینجا کلیک کنید",
|
||||
"email-confirm-failed": "سیستم موفق به تایید ایمیل شما نشد، لطفا بعدا دوباره سعی کنید",
|
||||
"confirm-email-already-sent": "ایمیل فعالسازی قبلا فرستاده شده، لطفا %1 دقیقه صبر کنید تا ایمیل دیگری بفرستید.",
|
||||
"sendmail-not-found": "The sendmail executable could not be found, please ensure it is installed and executable by the user running NodeBB.",
|
||||
"username-too-short": "نام کاربری خیلی کوتاه است.",
|
||||
"username-too-long": "نام کاربری بسیار طولانیست",
|
||||
"password-too-long": "کلمه عبور بسیار طولانیست",
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"remember_me": "مرا به یاد بسپار؟",
|
||||
"forgot_password": "گذرواژه را فراموش کردهاید؟",
|
||||
"alternative_logins": "روشهای درون آمدن جایگزین",
|
||||
"failed_login_attempt": "شکست در درون آمدن، لطفا دوباره تلاش کنید.",
|
||||
"failed_login_attempt": "Login Unsuccessful",
|
||||
"login_successful": "شما با موفقیت به درون آمدهاید!",
|
||||
"dont_have_account": "حساب کاربری ندارید؟"
|
||||
}
|
||||
@@ -29,6 +29,14 @@
|
||||
"composer.submit_and_lock": "ارسال و قفل",
|
||||
"composer.toggle_dropdown": "باز و بسته کردن کرکره",
|
||||
"composer.uploading": "در حال بارگذاری %1",
|
||||
"composer.formatting.bold": "Bold",
|
||||
"composer.formatting.italic": "Italic",
|
||||
"composer.formatting.list": "List",
|
||||
"composer.formatting.strikethrough": "Strikethrough",
|
||||
"composer.formatting.link": "Link",
|
||||
"composer.formatting.picture": "Picture",
|
||||
"composer.upload-picture": "Upload Image",
|
||||
"composer.upload-file": "Upload File",
|
||||
"bootbox.ok": "باشه",
|
||||
"bootbox.cancel": "لغو",
|
||||
"bootbox.confirm": "تایید",
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
"no-email-to-confirm": "This forum requires email confirmation, please click here to enter an email",
|
||||
"email-confirm-failed": "We could not confirm your email, please try again later.",
|
||||
"confirm-email-already-sent": "Confirmation email already sent, please wait %1 minute(s) to send another one.",
|
||||
"sendmail-not-found": "The sendmail executable could not be found, please ensure it is installed and executable by the user running NodeBB.",
|
||||
"username-too-short": "Käyttäjänimi on liian lyhyt",
|
||||
"username-too-long": "Käyttäjänimi on liian pitkä",
|
||||
"password-too-long": "Password too long",
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"remember_me": "Muista minut?",
|
||||
"forgot_password": "Unohditko salasanasi?",
|
||||
"alternative_logins": "Vaihtoehtoiset kirjautumistavat",
|
||||
"failed_login_attempt": "Kirjautumisyritys epäonnistui, ole hyvä ja yritä uudestaan.",
|
||||
"failed_login_attempt": "Login Unsuccessful",
|
||||
"login_successful": "Olet onnistuneesti kirjautunut sisään!",
|
||||
"dont_have_account": "Ei käyttäjätunnusta?"
|
||||
}
|
||||
@@ -29,6 +29,14 @@
|
||||
"composer.submit_and_lock": "Submit and Lock",
|
||||
"composer.toggle_dropdown": "Toggle Dropdown",
|
||||
"composer.uploading": "Uploading %1",
|
||||
"composer.formatting.bold": "Bold",
|
||||
"composer.formatting.italic": "Italic",
|
||||
"composer.formatting.list": "List",
|
||||
"composer.formatting.strikethrough": "Strikethrough",
|
||||
"composer.formatting.link": "Link",
|
||||
"composer.formatting.picture": "Picture",
|
||||
"composer.upload-picture": "Upload Image",
|
||||
"composer.upload-file": "Upload File",
|
||||
"bootbox.ok": "OK",
|
||||
"bootbox.cancel": "Cancel",
|
||||
"bootbox.confirm": "Confirm",
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
"no-email-to-confirm": "Ce forum requiert une vérification de votre adresse email. Veuillez cliquer ici pour entrer une adresse.",
|
||||
"email-confirm-failed": "Votre adresse email n'a pas pu être vérifiée. Veuillez ré-essayer plus tard.",
|
||||
"confirm-email-already-sent": "L'email de confirmation a déjà été envoyé. Veuillez attendre %1 minute(s) avant de redemander un nouvel envoi.",
|
||||
"sendmail-not-found": "L'application d'envoi de mail est introuvable, assurez-vous qu'elle est installée et que l'utilisateur servant à démarrer NodeBB ait des droits suffisants.",
|
||||
"username-too-short": "Nom d'utilisateur trop court",
|
||||
"username-too-long": "Nom d'utilisateur trop long",
|
||||
"password-too-long": "Mot de passe trop long",
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"remember_me": "Se souvenir de moi ?",
|
||||
"forgot_password": "Mot de passe oublié ?",
|
||||
"alternative_logins": "Autres méthodes de connexion",
|
||||
"failed_login_attempt": "Echèc d'authentification, veuillez réessayer.",
|
||||
"failed_login_attempt": "Identification échouée",
|
||||
"login_successful": "Vous êtes maintenant connecté !",
|
||||
"dont_have_account": "Vous n'avez pas de compte ?"
|
||||
}
|
||||
@@ -29,6 +29,14 @@
|
||||
"composer.submit_and_lock": "Envoyer et verrouiller",
|
||||
"composer.toggle_dropdown": "Afficher/masquer le menu",
|
||||
"composer.uploading": "Envoi en cours %1",
|
||||
"composer.formatting.bold": "Gras",
|
||||
"composer.formatting.italic": "Italique",
|
||||
"composer.formatting.list": "Liste",
|
||||
"composer.formatting.strikethrough": "Barré",
|
||||
"composer.formatting.link": "Lien",
|
||||
"composer.formatting.picture": "Image",
|
||||
"composer.upload-picture": "Envoyer une image",
|
||||
"composer.upload-file": "Envoyer un fichier",
|
||||
"bootbox.ok": "OK",
|
||||
"bootbox.cancel": "Annuler",
|
||||
"bootbox.confirm": "Confirmer",
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
"digest.day": "día",
|
||||
"digest.week": "semana",
|
||||
"digest.month": "mes",
|
||||
"digest.subject": "Digest for %1",
|
||||
"digest.subject": "Resumo de 1%",
|
||||
"notif.chat.subject": "Nova charla recibida de %1",
|
||||
"notif.chat.cta": "Pica aquí para continuar a conversación",
|
||||
"notif.chat.unsub.info": "Esta notificación de charla foiche enviada polas túas opcións de subscrición.",
|
||||
|
||||
@@ -22,12 +22,13 @@
|
||||
"no-email-to-confirm": "Este foro require confirmación de correo, por favor pica aquí para introducir un correo.",
|
||||
"email-confirm-failed": "Non podemos confirmar o teu correo, por favor téntao de novo máis tarde.",
|
||||
"confirm-email-already-sent": "O correo de confirmación foi enviado, agarda %1 minute(s) para enviar outro.",
|
||||
"sendmail-not-found": "Non se atopa o executable \"sendmail\", por favor, asegúrate de que está instalado no teu sistema e que é accesible polo usuario que executa NodeBB. ",
|
||||
"username-too-short": "Nome de usuario demasiado curto",
|
||||
"username-too-long": "Nome de usuario demasiado longo.",
|
||||
"password-too-long": "Contrasinal moi longa",
|
||||
"user-banned": "Usuario expulsado",
|
||||
"user-too-new": "Desculpa, agarda %1 second(s) antes de facer a túa primeira publicación.",
|
||||
"blacklisted-ip": "Sorry, your IP address has been banned from this community. If you feel this is in error, please contact an administrator.",
|
||||
"blacklisted-ip": "Sentímolo, o teu enderezo IP foi baneado desta comunidade. Se crees que se debe a un erro, por favor, contacte cun administrador.",
|
||||
"no-category": "A categoría non existe",
|
||||
"no-topic": "O tema non existe",
|
||||
"no-post": "A publicación non existe",
|
||||
@@ -51,8 +52,8 @@
|
||||
"still-uploading": "Por favor, agarda a que remate a subida.",
|
||||
"file-too-big": "O tamaño máximo permitido é %1 kB - por favor, sube un arquivo máis pequeno",
|
||||
"guest-upload-disabled": "As subidas están deshabilitadas para os convidados",
|
||||
"already-favourited": "You have already bookmarked this post",
|
||||
"already-unfavourited": "You have already unbookmarked this post",
|
||||
"already-favourited": "Xa gardaras esta publicación.",
|
||||
"already-unfavourited": "Xa desgardaras esta publicación.",
|
||||
"cant-ban-other-admins": "Non podes botar outros administradores!",
|
||||
"cant-remove-last-admin": "Eres o único administrador. Engade outros administradores antes de quitarte a ti mesmo como administrador.",
|
||||
"invalid-image-type": "Tipo de imaxe inválida. Tipos admitidos: %1",
|
||||
@@ -85,7 +86,7 @@
|
||||
"cant-edit-chat-message": "Non tes permitido editar esta mensaxe.",
|
||||
"cant-remove-last-user": "Non podes quitar o último usuario",
|
||||
"cant-delete-chat-message": "Non tes permitido borrar esta mensaxe.",
|
||||
"already-voting-for-this-post": "You have already voted for this post.",
|
||||
"already-voting-for-this-post": "Xa votache esta mensaxe.",
|
||||
"reputation-system-disabled": "O sistema de reputación está deshabilitado",
|
||||
"downvoting-disabled": "Os votos negativos están deshabilitados",
|
||||
"not-enough-reputation-to-downvote": "Non tes reputación dabonda para esta acción",
|
||||
@@ -99,6 +100,6 @@
|
||||
"invite-maximum-met": "Convidaches á cantidade máxima de persoas (%1 de %2).",
|
||||
"no-session-found": "Non se atopa ningún inicio de sesión!",
|
||||
"not-in-room": "O usuario non se encontra nesta sala",
|
||||
"no-users-in-room": "No users in this room",
|
||||
"cant-kick-self": "You can't kick yourself from the group"
|
||||
"no-users-in-room": "Non hai usuarios nesta sala",
|
||||
"cant-kick-self": "Non te podes expulsar a ti mesmo do grupo"
|
||||
}
|
||||
@@ -87,8 +87,8 @@
|
||||
"map": "Mapa",
|
||||
"sessions": "Inicios de sesión",
|
||||
"ip_address": "Enderezo IP",
|
||||
"enter_page_number": "Enter page number",
|
||||
"upload_file": "Upload file",
|
||||
"upload": "Upload",
|
||||
"allowed-file-types": "Allowed file types are %1"
|
||||
"enter_page_number": "Escribe o número da páxina",
|
||||
"upload_file": "Subir arquivo ",
|
||||
"upload": "Subir",
|
||||
"allowed-file-types": "Os tipos de arquivos permitidos son: %1"
|
||||
}
|
||||
@@ -41,7 +41,7 @@
|
||||
"details.hidden": "Oculto",
|
||||
"details.hidden_help": "Se está habilitado, este grupo non se poderá atopar na listaxe de grupos e os usuarios deberán ser convidados manualmente.",
|
||||
"details.delete_group": "Eliminar Grupo",
|
||||
"details.private_system_help": "Private groups is disabled at system level, this option does not do anything",
|
||||
"details.private_system_help": "Os grupos privados están desactivados ao nivel do sistema, esta opción non trocará nada.",
|
||||
"event.updated": "Os detalles do grupo foron actualizados",
|
||||
"event.deleted": "O grupo \"%1\" foi borrado.",
|
||||
"membership.accept-invitation": "Aceptar ",
|
||||
@@ -50,5 +50,5 @@
|
||||
"membership.leave-group": "Marchar do grupo",
|
||||
"membership.reject": "Rexeitar",
|
||||
"new-group.group_name": "Nome do grupo:",
|
||||
"upload-group-cover": "Upload group cover"
|
||||
"upload-group-cover": "Cargar foto para o grupo"
|
||||
}
|
||||
@@ -5,7 +5,7 @@
|
||||
"remember_me": "Lembrarme?",
|
||||
"forgot_password": "Esqueciches o teu contrasinal?",
|
||||
"alternative_logins": "Métodos alternativos",
|
||||
"failed_login_attempt": "Erro ao iniciar sesión, téntao de novo.",
|
||||
"failed_login_attempt": "Erro ao iniciar sesión",
|
||||
"login_successful": "Sesión iniciada con éxito!",
|
||||
"dont_have_account": "Aínda non tes conta?"
|
||||
}
|
||||
@@ -6,7 +6,7 @@
|
||||
"chat.user_typing": "%1 está a escribir...",
|
||||
"chat.user_has_messaged_you": "%1 enviouche unha mensaxe.",
|
||||
"chat.see_all": "Ver tódalas chamadas",
|
||||
"chat.mark_all_read": "Mark all chats read",
|
||||
"chat.mark_all_read": "Marcar tódolos chats como lidos ",
|
||||
"chat.no-messages": "Por favor, seleccione un destinatario para ver o historial das mensaxes ",
|
||||
"chat.no-users-in-room": "Non hai usuarios nesta sala",
|
||||
"chat.recent-chats": "Charlas Recentes",
|
||||
@@ -29,6 +29,14 @@
|
||||
"composer.submit_and_lock": "Enviar e bloquear",
|
||||
"composer.toggle_dropdown": "Alternar despregable",
|
||||
"composer.uploading": "Subindo %1",
|
||||
"composer.formatting.bold": "Negriña",
|
||||
"composer.formatting.italic": "Itálica",
|
||||
"composer.formatting.list": "Lista",
|
||||
"composer.formatting.strikethrough": "Tachado",
|
||||
"composer.formatting.link": "Ligazón",
|
||||
"composer.formatting.picture": "Foto",
|
||||
"composer.upload-picture": "Subir foto",
|
||||
"composer.upload-file": "Subir arquivo",
|
||||
"bootbox.ok": "De acordo",
|
||||
"bootbox.cancel": "Cancelar",
|
||||
"bootbox.confirm": "Confirmar",
|
||||
|
||||
@@ -16,9 +16,9 @@
|
||||
"upvoted_your_post_in_multiple": "<strong>%1</strong> e %2 máis votaron positivamente a túa mensaxe en <strong>%3</strong>.",
|
||||
"moved_your_post": "<strong>%1</strong> moveu a túa publicación a<strong>%2</strong>",
|
||||
"moved_your_topic": "<strong>%1</strong> foi movido <strong>%2</strong>",
|
||||
"favourited_your_post_in": "<strong>%1</strong> has bookmarked your post in <strong>%2</strong>.",
|
||||
"favourited_your_post_in_dual": "<strong>%1</strong> and <strong>%2</strong> have bookmarked your post in <strong>%3</strong>.",
|
||||
"favourited_your_post_in_multiple": "<strong>%1</strong> and %2 others have bookmarked your post in <strong>%3</strong>.",
|
||||
"favourited_your_post_in": "<strong>%1</strong> gardouse a súa publicación en<strong>%2</strong>.",
|
||||
"favourited_your_post_in_dual": "<strong>%1</strong> y <strong>%2</strong> gardaron a súa publicación en<strong>%3</strong>.",
|
||||
"favourited_your_post_in_multiple": "<strong>%1</strong> e outros %2 usuarios gardaron a súa publicación en <strong>%3</strong>.",
|
||||
"user_flagged_post_in": "<strong>%1</strong> reportou unha mensaxe en <strong>%2</strong>",
|
||||
"user_flagged_post_in_dual": "<strong>%1</strong> e <strong>%2</strong> reportaron a túa mensaxe en <strong>%3</strong>",
|
||||
"user_flagged_post_in_multiple": "<strong>%1</strong> e outras %2 persoas reportaron unha mensaxe en <strong>%3</strong>",
|
||||
@@ -30,7 +30,7 @@
|
||||
"user_started_following_you_dual": "<strong>%1</strong> e <strong>%2</strong> comezaron a seguirte.",
|
||||
"user_started_following_you_multiple": "<strong>%1</strong> e %2 máis comezaron a seguirte.",
|
||||
"new_register": "<strong>%1</strong> enviou unha petición de rexistro.",
|
||||
"new_register_multiple": "There are <strong>%1</strong> registration requests awaiting review.",
|
||||
"new_register_multiple": "Hai <strong>%1</strong> peticións de rexistros pendentes de revisión",
|
||||
"email-confirmed": "Correo confirmado",
|
||||
"email-confirmed-message": "Grazas por validar o teu correo. A túa conta agora está activada.",
|
||||
"email-confirm-error-message": "Houbo un problema validando o teu correo. Poida que o código fose inválido ou expirase. ",
|
||||
|
||||
@@ -33,13 +33,13 @@
|
||||
"account/posts": "Publicación de %1",
|
||||
"account/topics": "Temas de %1",
|
||||
"account/groups": "%1's Grupos",
|
||||
"account/favourites": "%1's Bookmarked Posts",
|
||||
"account/favourites": "Publicacións favoritas de %1 ",
|
||||
"account/settings": "Opcións de Usuario",
|
||||
"account/watched": "Temas vistos por %1",
|
||||
"account/upvoted": "Mensaxes votadas positivamente por %1",
|
||||
"account/downvoted": "Mensaxes votadas negativamente por %1",
|
||||
"account/best": "Mellores mensaxes escritas por %1",
|
||||
"confirm": "Email Confirmed",
|
||||
"confirm": "Enderezo electrónico confirmado",
|
||||
"maintenance.text": "%1 está baixo mantemento. Por favor, volve máis tarde.",
|
||||
"maintenance.messageIntro": "A máis, o administrador deixou esta mensaxe: ",
|
||||
"throttled.text": "&1 non está dispoñible debido a unha carga excesiva. Por favor, volva noutro momento"
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
"tools": "Ferramentas",
|
||||
"flag": "Reportar",
|
||||
"locked": "Pechado",
|
||||
"bookmark_instructions": "Click here to return to the last read post in this thread.",
|
||||
"bookmark_instructions": "Pica aquí para volver á última mensaxe lida neste tema ",
|
||||
"flag_title": "Reportar esta mensaxe",
|
||||
"flag_success": "Esta mensaxe foi reportada para moderación.",
|
||||
"deleted_message": "Este tema foi borrado. Só os usuarios con privilexios administrativos poden velo.",
|
||||
@@ -65,9 +65,9 @@
|
||||
"disabled_categories_note": "As categorías deshabilitadas están en gris",
|
||||
"confirm_move": "Mover",
|
||||
"confirm_fork": "Dividir",
|
||||
"favourite": "Bookmark",
|
||||
"favourites": "Bookmarks",
|
||||
"favourites.has_no_favourites": "You haven't bookmarked any posts yet.",
|
||||
"favourite": "Marcador",
|
||||
"favourites": "Marcadores",
|
||||
"favourites.has_no_favourites": "Aínda non marcache ningún tema. ",
|
||||
"loading_more_posts": "Cargando máis publicacións",
|
||||
"move_topic": "Mover Tema",
|
||||
"move_topics": "Mover Temas",
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"all": "Todos",
|
||||
"all_categories": "Tódalas categorías",
|
||||
"topics_marked_as_read.success": "Temas marcados como lidos",
|
||||
"all-topics": "All Topics",
|
||||
"new-topics": "New Topics",
|
||||
"watched-topics": "Watched Topics"
|
||||
"all-topics": "Tódolos Temas",
|
||||
"new-topics": "Temas Novos",
|
||||
"watched-topics": "Temas Suscritos"
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"uploading-file": "Uploading the file...",
|
||||
"select-file-to-upload": "Select a file to upload!",
|
||||
"upload-success": "File uploaded successfully!",
|
||||
"maximum-file-size": "Maximum %1 kb"
|
||||
"uploading-file": "Subindo o arquivo...",
|
||||
"select-file-to-upload": "Selecciona un arquivo para subir!",
|
||||
"upload-success": "Arquivo subido correctamente!",
|
||||
"maximum-file-size": "Máximo %1 kb"
|
||||
}
|
||||
@@ -22,7 +22,7 @@
|
||||
"profile": "Perfil",
|
||||
"profile_views": "Visitas ao perfil:",
|
||||
"reputation": "Reputación",
|
||||
"favourites": "Bookmarks",
|
||||
"favourites": "Marcadores",
|
||||
"watched": "Visto",
|
||||
"followers": "Seguidores",
|
||||
"following": "Seguindo",
|
||||
@@ -39,7 +39,7 @@
|
||||
"change_username": "Cambia-lo nome de usuario",
|
||||
"change_email": "Cambia-lo correo",
|
||||
"edit": "Editar",
|
||||
"edit-profile": "Edit Profile",
|
||||
"edit-profile": "Editar Perfil",
|
||||
"default_picture": "Icona por defecto.",
|
||||
"uploaded_picture": "Foto subida",
|
||||
"upload_new_picture": "Subir unha nova foto",
|
||||
@@ -56,11 +56,11 @@
|
||||
"password": "Contrasinal",
|
||||
"username_taken_workaround": "Ese nome de usuario xa estaba collido, así que o modificamos lixeiramente. Agora o teu nome é <strong>%1</strong> ",
|
||||
"password_same_as_username": "O teu contrasinal e o teu nome de usuario son os mesmos, por favor, escolle outro contrasinal.",
|
||||
"password_same_as_email": "Your password is the same as your email, please select another password.",
|
||||
"password_same_as_email": "O teu contrasinal é igual que o teu enderezo electrónico, por favor, escolle outro contrasinal.",
|
||||
"upload_picture": "Subir foto",
|
||||
"upload_a_picture": "Subir unha foto",
|
||||
"remove_uploaded_picture": "Borrar unha foto subida",
|
||||
"upload_cover_picture": "Upload cover picture",
|
||||
"upload_cover_picture": "Subir imaxen de portada",
|
||||
"settings": "Opcións",
|
||||
"show_email": "Amosa-lo meu Email",
|
||||
"show_fullname": "Amosa-lo meu Nome Completo",
|
||||
@@ -92,12 +92,12 @@
|
||||
"open_links_in_new_tab": "Abrir ligazóns externos nunca nova pestaña",
|
||||
"enable_topic_searching": "Permitir buscar dentro dun tema",
|
||||
"topic_search_help": "Se se activa, o buscador do NodeBB superporase ao propio do navegador dentro de cada tema, permitindo buscar en todo o tema e non só naquilo que se presenta na pantalla.",
|
||||
"delay_image_loading": "Delay Image Loading",
|
||||
"image_load_delay_help": "If enabled, images in topics will not load until they are scrolled into view",
|
||||
"scroll_to_my_post": "After posting a reply, show the new post",
|
||||
"delay_image_loading": "Retrasar a carga de imaxes",
|
||||
"image_load_delay_help": "Se se habilita, as imaxes non cargarán hasta que sexan visibles na pantalla",
|
||||
"scroll_to_my_post": "Logo de enviar unha resposta, mostrar a nova mensaxe",
|
||||
"follow_topics_you_reply_to": "Segui-los temas nos que respostas",
|
||||
"follow_topics_you_create": "Segui-los temas que ti fas",
|
||||
"grouptitle": "Group Title",
|
||||
"grouptitle": "Título do Grupo",
|
||||
"no-group-title": "Sen titulo de grupo",
|
||||
"select-skin": "Seleccionar apariencia",
|
||||
"select-homepage": "Escolla unha páxina de inicio",
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
"no-email-to-confirm": "פורום זה דורש אישור בדוא\"ל, אנא לחץ כאן כדי להכניס לדואר אלקטרוני",
|
||||
"email-confirm-failed": "לא הצלחנו לאשר את הדוא\"ל שלך, תנסה שוב אחר כך",
|
||||
"confirm-email-already-sent": "מייל האישור כבר נשלח, אנא המתן %1 דקות כדי לשלוח מייל נוסף.",
|
||||
"sendmail-not-found": "The sendmail executable could not be found, please ensure it is installed and executable by the user running NodeBB.",
|
||||
"username-too-short": "שם משתמש קצר מדי",
|
||||
"username-too-long": "שם משתמש ארוך מדי",
|
||||
"password-too-long": "הסיסמה ארוכה מדי",
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"remember_me": "זכור אותי?",
|
||||
"forgot_password": "שכחת סיסמתך?",
|
||||
"alternative_logins": "התחבר באמצעות...",
|
||||
"failed_login_attempt": "נסיון התחברות נכשל, נסה שוב.",
|
||||
"failed_login_attempt": "Login Unsuccessful",
|
||||
"login_successful": "התחברת בהצלחה!",
|
||||
"dont_have_account": "אין לך חשבון עדיין?"
|
||||
}
|
||||
@@ -29,6 +29,14 @@
|
||||
"composer.submit_and_lock": "אשר ונעל",
|
||||
"composer.toggle_dropdown": "הדלק/כבה את התפריט הנפתח",
|
||||
"composer.uploading": "העלאה %1",
|
||||
"composer.formatting.bold": "Bold",
|
||||
"composer.formatting.italic": "Italic",
|
||||
"composer.formatting.list": "List",
|
||||
"composer.formatting.strikethrough": "Strikethrough",
|
||||
"composer.formatting.link": "Link",
|
||||
"composer.formatting.picture": "Picture",
|
||||
"composer.upload-picture": "Upload Image",
|
||||
"composer.upload-file": "Upload File",
|
||||
"bootbox.ok": "בסדר",
|
||||
"bootbox.cancel": "בטל",
|
||||
"bootbox.confirm": "אשר",
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
"no-email-to-confirm": "Ez a fórum e-mail megerősítést kíván, kérlek kattints ide egy cím beírásához",
|
||||
"email-confirm-failed": "Nem tudtuk ellenőrizni az e-mail címedet, kérlek próbálkozz később.",
|
||||
"confirm-email-already-sent": "Confirmation email already sent, please wait %1 minute(s) to send another one.",
|
||||
"sendmail-not-found": "The sendmail executable could not be found, please ensure it is installed and executable by the user running NodeBB.",
|
||||
"username-too-short": "Túl rövid felhasználónév",
|
||||
"username-too-long": "Túl hosszú felhasználónév",
|
||||
"password-too-long": "Password too long",
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"remember_me": "Megjegyzés",
|
||||
"forgot_password": "Elfelejtett Jelszó?",
|
||||
"alternative_logins": "Alternatív belépés",
|
||||
"failed_login_attempt": "Sikertelen belépési kísérlet, kérlek próbálkozzunk újra.",
|
||||
"failed_login_attempt": "Login Unsuccessful",
|
||||
"login_successful": "Sikeres belépés",
|
||||
"dont_have_account": "Nincs még fiók?"
|
||||
}
|
||||
@@ -29,6 +29,14 @@
|
||||
"composer.submit_and_lock": "Submit and Lock",
|
||||
"composer.toggle_dropdown": "Toggle Dropdown",
|
||||
"composer.uploading": "Uploading %1",
|
||||
"composer.formatting.bold": "Bold",
|
||||
"composer.formatting.italic": "Italic",
|
||||
"composer.formatting.list": "List",
|
||||
"composer.formatting.strikethrough": "Strikethrough",
|
||||
"composer.formatting.link": "Link",
|
||||
"composer.formatting.picture": "Picture",
|
||||
"composer.upload-picture": "Upload Image",
|
||||
"composer.upload-file": "Upload File",
|
||||
"bootbox.ok": "OK",
|
||||
"bootbox.cancel": "Cancel",
|
||||
"bootbox.confirm": "Confirm",
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
"no-email-to-confirm": "This forum requires email confirmation, please click here to enter an email",
|
||||
"email-confirm-failed": "We could not confirm your email, please try again later.",
|
||||
"confirm-email-already-sent": "Confirmation email already sent, please wait %1 minute(s) to send another one.",
|
||||
"sendmail-not-found": "The sendmail executable could not be found, please ensure it is installed and executable by the user running NodeBB.",
|
||||
"username-too-short": "Username terlalu pendek",
|
||||
"username-too-long": "Username terlalu panjang",
|
||||
"password-too-long": "Password too long",
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"remember_me": "Ingin Diingat?",
|
||||
"forgot_password": "Lupa Password?",
|
||||
"alternative_logins": "Login Alternatif",
|
||||
"failed_login_attempt": "Percobaan login gagal, cobalah kembali.",
|
||||
"failed_login_attempt": "Login Unsuccessful",
|
||||
"login_successful": "Kamu telah berhasil login!",
|
||||
"dont_have_account": "Belum memiliki akun?"
|
||||
}
|
||||
@@ -29,6 +29,14 @@
|
||||
"composer.submit_and_lock": "Submit and Lock",
|
||||
"composer.toggle_dropdown": "Toggle Dropdown",
|
||||
"composer.uploading": "Uploading %1",
|
||||
"composer.formatting.bold": "Bold",
|
||||
"composer.formatting.italic": "Italic",
|
||||
"composer.formatting.list": "List",
|
||||
"composer.formatting.strikethrough": "Strikethrough",
|
||||
"composer.formatting.link": "Link",
|
||||
"composer.formatting.picture": "Picture",
|
||||
"composer.upload-picture": "Upload Image",
|
||||
"composer.upload-file": "Upload File",
|
||||
"bootbox.ok": "OK",
|
||||
"bootbox.cancel": "Cancel",
|
||||
"bootbox.confirm": "Confirm",
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
"no-email-to-confirm": "Questo forum richiede la conferma dell'indirizzo email, per favore clicca qui per inserirne uno",
|
||||
"email-confirm-failed": "Non possiamo confermare la tua email, per favore prova ancora più tardi.",
|
||||
"confirm-email-already-sent": "Email di conferma già inviata, per favore attendere %1 minuti per richiederne un'altra.",
|
||||
"sendmail-not-found": "The sendmail executable could not be found, please ensure it is installed and executable by the user running NodeBB.",
|
||||
"username-too-short": "Nome utente troppo corto",
|
||||
"username-too-long": "Nome utente troppo lungo",
|
||||
"password-too-long": "Password troppo lunga",
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"remember_me": "Ricordami?",
|
||||
"forgot_password": "Password dimenticata?",
|
||||
"alternative_logins": "Accessi Alternativi",
|
||||
"failed_login_attempt": "Tentativo di accesso fallito, prova ancora.",
|
||||
"failed_login_attempt": "Login Unsuccessful",
|
||||
"login_successful": "Sei entrato con successo!",
|
||||
"dont_have_account": "Non hai un account?"
|
||||
}
|
||||
@@ -29,6 +29,14 @@
|
||||
"composer.submit_and_lock": "Invia e Blocca",
|
||||
"composer.toggle_dropdown": "Mostra/Nascondi menu a discesa",
|
||||
"composer.uploading": "Uploading %1",
|
||||
"composer.formatting.bold": "Bold",
|
||||
"composer.formatting.italic": "Italic",
|
||||
"composer.formatting.list": "List",
|
||||
"composer.formatting.strikethrough": "Strikethrough",
|
||||
"composer.formatting.link": "Link",
|
||||
"composer.formatting.picture": "Picture",
|
||||
"composer.upload-picture": "Upload Image",
|
||||
"composer.upload-file": "Upload File",
|
||||
"bootbox.ok": "OK",
|
||||
"bootbox.cancel": "Annulla",
|
||||
"bootbox.confirm": "Conferma",
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
"no-email-to-confirm": "このフォーラムを利用するにはメールアドレスの確認を行う必要があります。メールアドレスを確認するためにはここをクリックしてください。",
|
||||
"email-confirm-failed": "メールアドレスの確認が出来ませんでした。再度お試しください。",
|
||||
"confirm-email-already-sent": "確認のメールは既に送信されています。再度送信するには、%1分後に再度お試しください。",
|
||||
"sendmail-not-found": "The sendmail executable could not be found, please ensure it is installed and executable by the user running NodeBB.",
|
||||
"username-too-short": "ユーザー名が短すぎます",
|
||||
"username-too-long": "ユーザー名が長すぎます",
|
||||
"password-too-long": "パスワードが長すぎます",
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"remember_me": "ログイン情報を記憶",
|
||||
"forgot_password": "パスワードを忘れましたか?",
|
||||
"alternative_logins": "ほかのログイン方法",
|
||||
"failed_login_attempt": "ログインに失敗しました.ユーザー名やパスワードをご確認ください。",
|
||||
"failed_login_attempt": "Login Unsuccessful",
|
||||
"login_successful": "ログインしました!",
|
||||
"dont_have_account": "アカウントをもっていませんか?"
|
||||
}
|
||||
@@ -29,6 +29,14 @@
|
||||
"composer.submit_and_lock": "Submit and Lock",
|
||||
"composer.toggle_dropdown": "Toggle Dropdown",
|
||||
"composer.uploading": "Uploading %1",
|
||||
"composer.formatting.bold": "Bold",
|
||||
"composer.formatting.italic": "Italic",
|
||||
"composer.formatting.list": "List",
|
||||
"composer.formatting.strikethrough": "Strikethrough",
|
||||
"composer.formatting.link": "Link",
|
||||
"composer.formatting.picture": "Picture",
|
||||
"composer.upload-picture": "Upload Image",
|
||||
"composer.upload-file": "Upload File",
|
||||
"bootbox.ok": "OK",
|
||||
"bootbox.cancel": "Cancel",
|
||||
"bootbox.confirm": "Confirm",
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
"no-email-to-confirm": "이메일 인증이 필요합니다. 이곳을 클릭하여 이메일 입력하세요.",
|
||||
"email-confirm-failed": "이메일 인증이 실패하였습니다. 잠시 후에 다시 시도하세요.",
|
||||
"confirm-email-already-sent": "인증 메일이 이미 발송되었습니다. %1 분 이후에 재 발송이 가능합니다.",
|
||||
"sendmail-not-found": "The sendmail executable could not be found, please ensure it is installed and executable by the user running NodeBB.",
|
||||
"username-too-short": "사용자 이름이 너무 짧습니다.",
|
||||
"username-too-long": "사용자 이름이 너무 깁니다.",
|
||||
"password-too-long": "패스워드가 너무 깁니다.",
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"remember_me": "로그인 유지",
|
||||
"forgot_password": "비밀번호 초기화",
|
||||
"alternative_logins": "다른 방법으로 로그인",
|
||||
"failed_login_attempt": "로그인에 실패했습니다.",
|
||||
"failed_login_attempt": "Login Unsuccessful",
|
||||
"login_successful": "성공적으로 로그인했습니다.",
|
||||
"dont_have_account": "계정이 없으신가요?"
|
||||
}
|
||||
@@ -29,6 +29,14 @@
|
||||
"composer.submit_and_lock": "잠금 상태로 작성 완료",
|
||||
"composer.toggle_dropdown": "내려서 확인하기",
|
||||
"composer.uploading": "%1 업로드 중",
|
||||
"composer.formatting.bold": "Bold",
|
||||
"composer.formatting.italic": "Italic",
|
||||
"composer.formatting.list": "List",
|
||||
"composer.formatting.strikethrough": "Strikethrough",
|
||||
"composer.formatting.link": "Link",
|
||||
"composer.formatting.picture": "Picture",
|
||||
"composer.upload-picture": "Upload Image",
|
||||
"composer.upload-file": "Upload File",
|
||||
"bootbox.ok": "확인",
|
||||
"bootbox.cancel": "취소",
|
||||
"bootbox.confirm": "확인",
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
"no-email-to-confirm": "Šis forumas reikalauja patvirtinimo el. paštu prašome spausti čia el. adreso įrašymui",
|
||||
"email-confirm-failed": "Negalime patvirtinti jūsų el. adreso, prašom bandyti vėliau.",
|
||||
"confirm-email-already-sent": "Patvirtinimo laiškas išsiųstas, prašome palaukti %1 minute(s) kad išsiųstume kita",
|
||||
"sendmail-not-found": "The sendmail executable could not be found, please ensure it is installed and executable by the user running NodeBB.",
|
||||
"username-too-short": "Slapyvardis per trumpas",
|
||||
"username-too-long": "Vartotojo vardas per ilgas",
|
||||
"password-too-long": "Password too long",
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"remember_me": "Prisiminti?",
|
||||
"forgot_password": "Užmiršote slaptažodį?",
|
||||
"alternative_logins": "Alternatyvūs prisijungimo būdai",
|
||||
"failed_login_attempt": "Prisijungti nepavyko, bandykite dar kartą.",
|
||||
"failed_login_attempt": "Login Unsuccessful",
|
||||
"login_successful": "Jūs sėkmingai prisijungėte!",
|
||||
"dont_have_account": "Neturite paskyros?"
|
||||
}
|
||||
@@ -29,6 +29,14 @@
|
||||
"composer.submit_and_lock": "Pateikti ir užrakinti",
|
||||
"composer.toggle_dropdown": "Perjungti Nukritimą",
|
||||
"composer.uploading": "Uploading %1",
|
||||
"composer.formatting.bold": "Bold",
|
||||
"composer.formatting.italic": "Italic",
|
||||
"composer.formatting.list": "List",
|
||||
"composer.formatting.strikethrough": "Strikethrough",
|
||||
"composer.formatting.link": "Link",
|
||||
"composer.formatting.picture": "Picture",
|
||||
"composer.upload-picture": "Upload Image",
|
||||
"composer.upload-file": "Upload File",
|
||||
"bootbox.ok": "OK",
|
||||
"bootbox.cancel": "Cancel",
|
||||
"bootbox.confirm": "Confirm",
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
"no-email-to-confirm": "Forum ini memerlukan pengesahan emel, sila klik sini untuk memasukkan emel",
|
||||
"email-confirm-failed": "Kami tidak dapat memastikan emel anda, sila cuba lagi nanti",
|
||||
"confirm-email-already-sent": "Pengesahan emel telah dihantar, sila tunggu %1 minit() untuk menghantar yang baru.",
|
||||
"sendmail-not-found": "The sendmail executable could not be found, please ensure it is installed and executable by the user running NodeBB.",
|
||||
"username-too-short": "Nama pengunna terlalu pendek",
|
||||
"username-too-long": "Nama pengunna terlalu panjang",
|
||||
"password-too-long": "Kata laluan terlalu panjang",
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"remember_me": "Ingatkan Saya",
|
||||
"forgot_password": "Lupa Kata Laluan?",
|
||||
"alternative_logins": "Log Masuk Alternatif",
|
||||
"failed_login_attempt": "Log masuk gagal, sila cuba lagi.",
|
||||
"failed_login_attempt": "Login Unsuccessful",
|
||||
"login_successful": "Anda berjaya log masuk!",
|
||||
"dont_have_account": "Tiada akaun?"
|
||||
}
|
||||
@@ -29,6 +29,14 @@
|
||||
"composer.submit_and_lock": "Hantar dan Kunci",
|
||||
"composer.toggle_dropdown": "Togol Kebawah",
|
||||
"composer.uploading": "Memuat naik %1",
|
||||
"composer.formatting.bold": "Bold",
|
||||
"composer.formatting.italic": "Italic",
|
||||
"composer.formatting.list": "List",
|
||||
"composer.formatting.strikethrough": "Strikethrough",
|
||||
"composer.formatting.link": "Link",
|
||||
"composer.formatting.picture": "Picture",
|
||||
"composer.upload-picture": "Upload Image",
|
||||
"composer.upload-file": "Upload File",
|
||||
"bootbox.ok": "Ok",
|
||||
"bootbox.cancel": "Batal",
|
||||
"bootbox.confirm": "Pasti",
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
"no-email-to-confirm": "Dette forumet krever e-postbekreftelse, vennligst klikk her for å skrive inn en e-post",
|
||||
"email-confirm-failed": "Vi kunne ikke bekrefte e-posten din, vennligst prøv igjen senere.",
|
||||
"confirm-email-already-sent": "E-post for bekreftelse er allerede sendt, vennligst vent %1 minutt(er) for å sende en til.",
|
||||
"sendmail-not-found": "The sendmail executable could not be found, please ensure it is installed and executable by the user running NodeBB.",
|
||||
"username-too-short": "Brukernavnet er for kort",
|
||||
"username-too-long": "Brukernavnet er for langt",
|
||||
"password-too-long": "Password too long",
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"remember_me": "Husk meg?",
|
||||
"forgot_password": "Glemt passord?",
|
||||
"alternative_logins": "Alternativ innlogging",
|
||||
"failed_login_attempt": "Mislykket innloggingsforsøk, vennligst prøv igjen.",
|
||||
"failed_login_attempt": "Login Unsuccessful",
|
||||
"login_successful": "Du har blitt logget inn!",
|
||||
"dont_have_account": "Har du ikke en konto?"
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user