diff --git a/public/language/ar/error.json b/public/language/ar/error.json
index b005046c51..61d2a6e3a6 100644
--- a/public/language/ar/error.json
+++ b/public/language/ar/error.json
@@ -29,7 +29,7 @@
"username-too-long": "اسم المستخدم طويل",
"password-too-long": "كلمة السر طويلة ",
"user-banned": "المستخدم محظور",
- "user-banned-reason": "المستخدم محظور (السبب: %1)",
+ "user-banned-reason": "Sorry, this account has been banned (Reason: %1)",
"user-too-new": "عذرا, يجب أن تنتظر 1% ثواني قبل قيامك بأول مشاركة",
"blacklisted-ip": "نأسف، لقد تم حظرك من استخدام وتصفح المنتدى. إذا كنت تعتقد أن هذا خطأ رجاءًا اتصل بالإدارة. ",
"ban-expiry-missing": "رجاءًا ضع تاريخ نهاية الحظر. ",
diff --git a/public/language/ar/global.json b/public/language/ar/global.json
index bf5109c2bc..64e733b3f3 100644
--- a/public/language/ar/global.json
+++ b/public/language/ar/global.json
@@ -99,5 +99,8 @@
"allowed-file-types": "صيغ الملفات المدعومة هي 1%",
"unsaved-changes": "لديك تغييرات لم تحفظ. هل أنت متأكد من تغيير الصفحة؟",
"reconnecting-message": "يبدو أن اتصالك لـ %1 قد فقد. رجاءًا أنتظر ثم حاول الإتصال مرة اخرى.",
- "play": "Play"
+ "play": "Play",
+ "cookies.message": "This website uses cookies to ensure you get the best experience on our website.",
+ "cookies.accept": "Got it!",
+ "cookies.learn_more": "Learn More"
}
\ No newline at end of file
diff --git a/public/language/ar/topic.json b/public/language/ar/topic.json
index 1404e45527..0247a147d6 100644
--- a/public/language/ar/topic.json
+++ b/public/language/ar/topic.json
@@ -13,6 +13,7 @@
"notify_me": "تلق تنبيهات بالردود الجديدة في هذا الموضوع",
"quote": "اقتبس",
"reply": "رد",
+ "replies_to_this_post": "Replies: %1",
"reply-as-topic": "رد بموضوع",
"guest-login-reply": "يجب عليك تسجيل الدخول للرد",
"edit": "تعديل",
diff --git a/public/language/bg/error.json b/public/language/bg/error.json
index 4c4f3c70af..23d8eb00d0 100644
--- a/public/language/bg/error.json
+++ b/public/language/bg/error.json
@@ -29,7 +29,7 @@
"username-too-long": "Потребителското име е твърде дълго",
"password-too-long": "Паролата е твърде дълга",
"user-banned": "Потребителят е блокиран",
- "user-banned-reason": "Потребителят е блокиран (Причина: %1)",
+ "user-banned-reason": "Съжаляваме, на този акаунт е блокиран (Причина: %1)",
"user-too-new": "Съжаляваме, но трябва да изчакате поне %1 секунда/и, преди да направите първата си публикация",
"blacklisted-ip": "Съжаляваме, но Вашият IP адрес е забранен за ползване в тази общност. Ако смятате, че това е грешка, моля, свържете се с администратор.",
"ban-expiry-missing": "Моля, задайте крайна дата за това блокиране",
diff --git a/public/language/bg/global.json b/public/language/bg/global.json
index 9cabe71b9e..7bb53c8040 100644
--- a/public/language/bg/global.json
+++ b/public/language/bg/global.json
@@ -99,5 +99,8 @@
"allowed-file-types": "Разрешените файлови типове са: %1",
"unsaved-changes": "Имате незапазени промени. Наистина ли искате да напуснете тази страница?",
"reconnecting-message": "Изглежда връзката Ви към %1 беше прекъсната. Моля, изчакайте докато се опитаме да Ви свържем отново.",
- "play": "Пускане"
+ "play": "Пускане",
+ "cookies.message": "Този уеб сайт използва бисквитки, за да предостави услугите си по възможно най-добрия начин.",
+ "cookies.accept": "Разбрано!",
+ "cookies.learn_more": "Научете повече"
}
\ No newline at end of file
diff --git a/public/language/bg/topic.json b/public/language/bg/topic.json
index 3009d753da..be0f8a681d 100644
--- a/public/language/bg/topic.json
+++ b/public/language/bg/topic.json
@@ -13,6 +13,7 @@
"notify_me": "Получавайте известия за новите отговори в тази тема",
"quote": "Цитат",
"reply": "Отговор",
+ "replies_to_this_post": "Отговори: %1",
"reply-as-topic": "Отговор в нова тема",
"guest-login-reply": "Влезте, за да отговорите",
"edit": "Редактиране",
diff --git a/public/language/bn/error.json b/public/language/bn/error.json
index 8bb491a480..1141892e4a 100644
--- a/public/language/bn/error.json
+++ b/public/language/bn/error.json
@@ -29,7 +29,7 @@
"username-too-long": "ইউজারনেম বড় হয়ে গিয়েছে",
"password-too-long": "Password too long",
"user-banned": "ব্যবহারকারী নিষিদ্ধ",
- "user-banned-reason": "User banned (Reason: %1)",
+ "user-banned-reason": "Sorry, this account has been banned (Reason: %1)",
"user-too-new": "Sorry, you are required to wait %1 second(s) before making your first post",
"blacklisted-ip": "Sorry, your IP address has been banned from this community. If you feel this is in error, please contact an administrator.",
"ban-expiry-missing": "Please provide an end date for this ban",
diff --git a/public/language/bn/global.json b/public/language/bn/global.json
index 151c8ac546..8d1ba37c17 100644
--- a/public/language/bn/global.json
+++ b/public/language/bn/global.json
@@ -99,5 +99,8 @@
"allowed-file-types": "Allowed file types are %1",
"unsaved-changes": "You have unsaved changes. Are you sure you wish to navigate away?",
"reconnecting-message": "Looks like your connection to %1 was lost, please wait while we try to reconnect.",
- "play": "Play"
+ "play": "Play",
+ "cookies.message": "This website uses cookies to ensure you get the best experience on our website.",
+ "cookies.accept": "Got it!",
+ "cookies.learn_more": "Learn More"
}
\ No newline at end of file
diff --git a/public/language/bn/topic.json b/public/language/bn/topic.json
index 4a791cff7f..afdc93df1d 100644
--- a/public/language/bn/topic.json
+++ b/public/language/bn/topic.json
@@ -13,6 +13,7 @@
"notify_me": "এই টপিকে নতুন উত্তর আসলে জানুন",
"quote": "উদ্ধৃতি",
"reply": "উত্তর",
+ "replies_to_this_post": "Replies: %1",
"reply-as-topic": "Reply as topic",
"guest-login-reply": "Log in to reply",
"edit": "সম্পাদণা",
diff --git a/public/language/cs/error.json b/public/language/cs/error.json
index f9fcb1e412..2957a310a9 100644
--- a/public/language/cs/error.json
+++ b/public/language/cs/error.json
@@ -29,7 +29,7 @@
"username-too-long": "Uživatelské jméno je příliš dlouhé",
"password-too-long": "Heslo je příliš dlouhé",
"user-banned": "Uživatel byl zakázán",
- "user-banned-reason": "User banned (Reason: %1)",
+ "user-banned-reason": "Sorry, this account has been banned (Reason: %1)",
"user-too-new": "Sorry, you are required to wait %1 second(s) before making your first post",
"blacklisted-ip": "Sorry, your IP address has been banned from this community. If you feel this is in error, please contact an administrator.",
"ban-expiry-missing": "Please provide an end date for this ban",
diff --git a/public/language/cs/global.json b/public/language/cs/global.json
index ae8cd5bd6c..0144bf5c70 100644
--- a/public/language/cs/global.json
+++ b/public/language/cs/global.json
@@ -99,5 +99,8 @@
"allowed-file-types": "Povolené typy souborů jsou %1",
"unsaved-changes": "You have unsaved changes. Are you sure you wish to navigate away?",
"reconnecting-message": "Looks like your connection to %1 was lost, please wait while we try to reconnect.",
- "play": "Play"
+ "play": "Play",
+ "cookies.message": "This website uses cookies to ensure you get the best experience on our website.",
+ "cookies.accept": "Got it!",
+ "cookies.learn_more": "Learn More"
}
\ No newline at end of file
diff --git a/public/language/cs/topic.json b/public/language/cs/topic.json
index 2aeb8ea5a2..8642d67c51 100644
--- a/public/language/cs/topic.json
+++ b/public/language/cs/topic.json
@@ -13,6 +13,7 @@
"notify_me": "Sledovat toto téma",
"quote": "Citovat",
"reply": "Odpovědět",
+ "replies_to_this_post": "Replies: %1",
"reply-as-topic": "Odpovědět jako Téma",
"guest-login-reply": "Přihlásit se pro odpověď",
"edit": "Upravit",
diff --git a/public/language/da/error.json b/public/language/da/error.json
index 995da25179..331a56891e 100644
--- a/public/language/da/error.json
+++ b/public/language/da/error.json
@@ -29,7 +29,7 @@
"username-too-long": "Brugernavn er for langt",
"password-too-long": "Kodeord er for langt",
"user-banned": "Bruger er bortvist",
- "user-banned-reason": "User banned (Reason: %1)",
+ "user-banned-reason": "Sorry, this account has been banned (Reason: %1)",
"user-too-new": "Beklager, du er nødt til at vente %1 sekund(er) før du opretter dit indlæg",
"blacklisted-ip": "Sorry, your IP address has been banned from this community. If you feel this is in error, please contact an administrator.",
"ban-expiry-missing": "Please provide an end date for this ban",
diff --git a/public/language/da/global.json b/public/language/da/global.json
index 8a0f248197..84a8ef93e5 100644
--- a/public/language/da/global.json
+++ b/public/language/da/global.json
@@ -99,5 +99,8 @@
"allowed-file-types": "Tilladte filtyper er %1",
"unsaved-changes": "You have unsaved changes. Are you sure you wish to navigate away?",
"reconnecting-message": "Looks like your connection to %1 was lost, please wait while we try to reconnect.",
- "play": "Play"
+ "play": "Play",
+ "cookies.message": "This website uses cookies to ensure you get the best experience on our website.",
+ "cookies.accept": "Got it!",
+ "cookies.learn_more": "Learn More"
}
\ No newline at end of file
diff --git a/public/language/da/topic.json b/public/language/da/topic.json
index 119bb96b45..53f57d4dc6 100644
--- a/public/language/da/topic.json
+++ b/public/language/da/topic.json
@@ -13,6 +13,7 @@
"notify_me": "Bliv notificeret ved nye svar i dette emne",
"quote": "Citer",
"reply": "Svar",
+ "replies_to_this_post": "Replies: %1",
"reply-as-topic": "Svar som emne",
"guest-login-reply": "Login for at svare",
"edit": "Rediger",
diff --git a/public/language/de/error.json b/public/language/de/error.json
index 1d435ea8e4..85f6507fd6 100644
--- a/public/language/de/error.json
+++ b/public/language/de/error.json
@@ -29,7 +29,7 @@
"username-too-long": "Benutzername ist zu lang",
"password-too-long": "Passwort ist zu lang",
"user-banned": "Benutzer ist gesperrt",
- "user-banned-reason": "Benutzer gesperrt (Grund: %1)",
+ "user-banned-reason": "Sorry, this account has been banned (Reason: %1)",
"user-too-new": "Entschuldigung, du musst %1 Sekunde(n) warten, bevor du deinen ersten Beitrag schreiben kannst.",
"blacklisted-ip": "Deine IP-Adresse ist für diese Plattform gesperrt. Sollte dies ein Irrtum sein, dann kontaktiere bitte einen Administrator.",
"ban-expiry-missing": "Bitte gebe ein Enddatum für diesen Ban an",
diff --git a/public/language/de/global.json b/public/language/de/global.json
index 6aa2c9771c..b3391690a8 100644
--- a/public/language/de/global.json
+++ b/public/language/de/global.json
@@ -99,5 +99,8 @@
"allowed-file-types": "Erlaubte Dateitypen sind %1",
"unsaved-changes": "Es gibt ungespeicherte Änderungen. Bist du dir sicher, dass du die Seite verlassen willst?",
"reconnecting-message": "Es scheint als hättest du die Verbindung zu %1 verloren, bitte warte während wir versuchen sie wieder aufzubauen.",
- "play": "Play"
+ "play": "Play",
+ "cookies.message": "This website uses cookies to ensure you get the best experience on our website.",
+ "cookies.accept": "Got it!",
+ "cookies.learn_more": "Learn More"
}
\ No newline at end of file
diff --git a/public/language/de/topic.json b/public/language/de/topic.json
index 3a6b46d0b6..7d5ab08e47 100644
--- a/public/language/de/topic.json
+++ b/public/language/de/topic.json
@@ -13,6 +13,7 @@
"notify_me": "Erhalte eine Benachrichtigung bei neuen Antworten zu diesem Thema.",
"quote": "Zitieren",
"reply": "Antworten",
+ "replies_to_this_post": "Replies: %1",
"reply-as-topic": "In einem neuen Thema antworten",
"guest-login-reply": "Anmelden zum Antworten",
"edit": "Bearbeiten",
diff --git a/public/language/el/error.json b/public/language/el/error.json
index 25043656bb..170110489c 100644
--- a/public/language/el/error.json
+++ b/public/language/el/error.json
@@ -29,7 +29,7 @@
"username-too-long": "Το όνομα χρήστη είναι πολύ μεγάλο",
"password-too-long": "Password too long",
"user-banned": "Ο Χρήστης είναι αποκλεισμένος/η",
- "user-banned-reason": "User banned (Reason: %1)",
+ "user-banned-reason": "Sorry, this account has been banned (Reason: %1)",
"user-too-new": "Sorry, you are required to wait %1 second(s) before making your first post",
"blacklisted-ip": "Sorry, your IP address has been banned from this community. If you feel this is in error, please contact an administrator.",
"ban-expiry-missing": "Please provide an end date for this ban",
diff --git a/public/language/el/global.json b/public/language/el/global.json
index 033b0ff7d0..5dc2a27b9c 100644
--- a/public/language/el/global.json
+++ b/public/language/el/global.json
@@ -99,5 +99,8 @@
"allowed-file-types": "Allowed file types are %1",
"unsaved-changes": "You have unsaved changes. Are you sure you wish to navigate away?",
"reconnecting-message": "Looks like your connection to %1 was lost, please wait while we try to reconnect.",
- "play": "Play"
+ "play": "Play",
+ "cookies.message": "This website uses cookies to ensure you get the best experience on our website.",
+ "cookies.accept": "Got it!",
+ "cookies.learn_more": "Learn More"
}
\ No newline at end of file
diff --git a/public/language/el/topic.json b/public/language/el/topic.json
index 27e65e0f0a..d175de6bfa 100644
--- a/public/language/el/topic.json
+++ b/public/language/el/topic.json
@@ -13,6 +13,7 @@
"notify_me": "Να ειδοποιούμαι για νέες απαντήσεις σε αυτό το θέμα",
"quote": "Παράθεση",
"reply": "Απάντηση",
+ "replies_to_this_post": "Replies: %1",
"reply-as-topic": "Reply as topic",
"guest-login-reply": "Log in to reply",
"edit": "Επεξεργασία",
diff --git a/public/language/en@pirate/error.json b/public/language/en@pirate/error.json
index 01b85a5c5d..3149dadc15 100644
--- a/public/language/en@pirate/error.json
+++ b/public/language/en@pirate/error.json
@@ -29,7 +29,7 @@
"username-too-long": "Username too long",
"password-too-long": "Password too long",
"user-banned": "User banned",
- "user-banned-reason": "User banned (Reason: %1)",
+ "user-banned-reason": "Sorry, this account has been banned (Reason: %1)",
"user-too-new": "Sorry, you are required to wait %1 second(s) before making your first post",
"blacklisted-ip": "Sorry, your IP address has been banned from this community. If you feel this is in error, please contact an administrator.",
"ban-expiry-missing": "Please provide an end date for this ban",
diff --git a/public/language/en@pirate/global.json b/public/language/en@pirate/global.json
index 3655b62ae6..7372678e85 100644
--- a/public/language/en@pirate/global.json
+++ b/public/language/en@pirate/global.json
@@ -99,5 +99,8 @@
"allowed-file-types": "Allowed file types are %1",
"unsaved-changes": "You have unsaved changes. Are you sure you wish to navigate away?",
"reconnecting-message": "Looks like your connection to %1 was lost, please wait while we try to reconnect.",
- "play": "Play"
+ "play": "Play",
+ "cookies.message": "This website uses cookies to ensure you get the best experience on our website.",
+ "cookies.accept": "Got it!",
+ "cookies.learn_more": "Learn More"
}
\ No newline at end of file
diff --git a/public/language/en@pirate/topic.json b/public/language/en@pirate/topic.json
index 3d5ec7814e..c4a9109252 100644
--- a/public/language/en@pirate/topic.json
+++ b/public/language/en@pirate/topic.json
@@ -13,6 +13,7 @@
"notify_me": "Be notified of new replies in this topic",
"quote": "Quote",
"reply": "Reply",
+ "replies_to_this_post": "Replies: %1",
"reply-as-topic": "Reply as topic",
"guest-login-reply": "Log in to reply",
"edit": "Edit",
diff --git a/public/language/en_US/error.json b/public/language/en_US/error.json
index 01b85a5c5d..3149dadc15 100644
--- a/public/language/en_US/error.json
+++ b/public/language/en_US/error.json
@@ -29,7 +29,7 @@
"username-too-long": "Username too long",
"password-too-long": "Password too long",
"user-banned": "User banned",
- "user-banned-reason": "User banned (Reason: %1)",
+ "user-banned-reason": "Sorry, this account has been banned (Reason: %1)",
"user-too-new": "Sorry, you are required to wait %1 second(s) before making your first post",
"blacklisted-ip": "Sorry, your IP address has been banned from this community. If you feel this is in error, please contact an administrator.",
"ban-expiry-missing": "Please provide an end date for this ban",
diff --git a/public/language/en_US/global.json b/public/language/en_US/global.json
index 113e7c28e1..643df7abc2 100644
--- a/public/language/en_US/global.json
+++ b/public/language/en_US/global.json
@@ -99,5 +99,8 @@
"allowed-file-types": "Allowed file types are %1",
"unsaved-changes": "You have unsaved changes. Are you sure you wish to navigate away?",
"reconnecting-message": "Looks like your connection to %1 was lost, please wait while we try to reconnect.",
- "play": "Play"
+ "play": "Play",
+ "cookies.message": "This website uses cookies to ensure you get the best experience on our website.",
+ "cookies.accept": "Got it!",
+ "cookies.learn_more": "Learn More"
}
\ No newline at end of file
diff --git a/public/language/en_US/topic.json b/public/language/en_US/topic.json
index 3d5ec7814e..c4a9109252 100644
--- a/public/language/en_US/topic.json
+++ b/public/language/en_US/topic.json
@@ -13,6 +13,7 @@
"notify_me": "Be notified of new replies in this topic",
"quote": "Quote",
"reply": "Reply",
+ "replies_to_this_post": "Replies: %1",
"reply-as-topic": "Reply as topic",
"guest-login-reply": "Log in to reply",
"edit": "Edit",
diff --git a/public/language/es/error.json b/public/language/es/error.json
index 6ba82ffdc7..efd4d26307 100644
--- a/public/language/es/error.json
+++ b/public/language/es/error.json
@@ -29,7 +29,7 @@
"username-too-long": "Nombre de usuario demasiado largo",
"password-too-long": "Contraseña muy corta",
"user-banned": "Usuario baneado",
- "user-banned-reason": "Usuario Baneado (Reason: %1)",
+ "user-banned-reason": "Lo siento, esta cuenta ha sido baneada ( Razon: %1 )",
"user-too-new": "Lo sentimos, es necesario que esperes %1 segundo(s) antes poder hacer tu primera publicación",
"blacklisted-ip": "Lo sentimos, tu dirección IP ha sido baneada de esta comunidad. Si crees que debe de haber un error, por favor contacte con un administrador.",
"ban-expiry-missing": "Por favor pon una fecha de fin del ban",
diff --git a/public/language/es/global.json b/public/language/es/global.json
index b01b2f0ed4..64b4cc78f9 100644
--- a/public/language/es/global.json
+++ b/public/language/es/global.json
@@ -99,5 +99,8 @@
"allowed-file-types": "Los tipos de archivos permitidos son: %1",
"unsaved-changes": "Tienes cambios sin guardar. Seguro que quieres salir?",
"reconnecting-message": "Has perdido la conexión. Reconectando a %1.",
- "play": "Reproducir"
+ "play": "Reproducir",
+ "cookies.message": "Esta web usa cookies para asegurar que usted recibe la mejor experiencia de navegación.",
+ "cookies.accept": "De Acuerdo!",
+ "cookies.learn_more": "Quiero saber más"
}
\ No newline at end of file
diff --git a/public/language/es/topic.json b/public/language/es/topic.json
index 81cfc3859e..0e21d90b24 100644
--- a/public/language/es/topic.json
+++ b/public/language/es/topic.json
@@ -13,6 +13,7 @@
"notify_me": "Serás notificado cuando haya nuevas respuestas en este tema",
"quote": "Citar",
"reply": "Responder",
+ "replies_to_this_post": "Respuestas: %1",
"reply-as-topic": "Responder como tema",
"guest-login-reply": "Accede para responder",
"edit": "Editar",
diff --git a/public/language/et/error.json b/public/language/et/error.json
index d4d64833f1..41087e9e52 100644
--- a/public/language/et/error.json
+++ b/public/language/et/error.json
@@ -29,7 +29,7 @@
"username-too-long": "Kasutajanimi on liiga pikk",
"password-too-long": "Parool liiga pikk",
"user-banned": "Kasutaja bannitud",
- "user-banned-reason": "User banned (Reason: %1)",
+ "user-banned-reason": "Sorry, this account has been banned (Reason: %1)",
"user-too-new": "Vabandust, te peate ootama %1 sekund(it) enne esimese postituse loomist.",
"blacklisted-ip": "Vabandust! Sinu IP-aadress on siin kogukonnas keelatud. Kui arvad, et see on eksitus, palun leia kontakti administraatoriga.",
"ban-expiry-missing": "Palun sisesta keelu lõpukuupäev",
diff --git a/public/language/et/global.json b/public/language/et/global.json
index e333b8ead6..cf8ecbd36a 100644
--- a/public/language/et/global.json
+++ b/public/language/et/global.json
@@ -99,5 +99,8 @@
"allowed-file-types": "Lubatud faili formaadid on %1",
"unsaved-changes": "Sul on salvestamata muudatusi. Oled kindel, et soovid lahkuda?",
"reconnecting-message": "Looks like your connection to %1 was lost, please wait while we try to reconnect.",
- "play": "Play"
+ "play": "Play",
+ "cookies.message": "This website uses cookies to ensure you get the best experience on our website.",
+ "cookies.accept": "Got it!",
+ "cookies.learn_more": "Learn More"
}
\ No newline at end of file
diff --git a/public/language/et/topic.json b/public/language/et/topic.json
index 6739bca1fd..91c9e354c0 100644
--- a/public/language/et/topic.json
+++ b/public/language/et/topic.json
@@ -13,6 +13,7 @@
"notify_me": "Saa teateid uutest postitustest selles teemas",
"quote": "Tsiteeri",
"reply": "Vasta",
+ "replies_to_this_post": "Replies: %1",
"reply-as-topic": "Vasta teemana",
"guest-login-reply": "Logi sisse, et vastata",
"edit": "Muuda",
diff --git a/public/language/fa_IR/error.json b/public/language/fa_IR/error.json
index 9a5ed501be..b0bfe33133 100644
--- a/public/language/fa_IR/error.json
+++ b/public/language/fa_IR/error.json
@@ -29,7 +29,7 @@
"username-too-long": "نام کاربری بسیار طولانیست",
"password-too-long": "کلمه عبور بسیار طولانیست",
"user-banned": "کاربر اخراج شد",
- "user-banned-reason": "کاربر اخراج شده (دلیل: %1)",
+ "user-banned-reason": "با عرض پوزش، این حساب کاربری از انجمن اخراج شده است (دلیل: %1)",
"user-too-new": "با عرض پوزش، شما باید %1 ثانیه پیش از فرستادن پست نخست خود صبر کنید",
"blacklisted-ip": "با عرض پوزش فراوان، نشانی آی پی شما در این انجمن مسدود شده است، اگر فکر میکنید اشتباهی رخ داده با مدیریت انجمن تماس بگیرید.",
"ban-expiry-missing": "لطفا تاریخ پایان برای این مسدود کردن ارائه دهید",
diff --git a/public/language/fa_IR/global.json b/public/language/fa_IR/global.json
index e0b0591480..3f9c084e22 100644
--- a/public/language/fa_IR/global.json
+++ b/public/language/fa_IR/global.json
@@ -99,5 +99,8 @@
"allowed-file-types": "فایل قابل قبول اینها هستند %1",
"unsaved-changes": "تغییرات شما ذخیره نشده. شما مطمئن هستید که میخواهید از اینجا دور شوید؟",
"reconnecting-message": "اتصال شما به %1 به نظر میرسد از دست رفته. لطفا صبر کنید ما سعی میکنیم که دوباره شما را متصل کنیم.",
- "play": "پخش"
+ "play": "پخش",
+ "cookies.message": "این وبسایت از کوکی شما برای اطمینان و تجربه استفاده بهتر از وبسایت ما استفاده میکند.",
+ "cookies.accept": "فهمیدم!",
+ "cookies.learn_more": "بیشتر بدانید"
}
\ No newline at end of file
diff --git a/public/language/fa_IR/topic.json b/public/language/fa_IR/topic.json
index 315f28dab2..0e0ca2714a 100644
--- a/public/language/fa_IR/topic.json
+++ b/public/language/fa_IR/topic.json
@@ -13,6 +13,7 @@
"notify_me": "از پاسخهای تازه در موضوع آگاه شوید",
"quote": "نقل قول",
"reply": "پاسخ",
+ "replies_to_this_post": "پاسخها: %1",
"reply-as-topic": "پاسخ به موضوع",
"guest-login-reply": "وارد شوید تا پست بفرستید",
"edit": "ویرایش",
diff --git a/public/language/fi/error.json b/public/language/fi/error.json
index e650f6c09a..072e879a4a 100644
--- a/public/language/fi/error.json
+++ b/public/language/fi/error.json
@@ -29,7 +29,7 @@
"username-too-long": "Käyttäjänimi on liian pitkä",
"password-too-long": "Password too long",
"user-banned": "Käyttäjä on estetty",
- "user-banned-reason": "User banned (Reason: %1)",
+ "user-banned-reason": "Sorry, this account has been banned (Reason: %1)",
"user-too-new": "Anteeksi, mutta sinun täytyy odottaa %1 sekunti(a) ennen sinun ensimmäisen viestin lähettämistä",
"blacklisted-ip": "Sorry, your IP address has been banned from this community. If you feel this is in error, please contact an administrator.",
"ban-expiry-missing": "Please provide an end date for this ban",
diff --git a/public/language/fi/global.json b/public/language/fi/global.json
index a781ecc948..668315b8dd 100644
--- a/public/language/fi/global.json
+++ b/public/language/fi/global.json
@@ -99,5 +99,8 @@
"allowed-file-types": "Allowed file types are %1",
"unsaved-changes": "You have unsaved changes. Are you sure you wish to navigate away?",
"reconnecting-message": "Looks like your connection to %1 was lost, please wait while we try to reconnect.",
- "play": "Play"
+ "play": "Play",
+ "cookies.message": "This website uses cookies to ensure you get the best experience on our website.",
+ "cookies.accept": "Got it!",
+ "cookies.learn_more": "Learn More"
}
\ No newline at end of file
diff --git a/public/language/fi/topic.json b/public/language/fi/topic.json
index 569f5aed3c..933c042445 100644
--- a/public/language/fi/topic.json
+++ b/public/language/fi/topic.json
@@ -13,6 +13,7 @@
"notify_me": "Ilmoita, kun tähän keskusteluun tulee uusia viestejä",
"quote": "Lainaa",
"reply": "Vastaa",
+ "replies_to_this_post": "Replies: %1",
"reply-as-topic": "Reply as topic",
"guest-login-reply": "Kirjaudu sisään voidaksesi vastata",
"edit": "Muokkaa",
diff --git a/public/language/fr/error.json b/public/language/fr/error.json
index 90ab78fbf8..ee051ba871 100644
--- a/public/language/fr/error.json
+++ b/public/language/fr/error.json
@@ -29,7 +29,7 @@
"username-too-long": "Nom d'utilisateur trop long",
"password-too-long": "Mot de passe trop long",
"user-banned": "Utilisateur banni",
- "user-banned-reason": "Utilisateur banni (Raison : %1)",
+ "user-banned-reason": "Sorry, this account has been banned (Reason: %1)",
"user-too-new": "Désolé, vous devez attendre encore %1 seconde(s) avant d'envoyer votre premier message",
"blacklisted-ip": "Désolé, votre adresse IP a été bannie de cette communauté. Si vous pensez que c'est une erreur, veuillez contacter un administrateur.",
"ban-expiry-missing": "Veuillez entrer une date de fin de banissement.",
diff --git a/public/language/fr/global.json b/public/language/fr/global.json
index 52def5161b..4cb94114ea 100644
--- a/public/language/fr/global.json
+++ b/public/language/fr/global.json
@@ -99,5 +99,8 @@
"allowed-file-types": "Les types de fichiers autorisés sont : %1",
"unsaved-changes": "Vous avez des modifications non sauvegardées. Êtes-vous sûr de vouloir naviguer tout de même ?",
"reconnecting-message": "Il semble que votre connexion ait été perdue, veuillez patienter pendant que nous vous re-connectons.",
- "play": "Lire"
+ "play": "Lire",
+ "cookies.message": "This website uses cookies to ensure you get the best experience on our website.",
+ "cookies.accept": "Got it!",
+ "cookies.learn_more": "Learn More"
}
\ No newline at end of file
diff --git a/public/language/fr/topic.json b/public/language/fr/topic.json
index 1196b3b447..eb3604f04e 100644
--- a/public/language/fr/topic.json
+++ b/public/language/fr/topic.json
@@ -13,6 +13,7 @@
"notify_me": "Être notifié des réponses dans ce sujet",
"quote": "Citer",
"reply": "Répondre",
+ "replies_to_this_post": "Replies: %1",
"reply-as-topic": "Répondre à l'aide d'un sujet",
"guest-login-reply": "Se connecter pour répondre",
"edit": "Éditer",
diff --git a/public/language/gl/error.json b/public/language/gl/error.json
index a9c936dd22..3df65a1567 100644
--- a/public/language/gl/error.json
+++ b/public/language/gl/error.json
@@ -29,7 +29,7 @@
"username-too-long": "Nome de usuario demasiado longo.",
"password-too-long": "Contrasinal moi longa",
"user-banned": "Usuario expulsado",
- "user-banned-reason": "Usuario Baneado (Razón: %1)",
+ "user-banned-reason": "Sorry, this account has been banned (Reason: %1)",
"user-too-new": "Desculpa, agarda %1 second(s) antes de facer a túa primeira publicación.",
"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.",
"ban-expiry-missing": "Por favor, engade unha data de fin do ban",
diff --git a/public/language/gl/global.json b/public/language/gl/global.json
index fdc4db73d3..245508a2b6 100644
--- a/public/language/gl/global.json
+++ b/public/language/gl/global.json
@@ -99,5 +99,8 @@
"allowed-file-types": "Os tipos de arquivos permitidos son: %1",
"unsaved-changes": "Non gardaches tódolos cambios. Queres continuar e saír da páxina?",
"reconnecting-message": "Conexión perdida. Reconectando a %1.",
- "play": "Reproducir"
+ "play": "Reproducir",
+ "cookies.message": "This website uses cookies to ensure you get the best experience on our website.",
+ "cookies.accept": "Got it!",
+ "cookies.learn_more": "Learn More"
}
\ No newline at end of file
diff --git a/public/language/gl/topic.json b/public/language/gl/topic.json
index 5f0036103a..8c1de7740e 100644
--- a/public/language/gl/topic.json
+++ b/public/language/gl/topic.json
@@ -13,6 +13,7 @@
"notify_me": "Serás notificado canto haxa novas respostas neste tema",
"quote": "Citar",
"reply": "Responder",
+ "replies_to_this_post": "Replies: %1",
"reply-as-topic": "Responder como tema",
"guest-login-reply": "Identifícate para responder",
"edit": "Editar",
diff --git a/public/language/he/error.json b/public/language/he/error.json
index 0862e123bb..b883e71aff 100644
--- a/public/language/he/error.json
+++ b/public/language/he/error.json
@@ -29,7 +29,7 @@
"username-too-long": "שם משתמש ארוך מדי",
"password-too-long": "הסיסמה ארוכה מדי",
"user-banned": "המשתמש מושעה",
- "user-banned-reason": "User banned (Reason: %1)",
+ "user-banned-reason": "Sorry, this account has been banned (Reason: %1)",
"user-too-new": "אנא המתן %1 שניות לפני פרסום ההודעה",
"blacklisted-ip": "מצטערים, אך הורחקת מקהילה זו. אם הנך סבור שמדובר בטעות, אנא צור קשר עם מנהלי הקהילה.",
"ban-expiry-missing": "אנא ספק תאריך סיום להרחקה זו.",
diff --git a/public/language/he/global.json b/public/language/he/global.json
index 63e358d1b2..fd5394a4b5 100644
--- a/public/language/he/global.json
+++ b/public/language/he/global.json
@@ -99,5 +99,8 @@
"allowed-file-types": "פורמטי הקבצים המורשים הם %1",
"unsaved-changes": "יש לך שינויים שאינם נשמרו. האם הנך בטוח שברצונך להמשיך?",
"reconnecting-message": "נראה שההתחברות שלך אל %1 אבדה, אנא המתן בזמן שהמערכת מנסה לחבר אותך מחדש",
- "play": "Play"
+ "play": "Play",
+ "cookies.message": "This website uses cookies to ensure you get the best experience on our website.",
+ "cookies.accept": "Got it!",
+ "cookies.learn_more": "Learn More"
}
\ No newline at end of file
diff --git a/public/language/he/topic.json b/public/language/he/topic.json
index 6bed2224f3..3e07544391 100644
--- a/public/language/he/topic.json
+++ b/public/language/he/topic.json
@@ -13,6 +13,7 @@
"notify_me": "קבל התראה כאשר יש תגובות חדשות בנושא זה",
"quote": "ציטוט",
"reply": "תגובה",
+ "replies_to_this_post": "Replies: %1",
"reply-as-topic": "הגב כנושא",
"guest-login-reply": "התחבר כדי לפרסם תגובה",
"edit": "עריכה",
diff --git a/public/language/hu/error.json b/public/language/hu/error.json
index 297fbfbfb2..499fba5713 100644
--- a/public/language/hu/error.json
+++ b/public/language/hu/error.json
@@ -29,7 +29,7 @@
"username-too-long": "Túl hosszú felhasználónév",
"password-too-long": "Password too long",
"user-banned": "Kitiltott felhasználó",
- "user-banned-reason": "User banned (Reason: %1)",
+ "user-banned-reason": "Sorry, this account has been banned (Reason: %1)",
"user-too-new": "Sorry, you are required to wait %1 second(s) before making your first post",
"blacklisted-ip": "Sorry, your IP address has been banned from this community. If you feel this is in error, please contact an administrator.",
"ban-expiry-missing": "Please provide an end date for this ban",
diff --git a/public/language/hu/global.json b/public/language/hu/global.json
index e950455963..b5b3eac53c 100644
--- a/public/language/hu/global.json
+++ b/public/language/hu/global.json
@@ -99,5 +99,8 @@
"allowed-file-types": "Támogatott fájltípusok: %1",
"unsaved-changes": "Mentetlen módosításaid vannak. Biztos el akarsz innen menni?",
"reconnecting-message": "Úgy látszik, a(z) %1 csatlakozásod megszakadt, várj, míg megpróbáljuk helyreállítani.",
- "play": "Play"
+ "play": "Play",
+ "cookies.message": "This website uses cookies to ensure you get the best experience on our website.",
+ "cookies.accept": "Got it!",
+ "cookies.learn_more": "Learn More"
}
\ No newline at end of file
diff --git a/public/language/hu/topic.json b/public/language/hu/topic.json
index 3eafc904f9..ce2aa8b817 100644
--- a/public/language/hu/topic.json
+++ b/public/language/hu/topic.json
@@ -13,6 +13,7 @@
"notify_me": "Értesítést kérek az új hozzászólásokról ebben a topikban",
"quote": "Idéz",
"reply": "Válasz",
+ "replies_to_this_post": "Replies: %1",
"reply-as-topic": "Reply as topic",
"guest-login-reply": "Log in to reply",
"edit": "Szerkeszt",
diff --git a/public/language/id/error.json b/public/language/id/error.json
index f0b4e58189..716db0823d 100644
--- a/public/language/id/error.json
+++ b/public/language/id/error.json
@@ -29,7 +29,7 @@
"username-too-long": "Username terlalu panjang",
"password-too-long": "Password too long",
"user-banned": "Pengguna dibanned",
- "user-banned-reason": "User banned (Reason: %1)",
+ "user-banned-reason": "Sorry, this account has been banned (Reason: %1)",
"user-too-new": "Sorry, you are required to wait %1 second(s) before making your first post",
"blacklisted-ip": "Sorry, your IP address has been banned from this community. If you feel this is in error, please contact an administrator.",
"ban-expiry-missing": "Please provide an end date for this ban",
diff --git a/public/language/id/global.json b/public/language/id/global.json
index dc5f50f990..f7aebfc6ce 100644
--- a/public/language/id/global.json
+++ b/public/language/id/global.json
@@ -99,5 +99,8 @@
"allowed-file-types": "Allowed file types are %1",
"unsaved-changes": "You have unsaved changes. Are you sure you wish to navigate away?",
"reconnecting-message": "Looks like your connection to %1 was lost, please wait while we try to reconnect.",
- "play": "Play"
+ "play": "Play",
+ "cookies.message": "This website uses cookies to ensure you get the best experience on our website.",
+ "cookies.accept": "Got it!",
+ "cookies.learn_more": "Learn More"
}
\ No newline at end of file
diff --git a/public/language/id/topic.json b/public/language/id/topic.json
index 925a7c416d..d12a3c81d5 100644
--- a/public/language/id/topic.json
+++ b/public/language/id/topic.json
@@ -13,6 +13,7 @@
"notify_me": "Beritahukan balasan baru untuk topik ini",
"quote": "Kutip",
"reply": "Balas",
+ "replies_to_this_post": "Replies: %1",
"reply-as-topic": "Reply as topic",
"guest-login-reply": "Log in untuk membalas",
"edit": "Ubah",
diff --git a/public/language/it/error.json b/public/language/it/error.json
index 696f627dab..0aba02e938 100644
--- a/public/language/it/error.json
+++ b/public/language/it/error.json
@@ -29,7 +29,7 @@
"username-too-long": "Nome utente troppo lungo",
"password-too-long": "Password troppo lunga",
"user-banned": "Utente bannato",
- "user-banned-reason": "Utente bannato (Motivo: %1)",
+ "user-banned-reason": "Sorry, this account has been banned (Reason: %1)",
"user-too-new": "Devi attendere %1 secondi prima di creare il tuo primo post",
"blacklisted-ip": "Purtroppo il tuo indirizzo IP è stato bannato da questa community. Se credi che ci sia stato un errore contatta un amministratore.",
"ban-expiry-missing": "Per favore fornisci una data finale per questo ban",
diff --git a/public/language/it/global.json b/public/language/it/global.json
index c58ea63a46..8a03509e4a 100644
--- a/public/language/it/global.json
+++ b/public/language/it/global.json
@@ -99,5 +99,8 @@
"allowed-file-types": "Le estensioni permesse dei file sono %1",
"unsaved-changes": "Hai delle modifiche non salvate. Sei sicuro che vuoi lasciare la pagina?",
"reconnecting-message": "Sembra che la tua connessione a %1 sia stata persa, per favore attenti mentre proviamo a riconnetterti.",
- "play": "Play"
+ "play": "Play",
+ "cookies.message": "This website uses cookies to ensure you get the best experience on our website.",
+ "cookies.accept": "Got it!",
+ "cookies.learn_more": "Learn More"
}
\ No newline at end of file
diff --git a/public/language/it/topic.json b/public/language/it/topic.json
index 9ef8c0a962..e4bf575edf 100644
--- a/public/language/it/topic.json
+++ b/public/language/it/topic.json
@@ -13,6 +13,7 @@
"notify_me": "Ricevi notifiche di nuove risposte in questa discussione",
"quote": "Cita",
"reply": "Rispondi",
+ "replies_to_this_post": "Replies: %1",
"reply-as-topic": "Topic risposta",
"guest-login-reply": "Effettua il Log in per rispondere",
"edit": "Modifica",
diff --git a/public/language/ja/category.json b/public/language/ja/category.json
index 605ff7a2e1..832d90f6eb 100644
--- a/public/language/ja/category.json
+++ b/public/language/ja/category.json
@@ -1,9 +1,9 @@
{
- "category": "カテゴリ",
- "subcategories": "サブカテゴリ",
+ "category": "カテゴリー",
+ "subcategories": "サブカテゴリー",
"new_topic_button": "新規トピック",
"guest-login-post": "投稿するにはログインしてください",
- "no_topics": "まだトピックはありません.
一番目のトピックを書いてみませんか?",
+ "no_topics": "まだトピックはありません
最初のトピックを書いてみませんか?",
"browsing": "閲覧中",
"no_replies": "返事はまだありません",
"no_new_posts": "新しい投稿はありません",
@@ -14,7 +14,7 @@
"ignoring": "無視しています",
"watching.description": "未読トピックを表示",
"ignoring.description": "未読トピックを表示しない",
- "watch.message": "あなたは現在、このカテゴリと全てのサブカテゴリで行われる更新をウォッチ中です。",
+ "watch.message": "あなたは現在、このカテゴリと全てのサブカテゴリで行われる更新をウォッチしています。",
"ignore.message": "あなたは現在、このカテゴリと全てのサブカテゴリで行われる更新を無視しています。",
"watched-categories": "ウォッチ中のカテゴリ"
}
\ No newline at end of file
diff --git a/public/language/ja/email.json b/public/language/ja/email.json
index 58f93b6e91..d94f3b3f6d 100644
--- a/public/language/ja/email.json
+++ b/public/language/ja/email.json
@@ -4,7 +4,7 @@
"invite": "%1からの招待です",
"greeting_no_name": "こんにちは",
"greeting_with_name": "%1さん、こんにちは",
- "welcome.text1": "%1に登録していただきありがとうございます!",
+ "welcome.text1": "%1に登録していただき、ありがとうございます!",
"welcome.text2": "あなたのアカウントを完全に有効化するには、アドレスが正しいことを確認する必要があります。",
"welcome.text3": "管理者があなたの登録申請を承認しました。これから、自分のユーザ名とパスワードでログインできます。",
"welcome.cta": "ここをクリックしてメールアドレスの確認を行ってください",
diff --git a/public/language/ja/error.json b/public/language/ja/error.json
index b8a02502b7..2c017efb8d 100644
--- a/public/language/ja/error.json
+++ b/public/language/ja/error.json
@@ -29,7 +29,7 @@
"username-too-long": "ユーザー名が長すぎます",
"password-too-long": "パスワードが長すぎます",
"user-banned": "ユーザーは停止されています",
- "user-banned-reason": "ユーザーは停止されています(理由: %1)",
+ "user-banned-reason": "申し訳ありませんが、このアカウントは停止されています。 (理由: %1)",
"user-too-new": "申し訳ありません。登録後に投稿を行うには%1秒お待ち下さい。",
"blacklisted-ip": "申し訳ありませんがあなたのIPアドレスは当コミュニティで停止されています。もし誤ったエラーだと思われる場合は管理者にお問い合わせください。",
"ban-expiry-missing": "この停止の終了日を入力してください。",
diff --git a/public/language/ja/global.json b/public/language/ja/global.json
index af92858eae..d4d4a7ec52 100644
--- a/public/language/ja/global.json
+++ b/public/language/ja/global.json
@@ -54,9 +54,9 @@
"posts": "投稿",
"best": "ベスト",
"upvoters": "高評価したユーザー",
- "upvoted": "投票増加",
+ "upvoted": "高評価",
"downvoters": "低評価したユーザー",
- "downvoted": "投票減少",
+ "downvoted": "低評価",
"views": "閲覧数",
"reputation": "評価",
"read_more": "続きを読む",
@@ -99,5 +99,8 @@
"allowed-file-types": "有効ファイルタイプは %1",
"unsaved-changes": "変更はまだ保存されていません。本当にこのページから離れますか?",
"reconnecting-message": "%1への接続が失われたと思われます。再接続されるまでしばらくお待ちください。",
- "play": "再生"
+ "play": "再生",
+ "cookies.message": "このWEBサイトは、心地良くご使用頂くためにクッキーを使用しています。",
+ "cookies.accept": "了解!",
+ "cookies.learn_more": "もっと詳しく"
}
\ No newline at end of file
diff --git a/public/language/ja/topic.json b/public/language/ja/topic.json
index 491241c698..bcfe5fa3fe 100644
--- a/public/language/ja/topic.json
+++ b/public/language/ja/topic.json
@@ -13,6 +13,7 @@
"notify_me": "このトピックに新しく投稿された時に通知する",
"quote": "引用",
"reply": "返信",
+ "replies_to_this_post": "返信: %1",
"reply-as-topic": "トピックとして返信する",
"guest-login-reply": "投稿するのにログインして下さい",
"edit": "編集",
@@ -124,7 +125,7 @@
"sort_by": "並び替え",
"oldest_to_newest": "新しい順に",
"newest_to_oldest": "古い順に",
- "most_votes": "最高票",
+ "most_votes": "最高評価",
"most_posts": "最高投稿",
"stale.title": "新しいトピックを作りますか?",
"stale.warning": "あなたが返信しようとしてるトピックが古いトピックです。新しいトピックを作って、そしてこのトピックが参考として入れた方を勧めます。そうしますか?",
diff --git a/public/language/ja/user.json b/public/language/ja/user.json
index 1348e7a52d..14081a8b2b 100644
--- a/public/language/ja/user.json
+++ b/public/language/ja/user.json
@@ -80,12 +80,12 @@
"has_no_posts": "このユーザーはまだ一つも投稿していません",
"has_no_topics": "このユーザーはまだ一つもトピックを作っていません",
"has_no_watched_topics": "このユーザーはまだ一つもトピックをウオッチしていません",
- "has_no_upvoted_posts": "このユーザーはまだ一つも投稿に増加票をいれていません",
- "has_no_downvoted_posts": "このユーザーはまだ一つも投稿に減少票をいれていません",
- "has_no_voted_posts": "このユーザーは投稿に投票をいれていません",
+ "has_no_upvoted_posts": "このユーザーはまだ一つも投稿に高評価を付けていません。",
+ "has_no_downvoted_posts": "このユーザーはまだ一つも投稿に低評価を付けていません。",
+ "has_no_voted_posts": "このユーザーは投稿を評価していません。",
"email_hidden": "メールアドレスを非表示",
"hidden": "非表示",
- "paginate_description": "トピックと投稿を無限スクロールよりページ別に示します",
+ "paginate_description": "無限スクロールの代わりに、投稿やトピックをページ別で切り替える。",
"topics_per_page": "ページごとのスレッド数",
"posts_per_page": "ページごとの投稿数",
"notification_sounds": "通知の時に音を鳴らします",
@@ -106,11 +106,11 @@
"grouptitle": "グループ題名",
"no-group-title": "グループ名がありません",
"select-skin": "スキンを選んで下さい",
- "select-homepage": "ホームページを選んで下さい",
+ "select-homepage": "ホームページの設定",
"homepage": "ホームページ",
- "homepage_description": "フォルムホームページにするページを選んで下さい又は既定ホームページを使用する場合’None’を選んで下さい。",
+ "homepage_description": "フォーラムのホームに指定するページを選んで下さい。デフォルトのホームページを使用する場合は’None’を選んで下さい。",
"custom_route": "カスタムホームページルート",
- "custom_route_help": "ここにルート名を入れます。手前にスラッシュを入れないこと(例:\"recent\"、\"popular\"など)",
+ "custom_route_help": "ここにルート名を入れます。手前にスラッシュを入れないようにして下さい。(例:\"recent\"、\"popular\"など)",
"sso.title": "シングルサインオンサービス",
"sso.associated": "関連付けられています",
"sso.not-associated": "ここを押して、関連付けられています",
diff --git a/public/language/ko/error.json b/public/language/ko/error.json
index 8f0e3fa492..72110085cc 100644
--- a/public/language/ko/error.json
+++ b/public/language/ko/error.json
@@ -29,7 +29,7 @@
"username-too-long": "사용자 이름이 너무 깁니다.",
"password-too-long": "패스워드가 너무 깁니다.",
"user-banned": "차단된 사용자입니다.",
- "user-banned-reason": "User banned (Reason: %1)",
+ "user-banned-reason": "Sorry, this account has been banned (Reason: %1)",
"user-too-new": "죄송합니다, 첫 번째 게시물은 %1 초 후에 작성할 수 있습니다.",
"blacklisted-ip": "죄송하지만, 당신의 IP는 이 커뮤니티로부터 차단되었습니다. 만약 에러라는 생각이 드신다면 관리자에게 연락해주세요.",
"ban-expiry-missing": "Please provide an end date for this ban",
diff --git a/public/language/ko/global.json b/public/language/ko/global.json
index 4e4f240f47..cb7cea554c 100644
--- a/public/language/ko/global.json
+++ b/public/language/ko/global.json
@@ -99,5 +99,8 @@
"allowed-file-types": "사용가능한 파일 유형: %1",
"unsaved-changes": "You have unsaved changes. Are you sure you wish to navigate away?",
"reconnecting-message": "Looks like your connection to %1 was lost, please wait while we try to reconnect.",
- "play": "Play"
+ "play": "Play",
+ "cookies.message": "This website uses cookies to ensure you get the best experience on our website.",
+ "cookies.accept": "Got it!",
+ "cookies.learn_more": "Learn More"
}
\ No newline at end of file
diff --git a/public/language/ko/topic.json b/public/language/ko/topic.json
index bdc1f05013..ab12f8bb11 100644
--- a/public/language/ko/topic.json
+++ b/public/language/ko/topic.json
@@ -13,6 +13,7 @@
"notify_me": "이 주제의 새 답글 알리기",
"quote": "인용",
"reply": "답글",
+ "replies_to_this_post": "Replies: %1",
"reply-as-topic": "주제로 답글",
"guest-login-reply": "답변을 위해 로그인하기",
"edit": "수정",
diff --git a/public/language/lt/error.json b/public/language/lt/error.json
index 2df16b9fdf..fb9718f86e 100644
--- a/public/language/lt/error.json
+++ b/public/language/lt/error.json
@@ -29,7 +29,7 @@
"username-too-long": "Vartotojo vardas per ilgas",
"password-too-long": "Password too long",
"user-banned": "Vartotojas užblokuotas",
- "user-banned-reason": "User banned (Reason: %1)",
+ "user-banned-reason": "Sorry, this account has been banned (Reason: %1)",
"user-too-new": "Atsiprašome, jūs įpareigoti palaukti %1 sekunde(s) prieš rašant pirmą pranešimą",
"blacklisted-ip": "Sorry, your IP address has been banned from this community. If you feel this is in error, please contact an administrator.",
"ban-expiry-missing": "Please provide an end date for this ban",
diff --git a/public/language/lt/global.json b/public/language/lt/global.json
index 02fde0a16e..b436ae2594 100644
--- a/public/language/lt/global.json
+++ b/public/language/lt/global.json
@@ -99,5 +99,8 @@
"allowed-file-types": "Allowed file types are %1",
"unsaved-changes": "You have unsaved changes. Are you sure you wish to navigate away?",
"reconnecting-message": "Looks like your connection to %1 was lost, please wait while we try to reconnect.",
- "play": "Play"
+ "play": "Play",
+ "cookies.message": "This website uses cookies to ensure you get the best experience on our website.",
+ "cookies.accept": "Got it!",
+ "cookies.learn_more": "Learn More"
}
\ No newline at end of file
diff --git a/public/language/lt/topic.json b/public/language/lt/topic.json
index 759f007b39..6cb1219347 100644
--- a/public/language/lt/topic.json
+++ b/public/language/lt/topic.json
@@ -13,6 +13,7 @@
"notify_me": "Gauti pranešimus apie naujus atsakymus šioje temoje",
"quote": "Cituoti",
"reply": "Atsakyti",
+ "replies_to_this_post": "Replies: %1",
"reply-as-topic": "Reply as topic",
"guest-login-reply": "Norėdami atsakyti, prisijunkite",
"edit": "Redaguoti",
diff --git a/public/language/ms/error.json b/public/language/ms/error.json
index 18d87f7ec2..25582f7d3e 100644
--- a/public/language/ms/error.json
+++ b/public/language/ms/error.json
@@ -29,7 +29,7 @@
"username-too-long": "Nama pengunna terlalu panjang",
"password-too-long": "Kata laluan terlalu panjang",
"user-banned": "Pengguna diharamkan",
- "user-banned-reason": "User banned (Reason: %1)",
+ "user-banned-reason": "Sorry, this account has been banned (Reason: %1)",
"user-too-new": "Maaf, anda dikehendaki menunggu %1 saat() sebelum membuat kiriman pertama anda",
"blacklisted-ip": "Sorry, your IP address has been banned from this community. If you feel this is in error, please contact an administrator.",
"ban-expiry-missing": "Please provide an end date for this ban",
diff --git a/public/language/ms/global.json b/public/language/ms/global.json
index 7728670152..0a23b5bb19 100644
--- a/public/language/ms/global.json
+++ b/public/language/ms/global.json
@@ -99,5 +99,8 @@
"allowed-file-types": "Allowed file types are %1",
"unsaved-changes": "You have unsaved changes. Are you sure you wish to navigate away?",
"reconnecting-message": "Looks like your connection to %1 was lost, please wait while we try to reconnect.",
- "play": "Play"
+ "play": "Play",
+ "cookies.message": "This website uses cookies to ensure you get the best experience on our website.",
+ "cookies.accept": "Got it!",
+ "cookies.learn_more": "Learn More"
}
\ No newline at end of file
diff --git a/public/language/ms/topic.json b/public/language/ms/topic.json
index 1fd808f4c2..2e932a66bd 100644
--- a/public/language/ms/topic.json
+++ b/public/language/ms/topic.json
@@ -13,6 +13,7 @@
"notify_me": "Kekal dimaklumkan berkenaan respon dalam topik ini",
"quote": "Petikan",
"reply": "Balas",
+ "replies_to_this_post": "Replies: %1",
"reply-as-topic": "Reply as topic",
"guest-login-reply": "Log masuk untuk balas",
"edit": "Sunting",
diff --git a/public/language/nb/error.json b/public/language/nb/error.json
index 072cff8b08..5e25fa5557 100644
--- a/public/language/nb/error.json
+++ b/public/language/nb/error.json
@@ -29,7 +29,7 @@
"username-too-long": "Brukernavnet er for langt",
"password-too-long": "Password too long",
"user-banned": "Bruker utestengt",
- "user-banned-reason": "User banned (Reason: %1)",
+ "user-banned-reason": "Sorry, this account has been banned (Reason: %1)",
"user-too-new": "Beklager, du må vente %1 sekund(er) før du oppretter ditt første innlegg",
"blacklisted-ip": "Sorry, your IP address has been banned from this community. If you feel this is in error, please contact an administrator.",
"ban-expiry-missing": "Please provide an end date for this ban",
diff --git a/public/language/nb/global.json b/public/language/nb/global.json
index 7da2df93c7..c580c29137 100644
--- a/public/language/nb/global.json
+++ b/public/language/nb/global.json
@@ -99,5 +99,8 @@
"allowed-file-types": "Allowed file types are %1",
"unsaved-changes": "You have unsaved changes. Are you sure you wish to navigate away?",
"reconnecting-message": "Looks like your connection to %1 was lost, please wait while we try to reconnect.",
- "play": "Play"
+ "play": "Play",
+ "cookies.message": "This website uses cookies to ensure you get the best experience on our website.",
+ "cookies.accept": "Got it!",
+ "cookies.learn_more": "Learn More"
}
\ No newline at end of file
diff --git a/public/language/nb/topic.json b/public/language/nb/topic.json
index 3e6b69f49d..6ec1db0f41 100644
--- a/public/language/nb/topic.json
+++ b/public/language/nb/topic.json
@@ -13,6 +13,7 @@
"notify_me": "Bli varslet om nye svar i dette emnet",
"quote": "Siter",
"reply": "Svar",
+ "replies_to_this_post": "Replies: %1",
"reply-as-topic": "Reply as topic",
"guest-login-reply": "Logg inn for å besvare",
"edit": "Endre",
diff --git a/public/language/nl/error.json b/public/language/nl/error.json
index e3179678a1..4172257db5 100644
--- a/public/language/nl/error.json
+++ b/public/language/nl/error.json
@@ -29,7 +29,7 @@
"username-too-long": "Gebruikersnaam is te lang",
"password-too-long": "Wachtwoord is te lang",
"user-banned": "Gebruiker verbannen",
- "user-banned-reason": "Gebruiker verbannen (Reden: 1%)",
+ "user-banned-reason": "Sorry, this account has been banned (Reason: %1)",
"user-too-new": "Helaas, het is een vereiste om %1 seconde(n) te wachten voordat het eerste bericht geplaatst kan worden.",
"blacklisted-ip": "Sorry, uw IP-adres is verbannen uit deze community. Als u meent dat dit onterecht is, neem dan contact op met een beheerder.",
"ban-expiry-missing": "Geef een einddatum op voor deze ban.",
diff --git a/public/language/nl/global.json b/public/language/nl/global.json
index 530e529309..cdf5fcdb61 100644
--- a/public/language/nl/global.json
+++ b/public/language/nl/global.json
@@ -99,5 +99,8 @@
"allowed-file-types": "Toegestane bestandstypen zijn %1",
"unsaved-changes": "Je hebt niet opgeslagen wijzigingen aangebracht. Weet je zeker dat je de pagina wilt verlaten?",
"reconnecting-message": "Het lijkt erop dat je verbinding naar %1 verloren is gegaan, wacht even terwijl we de verbinding proberen te herstellen.",
- "play": "Afspelen"
+ "play": "Afspelen",
+ "cookies.message": "This website uses cookies to ensure you get the best experience on our website.",
+ "cookies.accept": "Got it!",
+ "cookies.learn_more": "Learn More"
}
\ No newline at end of file
diff --git a/public/language/nl/topic.json b/public/language/nl/topic.json
index 5fc8c7c37c..d6b32fcdeb 100644
--- a/public/language/nl/topic.json
+++ b/public/language/nl/topic.json
@@ -13,6 +13,7 @@
"notify_me": "Krijg een melding wanneer nieuwe reacties volgen",
"quote": "Citeren",
"reply": "Reageren",
+ "replies_to_this_post": "Replies: %1",
"reply-as-topic": "Reageren als onderwerp",
"guest-login-reply": "Aanmelden om te reageren",
"edit": "Aanpassen",
diff --git a/public/language/pl/error.json b/public/language/pl/error.json
index 3cc1589433..7ffa014cb7 100644
--- a/public/language/pl/error.json
+++ b/public/language/pl/error.json
@@ -29,7 +29,7 @@
"username-too-long": "Zbyt długa nazwa użytkownika",
"password-too-long": "Hasło jest za długie",
"user-banned": "Użytkownik zbanowany",
- "user-banned-reason": "Użytkownik zbanowany (powód: %1)",
+ "user-banned-reason": "Sorry, this account has been banned (Reason: %1)",
"user-too-new": "Przepraszamy, musisz odczekać %1 sekund(y) przed utworzeniem pierwszego posta",
"blacklisted-ip": "Twój adres IP został zablokowany na tej społeczności. Jeśli uważasz to za błąd, zgłoś to administratorowi",
"ban-expiry-missing": "Wprowadź datę końca blokady",
diff --git a/public/language/pl/global.json b/public/language/pl/global.json
index 348cd50213..4de243875e 100644
--- a/public/language/pl/global.json
+++ b/public/language/pl/global.json
@@ -99,5 +99,8 @@
"allowed-file-types": "Dozwolone typy plików %1",
"unsaved-changes": "Posiadasz niezapisane zmiany. Jesteś pewien, że chcesz opuścić stronę?",
"reconnecting-message": "Wygląda na to, że Twoje połączenie z %1 zostało przerwane. Proszę czekać gdy staramy się je odnowić.",
- "play": "Odtwórz"
+ "play": "Odtwórz",
+ "cookies.message": "This website uses cookies to ensure you get the best experience on our website.",
+ "cookies.accept": "Got it!",
+ "cookies.learn_more": "Learn More"
}
\ No newline at end of file
diff --git a/public/language/pl/topic.json b/public/language/pl/topic.json
index f6ad2ac709..4dbaec8ba0 100644
--- a/public/language/pl/topic.json
+++ b/public/language/pl/topic.json
@@ -13,6 +13,7 @@
"notify_me": "Powiadamiaj mnie o nowych odpowiedziach w tym temacie",
"quote": "Cytuj",
"reply": "Odpowiedz",
+ "replies_to_this_post": "Replies: %1",
"reply-as-topic": "Odpowiedz na temat",
"guest-login-reply": "Zaloguj się, aby odpowiedzieć.",
"edit": "Edytuj",
diff --git a/public/language/pt_BR/error.json b/public/language/pt_BR/error.json
index 9dbafda2c4..14e3448ae3 100644
--- a/public/language/pt_BR/error.json
+++ b/public/language/pt_BR/error.json
@@ -29,7 +29,7 @@
"username-too-long": "Nome de usuário muito longo",
"password-too-long": "A senha é muito grande",
"user-banned": "Usuário banido",
- "user-banned-reason": "Usuário banido (Motivo: %1)",
+ "user-banned-reason": "Desculpa, esta conta foi banida (Motivo: %1)",
"user-too-new": "Desculpe, é necessário que você aguarde %1 segundo(s) antes de fazer o seu primeiro post.",
"blacklisted-ip": "Desculpe, o seu endereço IP foi banido desta comunidade. Se você acha que isso é um engano, por favor contate um administrador.",
"ban-expiry-missing": "Por favor forneça uma data para o fim deste banimento",
diff --git a/public/language/pt_BR/global.json b/public/language/pt_BR/global.json
index 30cecb7c77..e1fd472ddf 100644
--- a/public/language/pt_BR/global.json
+++ b/public/language/pt_BR/global.json
@@ -99,5 +99,8 @@
"allowed-file-types": "Os tipos de arquivo permitidos são %1",
"unsaved-changes": "Você tem alterações não salvas. Tem certeza que você deseja sair da página?",
"reconnecting-message": "Parece que sua conexão com %1 caiu, por favor aguarde enquanto tentamos reconectar.",
- "play": "Executar"
+ "play": "Executar",
+ "cookies.message": "Este website utiliza cookies para assegrar que você tenha a melhor experiência em nosso site.",
+ "cookies.accept": "Entendi!",
+ "cookies.learn_more": "Saber Mais"
}
\ No newline at end of file
diff --git a/public/language/pt_BR/topic.json b/public/language/pt_BR/topic.json
index b4dcbbd3b5..9de239c006 100644
--- a/public/language/pt_BR/topic.json
+++ b/public/language/pt_BR/topic.json
@@ -13,6 +13,7 @@
"notify_me": "Seja notificado de novas respostas nesse tópico",
"quote": "Citar",
"reply": "Responder",
+ "replies_to_this_post": "Respostas: %1",
"reply-as-topic": "Responder como tópico",
"guest-login-reply": "Entre para responder",
"edit": "Editar",
diff --git a/public/language/ro/error.json b/public/language/ro/error.json
index 34bc5bb55e..71c3b5cc7e 100644
--- a/public/language/ro/error.json
+++ b/public/language/ro/error.json
@@ -29,7 +29,7 @@
"username-too-long": "Numele de utilizator este prea lung",
"password-too-long": "Parola prea lunga.",
"user-banned": "Utilizator banat",
- "user-banned-reason": "User banned (Reason: %1)",
+ "user-banned-reason": "Sorry, this account has been banned (Reason: %1)",
"user-too-new": "Imi pare rau dar trebuie sa astepti %1 secunda(e) pentru a posta prima oara.",
"blacklisted-ip": "Sorry, your IP address has been banned from this community. If you feel this is in error, please contact an administrator.",
"ban-expiry-missing": "Please provide an end date for this ban",
diff --git a/public/language/ro/global.json b/public/language/ro/global.json
index 476bcfc29a..a213dfd4a0 100644
--- a/public/language/ro/global.json
+++ b/public/language/ro/global.json
@@ -99,5 +99,8 @@
"allowed-file-types": "Tipuri de fișiere permise sunt %1",
"unsaved-changes": "You have unsaved changes. Are you sure you wish to navigate away?",
"reconnecting-message": "Looks like your connection to %1 was lost, please wait while we try to reconnect.",
- "play": "Play"
+ "play": "Play",
+ "cookies.message": "This website uses cookies to ensure you get the best experience on our website.",
+ "cookies.accept": "Got it!",
+ "cookies.learn_more": "Learn More"
}
\ No newline at end of file
diff --git a/public/language/ro/topic.json b/public/language/ro/topic.json
index 85f9d6ca5b..fbeb287222 100644
--- a/public/language/ro/topic.json
+++ b/public/language/ro/topic.json
@@ -13,6 +13,7 @@
"notify_me": "Notică-mă de noi răspunsuri în acest subiect",
"quote": "Citează",
"reply": "Răspunde",
+ "replies_to_this_post": "Replies: %1",
"reply-as-topic": "Răspunde ca subiect",
"guest-login-reply": "Login pentru a răspunde",
"edit": "Editează",
diff --git a/public/language/ru/error.json b/public/language/ru/error.json
index 051338b9bf..c87d49da8d 100644
--- a/public/language/ru/error.json
+++ b/public/language/ru/error.json
@@ -29,7 +29,7 @@
"username-too-long": "Имя пользователя слишком длинное",
"password-too-long": "Пароль слишком длинный",
"user-banned": "Участник заблокирован",
- "user-banned-reason": "Участник заблокирован (Причина: %1)",
+ "user-banned-reason": "Sorry, this account has been banned (Reason: %1)",
"user-too-new": "Вы можете написать своё первое сообщение через %1 сек.",
"blacklisted-ip": "Извините, ваш IP адрес был забанен этим сообществом. Если вы считаете, что это ошибка, пожалуйста, свяжитесь с администратором.",
"ban-expiry-missing": "Пожалуйста, укажите дату окончания этой блокировки",
diff --git a/public/language/ru/global.json b/public/language/ru/global.json
index d4d1ed9b0b..3564ddfeca 100644
--- a/public/language/ru/global.json
+++ b/public/language/ru/global.json
@@ -99,5 +99,8 @@
"allowed-file-types": "Разрешённые форматы файлов %1",
"unsaved-changes": "У вас есть несохранённые изменения. Вы уверены, что хотите уйти?",
"reconnecting-message": "Похоже, подключение к %1 было разорвано, подождите, пока мы пытаемся восстановить соединение.",
- "play": "Воспроизвести"
+ "play": "Воспроизвести",
+ "cookies.message": "This website uses cookies to ensure you get the best experience on our website.",
+ "cookies.accept": "Got it!",
+ "cookies.learn_more": "Learn More"
}
\ No newline at end of file
diff --git a/public/language/ru/topic.json b/public/language/ru/topic.json
index 2ac8a0a136..fd6f1a146a 100644
--- a/public/language/ru/topic.json
+++ b/public/language/ru/topic.json
@@ -13,6 +13,7 @@
"notify_me": "Подписаться на новые ответы",
"quote": "Цитировать",
"reply": "Ответить",
+ "replies_to_this_post": "Ответов: %1",
"reply-as-topic": "Ответить, создав новую тему",
"guest-login-reply": "Необходимо авторизоваться на сайте, чтобы оставить сообщение. Пожалуйста, зарегистрируйтесь или войдите на сайт.",
"edit": "Редактировать",
diff --git a/public/language/rw/error.json b/public/language/rw/error.json
index d08349ac79..f367b35002 100644
--- a/public/language/rw/error.json
+++ b/public/language/rw/error.json
@@ -29,7 +29,7 @@
"username-too-long": "Izina ni rirerire cyane",
"password-too-long": "Password too long",
"user-banned": "Umuntu wirukanwe",
- "user-banned-reason": "User banned (Reason: %1)",
+ "user-banned-reason": "Sorry, this account has been banned (Reason: %1)",
"user-too-new": "Wihangena kuko usabwa gutegereza amasegonda (isegonda) %1 mbere yo gushyiraho ikintu cyawe cya mbere",
"blacklisted-ip": "Sorry, your IP address has been banned from this community. If you feel this is in error, please contact an administrator.",
"ban-expiry-missing": "Please provide an end date for this ban",
diff --git a/public/language/rw/global.json b/public/language/rw/global.json
index d6684da6b7..a38f65a9d5 100644
--- a/public/language/rw/global.json
+++ b/public/language/rw/global.json
@@ -99,5 +99,8 @@
"allowed-file-types": "Ubwoko bw'amafayilo bwemewe ni %1",
"unsaved-changes": "You have unsaved changes. Are you sure you wish to navigate away?",
"reconnecting-message": "Looks like your connection to %1 was lost, please wait while we try to reconnect.",
- "play": "Play"
+ "play": "Play",
+ "cookies.message": "This website uses cookies to ensure you get the best experience on our website.",
+ "cookies.accept": "Got it!",
+ "cookies.learn_more": "Learn More"
}
\ No newline at end of file
diff --git a/public/language/rw/topic.json b/public/language/rw/topic.json
index cc19e0b9a5..fec915e355 100644
--- a/public/language/rw/topic.json
+++ b/public/language/rw/topic.json
@@ -13,6 +13,7 @@
"notify_me": "Uzajye umenyeshwa ibisubizo bishya kuri iki kiganiro",
"quote": "Terura",
"reply": "Subiza",
+ "replies_to_this_post": "Replies: %1",
"reply-as-topic": "Bishyireho nk'ikiganiro",
"guest-login-reply": "Injiramo maze usubize",
"edit": "Hinduraho",
diff --git a/public/language/sc/error.json b/public/language/sc/error.json
index 01b85a5c5d..3149dadc15 100644
--- a/public/language/sc/error.json
+++ b/public/language/sc/error.json
@@ -29,7 +29,7 @@
"username-too-long": "Username too long",
"password-too-long": "Password too long",
"user-banned": "User banned",
- "user-banned-reason": "User banned (Reason: %1)",
+ "user-banned-reason": "Sorry, this account has been banned (Reason: %1)",
"user-too-new": "Sorry, you are required to wait %1 second(s) before making your first post",
"blacklisted-ip": "Sorry, your IP address has been banned from this community. If you feel this is in error, please contact an administrator.",
"ban-expiry-missing": "Please provide an end date for this ban",
diff --git a/public/language/sc/global.json b/public/language/sc/global.json
index 7b94654767..026541103d 100644
--- a/public/language/sc/global.json
+++ b/public/language/sc/global.json
@@ -99,5 +99,8 @@
"allowed-file-types": "Allowed file types are %1",
"unsaved-changes": "You have unsaved changes. Are you sure you wish to navigate away?",
"reconnecting-message": "Looks like your connection to %1 was lost, please wait while we try to reconnect.",
- "play": "Play"
+ "play": "Play",
+ "cookies.message": "This website uses cookies to ensure you get the best experience on our website.",
+ "cookies.accept": "Got it!",
+ "cookies.learn_more": "Learn More"
}
\ No newline at end of file
diff --git a/public/language/sc/topic.json b/public/language/sc/topic.json
index 5b6a16d28e..07050c2c1c 100644
--- a/public/language/sc/topic.json
+++ b/public/language/sc/topic.json
@@ -13,6 +13,7 @@
"notify_me": "Imbia·mi notìficas pro is rispostas noas a custa arresonada",
"quote": "Mèntova",
"reply": "Risponde",
+ "replies_to_this_post": "Replies: %1",
"reply-as-topic": "Reply as topic",
"guest-login-reply": "Log in to reply",
"edit": "Acontza",
diff --git a/public/language/sk/error.json b/public/language/sk/error.json
index e614d6af64..5941a0f3b1 100644
--- a/public/language/sk/error.json
+++ b/public/language/sk/error.json
@@ -29,7 +29,7 @@
"username-too-long": "Užívateľské meno je príliš dlhé",
"password-too-long": "Heslo je príliš dlhé",
"user-banned": "Užívateľ je zablokovaný",
- "user-banned-reason": "Užívateľ je zablokovaný (Dôvod: %1)",
+ "user-banned-reason": "Prepáčte, tento účet bol zablokovaný (Dôvod: %1)",
"user-too-new": "Prepáčte, musíte počkať %1 sekúnd(y) predtým, ako vytvoríte svoj prvý príspevok",
"blacklisted-ip": "Prepáčte, ale vaša IP adresa bola na tejto komunite zablokovaná. Ak sa cítite poškodený, prosím kontaktujte správcu.",
"ban-expiry-missing": "Prosím uveďte dátum ukončenia tohto zablokovania",
@@ -74,7 +74,7 @@
"guest-upload-disabled": "Nahrávanie pre hostí bolo zablokované",
"already-bookmarked": "Tento príspevok máte už medzi záložkami",
"already-unbookmarked": "Tento príspevok už nemáte medzi záložkami",
- "cant-ban-other-admins": "Nemôžte zakázať iných správcov.",
+ "cant-ban-other-admins": "Nemôžte zablokovať iných správcov.",
"cant-remove-last-admin": "Momentálne ste jediný správca. Najskôr pridajte ďalšieho užívateľa za správcu predtým, ako zrušíte svoje výsady správcu",
"cant-delete-admin": "Odobrať oprávnenie správcu z tohto účtu pred pokusom ho odstrániť.",
"invalid-image-type": "Neplatný typ obrázku. Povolené typy sú: %1",
diff --git a/public/language/sk/global.json b/public/language/sk/global.json
index dfbb0c2ed4..c27e4f755c 100644
--- a/public/language/sk/global.json
+++ b/public/language/sk/global.json
@@ -99,5 +99,8 @@
"allowed-file-types": "Povolené typy súborov sú %1",
"unsaved-changes": "Máte neuložené zmeny. Ste si istý, že chcete opustiť stránku?",
"reconnecting-message": "Vyzerá to tak, že pripojenie k %1 bolo stratené. Prosím chvíľku počkajte, snažíme sa pripojiť znovu.",
- "play": "Prehrať"
+ "play": "Prehrať",
+ "cookies.message": "Táto webová stránka používa cookies k tomu, aby bolo zaistené, že dostanete najlepší pôžitok s návštevy na našich webových stránkach.",
+ "cookies.accept": "Mám to!",
+ "cookies.learn_more": "Zistit viac"
}
\ No newline at end of file
diff --git a/public/language/sk/topic.json b/public/language/sk/topic.json
index 351039a00a..68531a636c 100644
--- a/public/language/sk/topic.json
+++ b/public/language/sk/topic.json
@@ -13,6 +13,7 @@
"notify_me": "Byť informovaný o nových príspevkov v tejto téme",
"quote": "Citovať",
"reply": "Odpovedať",
+ "replies_to_this_post": "Odpovede: %1",
"reply-as-topic": "Odpovedať ako téma",
"guest-login-reply": "Pre odpoveď sa najprv prihláste",
"edit": "Upraviť",
diff --git a/public/language/sl/error.json b/public/language/sl/error.json
index ab56160261..00452a7de0 100644
--- a/public/language/sl/error.json
+++ b/public/language/sl/error.json
@@ -29,7 +29,7 @@
"username-too-long": "Uporabniško ime je predolgo.",
"password-too-long": "Geslo je predolgo.",
"user-banned": "Uporabnik je izločen.",
- "user-banned-reason": "Uporabnik je izločen (vzrok: %1).",
+ "user-banned-reason": "Sorry, this account has been banned (Reason: %1)",
"user-too-new": " Pred svojo prvo objavo počakajte %1 s.",
"blacklisted-ip": "Vaš IP-naslov je izločen. Povprašajte skrbnika za več informacij.",
"ban-expiry-missing": "Vnesite končni datum za to izločitev.",
diff --git a/public/language/sl/global.json b/public/language/sl/global.json
index 07660627ee..99371c1b80 100644
--- a/public/language/sl/global.json
+++ b/public/language/sl/global.json
@@ -99,5 +99,8 @@
"allowed-file-types": "Dovoljene vrste datotek: %1",
"unsaved-changes": "Nekatere spremembe niso shranjene. A res želite zapustiti stran?",
"reconnecting-message": "Kaže, da je bila povezava s/z %1 prekinjena. Prosimo, počakajte, ponovno poskušamo vzpostaviti povezavo.",
- "play": "Play"
+ "play": "Play",
+ "cookies.message": "This website uses cookies to ensure you get the best experience on our website.",
+ "cookies.accept": "Got it!",
+ "cookies.learn_more": "Learn More"
}
\ No newline at end of file
diff --git a/public/language/sl/topic.json b/public/language/sl/topic.json
index b8c6200031..2714c29b67 100644
--- a/public/language/sl/topic.json
+++ b/public/language/sl/topic.json
@@ -13,6 +13,7 @@
"notify_me": "Bodi obveščen o novih odgovorih na to temo",
"quote": "Citiraj",
"reply": "Odgovori",
+ "replies_to_this_post": "Replies: %1",
"reply-as-topic": "Odgovori s temo",
"guest-login-reply": "Prijavi se za odgovor",
"edit": "Uredi",
diff --git a/public/language/sr/error.json b/public/language/sr/error.json
index 774aba3a15..9ba08a8e32 100644
--- a/public/language/sr/error.json
+++ b/public/language/sr/error.json
@@ -29,7 +29,7 @@
"username-too-long": "Корисничко име је предуго",
"password-too-long": "Шифра је предугачка.",
"user-banned": "Корисник је забрањен",
- "user-banned-reason": "Корисник је забрањен (Разлог: %1)",
+ "user-banned-reason": "Овај налог је забрањен (Разлог: %1)",
"user-too-new": "Жао нам је, морате сачекати %1 секунде/и пре него што објавите прву поруку",
"blacklisted-ip": "Жао нам је, ваша IP је забрањена у овој заједници. Ако мислите да је ово грешка, контактирајте администратора.",
"ban-expiry-missing": "Наведите крајњи датум за ову забрану",
diff --git a/public/language/sr/global.json b/public/language/sr/global.json
index 552007b0c0..4071ddc6e1 100644
--- a/public/language/sr/global.json
+++ b/public/language/sr/global.json
@@ -99,5 +99,8 @@
"allowed-file-types": "Дозвољени типови датотека су %1",
"unsaved-changes": "Имате несачуване промене. Да ли сте сигурни да желите да наставите?",
"reconnecting-message": "Изгледа да је ваша веза ка %1 изгубљена, сачекајте док поново не успоставимо везу.",
- "play": "Репродукуј"
+ "play": "Репродукуј",
+ "cookies.message": "Овај веб сајт користи колачиће да би вам обезбедили најбољи доживљај на нашем сајту.",
+ "cookies.accept": "Схватам!",
+ "cookies.learn_more": "Сазнајте више"
}
\ No newline at end of file
diff --git a/public/language/sr/topic.json b/public/language/sr/topic.json
index 17ead7f93b..df2c049c17 100644
--- a/public/language/sr/topic.json
+++ b/public/language/sr/topic.json
@@ -13,7 +13,8 @@
"notify_me": "Будите обавештени о новим порукама у овој теми",
"quote": "Цитирај",
"reply": "Одговори",
- "reply-as-topic": "Постави одговори као тему",
+ "replies_to_this_post": "Одговара: %1",
+ "reply-as-topic": "Постави одговор као тему",
"guest-login-reply": "Пријавите се да бисте одговорили",
"edit": "Уреди",
"delete": "Избриши",
diff --git a/public/language/sv/error.json b/public/language/sv/error.json
index 18bb8881a9..f976d6e657 100644
--- a/public/language/sv/error.json
+++ b/public/language/sv/error.json
@@ -29,7 +29,7 @@
"username-too-long": "Användarnamnet är för långt",
"password-too-long": "Lösenordet är för långt",
"user-banned": "Användare bannlyst",
- "user-banned-reason": "Användare bannlyst (Anledning: %1)",
+ "user-banned-reason": "Sorry, this account has been banned (Reason: %1)",
"user-too-new": "När du är ny medlem måste du vänta %1 sekund(er) innan du gör ditt första inlägg",
"blacklisted-ip": "Din IP-adress har blivit bannlyst från det här forumet. Om du tror att det beror på ett misstag, vad god kontakta en administratör. ",
"ban-expiry-missing": "Ange ett slutdatum för denna banning",
diff --git a/public/language/sv/global.json b/public/language/sv/global.json
index fb4d3c47ee..d94b99bdac 100644
--- a/public/language/sv/global.json
+++ b/public/language/sv/global.json
@@ -99,5 +99,8 @@
"allowed-file-types": "Tillåtna filtyper är %1",
"unsaved-changes": "Du har ändringar som inte sparats. Är du säker på att du vill navigera bort?",
"reconnecting-message": "Ser ut som din anslutning till %1 gick förlorad, vänta medan vi försöker att återansluta.",
- "play": "Spela"
+ "play": "Spela",
+ "cookies.message": "This website uses cookies to ensure you get the best experience on our website.",
+ "cookies.accept": "Got it!",
+ "cookies.learn_more": "Learn More"
}
\ No newline at end of file
diff --git a/public/language/sv/topic.json b/public/language/sv/topic.json
index f0ac42cfd6..b1e56a95f9 100644
--- a/public/language/sv/topic.json
+++ b/public/language/sv/topic.json
@@ -13,6 +13,7 @@
"notify_me": "Få notiser om nya svar i detta ämne",
"quote": "Citera",
"reply": "Svara",
+ "replies_to_this_post": "Replies: %1",
"reply-as-topic": "Svara som ämne",
"guest-login-reply": "Logga in för att posta",
"edit": "Ändra",
diff --git a/public/language/th/error.json b/public/language/th/error.json
index af283b27ee..96df4a204c 100644
--- a/public/language/th/error.json
+++ b/public/language/th/error.json
@@ -29,7 +29,7 @@
"username-too-long": "ชื่อบัญชีผู้ใช้ ยาวเกินไป",
"password-too-long": "Password too long",
"user-banned": "User banned",
- "user-banned-reason": "User banned (Reason: %1)",
+ "user-banned-reason": "Sorry, this account has been banned (Reason: %1)",
"user-too-new": "Sorry, you are required to wait %1 second(s) before making your first post",
"blacklisted-ip": "Sorry, your IP address has been banned from this community. If you feel this is in error, please contact an administrator.",
"ban-expiry-missing": "Please provide an end date for this ban",
diff --git a/public/language/th/global.json b/public/language/th/global.json
index d4018dbdaa..447cb07b8a 100644
--- a/public/language/th/global.json
+++ b/public/language/th/global.json
@@ -99,5 +99,8 @@
"allowed-file-types": "Allowed file types are %1",
"unsaved-changes": "You have unsaved changes. Are you sure you wish to navigate away?",
"reconnecting-message": "Looks like your connection to %1 was lost, please wait while we try to reconnect.",
- "play": "Play"
+ "play": "Play",
+ "cookies.message": "This website uses cookies to ensure you get the best experience on our website.",
+ "cookies.accept": "Got it!",
+ "cookies.learn_more": "Learn More"
}
\ No newline at end of file
diff --git a/public/language/th/topic.json b/public/language/th/topic.json
index b4edbefa9b..a1abfb9e2a 100644
--- a/public/language/th/topic.json
+++ b/public/language/th/topic.json
@@ -13,6 +13,7 @@
"notify_me": "แจ้งเตือนเมื่อการตอบใหม่ในกระทู้นี้",
"quote": "คำอ้างอิง",
"reply": "ตอบ",
+ "replies_to_this_post": "Replies: %1",
"reply-as-topic": "Reply as topic",
"guest-login-reply": "เข้าสู่ระบบเพื่อตอบกลับ",
"edit": "แก้ไข",
diff --git a/public/language/tr/error.json b/public/language/tr/error.json
index acdc3542ad..457af00f3e 100644
--- a/public/language/tr/error.json
+++ b/public/language/tr/error.json
@@ -29,7 +29,7 @@
"username-too-long": "Kullanıcı ismi çok uzun.",
"password-too-long": "Parola çok uzun",
"user-banned": "Kullanıcı Yasaklı",
- "user-banned-reason": "Kullanıcı yasaklandı (Sebep: %1)",
+ "user-banned-reason": "Maalesef, bu hesap yasaklandı (Sebep:% 1)",
"user-too-new": "Özür dileriz, ilk iletinizi yapmadan önce %1 saniye beklemeniz gerekiyor",
"blacklisted-ip": "Üzgünüz, IP adresiniz, bu toplulukta yasaklandı. Bunun bir hata olduğunu düşünüyorsanız, bir yönetici ile irtibata geçiniz.",
"ban-expiry-missing": "Bu yasak için bir bitiş tarihi girin",
diff --git a/public/language/tr/global.json b/public/language/tr/global.json
index 1a848c0b3f..caa1f1b764 100644
--- a/public/language/tr/global.json
+++ b/public/language/tr/global.json
@@ -99,5 +99,8 @@
"allowed-file-types": "İzin verilen dosya tipleri %1",
"unsaved-changes": "Kaydedilmemiş değişiklikler var. Çıkmak istediğinize emin misiniz?",
"reconnecting-message": "%1 ile bağlantınız koptu, yeniden bağlanmak için lütfen bekleyiniz.",
- "play": "Oynat"
+ "play": "Oynat",
+ "cookies.message": "Bu web sitesi en iyi deneyimi elde etmeniz amacıyla çerezlerden yararlanır.",
+ "cookies.accept": "Anladım!",
+ "cookies.learn_more": "Daha Fazla"
}
\ No newline at end of file
diff --git a/public/language/tr/topic.json b/public/language/tr/topic.json
index ac10151933..0fc68c3382 100644
--- a/public/language/tr/topic.json
+++ b/public/language/tr/topic.json
@@ -13,6 +13,7 @@
"notify_me": "Bu konudaki cevaplardan haberdar ol",
"quote": "Alıntı",
"reply": "Cevap",
+ "replies_to_this_post": "Yanıtlar: %1",
"reply-as-topic": "İletiye Cevap Ver",
"guest-login-reply": "Cevaplamak için giriş yapın",
"edit": "Düzenle",
diff --git a/public/language/vi/error.json b/public/language/vi/error.json
index e00ba37572..f9f0ec4bc3 100644
--- a/public/language/vi/error.json
+++ b/public/language/vi/error.json
@@ -29,7 +29,7 @@
"username-too-long": "Tên đăng nhập quá dài",
"password-too-long": "Mật khẩu quá dài",
"user-banned": "Tài khoản bị ban",
- "user-banned-reason": "User banned (Reason: %1)",
+ "user-banned-reason": "Sorry, this account has been banned (Reason: %1)",
"user-too-new": "Rất tiếc, bạn phải chờ %1 giây để đăng bài viết đầu tiên.",
"blacklisted-ip": "Rất tiếc, địa chỉ IP của bạn đã bị cấm khỏi cộng đồng. Nếu bạn cảm thấy có gì không đúng, hãy liên lạc với người quản trị.",
"ban-expiry-missing": "Vui lòng cung cấp ngày hết hạn của lệnh cấm",
diff --git a/public/language/vi/global.json b/public/language/vi/global.json
index d54d9518ff..2af8e015f9 100644
--- a/public/language/vi/global.json
+++ b/public/language/vi/global.json
@@ -99,5 +99,8 @@
"allowed-file-types": "Các định dạng file được cho phép là %1",
"unsaved-changes": "You have unsaved changes. Are you sure you wish to navigate away?",
"reconnecting-message": "Looks like your connection to %1 was lost, please wait while we try to reconnect.",
- "play": "Play"
+ "play": "Play",
+ "cookies.message": "This website uses cookies to ensure you get the best experience on our website.",
+ "cookies.accept": "Got it!",
+ "cookies.learn_more": "Learn More"
}
\ No newline at end of file
diff --git a/public/language/vi/topic.json b/public/language/vi/topic.json
index 89fafdaa4b..971c13a978 100644
--- a/public/language/vi/topic.json
+++ b/public/language/vi/topic.json
@@ -13,6 +13,7 @@
"notify_me": "Được thông báo khi có trả lời mới trong chủ đề này",
"quote": "Trích dẫn",
"reply": "Trả lời",
+ "replies_to_this_post": "Replies: %1",
"reply-as-topic": "Trả lời dưới dạng chủ đề",
"guest-login-reply": "Hãy đăng nhập để trả lời",
"edit": "Chỉnh sửa",
diff --git a/public/language/zh_CN/error.json b/public/language/zh_CN/error.json
index ffeac42809..02fbc8c19f 100644
--- a/public/language/zh_CN/error.json
+++ b/public/language/zh_CN/error.json
@@ -29,7 +29,7 @@
"username-too-long": "用户名太长",
"password-too-long": "密码太长",
"user-banned": "用户已禁止",
- "user-banned-reason": "用户已禁止(原因:%1)",
+ "user-banned-reason": "Sorry, this account has been banned (Reason: %1)",
"user-too-new": "抱歉,您需要等待 %1 秒后,才可以发帖!",
"blacklisted-ip": "对不起,您的IP地址已被社区禁用。如果您认为这是一个错误,请与管理员联系。",
"ban-expiry-missing": "请提供此次禁言结束日期",
diff --git a/public/language/zh_CN/global.json b/public/language/zh_CN/global.json
index 308b44ff2a..5f9396963d 100644
--- a/public/language/zh_CN/global.json
+++ b/public/language/zh_CN/global.json
@@ -99,5 +99,8 @@
"allowed-file-types": "允许的文件类型有 %1",
"unsaved-changes": "您有未保存的更改,您确定您要离开么?",
"reconnecting-message": "与 %1 的连接断开,我们正在尝试重连,请耐心等待",
- "play": "播放"
+ "play": "播放",
+ "cookies.message": "This website uses cookies to ensure you get the best experience on our website.",
+ "cookies.accept": "Got it!",
+ "cookies.learn_more": "Learn More"
}
\ No newline at end of file
diff --git a/public/language/zh_CN/topic.json b/public/language/zh_CN/topic.json
index e6c919255e..9b3a3c81b0 100644
--- a/public/language/zh_CN/topic.json
+++ b/public/language/zh_CN/topic.json
@@ -13,6 +13,7 @@
"notify_me": "此主题有新回复时通知我",
"quote": "引用",
"reply": "回复",
+ "replies_to_this_post": "Replies: %1",
"reply-as-topic": "在新帖中回复",
"guest-login-reply": "登录后回复",
"edit": "编辑",
diff --git a/public/language/zh_TW/error.json b/public/language/zh_TW/error.json
index b0ed83889a..8b3fa47a81 100644
--- a/public/language/zh_TW/error.json
+++ b/public/language/zh_TW/error.json
@@ -29,7 +29,7 @@
"username-too-long": "帳號太長",
"password-too-long": "密碼太長",
"user-banned": "該使用者已被停用",
- "user-banned-reason": "User banned (Reason: %1)",
+ "user-banned-reason": "Sorry, this account has been banned (Reason: %1)",
"user-too-new": "抱歉,發表你第一篇文章須要等待 %1 秒",
"blacklisted-ip": "抱歉,你的IP位置已經被這個社群禁用了。如果你覺得這是一個失誤,請連絡管理員。",
"ban-expiry-missing": "請提供這個禁用的到期時間",
diff --git a/public/language/zh_TW/global.json b/public/language/zh_TW/global.json
index cbe13be44c..481a45b155 100644
--- a/public/language/zh_TW/global.json
+++ b/public/language/zh_TW/global.json
@@ -99,5 +99,8 @@
"allowed-file-types": "允許的檔案類型是 %1",
"unsaved-changes": "你還沒有儲存更動。你確定想要離開這個頁面?",
"reconnecting-message": "看起來你的連線到 %1 已經遺失,請稍等一下我們嘗試重新連線。",
- "play": "Play"
+ "play": "Play",
+ "cookies.message": "This website uses cookies to ensure you get the best experience on our website.",
+ "cookies.accept": "Got it!",
+ "cookies.learn_more": "Learn More"
}
\ No newline at end of file
diff --git a/public/language/zh_TW/topic.json b/public/language/zh_TW/topic.json
index 49c28c9e0d..a9b4eb1c28 100644
--- a/public/language/zh_TW/topic.json
+++ b/public/language/zh_TW/topic.json
@@ -13,6 +13,7 @@
"notify_me": "該主題有新回覆時通知我",
"quote": "引用",
"reply": "回覆",
+ "replies_to_this_post": "Replies: %1",
"reply-as-topic": "回復為另一個新主題",
"guest-login-reply": "登入以回覆",
"edit": "編輯",