Latest translations and fallbacks

This commit is contained in:
Misty (Bot)
2017-05-31 09:22:56 +00:00
parent d20b599b20
commit 2d73e7fec2
259 changed files with 575 additions and 102 deletions

View File

@@ -5,5 +5,8 @@
"custom-header": "Custom Header", "custom-header": "Custom Header",
"custom-header.description": "Enter custom HTML here (ex. JavaScript, Meta Tags, etc.), which will be appended to the <code>&lt;head&gt;</code> section of your forum's markup.", "custom-header.description": "Enter custom HTML here (ex. JavaScript, Meta Tags, etc.), which will be appended to the <code>&lt;head&gt;</code> section of your forum's markup.",
"custom-header.enable": "Enable Custom Header" "custom-header.enable": "Enable Custom Header",
"custom-css.livereload": "Enable Live Reload",
"custom-css.livereload.description": "Enable this to force all sessions on every device under your account to refresh whenever you click save"
} }

View File

@@ -1,10 +1,12 @@
{ {
"you-are-on": "Info - You are on <strong>%1:%2</strong>", "you-are-on": "Info - You are on <strong>%1:%2</strong>",
"nodes-responded": "%1 nodes responded within %2ms!",
"host": "host", "host": "host",
"pid": "pid", "pid": "pid",
"nodejs": "nodejs", "nodejs": "nodejs",
"online": "online", "online": "online",
"git": "git", "git": "git",
"memory": "memory",
"load": "load", "load": "load",
"uptime": "uptime", "uptime": "uptime",

View File

@@ -1,5 +1,6 @@
{ {
"language-settings": "Language Settings", "language-settings": "Language Settings",
"description": "The default language determines the language settings for all users who are visiting your forum. <br />Individual users can override the default language on their account settings page.", "description": "The default language determines the language settings for all users who are visiting your forum. <br />Individual users can override the default language on their account settings page.",
"default-language": "Default Language" "default-language": "Default Language",
"auto-detect": "Auto Detect Language Setting for Guests"
} }

View File

@@ -34,6 +34,8 @@
"registration.max-invites": "Maximum Invitations per User", "registration.max-invites": "Maximum Invitations per User",
"max-invites": "Maximum Invitations per User", "max-invites": "Maximum Invitations per User",
"max-invites-help": "0 for no restriction. Admins get infinite invitations<br>Only applicable for \"Invite Only\"", "max-invites-help": "0 for no restriction. Admins get infinite invitations<br>Only applicable for \"Invite Only\"",
"invite-expiration": "Invite expiration",
"invite-expiration-help": "# of days invitations expire in.",
"min-username-length": "Minimum Username Length", "min-username-length": "Minimum Username Length",
"max-username-length": "Maximum Username Length", "max-username-length": "Maximum Username Length",
"min-password-length": "Minimum Password Length", "min-password-length": "Minimum Password Length",

View File

@@ -1,5 +1,6 @@
{ {
"invalid-data": "بيانات غير صحيحة", "invalid-data": "بيانات غير صحيحة",
"invalid-json": "Invalid JSON",
"not-logged-in": "لم تقم بتسجيل الدخول", "not-logged-in": "لم تقم بتسجيل الدخول",
"account-locked": "تم حظر حسابك مؤقتًا.", "account-locked": "تم حظر حسابك مؤقتًا.",
"search-requires-login": "البحث في المنتدى يتطلب حساب - الرجاء تسجيل الدخول أو التسجيل", "search-requires-login": "البحث في المنتدى يتطلب حساب - الرجاء تسجيل الدخول أو التسجيل",
@@ -12,6 +13,7 @@
"invalid-title": "عنوان غير صحيح", "invalid-title": "عنوان غير صحيح",
"invalid-user-data": "بيانات المستخدم غير صحيحة", "invalid-user-data": "بيانات المستخدم غير صحيحة",
"invalid-password": "كلمة السر غير مقبولة", "invalid-password": "كلمة السر غير مقبولة",
"invalid-login-credentials": "Invalid login credentials",
"invalid-username-or-password": "المرجود تحديد اسم مستخدم و كلمة مرور", "invalid-username-or-password": "المرجود تحديد اسم مستخدم و كلمة مرور",
"invalid-search-term": "كلمة البحث غير صحيحة", "invalid-search-term": "كلمة البحث غير صحيحة",
"csrf-invalid": "لم تتمكن من تسجيل الدخول. هنالك أحتمال ان جلستك انتهت. رجاءًا حاول مرة اخرى.", "csrf-invalid": "لم تتمكن من تسجيل الدخول. هنالك أحتمال ان جلستك انتهت. رجاءًا حاول مرة اخرى.",

View File

@@ -14,6 +14,7 @@
"quote": "اقتبس", "quote": "اقتبس",
"reply": "رد", "reply": "رد",
"replies_to_this_post": "%1 Replies", "replies_to_this_post": "%1 Replies",
"one_reply_to_this_post": "1 Reply",
"last_reply_time": "Last reply", "last_reply_time": "Last reply",
"reply-as-topic": "رد بموضوع", "reply-as-topic": "رد بموضوع",
"guest-login-reply": "يجب عليك تسجيل الدخول للرد", "guest-login-reply": "يجب عليك تسجيل الدخول للرد",

View File

@@ -5,5 +5,8 @@
"custom-header": "Персонализирана заглавна част", "custom-header": "Персонализирана заглавна част",
"custom-header.description": "Въведете своя персонализиран код HTML тук (напр. JavaScript, елементи „meta“ и т.н.), те ще бъдат добавени към секцията <code>&lt;head&gt;</code> в кода на Вашия форум.", "custom-header.description": "Въведете своя персонализиран код HTML тук (напр. JavaScript, елементи „meta“ и т.н.), те ще бъдат добавени към секцията <code>&lt;head&gt;</code> в кода на Вашия форум.",
"custom-header.enable": "Включване на персонализирана заглавна част" "custom-header.enable": "Включване на персонализирана заглавна част",
"custom-css.livereload": "Включване на моменталното презареждане",
"custom-css.livereload.description": "Ако включите това, всички сесии на всяко устройство, където използвате акаунта си, ще се презареждат, когато натискате „Запазване“."
} }

View File

@@ -1,10 +1,12 @@
{ {
"you-are-on": "Информация — Вие сте на <strong>%1:%2</strong>", "you-are-on": "Информация — Вие сте на <strong>%1:%2</strong>",
"nodes-responded": "%1 възела отговориха в рамките на %2мсек!",
"host": "сървър", "host": "сървър",
"pid": "ид. на процеса", "pid": "ид. на процеса",
"nodejs": "nodejs", "nodejs": "nodejs",
"online": "на линия", "online": "на линия",
"git": "git", "git": "git",
"memory": "памет",
"load": "натоварване", "load": "натоварване",
"uptime": "активно време", "uptime": "активно време",

View File

@@ -1,5 +1,6 @@
{ {
"language-settings": "Езикови настройки", "language-settings": "Езикови настройки",
"description": "Езикът по подразбиране определя езиковите настройки за всички потребители, които посещават Вашия форум. <br />Отделните потребители могат да сменят езика си от страницата с настройки на профила си.", "description": "Езикът по подразбиране определя езиковите настройки за всички потребители, които посещават Вашия форум. <br />Отделните потребители могат да сменят езика си от страницата с настройки на профила си.",
"default-language": "Език по подразбиране" "default-language": "Език по подразбиране",
"auto-detect": "Автоматично разпознаване на езика за гостите"
} }

View File

@@ -34,6 +34,8 @@
"registration.max-invites": "Максимален брой покани на потребител", "registration.max-invites": "Максимален брой покани на потребител",
"max-invites": "Максимален брой покани на потребител", "max-invites": "Максимален брой покани на потребител",
"max-invites-help": "0 = няма ограничение. Администраторите могат да разпращат неограничен брой покани.<br>Тази стойност се използва, само ако е избран режимът „Само с покана“.", "max-invites-help": "0 = няма ограничение. Администраторите могат да разпращат неограничен брой покани.<br>Тази стойност се използва, само ако е избран режимът „Само с покана“.",
"invite-expiration": "Давност на поканите",
"invite-expiration-help": "Брой дни, след които поканите вече не важат.",
"min-username-length": "Минимална дължина на потребителското име", "min-username-length": "Минимална дължина на потребителското име",
"max-username-length": "Максимална дължина на потребителското име", "max-username-length": "Максимална дължина на потребителското име",
"min-password-length": "Минимална дължина на паролата", "min-password-length": "Минимална дължина на паролата",

View File

@@ -1,5 +1,6 @@
{ {
"invalid-data": "Грешни данни", "invalid-data": "Грешни данни",
"invalid-json": "Неправилен JSON",
"not-logged-in": "Изглежда не сте се вписали в системата.", "not-logged-in": "Изглежда не сте се вписали в системата.",
"account-locked": "Вашият акаунт беше заключен временно", "account-locked": "Вашият акаунт беше заключен временно",
"search-requires-login": "Търсенето изисква регистриран акаунт! Моля, впишете се или се регистрирайте!", "search-requires-login": "Търсенето изисква регистриран акаунт! Моля, впишете се или се регистрирайте!",
@@ -12,6 +13,7 @@
"invalid-title": "Грешно заглавие!", "invalid-title": "Грешно заглавие!",
"invalid-user-data": "Грешни потребителски данни", "invalid-user-data": "Грешни потребителски данни",
"invalid-password": "Грешна парола", "invalid-password": "Грешна парола",
"invalid-login-credentials": "Неправилни данни за удостоверяване",
"invalid-username-or-password": "Моля, въведете потребителско име и парола", "invalid-username-or-password": "Моля, въведете потребителско име и парола",
"invalid-search-term": "Грешен текст за търсене", "invalid-search-term": "Грешен текст за търсене",
"csrf-invalid": "Не успяхме да Ви впишем, най-вероятно защото сесията Ви е изтекла. Моля, опитайте отново", "csrf-invalid": "Не успяхме да Ви впишем, най-вероятно защото сесията Ви е изтекла. Моля, опитайте отново",

View File

@@ -14,6 +14,7 @@
"quote": "Цитат", "quote": "Цитат",
"reply": "Отговор", "reply": "Отговор",
"replies_to_this_post": "%1 отговора", "replies_to_this_post": "%1 отговора",
"one_reply_to_this_post": "1 отговор",
"last_reply_time": "Последен отговор", "last_reply_time": "Последен отговор",
"reply-as-topic": "Отговор в нова тема", "reply-as-topic": "Отговор в нова тема",
"guest-login-reply": "Впишете се, за да отговорите", "guest-login-reply": "Впишете се, за да отговорите",

View File

@@ -5,5 +5,8 @@
"custom-header": "Custom Header", "custom-header": "Custom Header",
"custom-header.description": "Enter custom HTML here (ex. JavaScript, Meta Tags, etc.), which will be appended to the <code>&lt;head&gt;</code> section of your forum's markup.", "custom-header.description": "Enter custom HTML here (ex. JavaScript, Meta Tags, etc.), which will be appended to the <code>&lt;head&gt;</code> section of your forum's markup.",
"custom-header.enable": "Enable Custom Header" "custom-header.enable": "Enable Custom Header",
"custom-css.livereload": "Enable Live Reload",
"custom-css.livereload.description": "Enable this to force all sessions on every device under your account to refresh whenever you click save"
} }

View File

@@ -1,10 +1,12 @@
{ {
"you-are-on": "Info - You are on <strong>%1:%2</strong>", "you-are-on": "Info - You are on <strong>%1:%2</strong>",
"nodes-responded": "%1 nodes responded within %2ms!",
"host": "host", "host": "host",
"pid": "pid", "pid": "pid",
"nodejs": "nodejs", "nodejs": "nodejs",
"online": "online", "online": "online",
"git": "git", "git": "git",
"memory": "memory",
"load": "load", "load": "load",
"uptime": "uptime", "uptime": "uptime",

View File

@@ -1,5 +1,6 @@
{ {
"language-settings": "Language Settings", "language-settings": "Language Settings",
"description": "The default language determines the language settings for all users who are visiting your forum. <br />Individual users can override the default language on their account settings page.", "description": "The default language determines the language settings for all users who are visiting your forum. <br />Individual users can override the default language on their account settings page.",
"default-language": "Default Language" "default-language": "Default Language",
"auto-detect": "Auto Detect Language Setting for Guests"
} }

View File

@@ -34,6 +34,8 @@
"registration.max-invites": "Maximum Invitations per User", "registration.max-invites": "Maximum Invitations per User",
"max-invites": "Maximum Invitations per User", "max-invites": "Maximum Invitations per User",
"max-invites-help": "0 for no restriction. Admins get infinite invitations<br>Only applicable for \"Invite Only\"", "max-invites-help": "0 for no restriction. Admins get infinite invitations<br>Only applicable for \"Invite Only\"",
"invite-expiration": "Invite expiration",
"invite-expiration-help": "# of days invitations expire in.",
"min-username-length": "Minimum Username Length", "min-username-length": "Minimum Username Length",
"max-username-length": "Maximum Username Length", "max-username-length": "Maximum Username Length",
"min-password-length": "Minimum Password Length", "min-password-length": "Minimum Password Length",

View File

@@ -1,5 +1,6 @@
{ {
"invalid-data": "ভুল তথ্য", "invalid-data": "ভুল তথ্য",
"invalid-json": "Invalid JSON",
"not-logged-in": "আপনি লগিন করেননি", "not-logged-in": "আপনি লগিন করেননি",
"account-locked": "আপনার অ্যাকাউন্ট সাময়িকভাবে লক করা হয়েছে", "account-locked": "আপনার অ্যাকাউন্ট সাময়িকভাবে লক করা হয়েছে",
"search-requires-login": "Searching requires an account - please login or register.", "search-requires-login": "Searching requires an account - please login or register.",
@@ -12,6 +13,7 @@
"invalid-title": "ভুল শিরোনাম", "invalid-title": "ভুল শিরোনাম",
"invalid-user-data": "ভুল ব্যবহারকারী তথ্য", "invalid-user-data": "ভুল ব্যবহারকারী তথ্য",
"invalid-password": "ভুল পাসওয়ার্ড", "invalid-password": "ভুল পাসওয়ার্ড",
"invalid-login-credentials": "Invalid login credentials",
"invalid-username-or-password": "অনুগ্রহ পূর্বক ইউজারনেম এবং পাসওয়ার্ড উভয়ই প্রদান করুন", "invalid-username-or-password": "অনুগ্রহ পূর্বক ইউজারনেম এবং পাসওয়ার্ড উভয়ই প্রদান করুন",
"invalid-search-term": "অগ্রহনযোগ্য সার্চ টার্ম", "invalid-search-term": "অগ্রহনযোগ্য সার্চ টার্ম",
"csrf-invalid": "We were unable to log you in, likely due to an expired session. Please try again", "csrf-invalid": "We were unable to log you in, likely due to an expired session. Please try again",

View File

@@ -14,6 +14,7 @@
"quote": "উদ্ধৃতি", "quote": "উদ্ধৃতি",
"reply": "উত্তর", "reply": "উত্তর",
"replies_to_this_post": "%1 Replies", "replies_to_this_post": "%1 Replies",
"one_reply_to_this_post": "1 Reply",
"last_reply_time": "Last reply", "last_reply_time": "Last reply",
"reply-as-topic": "Reply as topic", "reply-as-topic": "Reply as topic",
"guest-login-reply": "Log in to reply", "guest-login-reply": "Log in to reply",

View File

@@ -5,5 +5,8 @@
"custom-header": "Custom Header", "custom-header": "Custom Header",
"custom-header.description": "Enter custom HTML here (ex. JavaScript, Meta Tags, etc.), which will be appended to the <code>&lt;head&gt;</code> section of your forum's markup.", "custom-header.description": "Enter custom HTML here (ex. JavaScript, Meta Tags, etc.), which will be appended to the <code>&lt;head&gt;</code> section of your forum's markup.",
"custom-header.enable": "Enable Custom Header" "custom-header.enable": "Enable Custom Header",
"custom-css.livereload": "Enable Live Reload",
"custom-css.livereload.description": "Enable this to force all sessions on every device under your account to refresh whenever you click save"
} }

View File

@@ -1,10 +1,12 @@
{ {
"you-are-on": "Info - You are on <strong>%1:%2</strong>", "you-are-on": "Info - You are on <strong>%1:%2</strong>",
"nodes-responded": "%1 nodes responded within %2ms!",
"host": "host", "host": "host",
"pid": "pid", "pid": "pid",
"nodejs": "nodejs", "nodejs": "nodejs",
"online": "online", "online": "online",
"git": "git", "git": "git",
"memory": "memory",
"load": "load", "load": "load",
"uptime": "uptime", "uptime": "uptime",

View File

@@ -1,5 +1,6 @@
{ {
"language-settings": "Language Settings", "language-settings": "Language Settings",
"description": "The default language determines the language settings for all users who are visiting your forum. <br />Individual users can override the default language on their account settings page.", "description": "The default language determines the language settings for all users who are visiting your forum. <br />Individual users can override the default language on their account settings page.",
"default-language": "Default Language" "default-language": "Default Language",
"auto-detect": "Auto Detect Language Setting for Guests"
} }

View File

@@ -34,6 +34,8 @@
"registration.max-invites": "Maximum Invitations per User", "registration.max-invites": "Maximum Invitations per User",
"max-invites": "Maximum Invitations per User", "max-invites": "Maximum Invitations per User",
"max-invites-help": "0 for no restriction. Admins get infinite invitations<br>Only applicable for \"Invite Only\"", "max-invites-help": "0 for no restriction. Admins get infinite invitations<br>Only applicable for \"Invite Only\"",
"invite-expiration": "Invite expiration",
"invite-expiration-help": "# of days invitations expire in.",
"min-username-length": "Minimální délka uživatelského jména", "min-username-length": "Minimální délka uživatelského jména",
"max-username-length": "Maximální délka uživatelského jména", "max-username-length": "Maximální délka uživatelského jména",
"min-password-length": "Minimální délka hesla", "min-password-length": "Minimální délka hesla",

View File

@@ -1,5 +1,6 @@
{ {
"invalid-data": "Neplatná data", "invalid-data": "Neplatná data",
"invalid-json": "Invalid JSON",
"not-logged-in": "Zdá se, že nejste přihlášen(a)", "not-logged-in": "Zdá se, že nejste přihlášen(a)",
"account-locked": "Váš účet byl dočasně uzamčen", "account-locked": "Váš účet byl dočasně uzamčen",
"search-requires-login": "Searching requires an account - please login or register.", "search-requires-login": "Searching requires an account - please login or register.",
@@ -12,6 +13,7 @@
"invalid-title": "Neplatný titulek!", "invalid-title": "Neplatný titulek!",
"invalid-user-data": "Neplatná uživatelská data", "invalid-user-data": "Neplatná uživatelská data",
"invalid-password": "Neplatné heslo", "invalid-password": "Neplatné heslo",
"invalid-login-credentials": "Invalid login credentials",
"invalid-username-or-password": "Stanovte, prosím, oboje, jak uživatelské jméno, tak heslo", "invalid-username-or-password": "Stanovte, prosím, oboje, jak uživatelské jméno, tak heslo",
"invalid-search-term": "Neplatný výraz pro vyhledávání", "invalid-search-term": "Neplatný výraz pro vyhledávání",
"csrf-invalid": "We were unable to log you in, likely due to an expired session. Please try again", "csrf-invalid": "We were unable to log you in, likely due to an expired session. Please try again",

View File

@@ -14,6 +14,7 @@
"quote": "Citovat", "quote": "Citovat",
"reply": "Odpovědět", "reply": "Odpovědět",
"replies_to_this_post": "%1 Replies", "replies_to_this_post": "%1 Replies",
"one_reply_to_this_post": "1 Reply",
"last_reply_time": "Last reply", "last_reply_time": "Last reply",
"reply-as-topic": "Odpovědět jako Téma", "reply-as-topic": "Odpovědět jako Téma",
"guest-login-reply": "Přihlásit se pro odpověď", "guest-login-reply": "Přihlásit se pro odpověď",

View File

@@ -5,5 +5,8 @@
"custom-header": "Custom Header", "custom-header": "Custom Header",
"custom-header.description": "Enter custom HTML here (ex. JavaScript, Meta Tags, etc.), which will be appended to the <code>&lt;head&gt;</code> section of your forum's markup.", "custom-header.description": "Enter custom HTML here (ex. JavaScript, Meta Tags, etc.), which will be appended to the <code>&lt;head&gt;</code> section of your forum's markup.",
"custom-header.enable": "Enable Custom Header" "custom-header.enable": "Enable Custom Header",
"custom-css.livereload": "Enable Live Reload",
"custom-css.livereload.description": "Enable this to force all sessions on every device under your account to refresh whenever you click save"
} }

View File

@@ -1,10 +1,12 @@
{ {
"you-are-on": "Info - You are on <strong>%1:%2</strong>", "you-are-on": "Info - You are on <strong>%1:%2</strong>",
"nodes-responded": "%1 nodes responded within %2ms!",
"host": "host", "host": "host",
"pid": "pid", "pid": "pid",
"nodejs": "nodejs", "nodejs": "nodejs",
"online": "online", "online": "online",
"git": "git", "git": "git",
"memory": "memory",
"load": "load", "load": "load",
"uptime": "uptime", "uptime": "uptime",

View File

@@ -1,5 +1,6 @@
{ {
"language-settings": "Language Settings", "language-settings": "Language Settings",
"description": "The default language determines the language settings for all users who are visiting your forum. <br />Individual users can override the default language on their account settings page.", "description": "The default language determines the language settings for all users who are visiting your forum. <br />Individual users can override the default language on their account settings page.",
"default-language": "Default Language" "default-language": "Default Language",
"auto-detect": "Auto Detect Language Setting for Guests"
} }

View File

@@ -34,6 +34,8 @@
"registration.max-invites": "Maximum Invitations per User", "registration.max-invites": "Maximum Invitations per User",
"max-invites": "Maximum Invitations per User", "max-invites": "Maximum Invitations per User",
"max-invites-help": "0 for no restriction. Admins get infinite invitations<br>Only applicable for \"Invite Only\"", "max-invites-help": "0 for no restriction. Admins get infinite invitations<br>Only applicable for \"Invite Only\"",
"invite-expiration": "Invite expiration",
"invite-expiration-help": "# of days invitations expire in.",
"min-username-length": "Minimum Username Length", "min-username-length": "Minimum Username Length",
"max-username-length": "Maximum Username Length", "max-username-length": "Maximum Username Length",
"min-password-length": "Minimum Password Length", "min-password-length": "Minimum Password Length",

View File

@@ -1,5 +1,6 @@
{ {
"invalid-data": "Ugyldig Data", "invalid-data": "Ugyldig Data",
"invalid-json": "Invalid JSON",
"not-logged-in": "Det ser ikke ud til at du er logget ind.", "not-logged-in": "Det ser ikke ud til at du er logget ind.",
"account-locked": "Din konto er blevet blokeret midlertidigt.", "account-locked": "Din konto er blevet blokeret midlertidigt.",
"search-requires-login": "Du skal have en konto for at søge - log venligst ind eller registrer dig.", "search-requires-login": "Du skal have en konto for at søge - log venligst ind eller registrer dig.",
@@ -12,6 +13,7 @@
"invalid-title": "Ugylidt titel", "invalid-title": "Ugylidt titel",
"invalid-user-data": "Ugyldig Bruger Data", "invalid-user-data": "Ugyldig Bruger Data",
"invalid-password": "Ugyldig Adgangskode", "invalid-password": "Ugyldig Adgangskode",
"invalid-login-credentials": "Invalid login credentials",
"invalid-username-or-password": "Venligst angiv både brugernavn og adgangskode", "invalid-username-or-password": "Venligst angiv både brugernavn og adgangskode",
"invalid-search-term": "Ugyldig søgeterm", "invalid-search-term": "Ugyldig søgeterm",
"csrf-invalid": "We were unable to log you in, likely due to an expired session. Please try again", "csrf-invalid": "We were unable to log you in, likely due to an expired session. Please try again",

View File

@@ -14,6 +14,7 @@
"quote": "Citer", "quote": "Citer",
"reply": "Svar", "reply": "Svar",
"replies_to_this_post": "%1 Replies", "replies_to_this_post": "%1 Replies",
"one_reply_to_this_post": "1 Reply",
"last_reply_time": "Last reply", "last_reply_time": "Last reply",
"reply-as-topic": "Svar som emne", "reply-as-topic": "Svar som emne",
"guest-login-reply": "Login for at svare", "guest-login-reply": "Login for at svare",

View File

@@ -5,5 +5,8 @@
"custom-header": "Benutzerdefinierter Header", "custom-header": "Benutzerdefinierter Header",
"custom-header.description": "Füge hier dein benutzerdefiniertes HTML (z.B. Javascript, Meta Tags, usw.) ein, welches in den <code>&lt;head&gt;</code> Tag eingefügt werden soll.", "custom-header.description": "Füge hier dein benutzerdefiniertes HTML (z.B. Javascript, Meta Tags, usw.) ein, welches in den <code>&lt;head&gt;</code> Tag eingefügt werden soll.",
"custom-header.enable": "Benutzerdefinierten Header aktivieren" "custom-header.enable": "Benutzerdefinierten Header aktivieren",
"custom-css.livereload": "Enable Live Reload",
"custom-css.livereload.description": "Enable this to force all sessions on every device under your account to refresh whenever you click save"
} }

View File

@@ -1,10 +1,12 @@
{ {
"you-are-on": "Info - Sie verwenden <strong>%1:%2</strong>", "you-are-on": "Info - Sie verwenden <strong>%1:%2</strong>",
"nodes-responded": "%1 nodes responded within %2ms!",
"host": "Host", "host": "Host",
"pid": "PID", "pid": "PID",
"nodejs": "Node.js Version", "nodejs": "Node.js Version",
"online": "Online", "online": "Online",
"git": "git", "git": "git",
"memory": "memory",
"load": "Auslastung", "load": "Auslastung",
"uptime": "Uptime", "uptime": "Uptime",

View File

@@ -1,5 +1,6 @@
{ {
"language-settings": "Spracheinstellungen", "language-settings": "Spracheinstellungen",
"description": "Die Standardsprache legt die Spracheinstellungen für alle Benutzer fest, die das Forum besuchen. <br />Einzelne Benutzer können die Standardsprache auf der Seite in ihren Kontoeinstellungen überschreiben.", "description": "Die Standardsprache legt die Spracheinstellungen für alle Benutzer fest, die das Forum besuchen. <br />Einzelne Benutzer können die Standardsprache auf der Seite in ihren Kontoeinstellungen überschreiben.",
"default-language": "Standardsprache" "default-language": "Standardsprache",
"auto-detect": "Auto Detect Language Setting for Guests"
} }

View File

@@ -34,6 +34,8 @@
"registration.max-invites": "Maximale Einladungen pro Benutzer", "registration.max-invites": "Maximale Einladungen pro Benutzer",
"max-invites": "Maximale Einladungen pro Benutzer", "max-invites": "Maximale Einladungen pro Benutzer",
"max-invites-help": "0 für keine Beschränkung. Admins haben keine beschränkung.<br>Nur praktikabel für \"Nur Einladungen\".", "max-invites-help": "0 für keine Beschränkung. Admins haben keine beschränkung.<br>Nur praktikabel für \"Nur Einladungen\".",
"invite-expiration": "Invite expiration",
"invite-expiration-help": "# of days invitations expire in.",
"min-username-length": "Minimale länge des Benutzernamens", "min-username-length": "Minimale länge des Benutzernamens",
"max-username-length": "Maximale länge des Benutzernamens", "max-username-length": "Maximale länge des Benutzernamens",
"min-password-length": "Minimale länge des Passwortes", "min-password-length": "Minimale länge des Passwortes",

View File

@@ -1,5 +1,6 @@
{ {
"invalid-data": "Ungültige Daten", "invalid-data": "Ungültige Daten",
"invalid-json": "Invalid JSON",
"not-logged-in": "Du bist nicht angemeldet.", "not-logged-in": "Du bist nicht angemeldet.",
"account-locked": "Dein Account wurde vorübergehend gesperrt.", "account-locked": "Dein Account wurde vorübergehend gesperrt.",
"search-requires-login": "Die Suche erfordert ein Konto, bitte einloggen oder registrieren.", "search-requires-login": "Die Suche erfordert ein Konto, bitte einloggen oder registrieren.",
@@ -12,6 +13,7 @@
"invalid-title": "Ungültiger Titel", "invalid-title": "Ungültiger Titel",
"invalid-user-data": "Ungültige Benutzerdaten", "invalid-user-data": "Ungültige Benutzerdaten",
"invalid-password": "Ungültiges Passwort", "invalid-password": "Ungültiges Passwort",
"invalid-login-credentials": "Invalid login credentials",
"invalid-username-or-password": "Bitte gebe einen Benutzernamen und ein Passwort an", "invalid-username-or-password": "Bitte gebe einen Benutzernamen und ein Passwort an",
"invalid-search-term": "Ungültige Suchanfrage", "invalid-search-term": "Ungültige Suchanfrage",
"csrf-invalid": "Dein Login war nicht erfolgreich da wahrscheinlich deine Sitzung abgelaufen ist. Bitte versuche es noch einmal", "csrf-invalid": "Dein Login war nicht erfolgreich da wahrscheinlich deine Sitzung abgelaufen ist. Bitte versuche es noch einmal",

View File

@@ -14,6 +14,7 @@
"quote": "Zitieren", "quote": "Zitieren",
"reply": "Antworten", "reply": "Antworten",
"replies_to_this_post": "%1 Antworten", "replies_to_this_post": "%1 Antworten",
"one_reply_to_this_post": "1 Reply",
"last_reply_time": "Letzte Antwort", "last_reply_time": "Letzte Antwort",
"reply-as-topic": "In einem neuen Thema antworten", "reply-as-topic": "In einem neuen Thema antworten",
"guest-login-reply": "Anmelden zum Antworten", "guest-login-reply": "Anmelden zum Antworten",

View File

@@ -5,5 +5,8 @@
"custom-header": "Custom Header", "custom-header": "Custom Header",
"custom-header.description": "Enter custom HTML here (ex. JavaScript, Meta Tags, etc.), which will be appended to the <code>&lt;head&gt;</code> section of your forum's markup.", "custom-header.description": "Enter custom HTML here (ex. JavaScript, Meta Tags, etc.), which will be appended to the <code>&lt;head&gt;</code> section of your forum's markup.",
"custom-header.enable": "Enable Custom Header" "custom-header.enable": "Enable Custom Header",
"custom-css.livereload": "Enable Live Reload",
"custom-css.livereload.description": "Enable this to force all sessions on every device under your account to refresh whenever you click save"
} }

View File

@@ -1,10 +1,12 @@
{ {
"you-are-on": "Info - You are on <strong>%1:%2</strong>", "you-are-on": "Info - You are on <strong>%1:%2</strong>",
"nodes-responded": "%1 nodes responded within %2ms!",
"host": "host", "host": "host",
"pid": "pid", "pid": "pid",
"nodejs": "nodejs", "nodejs": "nodejs",
"online": "online", "online": "online",
"git": "git", "git": "git",
"memory": "memory",
"load": "load", "load": "load",
"uptime": "uptime", "uptime": "uptime",

View File

@@ -1,5 +1,6 @@
{ {
"language-settings": "Language Settings", "language-settings": "Language Settings",
"description": "The default language determines the language settings for all users who are visiting your forum. <br />Individual users can override the default language on their account settings page.", "description": "The default language determines the language settings for all users who are visiting your forum. <br />Individual users can override the default language on their account settings page.",
"default-language": "Default Language" "default-language": "Default Language",
"auto-detect": "Auto Detect Language Setting for Guests"
} }

View File

@@ -34,6 +34,8 @@
"registration.max-invites": "Maximum Invitations per User", "registration.max-invites": "Maximum Invitations per User",
"max-invites": "Maximum Invitations per User", "max-invites": "Maximum Invitations per User",
"max-invites-help": "0 for no restriction. Admins get infinite invitations<br>Only applicable for \"Invite Only\"", "max-invites-help": "0 for no restriction. Admins get infinite invitations<br>Only applicable for \"Invite Only\"",
"invite-expiration": "Invite expiration",
"invite-expiration-help": "# of days invitations expire in.",
"min-username-length": "Minimum Username Length", "min-username-length": "Minimum Username Length",
"max-username-length": "Maximum Username Length", "max-username-length": "Maximum Username Length",
"min-password-length": "Minimum Password Length", "min-password-length": "Minimum Password Length",

View File

@@ -1,5 +1,6 @@
{ {
"invalid-data": "Άκυρα Δεδομένα", "invalid-data": "Άκυρα Δεδομένα",
"invalid-json": "Invalid JSON",
"not-logged-in": "Φαίνεται πως δεν είσαι συνδεδεμένος/η.", "not-logged-in": "Φαίνεται πως δεν είσαι συνδεδεμένος/η.",
"account-locked": "Ο λογαριασμός σου έχει κλειδωθεί προσωρινά", "account-locked": "Ο λογαριασμός σου έχει κλειδωθεί προσωρινά",
"search-requires-login": "Searching requires an account - please login or register.", "search-requires-login": "Searching requires an account - please login or register.",
@@ -12,6 +13,7 @@
"invalid-title": "Άκυρος Τίτλος!", "invalid-title": "Άκυρος Τίτλος!",
"invalid-user-data": "Άκυρα Δεδομένα Χρήστη", "invalid-user-data": "Άκυρα Δεδομένα Χρήστη",
"invalid-password": "Άκυρος Κωδικός", "invalid-password": "Άκυρος Κωδικός",
"invalid-login-credentials": "Invalid login credentials",
"invalid-username-or-password": "Παρακαλώ γράψε το όνομα χρήστη και τον κωδικό", "invalid-username-or-password": "Παρακαλώ γράψε το όνομα χρήστη και τον κωδικό",
"invalid-search-term": "Άκυρος όρος αναζήτησης", "invalid-search-term": "Άκυρος όρος αναζήτησης",
"csrf-invalid": "We were unable to log you in, likely due to an expired session. Please try again", "csrf-invalid": "We were unable to log you in, likely due to an expired session. Please try again",

View File

@@ -14,6 +14,7 @@
"quote": "Παράθεση", "quote": "Παράθεση",
"reply": "Απάντηση", "reply": "Απάντηση",
"replies_to_this_post": "%1 Replies", "replies_to_this_post": "%1 Replies",
"one_reply_to_this_post": "1 Reply",
"last_reply_time": "Last reply", "last_reply_time": "Last reply",
"reply-as-topic": "Reply as topic", "reply-as-topic": "Reply as topic",
"guest-login-reply": "Log in to reply", "guest-login-reply": "Log in to reply",

View File

@@ -5,5 +5,8 @@
"custom-header": "Custom Header", "custom-header": "Custom Header",
"custom-header.description": "Enter custom HTML here (ex. JavaScript, Meta Tags, etc.), which will be appended to the <code>&lt;head&gt;</code> section of your forum's markup.", "custom-header.description": "Enter custom HTML here (ex. JavaScript, Meta Tags, etc.), which will be appended to the <code>&lt;head&gt;</code> section of your forum's markup.",
"custom-header.enable": "Enable Custom Header" "custom-header.enable": "Enable Custom Header",
"custom-css.livereload": "Enable Live Reload",
"custom-css.livereload.description": "Enable this to force all sessions on every device under your account to refresh whenever you click save"
} }

View File

@@ -1,10 +1,12 @@
{ {
"you-are-on": "Info - You are on <strong>%1:%2</strong>", "you-are-on": "Info - You are on <strong>%1:%2</strong>",
"nodes-responded": "%1 nodes responded within %2ms!",
"host": "host", "host": "host",
"pid": "pid", "pid": "pid",
"nodejs": "nodejs", "nodejs": "nodejs",
"online": "online", "online": "online",
"git": "git", "git": "git",
"memory": "memory",
"load": "load", "load": "load",
"uptime": "uptime", "uptime": "uptime",

View File

@@ -1,5 +1,6 @@
{ {
"language-settings": "Language Settings", "language-settings": "Language Settings",
"description": "The default language determines the language settings for all users who are visiting your forum. <br />Individual users can override the default language on their account settings page.", "description": "The default language determines the language settings for all users who are visiting your forum. <br />Individual users can override the default language on their account settings page.",
"default-language": "Default Language" "default-language": "Default Language",
"auto-detect": "Auto Detect Language Setting for Guests"
} }

View File

@@ -34,6 +34,8 @@
"registration.max-invites": "Maximum Invitations per User", "registration.max-invites": "Maximum Invitations per User",
"max-invites": "Maximum Invitations per User", "max-invites": "Maximum Invitations per User",
"max-invites-help": "0 for no restriction. Admins get infinite invitations<br>Only applicable for \"Invite Only\"", "max-invites-help": "0 for no restriction. Admins get infinite invitations<br>Only applicable for \"Invite Only\"",
"invite-expiration": "Invite expiration",
"invite-expiration-help": "# of days invitations expire in.",
"min-username-length": "Minimum Username Length", "min-username-length": "Minimum Username Length",
"max-username-length": "Maximum Username Length", "max-username-length": "Maximum Username Length",
"min-password-length": "Minimum Password Length", "min-password-length": "Minimum Password Length",

View File

@@ -1,5 +1,6 @@
{ {
"invalid-data": "Invalid Data", "invalid-data": "Invalid Data",
"invalid-json": "Invalid JSON",
"not-logged-in": "You don't seem to be logged in.", "not-logged-in": "You don't seem to be logged in.",
"account-locked": "Your account has been locked temporarily", "account-locked": "Your account has been locked temporarily",
"search-requires-login": "Searching requires an account - please login or register.", "search-requires-login": "Searching requires an account - please login or register.",
@@ -12,6 +13,7 @@
"invalid-title": "Invalid title!", "invalid-title": "Invalid title!",
"invalid-user-data": "Invalid User Data", "invalid-user-data": "Invalid User Data",
"invalid-password": "Invalid Password", "invalid-password": "Invalid Password",
"invalid-login-credentials": "Invalid login credentials",
"invalid-username-or-password": "Please specify both a username and password", "invalid-username-or-password": "Please specify both a username and password",
"invalid-search-term": "Invalid search term", "invalid-search-term": "Invalid search term",
"csrf-invalid": "We were unable to log you in, likely due to an expired session. Please try again", "csrf-invalid": "We were unable to log you in, likely due to an expired session. Please try again",

View File

@@ -14,6 +14,7 @@
"quote": "Quote", "quote": "Quote",
"reply": "Reply", "reply": "Reply",
"replies_to_this_post": "%1 Replies", "replies_to_this_post": "%1 Replies",
"one_reply_to_this_post": "1 Reply",
"last_reply_time": "Last reply", "last_reply_time": "Last reply",
"reply-as-topic": "Reply as topic", "reply-as-topic": "Reply as topic",
"guest-login-reply": "Log in to reply", "guest-login-reply": "Log in to reply",

View File

@@ -5,5 +5,8 @@
"custom-header": "Custom Header", "custom-header": "Custom Header",
"custom-header.description": "Enter custom HTML here (ex. JavaScript, Meta Tags, etc.), which will be appended to the <code>&lt;head&gt;</code> section of your forum's markup.", "custom-header.description": "Enter custom HTML here (ex. JavaScript, Meta Tags, etc.), which will be appended to the <code>&lt;head&gt;</code> section of your forum's markup.",
"custom-header.enable": "Enable Custom Header" "custom-header.enable": "Enable Custom Header",
"custom-css.livereload": "Enable Live Reload",
"custom-css.livereload.description": "Enable this to force all sessions on every device under your account to refresh whenever you click save"
} }

View File

@@ -1,10 +1,12 @@
{ {
"you-are-on": "Info - You are on <strong>%1:%2</strong>", "you-are-on": "Info - You are on <strong>%1:%2</strong>",
"nodes-responded": "%1 nodes responded within %2ms!",
"host": "host", "host": "host",
"pid": "pid", "pid": "pid",
"nodejs": "nodejs", "nodejs": "nodejs",
"online": "online", "online": "online",
"git": "git", "git": "git",
"memory": "memory",
"load": "load", "load": "load",
"uptime": "uptime", "uptime": "uptime",

View File

@@ -1,5 +1,6 @@
{ {
"language-settings": "Language Settings", "language-settings": "Language Settings",
"description": "The default language determines the language settings for all users who are visiting your forum. <br />Individual users can override the default language on their account settings page.", "description": "The default language determines the language settings for all users who are visiting your forum. <br />Individual users can override the default language on their account settings page.",
"default-language": "Default Language" "default-language": "Default Language",
"auto-detect": "Auto Detect Language Setting for Guests"
} }

View File

@@ -34,6 +34,8 @@
"registration.max-invites": "Maximum Invitations per User", "registration.max-invites": "Maximum Invitations per User",
"max-invites": "Maximum Invitations per User", "max-invites": "Maximum Invitations per User",
"max-invites-help": "0 for no restriction. Admins get infinite invitations<br>Only applicable for \"Invite Only\"", "max-invites-help": "0 for no restriction. Admins get infinite invitations<br>Only applicable for \"Invite Only\"",
"invite-expiration": "Invite expiration",
"invite-expiration-help": "# of days invitations expire in.",
"min-username-length": "Minimum Username Length", "min-username-length": "Minimum Username Length",
"max-username-length": "Maximum Username Length", "max-username-length": "Maximum Username Length",
"min-password-length": "Minimum Password Length", "min-password-length": "Minimum Password Length",

View File

@@ -1,5 +1,6 @@
{ {
"invalid-data": "Invalid Data", "invalid-data": "Invalid Data",
"invalid-json": "Invalid JSON",
"not-logged-in": "You don't seem to be logged in.", "not-logged-in": "You don't seem to be logged in.",
"account-locked": "Your account has been locked temporarily", "account-locked": "Your account has been locked temporarily",
"search-requires-login": "Searching requires an account - please login or register.", "search-requires-login": "Searching requires an account - please login or register.",
@@ -12,6 +13,7 @@
"invalid-title": "Invalid title!", "invalid-title": "Invalid title!",
"invalid-user-data": "Invalid User Data", "invalid-user-data": "Invalid User Data",
"invalid-password": "Invalid Password", "invalid-password": "Invalid Password",
"invalid-login-credentials": "Invalid login credentials",
"invalid-username-or-password": "Please specify both a username and password", "invalid-username-or-password": "Please specify both a username and password",
"invalid-search-term": "Invalid search term", "invalid-search-term": "Invalid search term",
"csrf-invalid": "We were unable to log you in, likely due to an expired session. Please try again", "csrf-invalid": "We were unable to log you in, likely due to an expired session. Please try again",

View File

@@ -14,6 +14,7 @@
"quote": "Quote", "quote": "Quote",
"reply": "Reply", "reply": "Reply",
"replies_to_this_post": "%1 Replies", "replies_to_this_post": "%1 Replies",
"one_reply_to_this_post": "1 Reply",
"last_reply_time": "Last reply", "last_reply_time": "Last reply",
"reply-as-topic": "Reply as topic", "reply-as-topic": "Reply as topic",
"guest-login-reply": "Log in to reply", "guest-login-reply": "Log in to reply",

View File

@@ -5,5 +5,8 @@
"custom-header": "Cabezera personalizada", "custom-header": "Cabezera personalizada",
"custom-header.description": "Introduce HTML personalizado aquí (ej. JavaScript, Meta Etiquetas, etc.), el cual se adjuntará a la sección <code>&lt;head&gt;</code> del código de su foro.", "custom-header.description": "Introduce HTML personalizado aquí (ej. JavaScript, Meta Etiquetas, etc.), el cual se adjuntará a la sección <code>&lt;head&gt;</code> del código de su foro.",
"custom-header.enable": "Activar cabecera personalizada" "custom-header.enable": "Activar cabecera personalizada",
"custom-css.livereload": "Enable Live Reload",
"custom-css.livereload.description": "Enable this to force all sessions on every device under your account to refresh whenever you click save"
} }

View File

@@ -1,10 +1,12 @@
{ {
"you-are-on": "Info - Tu estas en <strong>%1:%2</strong>", "you-are-on": "Info - Tu estas en <strong>%1:%2</strong>",
"nodes-responded": "%1 nodes responded within %2ms!",
"host": "host", "host": "host",
"pid": "pid", "pid": "pid",
"nodejs": "nodejs", "nodejs": "nodejs",
"online": "en-linea", "online": "en-linea",
"git": "git", "git": "git",
"memory": "memory",
"load": "cargar", "load": "cargar",
"uptime": "uptime", "uptime": "uptime",

View File

@@ -1,5 +1,6 @@
{ {
"language-settings": "Language Settings", "language-settings": "Language Settings",
"description": "The default language determines the language settings for all users who are visiting your forum. <br />Individual users can override the default language on their account settings page.", "description": "The default language determines the language settings for all users who are visiting your forum. <br />Individual users can override the default language on their account settings page.",
"default-language": "Default Language" "default-language": "Default Language",
"auto-detect": "Auto Detect Language Setting for Guests"
} }

View File

@@ -34,6 +34,8 @@
"registration.max-invites": "Maximum Invitations per User", "registration.max-invites": "Maximum Invitations per User",
"max-invites": "Maximum Invitations per User", "max-invites": "Maximum Invitations per User",
"max-invites-help": "0 for no restriction. Admins get infinite invitations<br>Only applicable for \"Invite Only\"", "max-invites-help": "0 for no restriction. Admins get infinite invitations<br>Only applicable for \"Invite Only\"",
"invite-expiration": "Invite expiration",
"invite-expiration-help": "# of days invitations expire in.",
"min-username-length": "Minimum Username Length", "min-username-length": "Minimum Username Length",
"max-username-length": "Maximum Username Length", "max-username-length": "Maximum Username Length",
"min-password-length": "Minimum Password Length", "min-password-length": "Minimum Password Length",

View File

@@ -1,5 +1,6 @@
{ {
"invalid-data": "Datos no válidos", "invalid-data": "Datos no válidos",
"invalid-json": "Invalid JSON",
"not-logged-in": "No has iniciado sesión.", "not-logged-in": "No has iniciado sesión.",
"account-locked": "Tu cuenta ha sido bloqueada temporalmente.", "account-locked": "Tu cuenta ha sido bloqueada temporalmente.",
"search-requires-login": "¡Buscar requiere estar registrado! Por favor, entra o regístrate.", "search-requires-login": "¡Buscar requiere estar registrado! Por favor, entra o regístrate.",
@@ -12,6 +13,7 @@
"invalid-title": "¡Título no válido!", "invalid-title": "¡Título no válido!",
"invalid-user-data": "Datos de usuario no válidos", "invalid-user-data": "Datos de usuario no válidos",
"invalid-password": "Contraseña no válida", "invalid-password": "Contraseña no válida",
"invalid-login-credentials": "Invalid login credentials",
"invalid-username-or-password": "Por favor especifica tanto un usuario como contraseña", "invalid-username-or-password": "Por favor especifica tanto un usuario como contraseña",
"invalid-search-term": "Término de búsqueda inválido", "invalid-search-term": "Término de búsqueda inválido",
"csrf-invalid": "El acceso ha fallado porque tu sesión ha expirado. Por favor prueba otra vez.", "csrf-invalid": "El acceso ha fallado porque tu sesión ha expirado. Por favor prueba otra vez.",

View File

@@ -14,6 +14,7 @@
"quote": "Citar", "quote": "Citar",
"reply": "Responder", "reply": "Responder",
"replies_to_this_post": "%1 Replies", "replies_to_this_post": "%1 Replies",
"one_reply_to_this_post": "1 Reply",
"last_reply_time": "Last reply", "last_reply_time": "Last reply",
"reply-as-topic": "Responder como tema", "reply-as-topic": "Responder como tema",
"guest-login-reply": "Accede para responder", "guest-login-reply": "Accede para responder",

View File

@@ -5,5 +5,8 @@
"custom-header": "Custom Header", "custom-header": "Custom Header",
"custom-header.description": "Enter custom HTML here (ex. JavaScript, Meta Tags, etc.), which will be appended to the <code>&lt;head&gt;</code> section of your forum's markup.", "custom-header.description": "Enter custom HTML here (ex. JavaScript, Meta Tags, etc.), which will be appended to the <code>&lt;head&gt;</code> section of your forum's markup.",
"custom-header.enable": "Enable Custom Header" "custom-header.enable": "Enable Custom Header",
"custom-css.livereload": "Enable Live Reload",
"custom-css.livereload.description": "Enable this to force all sessions on every device under your account to refresh whenever you click save"
} }

View File

@@ -1,10 +1,12 @@
{ {
"you-are-on": "Info - You are on <strong>%1:%2</strong>", "you-are-on": "Info - You are on <strong>%1:%2</strong>",
"nodes-responded": "%1 nodes responded within %2ms!",
"host": "host", "host": "host",
"pid": "pid", "pid": "pid",
"nodejs": "nodejs", "nodejs": "nodejs",
"online": "online", "online": "online",
"git": "git", "git": "git",
"memory": "memory",
"load": "load", "load": "load",
"uptime": "uptime", "uptime": "uptime",

View File

@@ -1,5 +1,6 @@
{ {
"language-settings": "Language Settings", "language-settings": "Language Settings",
"description": "The default language determines the language settings for all users who are visiting your forum. <br />Individual users can override the default language on their account settings page.", "description": "The default language determines the language settings for all users who are visiting your forum. <br />Individual users can override the default language on their account settings page.",
"default-language": "Default Language" "default-language": "Default Language",
"auto-detect": "Auto Detect Language Setting for Guests"
} }

View File

@@ -34,6 +34,8 @@
"registration.max-invites": "Maximum Invitations per User", "registration.max-invites": "Maximum Invitations per User",
"max-invites": "Maximum Invitations per User", "max-invites": "Maximum Invitations per User",
"max-invites-help": "0 for no restriction. Admins get infinite invitations<br>Only applicable for \"Invite Only\"", "max-invites-help": "0 for no restriction. Admins get infinite invitations<br>Only applicable for \"Invite Only\"",
"invite-expiration": "Invite expiration",
"invite-expiration-help": "# of days invitations expire in.",
"min-username-length": "Minimum Username Length", "min-username-length": "Minimum Username Length",
"max-username-length": "Maximum Username Length", "max-username-length": "Maximum Username Length",
"min-password-length": "Minimum Password Length", "min-password-length": "Minimum Password Length",

View File

@@ -1,5 +1,6 @@
{ {
"invalid-data": "Vigased andmed", "invalid-data": "Vigased andmed",
"invalid-json": "Invalid JSON",
"not-logged-in": "Sa ei ole sisse logitud", "not-logged-in": "Sa ei ole sisse logitud",
"account-locked": "Su kasutaja on ajutiselt lukustatud", "account-locked": "Su kasutaja on ajutiselt lukustatud",
"search-requires-login": "Otsing nõuab kasutajat - palun registreeruge või logige sisse.", "search-requires-login": "Otsing nõuab kasutajat - palun registreeruge või logige sisse.",
@@ -12,6 +13,7 @@
"invalid-title": "Vigane pealkiri!", "invalid-title": "Vigane pealkiri!",
"invalid-user-data": "Vigased kasutaja andmed", "invalid-user-data": "Vigased kasutaja andmed",
"invalid-password": "Vigane parool", "invalid-password": "Vigane parool",
"invalid-login-credentials": "Invalid login credentials",
"invalid-username-or-password": "Palun täpsusta kasutajanime ja parooli", "invalid-username-or-password": "Palun täpsusta kasutajanime ja parooli",
"invalid-search-term": "Vigane otsingusõna", "invalid-search-term": "Vigane otsingusõna",
"csrf-invalid": "Me ei saanud Sind sisse logida, võimalik, et tänu aegunud sessioonile, palun proovi uuesti", "csrf-invalid": "Me ei saanud Sind sisse logida, võimalik, et tänu aegunud sessioonile, palun proovi uuesti",

View File

@@ -14,6 +14,7 @@
"quote": "Tsiteeri", "quote": "Tsiteeri",
"reply": "Vasta", "reply": "Vasta",
"replies_to_this_post": "%1 Replies", "replies_to_this_post": "%1 Replies",
"one_reply_to_this_post": "1 Reply",
"last_reply_time": "Last reply", "last_reply_time": "Last reply",
"reply-as-topic": "Vasta teemana", "reply-as-topic": "Vasta teemana",
"guest-login-reply": "Logi sisse, et vastata", "guest-login-reply": "Logi sisse, et vastata",

View File

@@ -5,5 +5,8 @@
"custom-header": "Custom Header", "custom-header": "Custom Header",
"custom-header.description": "Enter custom HTML here (ex. JavaScript, Meta Tags, etc.), which will be appended to the <code>&lt;head&gt;</code> section of your forum's markup.", "custom-header.description": "Enter custom HTML here (ex. JavaScript, Meta Tags, etc.), which will be appended to the <code>&lt;head&gt;</code> section of your forum's markup.",
"custom-header.enable": "Enable Custom Header" "custom-header.enable": "Enable Custom Header",
"custom-css.livereload": "Enable Live Reload",
"custom-css.livereload.description": "Enable this to force all sessions on every device under your account to refresh whenever you click save"
} }

View File

@@ -1,10 +1,12 @@
{ {
"you-are-on": "Info - You are on <strong>%1:%2</strong>", "you-are-on": "Info - You are on <strong>%1:%2</strong>",
"nodes-responded": "%1 nodes responded within %2ms!",
"host": "host", "host": "host",
"pid": "pid", "pid": "pid",
"nodejs": "nodejs", "nodejs": "nodejs",
"online": "online", "online": "online",
"git": "git", "git": "git",
"memory": "memory",
"load": "load", "load": "load",
"uptime": "uptime", "uptime": "uptime",

View File

@@ -1,5 +1,6 @@
{ {
"language-settings": "Language Settings", "language-settings": "Language Settings",
"description": "The default language determines the language settings for all users who are visiting your forum. <br />Individual users can override the default language on their account settings page.", "description": "The default language determines the language settings for all users who are visiting your forum. <br />Individual users can override the default language on their account settings page.",
"default-language": "Default Language" "default-language": "Default Language",
"auto-detect": "Auto Detect Language Setting for Guests"
} }

View File

@@ -34,6 +34,8 @@
"registration.max-invites": "Maximum Invitations per User", "registration.max-invites": "Maximum Invitations per User",
"max-invites": "Maximum Invitations per User", "max-invites": "Maximum Invitations per User",
"max-invites-help": "0 for no restriction. Admins get infinite invitations<br>Only applicable for \"Invite Only\"", "max-invites-help": "0 for no restriction. Admins get infinite invitations<br>Only applicable for \"Invite Only\"",
"invite-expiration": "Invite expiration",
"invite-expiration-help": "# of days invitations expire in.",
"min-username-length": "Minimum Username Length", "min-username-length": "Minimum Username Length",
"max-username-length": "Maximum Username Length", "max-username-length": "Maximum Username Length",
"min-password-length": "Minimum Password Length", "min-password-length": "Minimum Password Length",

View File

@@ -1,5 +1,6 @@
{ {
"invalid-data": "داده(های) نامعتبر", "invalid-data": "داده(های) نامعتبر",
"invalid-json": "Invalid JSON",
"not-logged-in": "وارد حساب کاربری نشده‌اید.", "not-logged-in": "وارد حساب کاربری نشده‌اید.",
"account-locked": "حساب کاربری شما موقتاً مسدود شده است.", "account-locked": "حساب کاربری شما موقتاً مسدود شده است.",
"search-requires-login": "استفاده از جستجو نیازمند ورود با نام‌کاربری و رمز‌عبور است. لطفا ابتدا وارد شوید.", "search-requires-login": "استفاده از جستجو نیازمند ورود با نام‌کاربری و رمز‌عبور است. لطفا ابتدا وارد شوید.",
@@ -12,6 +13,7 @@
"invalid-title": "عنوان نامعتبر است!", "invalid-title": "عنوان نامعتبر است!",
"invalid-user-data": "داده‌های کاربر نامعتبر است.", "invalid-user-data": "داده‌های کاربر نامعتبر است.",
"invalid-password": "کلمه عبور نامعتبر است.", "invalid-password": "کلمه عبور نامعتبر است.",
"invalid-login-credentials": "Invalid login credentials",
"invalid-username-or-password": "لطفا هم نام کاربری و هم کلمه عبور را مشخص کنید", "invalid-username-or-password": "لطفا هم نام کاربری و هم کلمه عبور را مشخص کنید",
"invalid-search-term": "کلمه جستجو نامعتبر است", "invalid-search-term": "کلمه جستجو نامعتبر است",
"csrf-invalid": "اجازه ورود شما تمام شده است، لطفا دوباره وارد شوید.", "csrf-invalid": "اجازه ورود شما تمام شده است، لطفا دوباره وارد شوید.",

View File

@@ -14,6 +14,7 @@
"quote": "نقل قول", "quote": "نقل قول",
"reply": "پاسخ", "reply": "پاسخ",
"replies_to_this_post": "%1 Replies", "replies_to_this_post": "%1 Replies",
"one_reply_to_this_post": "1 Reply",
"last_reply_time": "Last reply", "last_reply_time": "Last reply",
"reply-as-topic": "پاسخ به موضوع", "reply-as-topic": "پاسخ به موضوع",
"guest-login-reply": "وارد شوید تا پست بفرستید", "guest-login-reply": "وارد شوید تا پست بفرستید",

View File

@@ -5,5 +5,8 @@
"custom-header": "Custom Header", "custom-header": "Custom Header",
"custom-header.description": "Enter custom HTML here (ex. JavaScript, Meta Tags, etc.), which will be appended to the <code>&lt;head&gt;</code> section of your forum's markup.", "custom-header.description": "Enter custom HTML here (ex. JavaScript, Meta Tags, etc.), which will be appended to the <code>&lt;head&gt;</code> section of your forum's markup.",
"custom-header.enable": "Enable Custom Header" "custom-header.enable": "Enable Custom Header",
"custom-css.livereload": "Enable Live Reload",
"custom-css.livereload.description": "Enable this to force all sessions on every device under your account to refresh whenever you click save"
} }

View File

@@ -1,10 +1,12 @@
{ {
"you-are-on": "Info - You are on <strong>%1:%2</strong>", "you-are-on": "Info - You are on <strong>%1:%2</strong>",
"nodes-responded": "%1 nodes responded within %2ms!",
"host": "host", "host": "host",
"pid": "pid", "pid": "pid",
"nodejs": "nodejs", "nodejs": "nodejs",
"online": "online", "online": "online",
"git": "git", "git": "git",
"memory": "memory",
"load": "load", "load": "load",
"uptime": "uptime", "uptime": "uptime",

View File

@@ -1,5 +1,6 @@
{ {
"language-settings": "Language Settings", "language-settings": "Language Settings",
"description": "The default language determines the language settings for all users who are visiting your forum. <br />Individual users can override the default language on their account settings page.", "description": "The default language determines the language settings for all users who are visiting your forum. <br />Individual users can override the default language on their account settings page.",
"default-language": "Default Language" "default-language": "Default Language",
"auto-detect": "Auto Detect Language Setting for Guests"
} }

View File

@@ -34,6 +34,8 @@
"registration.max-invites": "Maximum Invitations per User", "registration.max-invites": "Maximum Invitations per User",
"max-invites": "Maximum Invitations per User", "max-invites": "Maximum Invitations per User",
"max-invites-help": "0 for no restriction. Admins get infinite invitations<br>Only applicable for \"Invite Only\"", "max-invites-help": "0 for no restriction. Admins get infinite invitations<br>Only applicable for \"Invite Only\"",
"invite-expiration": "Invite expiration",
"invite-expiration-help": "# of days invitations expire in.",
"min-username-length": "Minimum Username Length", "min-username-length": "Minimum Username Length",
"max-username-length": "Maximum Username Length", "max-username-length": "Maximum Username Length",
"min-password-length": "Minimum Password Length", "min-password-length": "Minimum Password Length",

View File

@@ -1,5 +1,6 @@
{ {
"invalid-data": "Virheellinen data", "invalid-data": "Virheellinen data",
"invalid-json": "Invalid JSON",
"not-logged-in": "Et taida olla kirjautuneena sisään.", "not-logged-in": "Et taida olla kirjautuneena sisään.",
"account-locked": "Käyttäjätilisi on lukittu väliaikaisesti", "account-locked": "Käyttäjätilisi on lukittu väliaikaisesti",
"search-requires-login": "Searching requires an account - please login or register.", "search-requires-login": "Searching requires an account - please login or register.",
@@ -12,6 +13,7 @@
"invalid-title": "Virheellinen otsikko!", "invalid-title": "Virheellinen otsikko!",
"invalid-user-data": "Virheellinen käyttäjätieto", "invalid-user-data": "Virheellinen käyttäjätieto",
"invalid-password": "Virheellinen salasana", "invalid-password": "Virheellinen salasana",
"invalid-login-credentials": "Invalid login credentials",
"invalid-username-or-password": "Ole hyvä ja anna sekä käyttäjänimi että salasana", "invalid-username-or-password": "Ole hyvä ja anna sekä käyttäjänimi että salasana",
"invalid-search-term": "Virheellinen hakutermi", "invalid-search-term": "Virheellinen hakutermi",
"csrf-invalid": "We were unable to log you in, likely due to an expired session. Please try again", "csrf-invalid": "We were unable to log you in, likely due to an expired session. Please try again",

View File

@@ -14,6 +14,7 @@
"quote": "Lainaa", "quote": "Lainaa",
"reply": "Vastaa", "reply": "Vastaa",
"replies_to_this_post": "%1 Replies", "replies_to_this_post": "%1 Replies",
"one_reply_to_this_post": "1 Reply",
"last_reply_time": "Last reply", "last_reply_time": "Last reply",
"reply-as-topic": "Reply as topic", "reply-as-topic": "Reply as topic",
"guest-login-reply": "Kirjaudu sisään voidaksesi vastata", "guest-login-reply": "Kirjaudu sisään voidaksesi vastata",

View File

@@ -5,5 +5,8 @@
"custom-header": "En-tête personnalisé", "custom-header": "En-tête personnalisé",
"custom-header.description": "Entrez votre code HTML ici (ex. Javascripts, Méta tags, etc…), qui seront ajoutés à la section <code>&lt;head&gt;</code> du code de votre forum.", "custom-header.description": "Entrez votre code HTML ici (ex. Javascripts, Méta tags, etc…), qui seront ajoutés à la section <code>&lt;head&gt;</code> du code de votre forum.",
"custom-header.enable": "Activer les en-têtes personnalisés" "custom-header.enable": "Activer les en-têtes personnalisés",
"custom-css.livereload": "Activer le rechargement en direct",
"custom-css.livereload.description": "Activez cette option pour forcer toutes les sessions sur chaque appareil connecté à votre compte à se rafraichir lorsque vous cliquez sur Enregistrer."
} }

View File

@@ -1,10 +1,12 @@
{ {
"you-are-on": "Info - Vous êtes sur <strong>%1:%2</strong>", "you-are-on": "Info - Vous êtes sur <strong>%1:%2</strong>",
"nodes-responded": "%1 noeuds ont répondu en %2ms !",
"host": "hôte", "host": "hôte",
"pid": "pid", "pid": "pid",
"nodejs": "nodejs", "nodejs": "nodejs",
"online": "en ligne", "online": "en ligne",
"git": "git", "git": "git",
"memory": "mémoire",
"load": "charge", "load": "charge",
"uptime": "disponibilité", "uptime": "disponibilité",

View File

@@ -1,5 +1,6 @@
{ {
"language-settings": "Réglages linguistiques", "language-settings": "Réglages linguistiques",
"description": "La langue par défaut détermine les réglages pour tous les utilisateurs qui visitent votre forum. <br />Les utilisateurs peuvent ensuite modifier la langue par défaut sur leur page de réglages.", "description": "La langue par défaut détermine les réglages pour tous les utilisateurs qui visitent votre forum. <br />Les utilisateurs peuvent ensuite modifier la langue par défaut sur leur page de réglages.",
"default-language": "Langue par défaut" "default-language": "Langue par défaut",
"auto-detect": "Détection automatique de la langue pour les invités"
} }

View File

@@ -34,6 +34,8 @@
"registration.max-invites": "Nombre maximum d'invitations par utilisateur", "registration.max-invites": "Nombre maximum d'invitations par utilisateur",
"max-invites": "Nombre maximum d'invitations par utilisateur", "max-invites": "Nombre maximum d'invitations par utilisateur",
"max-invites-help": "0 pour supprimer cette restriction. Les admins n'ont aucune restriction<br>Valable uniquement pour \"Uniquement sur invitation\"", "max-invites-help": "0 pour supprimer cette restriction. Les admins n'ont aucune restriction<br>Valable uniquement pour \"Uniquement sur invitation\"",
"invite-expiration": "Expiration des invitations",
"invite-expiration-help": "nombre de jours avant que l'invitation n'expire.",
"min-username-length": "Longueur minimum du nom d'utilisateur", "min-username-length": "Longueur minimum du nom d'utilisateur",
"max-username-length": "Longueur maxmum du nom d'utilisateur", "max-username-length": "Longueur maxmum du nom d'utilisateur",
"min-password-length": "Longueur minimum du mot de passe", "min-password-length": "Longueur minimum du mot de passe",

View File

@@ -1,5 +1,6 @@
{ {
"invalid-data": "Données invalides", "invalid-data": "Données invalides",
"invalid-json": "JSON invalide",
"not-logged-in": "Vous ne semblez pas être connecté.", "not-logged-in": "Vous ne semblez pas être connecté.",
"account-locked": "Votre compte a été temporairement suspendu", "account-locked": "Votre compte a été temporairement suspendu",
"search-requires-login": "Rechercher nécessite d'avoir un compte. Veuillez vous identifier ou vous enregistrer.", "search-requires-login": "Rechercher nécessite d'avoir un compte. Veuillez vous identifier ou vous enregistrer.",
@@ -12,6 +13,7 @@
"invalid-title": "Titre invalide !", "invalid-title": "Titre invalide !",
"invalid-user-data": "Données utilisateur invalides", "invalid-user-data": "Données utilisateur invalides",
"invalid-password": "Mot de passe invalide", "invalid-password": "Mot de passe invalide",
"invalid-login-credentials": "Certificat d'identification invalide",
"invalid-username-or-password": "Veuillez entrer un nom d'utilisateur et un mot de passe", "invalid-username-or-password": "Veuillez entrer un nom d'utilisateur et un mot de passe",
"invalid-search-term": "Données de recherche invalides", "invalid-search-term": "Données de recherche invalides",
"csrf-invalid": "Nous ne pouvons pas vous connectez, possiblement car votre session a expiré. Merci de réessayer.", "csrf-invalid": "Nous ne pouvons pas vous connectez, possiblement car votre session a expiré. Merci de réessayer.",

View File

@@ -14,6 +14,7 @@
"quote": "Citer", "quote": "Citer",
"reply": "Répondre", "reply": "Répondre",
"replies_to_this_post": "%1 réponses", "replies_to_this_post": "%1 réponses",
"one_reply_to_this_post": "1 réponse",
"last_reply_time": "Dernière réponse", "last_reply_time": "Dernière réponse",
"reply-as-topic": "Répondre à l'aide d'un sujet", "reply-as-topic": "Répondre à l'aide d'un sujet",
"guest-login-reply": "Se connecter pour répondre", "guest-login-reply": "Se connecter pour répondre",

View File

@@ -5,5 +5,8 @@
"custom-header": "Custom Header", "custom-header": "Custom Header",
"custom-header.description": "Enter custom HTML here (ex. JavaScript, Meta Tags, etc.), which will be appended to the <code>&lt;head&gt;</code> section of your forum's markup.", "custom-header.description": "Enter custom HTML here (ex. JavaScript, Meta Tags, etc.), which will be appended to the <code>&lt;head&gt;</code> section of your forum's markup.",
"custom-header.enable": "Enable Custom Header" "custom-header.enable": "Enable Custom Header",
"custom-css.livereload": "Enable Live Reload",
"custom-css.livereload.description": "Enable this to force all sessions on every device under your account to refresh whenever you click save"
} }

View File

@@ -1,10 +1,12 @@
{ {
"you-are-on": "Info - You are on <strong>%1:%2</strong>", "you-are-on": "Info - You are on <strong>%1:%2</strong>",
"nodes-responded": "%1 nodes responded within %2ms!",
"host": "host", "host": "host",
"pid": "pid", "pid": "pid",
"nodejs": "nodejs", "nodejs": "nodejs",
"online": "online", "online": "online",
"git": "git", "git": "git",
"memory": "memory",
"load": "load", "load": "load",
"uptime": "uptime", "uptime": "uptime",

View File

@@ -1,5 +1,6 @@
{ {
"language-settings": "Language Settings", "language-settings": "Language Settings",
"description": "The default language determines the language settings for all users who are visiting your forum. <br />Individual users can override the default language on their account settings page.", "description": "The default language determines the language settings for all users who are visiting your forum. <br />Individual users can override the default language on their account settings page.",
"default-language": "Default Language" "default-language": "Default Language",
"auto-detect": "Auto Detect Language Setting for Guests"
} }

View File

@@ -34,6 +34,8 @@
"registration.max-invites": "Maximum Invitations per User", "registration.max-invites": "Maximum Invitations per User",
"max-invites": "Maximum Invitations per User", "max-invites": "Maximum Invitations per User",
"max-invites-help": "0 for no restriction. Admins get infinite invitations<br>Only applicable for \"Invite Only\"", "max-invites-help": "0 for no restriction. Admins get infinite invitations<br>Only applicable for \"Invite Only\"",
"invite-expiration": "Invite expiration",
"invite-expiration-help": "# of days invitations expire in.",
"min-username-length": "Minimum Username Length", "min-username-length": "Minimum Username Length",
"max-username-length": "Maximum Username Length", "max-username-length": "Maximum Username Length",
"min-password-length": "Minimum Password Length", "min-password-length": "Minimum Password Length",

View File

@@ -1,5 +1,6 @@
{ {
"invalid-data": "Datos non válidos", "invalid-data": "Datos non válidos",
"invalid-json": "Invalid JSON",
"not-logged-in": "Parece que estás desconectado.", "not-logged-in": "Parece que estás desconectado.",
"account-locked": "A túa conta foi bloqueada temporalmente.", "account-locked": "A túa conta foi bloqueada temporalmente.",
"search-requires-login": "As buscas requiren unha conta. Por favor inicia sesión ou rexístrate.", "search-requires-login": "As buscas requiren unha conta. Por favor inicia sesión ou rexístrate.",
@@ -12,6 +13,7 @@
"invalid-title": "Título inválido!", "invalid-title": "Título inválido!",
"invalid-user-data": "Datos de Usuario Inválidos", "invalid-user-data": "Datos de Usuario Inválidos",
"invalid-password": "Contrasinal Inválido", "invalid-password": "Contrasinal Inválido",
"invalid-login-credentials": "Invalid login credentials",
"invalid-username-or-password": "Especifica ámbolos dous por favor, nome de usuario e contrasinal", "invalid-username-or-password": "Especifica ámbolos dous por favor, nome de usuario e contrasinal",
"invalid-search-term": "Termo de búsqueda inválido", "invalid-search-term": "Termo de búsqueda inválido",
"csrf-invalid": "Non fomos capaces de entrar, probablemente porque a que a sesión expirou. Por favor, téntao de novo", "csrf-invalid": "Non fomos capaces de entrar, probablemente porque a que a sesión expirou. Por favor, téntao de novo",

View File

@@ -14,6 +14,7 @@
"quote": "Citar", "quote": "Citar",
"reply": "Responder", "reply": "Responder",
"replies_to_this_post": "%1 Replies", "replies_to_this_post": "%1 Replies",
"one_reply_to_this_post": "1 Reply",
"last_reply_time": "Last reply", "last_reply_time": "Last reply",
"reply-as-topic": "Responder como tema", "reply-as-topic": "Responder como tema",
"guest-login-reply": "Identifícate para responder", "guest-login-reply": "Identifícate para responder",

View File

@@ -5,5 +5,8 @@
"custom-header": "Custom Header", "custom-header": "Custom Header",
"custom-header.description": "Enter custom HTML here (ex. JavaScript, Meta Tags, etc.), which will be appended to the <code>&lt;head&gt;</code> section of your forum's markup.", "custom-header.description": "Enter custom HTML here (ex. JavaScript, Meta Tags, etc.), which will be appended to the <code>&lt;head&gt;</code> section of your forum's markup.",
"custom-header.enable": "Enable Custom Header" "custom-header.enable": "Enable Custom Header",
"custom-css.livereload": "Enable Live Reload",
"custom-css.livereload.description": "Enable this to force all sessions on every device under your account to refresh whenever you click save"
} }

View File

@@ -1,10 +1,12 @@
{ {
"you-are-on": "Info - You are on <strong>%1:%2</strong>", "you-are-on": "Info - You are on <strong>%1:%2</strong>",
"nodes-responded": "%1 nodes responded within %2ms!",
"host": "host", "host": "host",
"pid": "pid", "pid": "pid",
"nodejs": "nodejs", "nodejs": "nodejs",
"online": "online", "online": "online",
"git": "git", "git": "git",
"memory": "memory",
"load": "load", "load": "load",
"uptime": "uptime", "uptime": "uptime",

View File

@@ -1,5 +1,6 @@
{ {
"language-settings": "Language Settings", "language-settings": "Language Settings",
"description": "The default language determines the language settings for all users who are visiting your forum. <br />Individual users can override the default language on their account settings page.", "description": "The default language determines the language settings for all users who are visiting your forum. <br />Individual users can override the default language on their account settings page.",
"default-language": "Default Language" "default-language": "Default Language",
"auto-detect": "Auto Detect Language Setting for Guests"
} }

View File

@@ -34,6 +34,8 @@
"registration.max-invites": "Maximum Invitations per User", "registration.max-invites": "Maximum Invitations per User",
"max-invites": "Maximum Invitations per User", "max-invites": "Maximum Invitations per User",
"max-invites-help": "0 for no restriction. Admins get infinite invitations<br>Only applicable for \"Invite Only\"", "max-invites-help": "0 for no restriction. Admins get infinite invitations<br>Only applicable for \"Invite Only\"",
"invite-expiration": "Invite expiration",
"invite-expiration-help": "# of days invitations expire in.",
"min-username-length": "Minimum Username Length", "min-username-length": "Minimum Username Length",
"max-username-length": "Maximum Username Length", "max-username-length": "Maximum Username Length",
"min-password-length": "Minimum Password Length", "min-password-length": "Minimum Password Length",

View File

@@ -1,5 +1,6 @@
{ {
"invalid-data": "נתונים שגויים", "invalid-data": "נתונים שגויים",
"invalid-json": "Invalid JSON",
"not-logged-in": "נראה שאינך מחובר למערכת.", "not-logged-in": "נראה שאינך מחובר למערכת.",
"account-locked": "חשבונך נחסם באופן זמני", "account-locked": "חשבונך נחסם באופן זמני",
"search-requires-login": "פעולת החיפוש דורשת חשבון - בבקשה התחבר או הרשם.", "search-requires-login": "פעולת החיפוש דורשת חשבון - בבקשה התחבר או הרשם.",
@@ -12,6 +13,7 @@
"invalid-title": "כותרת שגויה", "invalid-title": "כותרת שגויה",
"invalid-user-data": "מידע משתמש שגוי", "invalid-user-data": "מידע משתמש שגוי",
"invalid-password": "סיסמא שגויה", "invalid-password": "סיסמא שגויה",
"invalid-login-credentials": "Invalid login credentials",
"invalid-username-or-password": "אנא הגדר שם משתמש וסיסמה", "invalid-username-or-password": "אנא הגדר שם משתמש וסיסמה",
"invalid-search-term": "מילת חיפוש לא תקינה", "invalid-search-term": "מילת חיפוש לא תקינה",
"csrf-invalid": "אין באפשרותנו לחבר אותך למערכת, מכיוון שעבר זמן רב מידי. אנא נסה שנית.", "csrf-invalid": "אין באפשרותנו לחבר אותך למערכת, מכיוון שעבר זמן רב מידי. אנא נסה שנית.",

View File

@@ -14,6 +14,7 @@
"quote": "ציטוט", "quote": "ציטוט",
"reply": "תגובה", "reply": "תגובה",
"replies_to_this_post": "%1 Replies", "replies_to_this_post": "%1 Replies",
"one_reply_to_this_post": "1 Reply",
"last_reply_time": "Last reply", "last_reply_time": "Last reply",
"reply-as-topic": "הגב כנושא", "reply-as-topic": "הגב כנושא",
"guest-login-reply": "התחבר כדי לפרסם תגובה", "guest-login-reply": "התחבר כדי לפרסם תגובה",

View File

@@ -5,5 +5,8 @@
"custom-header": "Uobičajno zaglavlje", "custom-header": "Uobičajno zaglavlje",
"custom-header.description": "Unesite Vaš HTML ovdje(npr. JavaScript Meta Tags itd.)koji će biti dodani <code>&lt;head&gt;</code> sekciji marže Vašeg foruma.", "custom-header.description": "Unesite Vaš HTML ovdje(npr. JavaScript Meta Tags itd.)koji će biti dodani <code>&lt;head&gt;</code> sekciji marže Vašeg foruma.",
"custom-header.enable": "Omogući uobičajeno zaglavlje" "custom-header.enable": "Omogući uobičajeno zaglavlje",
"custom-css.livereload": "Enable Live Reload",
"custom-css.livereload.description": "Enable this to force all sessions on every device under your account to refresh whenever you click save"
} }

View File

@@ -1,10 +1,12 @@
{ {
"you-are-on": "Info - Vi ste <strong>%1:%2</strong>", "you-are-on": "Info - Vi ste <strong>%1:%2</strong>",
"nodes-responded": "%1 nodes responded within %2ms!",
"host": "Domaćin", "host": "Domaćin",
"pid": "pid", "pid": "pid",
"nodejs": "nodejs", "nodejs": "nodejs",
"online": "Na mreži", "online": "Na mreži",
"git": "git", "git": "git",
"memory": "memory",
"load": "učitaj", "load": "učitaj",
"uptime": "uptime", "uptime": "uptime",

View File

@@ -1,5 +1,6 @@
{ {
"language-settings": "Postavke jezika", "language-settings": "Postavke jezika",
"description": "Zadani jezik odlučuje o postavkama jezika za sve korisnike foruma. <br/> .Korisnici mogu sami odabrati jezik na stranici postavki jezika.", "description": "Zadani jezik odlučuje o postavkama jezika za sve korisnike foruma. <br/> .Korisnici mogu sami odabrati jezik na stranici postavki jezika.",
"default-language": "Zadani jezik" "default-language": "Zadani jezik",
"auto-detect": "Auto Detect Language Setting for Guests"
} }

View File

@@ -34,6 +34,8 @@
"registration.max-invites": "Maksimalan broj pozivnica po korisniku", "registration.max-invites": "Maksimalan broj pozivnica po korisniku",
"max-invites": "Maksimalan broj pozivnica po korisniku", "max-invites": "Maksimalan broj pozivnica po korisniku",
"max-invites-help": "0 bez restrikcija. Administrator ima neograničeno pozivnica <br>Primjenjivo samo za \"poziv na forum\"", "max-invites-help": "0 bez restrikcija. Administrator ima neograničeno pozivnica <br>Primjenjivo samo za \"poziv na forum\"",
"invite-expiration": "Invite expiration",
"invite-expiration-help": "# of days invitations expire in.",
"min-username-length": "Minimalna dužina korisničkog imena", "min-username-length": "Minimalna dužina korisničkog imena",
"max-username-length": "Maksimalna dužina korisničkog imena", "max-username-length": "Maksimalna dužina korisničkog imena",
"min-password-length": "Minimalna dužina lozinke", "min-password-length": "Minimalna dužina lozinke",

Some files were not shown because too many files have changed in this diff Show More