From 6f064a4f15dcb4d7790d539027b5a8e634ae4dbb Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Fri, 2 May 2014 23:53:30 -0400 Subject: [PATCH] latest translations --- public/language/ar/global.json | 2 +- public/language/ar/topic.json | 1 + public/language/cs/global.json | 2 +- public/language/cs/topic.json | 1 + public/language/de/global.json | 14 ++-- public/language/de/topic.json | 13 ++-- public/language/en@pirate/global.json | 2 +- public/language/en@pirate/topic.json | 1 + public/language/en_US/global.json | 2 +- public/language/en_US/notifications.json | 2 +- public/language/en_US/topic.json | 1 + public/language/es/global.json | 2 +- public/language/es/pages.json | 2 +- public/language/es/reset_password.json | 4 +- public/language/es/topic.json | 1 + public/language/et/global.json | 24 +++--- public/language/et/topic.json | 13 ++-- public/language/fa_IR/error.json | 2 +- public/language/fa_IR/global.json | 12 +-- public/language/fa_IR/success.json | 2 +- public/language/fa_IR/topic.json | 5 +- public/language/fi/global.json | 2 +- public/language/fi/topic.json | 1 + public/language/he/global.json | 2 +- public/language/he/topic.json | 1 + public/language/hu/global.json | 2 +- public/language/hu/reset_password.json | 2 +- public/language/hu/topic.json | 1 + public/language/it/global.json | 2 +- public/language/it/topic.json | 1 + public/language/ja/category.json | 2 +- public/language/ja/error.json | 2 +- public/language/ja/global.json | 4 +- public/language/ja/language.json | 2 +- public/language/ja/login.json | 2 +- public/language/ja/modules.json | 2 +- public/language/ja/notifications.json | 2 +- public/language/ja/pages.json | 2 +- public/language/ja/recent.json | 2 +- public/language/ja/register.json | 2 +- public/language/ja/reset_password.json | 2 +- public/language/ja/success.json | 2 +- public/language/ja/topic.json | 3 +- public/language/ja/unread.json | 2 +- public/language/ja/user.json | 2 +- public/language/ja/users.json | 2 +- public/language/lt/error.json | 94 +++++++++++------------ public/language/lt/global.json | 2 +- public/language/lt/topic.json | 1 + public/language/ms/global.json | 2 +- public/language/ms/topic.json | 1 + public/language/nb/global.json | 2 +- public/language/nb/topic.json | 1 + public/language/nl/global.json | 2 +- public/language/nl/topic.json | 1 + public/language/pl/global.json | 6 +- public/language/pl/modules.json | 2 +- public/language/pl/notifications.json | 10 +-- public/language/pl/pages.json | 2 +- public/language/pl/reset_password.json | 2 +- public/language/pl/topic.json | 5 +- public/language/pl/user.json | 12 +-- public/language/pt_BR/global.json | 2 +- public/language/pt_BR/topic.json | 1 + public/language/ru/global.json | 2 +- public/language/ru/topic.json | 1 + public/language/sc/global.json | 2 +- public/language/sc/topic.json | 1 + public/language/sk/global.json | 2 +- public/language/sk/reset_password.json | 2 +- public/language/sk/topic.json | 1 + public/language/sv/global.json | 2 +- public/language/sv/topic.json | 1 + public/language/th/global.json | 2 +- public/language/th/language.json | 2 +- public/language/th/topic.json | 1 + public/language/vi/global.json | 2 +- public/language/vi/language.json | 4 +- public/language/vi/topic.json | 1 + public/language/zh_CN/error.json | 20 ++--- public/language/zh_CN/global.json | 2 +- public/language/zh_CN/reset_password.json | 2 +- public/language/zh_CN/topic.json | 1 + public/language/zh_CN/user.json | 4 +- public/language/zh_TW/global.json | 2 +- public/language/zh_TW/topic.json | 1 + 86 files changed, 195 insertions(+), 168 deletions(-) diff --git a/public/language/ar/global.json b/public/language/ar/global.json index 53a06b1f5a..638f37e5f5 100644 --- a/public/language/ar/global.json +++ b/public/language/ar/global.json @@ -50,7 +50,7 @@ "posted_ago": "posted %1", "posted_in_ago_by_guest": "posted in %1 %2 by Guest", "posted_in_ago_by": "posted in %1 %2 by %3", - "posted_in_ago": "posted in %1", + "posted_in_ago": "posted in %1 %2", "replied_ago": "replied %1", "user_posted_ago": "%1 posted %2", "guest_posted_ago": "Guest posted %1", diff --git a/public/language/ar/topic.json b/public/language/ar/topic.json index 727cee9f62..851e1e0f7e 100644 --- a/public/language/ar/topic.json +++ b/public/language/ar/topic.json @@ -7,6 +7,7 @@ "post_is_deleted": "This post is deleted!", "profile": "ملف", "posted_by": "Posted by %1", + "posted_by_guest": "Posted by Guest", "chat": "دردشة", "notify_me": "تنبه من ردود جديدة في هذا الموضوع", "quote": "اقتبس", diff --git a/public/language/cs/global.json b/public/language/cs/global.json index 7fa9cddb38..eb9a0f0a8c 100644 --- a/public/language/cs/global.json +++ b/public/language/cs/global.json @@ -50,7 +50,7 @@ "posted_ago": "posted %1", "posted_in_ago_by_guest": "posted in %1 %2 by Guest", "posted_in_ago_by": "posted in %1 %2 by %3", - "posted_in_ago": "posted in %1", + "posted_in_ago": "posted in %1 %2", "replied_ago": "replied %1", "user_posted_ago": "%1 posted %2", "guest_posted_ago": "Guest posted %1", diff --git a/public/language/cs/topic.json b/public/language/cs/topic.json index 88d70bd7f3..4220fc9499 100644 --- a/public/language/cs/topic.json +++ b/public/language/cs/topic.json @@ -7,6 +7,7 @@ "post_is_deleted": "This post is deleted!", "profile": "Profil", "posted_by": "Posted by %1", + "posted_by_guest": "Posted by Guest", "chat": "Chat", "notify_me": "Sledovat toto téma", "quote": "Citovat", diff --git a/public/language/de/global.json b/public/language/de/global.json index af37df4287..b4a3c84b07 100644 --- a/public/language/de/global.json +++ b/public/language/de/global.json @@ -45,16 +45,16 @@ "views": "Aufrufe", "reputation": "Reputation", "read_more": "weiterlesen", - "posted_ago_by_guest": "Gespostet %1 von Gast", + "posted_ago_by_guest": "%1 verfasst von einem Gast", "posted_ago_by": "Geposted %1 von %2", - "posted_ago": "posted %1", - "posted_in_ago_by_guest": "posted in %1 %2 by Guest", - "posted_in_ago_by": "Geposted in %1 %2 von %3", - "posted_in_ago": "Geposted in %1", + "posted_ago": "schrieb %1", + "posted_in_ago_by_guest": "verfasst in %1 %2 von einem Gast", + "posted_in_ago_by": "Verfasst in %1 %2 von %3", + "posted_in_ago": "posted in %1 %2", "replied_ago": "antwortete %1", "user_posted_ago": "1% schrieb %2", - "guest_posted_ago": "Guest posted %1", - "last_edited_by_ago": "zuletzt editirt von %1 %2", + "guest_posted_ago": "Gast schrieb %1", + "last_edited_by_ago": "zuletzt editiert von %1 %2", "norecentposts": "Keine aktuellen Beiträge", "norecenttopics": "Keine aktuellen Themen", "recentposts": "Aktuelle Beiträge", diff --git a/public/language/de/topic.json b/public/language/de/topic.json index e31c136723..28dc42c156 100644 --- a/public/language/de/topic.json +++ b/public/language/de/topic.json @@ -4,9 +4,10 @@ "topic_id_placeholder": "Topic ID eingeben", "no_topics_found": "Keine passende Themen gefunden.", "no_posts_found": "Keine Beiträge gefunden!", - "post_is_deleted": "This post is deleted!", + "post_is_deleted": "Dieser Beitrag wurde gelöscht!", "profile": "Profil", - "posted_by": "Posted by %1", + "posted_by": "Geschrieben von %1", + "posted_by_guest": "Posted by Guest", "chat": "Chat", "notify_me": "Werde bei neues Antworten auf dieses Thema benachrichtigt.", "quote": "zitieren", @@ -40,7 +41,7 @@ "thread_tools.lock": "Thema schließen", "thread_tools.unlock": "Thema öffnen", "thread_tools.move": "Thema verschieben", - "thread_tools.move_all": "Move All", + "thread_tools.move_all": "Alle verschieben", "thread_tools.fork": "Thema aufspalten", "thread_tools.delete": "Thema löschen", "thread_tools.delete_confirm": "Sind Sie sicher, dass Sie dieses Thema löschen möchten?", @@ -87,7 +88,7 @@ "composer.thumb_remove": "Felder leeren", "composer.drag_and_drop_images": "Bilder hier reinziehen", "composer.upload_instructions": "Zum Hochladen Bilder hier reinziehen.", - "more_users_and_guests": "%1 more user(s) and %2 guest(s)", - "more_users": "%1 more user(s)", - "more_guests": "%1 more guest(s)" + "more_users_and_guests": "%1 weitere(r) Nutzer und %2 Gäste", + "more_users": "%1 weitere(r) Nutzer", + "more_guests": "%1 weitere Gäste" } \ No newline at end of file diff --git a/public/language/en@pirate/global.json b/public/language/en@pirate/global.json index 4688fcff8b..b6765d066e 100644 --- a/public/language/en@pirate/global.json +++ b/public/language/en@pirate/global.json @@ -50,7 +50,7 @@ "posted_ago": "posted %1", "posted_in_ago_by_guest": "posted in %1 %2 by Guest", "posted_in_ago_by": "posted in %1 %2 by %3", - "posted_in_ago": "posted in %1", + "posted_in_ago": "posted in %1 %2", "replied_ago": "replied %1", "user_posted_ago": "%1 posted %2", "guest_posted_ago": "Guest posted %1", diff --git a/public/language/en@pirate/topic.json b/public/language/en@pirate/topic.json index 7339a2bb3b..e5c97c09f1 100644 --- a/public/language/en@pirate/topic.json +++ b/public/language/en@pirate/topic.json @@ -7,6 +7,7 @@ "post_is_deleted": "This post is deleted!", "profile": "Profile", "posted_by": "Posted by %1", + "posted_by_guest": "Posted by Guest", "chat": "Chat", "notify_me": "Be notified of new replies in this topic", "quote": "Quote", diff --git a/public/language/en_US/global.json b/public/language/en_US/global.json index cc0d7e11dd..9673ee4afb 100644 --- a/public/language/en_US/global.json +++ b/public/language/en_US/global.json @@ -50,7 +50,7 @@ "posted_ago": "posted %1", "posted_in_ago_by_guest": "posted in %1 %2 by Guest", "posted_in_ago_by": "posted in %1 %2 by %3", - "posted_in_ago": "posted in %1", + "posted_in_ago": "posted in %1 %2", "replied_ago": "replied %1", "user_posted_ago": "%1 posted %2", "guest_posted_ago": "Guest posted %1", diff --git a/public/language/en_US/notifications.json b/public/language/en_US/notifications.json index facec04e90..ee16612305 100644 --- a/public/language/en_US/notifications.json +++ b/public/language/en_US/notifications.json @@ -12,7 +12,7 @@ "user_made_post": "%1 made a new post", "new_message_from": "New message from %1", "upvoted_your_post": "%1 has upvoted your post.", - "favourited_your_post": "%1 has favourited your post.", + "favourited_your_post": "%1 has favorited your post.", "user_flagged_post": "%1 flagged a post.", "user_posted_to": "%1 has posted a reply to: %2" } \ No newline at end of file diff --git a/public/language/en_US/topic.json b/public/language/en_US/topic.json index ec70f8b365..ad4747ae31 100644 --- a/public/language/en_US/topic.json +++ b/public/language/en_US/topic.json @@ -7,6 +7,7 @@ "post_is_deleted": "This post is deleted!", "profile": "Profile", "posted_by": "Posted by %1", + "posted_by_guest": "Posted by Guest", "chat": "Chat", "notify_me": "Be notified of new replies in this topic", "quote": "Quote", diff --git a/public/language/es/global.json b/public/language/es/global.json index f678180d6e..a70dfc51a0 100644 --- a/public/language/es/global.json +++ b/public/language/es/global.json @@ -50,7 +50,7 @@ "posted_ago": "posted %1", "posted_in_ago_by_guest": "posted in %1 %2 by Guest", "posted_in_ago_by": "posted in %1 %2 by %3", - "posted_in_ago": "posted in %1", + "posted_in_ago": "posted in %1 %2", "replied_ago": "replied %1", "user_posted_ago": "%1 posted %2", "guest_posted_ago": "Guest posted %1", diff --git a/public/language/es/pages.json b/public/language/es/pages.json index a1e82b600c..8d3b12a377 100644 --- a/public/language/es/pages.json +++ b/public/language/es/pages.json @@ -9,7 +9,7 @@ "user.following": "Gente que sigue %1 ", "user.followers": "Seguidores de %1", "user.posts": "Posteos de %1", - "user.topics": "Topics created by %1", + "user.topics": "Temas creados por %1", "user.favourites": "Publicaciones favoritas de %1 ", "user.settings": "Preferencias del Usuario" } \ No newline at end of file diff --git a/public/language/es/reset_password.json b/public/language/es/reset_password.json index 7fdd6ab7bd..a9f2114972 100644 --- a/public/language/es/reset_password.json +++ b/public/language/es/reset_password.json @@ -3,12 +3,12 @@ "update_password": "Actualizar contraseña", "password_changed.title": "Contraseña editada", "password_changed.message": "

La contraseña fue modificada con éxito, por favor inicia sesión de nuevo.", - "wrong_reset_code.title": "Código de reinicio Incorrecto", + "wrong_reset_code.title": "Código de reinicio incorrecto", "wrong_reset_code.message": "El código de reinicio ingresado no es correcto. Por favor inténtalo de nuevo o pide un nuevo código.", "new_password": "Nueva Contraseña", "repeat_password": "Confirmar Contraseña", "enter_email": "Por favor ingresa tu correo electrónico y te enviaremos un correo con indicaciones para inicializar tu cuenta.", - "enter_email_address": "Enter Email Address", + "enter_email_address": "Introduce tu correo electrónico", "password_reset_sent": "Reinicio de contraseña enviado", "invalid_email": "Correo Electrónico no válido o inexistente!" } \ No newline at end of file diff --git a/public/language/es/topic.json b/public/language/es/topic.json index 0c6fc174d9..3c3f9f753e 100644 --- a/public/language/es/topic.json +++ b/public/language/es/topic.json @@ -7,6 +7,7 @@ "post_is_deleted": "This post is deleted!", "profile": "Perfil", "posted_by": "Posted by %1", + "posted_by_guest": "Posted by Guest", "chat": "Chat", "notify_me": "Serás notificado cuando haya nuevas respuestas en este tema", "quote": "Citar", diff --git a/public/language/et/global.json b/public/language/et/global.json index 333b6152a7..27f3cefd89 100644 --- a/public/language/et/global.json +++ b/public/language/et/global.json @@ -45,16 +45,16 @@ "views": "Vaatamised", "reputation": "Reputatsioon", "read_more": "loe veel", - "posted_ago_by_guest": "posted %1 by Guest", - "posted_ago_by": "posted %1 by %2", - "posted_ago": "posted %1", - "posted_in_ago_by_guest": "posted in %1 %2 by Guest", - "posted_in_ago_by": "posted in %1 %2 by %3", - "posted_in_ago": "posted in %1", - "replied_ago": "replied %1", - "user_posted_ago": "%1 posted %2", - "guest_posted_ago": "Guest posted %1", - "last_edited_by_ago": "last edited by %1 %2", + "posted_ago_by_guest": "postitatud %1 tagasi külalise poolt", + "posted_ago_by": "postitatud %1 tagasi kasutaja %2 poolt", + "posted_ago": "postitatud %1 tagasi", + "posted_in_ago_by_guest": "postitatud kategooriasse %1 %2 tagasi külalise poolt", + "posted_in_ago_by": "postitatud kategooriasse %1 %2 aega tagasi kasutaja %3 poolt", + "posted_in_ago": "postitatud kategooriasse %1 %2 tagasi", + "replied_ago": "vastas %1 tagasi", + "user_posted_ago": "kasutaja %1 postitas %2 tagasi", + "guest_posted_ago": "Külaline postitas %1", + "last_edited_by_ago": "viimati muudetud kasutaja %1 poolt %2 tagasi", "norecentposts": "Hiljutisi postitusi ei ole", "norecenttopics": "Hiljutisi teemasid ei ole", "recentposts": "Hiljutised postitused", @@ -65,6 +65,6 @@ "offline": "Väljas", "email": "Emaili aadress", "language": "Keel", - "guest": "Guest", - "guests": "Guests" + "guest": "Külaline", + "guests": "Külalised" } \ No newline at end of file diff --git a/public/language/et/topic.json b/public/language/et/topic.json index dce9918788..05c614a960 100644 --- a/public/language/et/topic.json +++ b/public/language/et/topic.json @@ -4,9 +4,10 @@ "topic_id_placeholder": "Sisesta teema ID", "no_topics_found": "Teemasid ei leitud!", "no_posts_found": "Postitusi ei leitud!", - "post_is_deleted": "This post is deleted!", + "post_is_deleted": "See postitus on kustutatud!", "profile": "Profiil", - "posted_by": "Posted by %1", + "posted_by": "Postitatud %1 poolt", + "posted_by_guest": "Posted by Guest", "chat": "Vestlus", "notify_me": "Saa teateid uutest postitustest selles teemas", "quote": "Tsiteeri", @@ -40,7 +41,7 @@ "thread_tools.lock": "Lukusta teema", "thread_tools.unlock": "Eemalda märgistatud teema", "thread_tools.move": "Liiguta teema", - "thread_tools.move_all": "Move All", + "thread_tools.move_all": "Liiguta kõik", "thread_tools.fork": "Fork Topic", "thread_tools.delete": "Kustuta teema", "thread_tools.delete_confirm": "Oled kindel, et soovid kustutada antud teema?", @@ -87,7 +88,7 @@ "composer.thumb_remove": "Puhasta väljad", "composer.drag_and_drop_images": "Lohista pildid siia", "composer.upload_instructions": "Lae üles pilte lohistades need siia.", - "more_users_and_guests": "%1 more user(s) and %2 guest(s)", - "more_users": "%1 more user(s)", - "more_guests": "%1 more guest(s)" + "more_users_and_guests": "%1 kasutaja(t) ja %2 külalist", + "more_users": "veel %1 kasutaja(t)", + "more_guests": "veel %1 külalist" } \ No newline at end of file diff --git a/public/language/fa_IR/error.json b/public/language/fa_IR/error.json index 27d4615244..8d75610b52 100644 --- a/public/language/fa_IR/error.json +++ b/public/language/fa_IR/error.json @@ -19,7 +19,7 @@ "no-post": "چنین دیدگاهی نداریم", "no-group": "چنین گروهی نداریم", "no-user": "چنین کاربری نداریم", - "no-teaser": "Teaser doesn't exist", + "no-teaser": "چکیدهٔ دیدگاه نیست", "no-privileges": "شما پروانه‌های کافی برای این کار را ندارید.", "category-disabled": "دسته از کار افتاد.", "topic-locked": "جستار بسته شده", diff --git a/public/language/fa_IR/global.json b/public/language/fa_IR/global.json index 5ecee56f31..75f5bc20fb 100644 --- a/public/language/fa_IR/global.json +++ b/public/language/fa_IR/global.json @@ -39,18 +39,18 @@ "alert.unfollow": "شما دیگر %1 را دنبال نمی‌کنید!", "alert.follow": "اکنون %1 را دنبال می‌کنید.", "online": "حاضر", - "users": "Users", - "topics": "Topics", + "users": "کاربران", + "topics": "جُستارها", "posts": "دیدگاه‌ها", "views": "بازدیدها", - "reputation": "Reputation", + "reputation": "اعتبار", "read_more": "read more", "posted_ago_by_guest": "posted %1 by Guest", "posted_ago_by": "posted %1 by %2", "posted_ago": "posted %1", "posted_in_ago_by_guest": "posted in %1 %2 by Guest", "posted_in_ago_by": "posted in %1 %2 by %3", - "posted_in_ago": "posted in %1", + "posted_in_ago": "posted in %1 %2", "replied_ago": "replied %1", "user_posted_ago": "%1 posted %2", "guest_posted_ago": "Guest posted %1", @@ -65,6 +65,6 @@ "offline": "غایب", "email": "رایانامه", "language": "زبان", - "guest": "Guest", - "guests": "Guests" + "guest": "مهمان", + "guests": "مهمان‌ها" } \ No newline at end of file diff --git a/public/language/fa_IR/success.json b/public/language/fa_IR/success.json index af124e91ac..bfebde56e2 100644 --- a/public/language/fa_IR/success.json +++ b/public/language/fa_IR/success.json @@ -1,5 +1,5 @@ { - "success": "Success", + "success": "موفقیت", "topic-post": "دیدگاه شما باموفقیت فرستاده شد.", "authentication-successful": "اعتبارسنجی موفق", "settings-saved": "تنظیمات اندوخته شد." diff --git a/public/language/fa_IR/topic.json b/public/language/fa_IR/topic.json index d885628f10..4ffe102720 100644 --- a/public/language/fa_IR/topic.json +++ b/public/language/fa_IR/topic.json @@ -4,9 +4,10 @@ "topic_id_placeholder": "ID جستار را بنویسید", "no_topics_found": "هیچ جستاری یافت نشد!", "no_posts_found": "دیدگاهی یافت نشد!", - "post_is_deleted": "This post is deleted!", + "post_is_deleted": "این دیدگاه پاک شده!", "profile": "نمایه", "posted_by": "Posted by %1", + "posted_by_guest": "Posted by Guest", "chat": "گفتگو", "notify_me": "از پاسخ‌های تازه در جستار آگاه شوید", "quote": "نقل قول", @@ -40,7 +41,7 @@ "thread_tools.lock": "قفل کردن جستار", "thread_tools.unlock": "باز کردن جستار", "thread_tools.move": "جابجا کردن جستار", - "thread_tools.move_all": "Move All", + "thread_tools.move_all": "جابجایی همه", "thread_tools.fork": "شاخه ساختن از جستار", "thread_tools.delete": "پاک کردن جستار", "thread_tools.delete_confirm": "آیا از پاک کردن این جستار اطمینان دارید؟", diff --git a/public/language/fi/global.json b/public/language/fi/global.json index 72ce704376..aa12108f0d 100644 --- a/public/language/fi/global.json +++ b/public/language/fi/global.json @@ -50,7 +50,7 @@ "posted_ago": "posted %1", "posted_in_ago_by_guest": "posted in %1 %2 by Guest", "posted_in_ago_by": "posted in %1 %2 by %3", - "posted_in_ago": "posted in %1", + "posted_in_ago": "posted in %1 %2", "replied_ago": "replied %1", "user_posted_ago": "%1 posted %2", "guest_posted_ago": "Guest posted %1", diff --git a/public/language/fi/topic.json b/public/language/fi/topic.json index acba808b23..0848103601 100644 --- a/public/language/fi/topic.json +++ b/public/language/fi/topic.json @@ -7,6 +7,7 @@ "post_is_deleted": "This post is deleted!", "profile": "Profiili", "posted_by": "Posted by %1", + "posted_by_guest": "Posted by Guest", "chat": "Keskustele", "notify_me": "Ilmoita, kun tähän keskusteluun tulee uusia viestejä", "quote": "Lainaa", diff --git a/public/language/he/global.json b/public/language/he/global.json index 7c4b380f43..74eb496719 100644 --- a/public/language/he/global.json +++ b/public/language/he/global.json @@ -50,7 +50,7 @@ "posted_ago": "posted %1", "posted_in_ago_by_guest": "posted in %1 %2 by Guest", "posted_in_ago_by": "posted in %1 %2 by %3", - "posted_in_ago": "posted in %1", + "posted_in_ago": "posted in %1 %2", "replied_ago": "replied %1", "user_posted_ago": "%1 posted %2", "guest_posted_ago": "Guest posted %1", diff --git a/public/language/he/topic.json b/public/language/he/topic.json index 25aef2661b..1ae1536b88 100644 --- a/public/language/he/topic.json +++ b/public/language/he/topic.json @@ -7,6 +7,7 @@ "post_is_deleted": "This post is deleted!", "profile": "פרופיל", "posted_by": "Posted by %1", + "posted_by_guest": "Posted by Guest", "chat": "צ'אט", "notify_me": "קבל התראה כאשר יש תגובות חדשות בנושא זה", "quote": "ציטוט", diff --git a/public/language/hu/global.json b/public/language/hu/global.json index bb7327bb84..dab6719892 100644 --- a/public/language/hu/global.json +++ b/public/language/hu/global.json @@ -50,7 +50,7 @@ "posted_ago": "posted %1", "posted_in_ago_by_guest": "posted in %1 %2 by Guest", "posted_in_ago_by": "posted in %1 %2 by %3", - "posted_in_ago": "posted in %1", + "posted_in_ago": "posted in %1 %2", "replied_ago": "replied %1", "user_posted_ago": "%1 posted %2", "guest_posted_ago": "Guest posted %1", diff --git a/public/language/hu/reset_password.json b/public/language/hu/reset_password.json index 78f260cc8b..eb3df1f2ec 100644 --- a/public/language/hu/reset_password.json +++ b/public/language/hu/reset_password.json @@ -11,4 +11,4 @@ "enter_email_address": "Email cím megadása", "password_reset_sent": "Jelszó-visszaállítás elküldve", "invalid_email": "Helytelen E-mail cím / Nem létező E-mail cím!" -} +} \ No newline at end of file diff --git a/public/language/hu/topic.json b/public/language/hu/topic.json index 37e9575140..141fdf8898 100644 --- a/public/language/hu/topic.json +++ b/public/language/hu/topic.json @@ -7,6 +7,7 @@ "post_is_deleted": "This post is deleted!", "profile": "Profil", "posted_by": "Posted by %1", + "posted_by_guest": "Posted by Guest", "chat": "Chat", "notify_me": "Értesítést kérek az új hozzászólásokról ebben a topikban", "quote": "Idéz", diff --git a/public/language/it/global.json b/public/language/it/global.json index 4dcf3f3656..c408572d8f 100644 --- a/public/language/it/global.json +++ b/public/language/it/global.json @@ -50,7 +50,7 @@ "posted_ago": "posted %1", "posted_in_ago_by_guest": "posted in %1 %2 by Guest", "posted_in_ago_by": "posted in %1 %2 by %3", - "posted_in_ago": "posted in %1", + "posted_in_ago": "posted in %1 %2", "replied_ago": "replied %1", "user_posted_ago": "%1 posted %2", "guest_posted_ago": "Guest posted %1", diff --git a/public/language/it/topic.json b/public/language/it/topic.json index 5cbafadae5..ecad017444 100644 --- a/public/language/it/topic.json +++ b/public/language/it/topic.json @@ -7,6 +7,7 @@ "post_is_deleted": "This post is deleted!", "profile": "Profilo", "posted_by": "Posted by %1", + "posted_by_guest": "Posted by Guest", "chat": "Chat", "notify_me": "Ricevi notifiche di nuove risposte in questa discussione", "quote": "Citazione", diff --git a/public/language/ja/category.json b/public/language/ja/category.json index 0a4892d07f..43bc8f22d5 100644 --- a/public/language/ja/category.json +++ b/public/language/ja/category.json @@ -4,4 +4,4 @@ "browsing": "閲覧中", "no_replies": "返事はまだありません", "share_this_category": "この板を共有" -} +} \ No newline at end of file diff --git a/public/language/ja/error.json b/public/language/ja/error.json index facf88fcf5..a5a3c70da5 100644 --- a/public/language/ja/error.json +++ b/public/language/ja/error.json @@ -46,4 +46,4 @@ "uploads-are-disabled": "アップロードが無効された", "signature-too-long": "署名は最大%1文字までです!", "cant-chat-with-yourself": "自分にチャットすることはできません!" -} +} \ No newline at end of file diff --git a/public/language/ja/global.json b/public/language/ja/global.json index 35269d5d82..1d2504bab7 100644 --- a/public/language/ja/global.json +++ b/public/language/ja/global.json @@ -50,7 +50,7 @@ "posted_ago": "%1に投稿された", "posted_in_ago_by_guest": "%1に %2 ゲストが投稿", "posted_in_ago_by": "%1 %2に %3 が投稿", - "posted_in_ago": "%1 に投稿", + "posted_in_ago": "posted in %1 %2", "replied_ago": "%1 に返答", "user_posted_ago": "%1 が%2に投稿", "guest_posted_ago": "ゲストが%1に投稿", @@ -67,4 +67,4 @@ "language": "言語", "guest": "ゲスト", "guests": "ゲスト" -} +} \ No newline at end of file diff --git a/public/language/ja/language.json b/public/language/ja/language.json index 19a14e500a..ecd635ee30 100644 --- a/public/language/ja/language.json +++ b/public/language/ja/language.json @@ -2,4 +2,4 @@ "name": "日本語", "code": "ja", "dir": "ltr" -} +} \ No newline at end of file diff --git a/public/language/ja/login.json b/public/language/ja/login.json index a16f10ddf2..4c1876670a 100644 --- a/public/language/ja/login.json +++ b/public/language/ja/login.json @@ -5,4 +5,4 @@ "alternative_logins": "ほかのログイン方法", "failed_login_attempt": "ログインに失敗しました.ユーザー名やパスワードをご確認ください。", "login_successful": "ログインしました!" -} +} \ No newline at end of file diff --git a/public/language/ja/modules.json b/public/language/ja/modules.json index 7a01eeca56..507012d7a6 100644 --- a/public/language/ja/modules.json +++ b/public/language/ja/modules.json @@ -4,4 +4,4 @@ "chat.send": "送信", "chat.no_active": "チャットはありません。", "chat.user_typing": "%1 は入力中 ..." -} +} \ No newline at end of file diff --git a/public/language/ja/notifications.json b/public/language/ja/notifications.json index de907f0fcc..8706177779 100644 --- a/public/language/ja/notifications.json +++ b/public/language/ja/notifications.json @@ -15,4 +15,4 @@ "favourited_your_post": "%1はあなたのポストをお気に入りにしました。", "user_flagged_post": "%1 ポストを報告しました。", "user_posted_to": "%1%2 への返事を作成しました。" -} +} \ No newline at end of file diff --git a/public/language/ja/pages.json b/public/language/ja/pages.json index 8387697fe1..e9494c8d3f 100644 --- a/public/language/ja/pages.json +++ b/public/language/ja/pages.json @@ -12,4 +12,4 @@ "user.topics": "%1が作成したスレッド", "user.favourites": "%1のお気に入りポスト", "user.settings": "ユーザー設定" -} +} \ No newline at end of file diff --git a/public/language/ja/recent.json b/public/language/ja/recent.json index 88125f8432..e9595739f7 100644 --- a/public/language/ja/recent.json +++ b/public/language/ja/recent.json @@ -4,4 +4,4 @@ "week": "最近 1 週", "month": "最近 1 ヶ月", "no_recent_topics": "最近のスレッドはありません。" -} +} \ No newline at end of file diff --git a/public/language/ja/register.json b/public/language/ja/register.json index b1ce4c0794..7617407aa2 100644 --- a/public/language/ja/register.json +++ b/public/language/ja/register.json @@ -15,4 +15,4 @@ "alternative_registration": "ほかの登録方法", "terms_of_use": "利用規約", "agree_to_terms_of_use": "利用規約に同意する" -} +} \ No newline at end of file diff --git a/public/language/ja/reset_password.json b/public/language/ja/reset_password.json index 4c2d9e6858..c732e9e159 100644 --- a/public/language/ja/reset_password.json +++ b/public/language/ja/reset_password.json @@ -11,4 +11,4 @@ "enter_email_address": "メールアドレスを入力してください", "password_reset_sent": "パスワードリセットのメールを送信しました", "invalid_email": "このメールアドレスは存在しません" -} +} \ No newline at end of file diff --git a/public/language/ja/success.json b/public/language/ja/success.json index b8ea2c4056..cad5ecb03f 100644 --- a/public/language/ja/success.json +++ b/public/language/ja/success.json @@ -3,4 +3,4 @@ "topic-post": "成功に投稿しました。", "authentication-successful": "認証が成功しました", "settings-saved": "設定を保存しました。" -} +} \ No newline at end of file diff --git a/public/language/ja/topic.json b/public/language/ja/topic.json index d446179ca8..13fdba2593 100644 --- a/public/language/ja/topic.json +++ b/public/language/ja/topic.json @@ -7,6 +7,7 @@ "post_is_deleted": "このポストが削除されます!", "profile": "プロフィール", "posted_by": "%1 のポスト", + "posted_by_guest": "Posted by Guest", "chat": "チャット", "notify_me": "このスレッドに新しいポストが投稿された際に通知する", "quote": "引用", @@ -90,4 +91,4 @@ "more_users_and_guests": "%1 more user(s) and %2 guest(s)", "more_users": "%1 more user(s)", "more_guests": "%1 more guest(s)" -} +} \ No newline at end of file diff --git a/public/language/ja/unread.json b/public/language/ja/unread.json index a6027a54b3..8b67da2a31 100644 --- a/public/language/ja/unread.json +++ b/public/language/ja/unread.json @@ -6,4 +6,4 @@ "selected": "選択済み", "all": "すべて", "topics_marked_as_read.success": "すべてのスレッドを既読にしました。" -} +} \ No newline at end of file diff --git a/public/language/ja/user.json b/public/language/ja/user.json index 25ce70a83e..68b6d79bc6 100644 --- a/public/language/ja/user.json +++ b/public/language/ja/user.json @@ -59,4 +59,4 @@ "topics_per_page": "ページ毎のスレッド数", "posts_per_page": "ページ毎のポスト数", "notification_sounds": "通知が来たとき音を流す" -} +} \ No newline at end of file diff --git a/public/language/ja/users.json b/public/language/ja/users.json index fa9b441a9a..654a14494f 100644 --- a/public/language/ja/users.json +++ b/public/language/ja/users.json @@ -5,4 +5,4 @@ "search": "検索", "enter_username": "検索するユーザー名を入力してください", "load_more": "もっと表示" -} +} \ No newline at end of file diff --git a/public/language/lt/error.json b/public/language/lt/error.json index d536c24a73..840ef5b7c4 100644 --- a/public/language/lt/error.json +++ b/public/language/lt/error.json @@ -1,49 +1,49 @@ { - "invalid-data": "Invalid Data", - "not-logged-in": "You don't seem to be logged in.", - "invalid-cid": "Invalid Category ID", - "invalid-tid": "Invalid Topic ID", - "invalid-pid": "Invalid Post ID", - "invalid-uid": "Invalid User ID", - "invalid-username": "Invalid Username", - "invalid-email": "Invalid Email", - "invalid-title": "Invalid title", - "invalid-user-data": "Invalid User Data", - "invalid-password": "Invalid Password", - "invalid-pagination-value": "Invalid pagination value", - "username-taken": "Username taken", - "email-taken": "Email taken", - "user-banned": "User banned", - "no-category": "Category doesn't exist", - "no-topic": "Topic doesn't exist", - "no-post": "Post doesn't exist", - "no-group": "Group doesn't exist", - "no-user": "User doesn't exist", - "no-teaser": "Teaser doesn't exist", - "no-privileges": "You don't have enough privileges for this action.", - "category-disabled": "Category disabled", - "topic-locked": "Topic Locked", - "still-uploading": "Please wait for uploads to complete.", - "content-too-short": "Please enter a longer post. At least %1 characters.", - "title-too-short": "Please enter a longer title. At least %1 characters.", - "title-too-long": "Please enter a shorter title. Titles can't be longer than %1 characters.", - "too-many-posts": "You can only post every %1 seconds.", - "file-too-big": "Maximum allowed file size is %1 kbs", - "cant-vote-self-post": "You cannot vote for your own post", - "already-favourited": "You already favourited this post", - "already-unfavourited": "You alread unfavourited this post", - "cant-ban-other-admins": "You can't ban other admins!", - "invalid-image-type": "Invalid image type", - "group-name-too-short": "Group name too short", - "group-already-exists": "Group already exists", - "group-name-change-not-allowed": "Group name change not allowed", - "post-already-deleted": "Post already deleted", - "post-already-restored": "Post already restored", - "topic-already-deleted": "Topic already deleted", - "topic-already-restored": "Topic already restored", - "topic-thumbnails-are-disabled": "Topic thumbnails are disabled.", - "invalid-file": "Invalid File", - "uploads-are-disabled": "Uploads are disabled", - "signature-too-long": "Signature can't be longer than %1 characters!", - "cant-chat-with-yourself": "You can't chat with yourself!" + "invalid-data": "Klaidingi duomenys", + "not-logged-in": "Atrodo, kad jūs neesate prisijungęs.", + "invalid-cid": "Klaidingas kategorijos ID", + "invalid-tid": "Klaidingas temos ID", + "invalid-pid": "Klaidingas pranešimo ID", + "invalid-uid": "Klaidingas vartotojo ID", + "invalid-username": "Klaidingas vartotojo vardas", + "invalid-email": "Klaidingas el. pašto adresas", + "invalid-title": "Klaidingas pavadinimas", + "invalid-user-data": "Klaidingi vartotojo duomenys", + "invalid-password": "Klaidingas slaptažodis", + "invalid-pagination-value": "Klaidinga puslapiavimo reikšmė", + "username-taken": "Vartotojo vardas jau užimtas", + "email-taken": "El. pašto adresas jau užimtas", + "user-banned": "Vartotojas užblokuotas", + "no-category": "Kategorija neegzistuoja", + "no-topic": "Tema neegzistuoja", + "no-post": "Pranešimas neegzistuoja", + "no-group": "Grupė neegzistuoja", + "no-user": "Vartotojas neegzistuoja", + "no-teaser": "Trumpas skelbimas neegzistuoja!", + "no-privileges": "Jūs neturite teisės atlikti šį veiksmą.", + "category-disabled": "Kategorija išjungta", + "topic-locked": "Tema užrakinta", + "still-uploading": "Prašome palaukti kol bus baigti visi kėlimai į serverį", + "content-too-short": "Jūsų pranešimas turėtų būti ilgesnis, mažiausiai %1 simbolių.", + "title-too-short": "Pavadinimas turėtų būtų ilgesnis, mažiausiai %1 simbolių.", + "title-too-long": "Pavadinimas turėtų būti trumpesnis. Maksimalus leistinas ilgis- %1 simbolių.", + "too-many-posts": "Rašyti pranešimus galite kas %1 sekundžių.", + "file-too-big": "Maksimalus leistinas failo dydis %1 kb", + "cant-vote-self-post": "Jūs negalite balsuoti už savo pranešimą", + "already-favourited": "Jūs jau esate pamėgę šį pranešimą", + "already-unfavourited": "Jūs jau esate pašalinę šį pranešimą iš mėgiamų sąrašo", + "cant-ban-other-admins": "Jūs negalite užblokuoti kitų administratorių!", + "invalid-image-type": "Klaidingas paveikslėlio tipas", + "group-name-too-short": "Grupės pavadinimas per trumpas", + "group-already-exists": "Tokia grupė jau egzistuoja", + "group-name-change-not-allowed": "Grupės pavadinimas keitimas neleidžiamas", + "post-already-deleted": "Pranešimas jau yra anksčiau ištrintas", + "post-already-restored": "Pranešimas jau anksčiau atkurtas", + "topic-already-deleted": "Tema jau anksčiau buvo ištrinta", + "topic-already-restored": "Tema jau anksčiau buvo atkurta", + "topic-thumbnails-are-disabled": "Temos paveikslėliai neleidžiami.", + "invalid-file": "Klaidingas failas", + "uploads-are-disabled": "Įkėlimai neleidžiami", + "signature-too-long": "Parašas negali būti ilgesnis negu %1 simboliai!", + "cant-chat-with-yourself": "Jūs negalite susirašinėti su savimi!" } \ No newline at end of file diff --git a/public/language/lt/global.json b/public/language/lt/global.json index 64f8df18ef..54f12be8f1 100644 --- a/public/language/lt/global.json +++ b/public/language/lt/global.json @@ -50,7 +50,7 @@ "posted_ago": "posted %1", "posted_in_ago_by_guest": "posted in %1 %2 by Guest", "posted_in_ago_by": "posted in %1 %2 by %3", - "posted_in_ago": "posted in %1", + "posted_in_ago": "posted in %1 %2", "replied_ago": "replied %1", "user_posted_ago": "%1 posted %2", "guest_posted_ago": "Guest posted %1", diff --git a/public/language/lt/topic.json b/public/language/lt/topic.json index bc3806cfa9..26efd59b6c 100644 --- a/public/language/lt/topic.json +++ b/public/language/lt/topic.json @@ -7,6 +7,7 @@ "post_is_deleted": "This post is deleted!", "profile": "Profilis", "posted_by": "Posted by %1", + "posted_by_guest": "Posted by Guest", "chat": "Susirašinėti", "notify_me": "Gauti pranešimus apie naujus atsakymus šioje temoje", "quote": "Cituoti", diff --git a/public/language/ms/global.json b/public/language/ms/global.json index 769244044f..c2b5744009 100644 --- a/public/language/ms/global.json +++ b/public/language/ms/global.json @@ -50,7 +50,7 @@ "posted_ago": "posted %1", "posted_in_ago_by_guest": "posted in %1 %2 by Guest", "posted_in_ago_by": "posted in %1 %2 by %3", - "posted_in_ago": "posted in %1", + "posted_in_ago": "posted in %1 %2", "replied_ago": "replied %1", "user_posted_ago": "%1 posted %2", "guest_posted_ago": "Guest posted %1", diff --git a/public/language/ms/topic.json b/public/language/ms/topic.json index 1c8680a8e3..cb1eaf42e9 100644 --- a/public/language/ms/topic.json +++ b/public/language/ms/topic.json @@ -7,6 +7,7 @@ "post_is_deleted": "This post is deleted!", "profile": "Profil", "posted_by": "Posted by %1", + "posted_by_guest": "Posted by Guest", "chat": "Sembang", "notify_me": "Kekal dimaklumkan berkenaan respon dalam topik ini", "quote": "Petikan", diff --git a/public/language/nb/global.json b/public/language/nb/global.json index 174caf3f87..c4f58883e2 100644 --- a/public/language/nb/global.json +++ b/public/language/nb/global.json @@ -50,7 +50,7 @@ "posted_ago": "posted %1", "posted_in_ago_by_guest": "posted in %1 %2 by Guest", "posted_in_ago_by": "posted in %1 %2 by %3", - "posted_in_ago": "posted in %1", + "posted_in_ago": "posted in %1 %2", "replied_ago": "replied %1", "user_posted_ago": "%1 posted %2", "guest_posted_ago": "Guest posted %1", diff --git a/public/language/nb/topic.json b/public/language/nb/topic.json index fca974aa4f..5ecd38e2fc 100644 --- a/public/language/nb/topic.json +++ b/public/language/nb/topic.json @@ -7,6 +7,7 @@ "post_is_deleted": "This post is deleted!", "profile": "Profil", "posted_by": "Posted by %1", + "posted_by_guest": "Posted by Guest", "chat": "Chat", "notify_me": "Bli varslet om nye svar i dette emnet", "quote": "Siter", diff --git a/public/language/nl/global.json b/public/language/nl/global.json index 322239efe4..f5800b1abe 100644 --- a/public/language/nl/global.json +++ b/public/language/nl/global.json @@ -50,7 +50,7 @@ "posted_ago": "posted %1", "posted_in_ago_by_guest": "posted in %1 %2 by Guest", "posted_in_ago_by": "posted in %1 %2 by %3", - "posted_in_ago": "posted in %1", + "posted_in_ago": "posted in %1 %2", "replied_ago": "replied %1", "user_posted_ago": "%1 posted %2", "guest_posted_ago": "Guest posted %1", diff --git a/public/language/nl/topic.json b/public/language/nl/topic.json index fcd6b36e70..ff6a0d125d 100644 --- a/public/language/nl/topic.json +++ b/public/language/nl/topic.json @@ -7,6 +7,7 @@ "post_is_deleted": "This post is deleted!", "profile": "Profiel", "posted_by": "Posted by %1", + "posted_by_guest": "Posted by Guest", "chat": "Chat", "notify_me": "Krijg notificaties van nieuwe reacties op dit onderwerp", "quote": "Citeren", diff --git a/public/language/pl/global.json b/public/language/pl/global.json index 7f00359608..f44cf2e0e0 100644 --- a/public/language/pl/global.json +++ b/public/language/pl/global.json @@ -50,7 +50,7 @@ "posted_ago": "posted %1", "posted_in_ago_by_guest": "posted in %1 %2 by Guest", "posted_in_ago_by": "posted in %1 %2 by %3", - "posted_in_ago": "posted in %1", + "posted_in_ago": "posted in %1 %2", "replied_ago": "replied %1", "user_posted_ago": "%1 posted %2", "guest_posted_ago": "Guest posted %1", @@ -63,8 +63,8 @@ "dnd": "Nie przeszkadzać", "invisible": "Niewidoczny", "offline": "Niedostępny", - "email": "Email", - "language": "Language", + "email": "Adres e-mail", + "language": "Język", "guest": "Guest", "guests": "Guests" } \ No newline at end of file diff --git a/public/language/pl/modules.json b/public/language/pl/modules.json index 3f86ea8757..5b586de5ec 100644 --- a/public/language/pl/modules.json +++ b/public/language/pl/modules.json @@ -3,5 +3,5 @@ "chat.placeholder": "napisz wiadomość tutaj i naciśnij enter", "chat.send": "Wyślij", "chat.no_active": "Nie prowadzisz obecnie żadnych rozmów.", - "chat.user_typing": "%1 is typing ..." + "chat.user_typing": "%1 pisze..." } \ No newline at end of file diff --git a/public/language/pl/notifications.json b/public/language/pl/notifications.json index aacda0e7f4..8ff62f566d 100644 --- a/public/language/pl/notifications.json +++ b/public/language/pl/notifications.json @@ -7,12 +7,12 @@ "outgoing_link_message": "Opuszczasz", "continue_to": "Kontynuuj do", "return_to": "Wróć do", - "new_notification": "New Notification", - "you_have_unread_notifications": "You have unread notifications.", - "user_made_post": "%1 made a new post", - "new_message_from": "New message from %1", + "new_notification": "Nowe powiadomienie", + "you_have_unread_notifications": "Masz nieprzeczytane powiadomienia.", + "user_made_post": "%1 napisał nowy post", + "new_message_from": "Nowa wiadomość od %1", "upvoted_your_post": "%1 has upvoted your post.", "favourited_your_post": "%1 has favourited your post.", "user_flagged_post": "%1 flagged a post.", - "user_posted_to": "%1 has posted a reply to: %2" + "user_posted_to": "%1 dodał odpowiedź do %2" } \ No newline at end of file diff --git a/public/language/pl/pages.json b/public/language/pl/pages.json index c18c45e0c5..155c4619a1 100644 --- a/public/language/pl/pages.json +++ b/public/language/pl/pages.json @@ -9,7 +9,7 @@ "user.following": "Obserwowani przez %1", "user.followers": "Obserwujący %1", "user.posts": "Posty napisane przez %1", - "user.topics": "Topics created by %1", + "user.topics": "Wątki stworzone przez %1", "user.favourites": "Ulubione posty %1", "user.settings": "Ustawienia użytkownika" } \ No newline at end of file diff --git a/public/language/pl/reset_password.json b/public/language/pl/reset_password.json index a7a71f04fd..fa0affeab6 100644 --- a/public/language/pl/reset_password.json +++ b/public/language/pl/reset_password.json @@ -8,7 +8,7 @@ "new_password": "Nowe hasło", "repeat_password": "Powtórz hasło", "enter_email": "Podaj swój adres e-mail i wyślemy ci wiadomość z instrukcjami jak zresetować hasło.", - "enter_email_address": "Enter Email Address", + "enter_email_address": "Wpisz swój adres e-mail", "password_reset_sent": "Instrukcje zostały wysłane", "invalid_email": "Niepoprawny adres e-mail." } \ No newline at end of file diff --git a/public/language/pl/topic.json b/public/language/pl/topic.json index 4250eaf41f..18c68678cd 100644 --- a/public/language/pl/topic.json +++ b/public/language/pl/topic.json @@ -6,7 +6,8 @@ "no_posts_found": "Nie znaleziono żadnych postów.", "post_is_deleted": "This post is deleted!", "profile": "Profil", - "posted_by": "Posted by %1", + "posted_by": "Napisane przez %1", + "posted_by_guest": "Posted by Guest", "chat": "Czat", "notify_me": "Powiadamiaj mnie o nowych odpowiedziach w tym wątku", "quote": "Cytuj", @@ -77,7 +78,7 @@ "composer.help": "Pomoc", "composer.discard": "Odrzuć", "composer.submit": "Wyślij", - "composer.replying_to": "Replying to %1", + "composer.replying_to": "Odpowiadanie na %1", "composer.new_topic": "Nowy wątek", "composer.uploading": "wysyłanie...", "composer.thumb_url_label": "Wklej adres miniaturki wątku", diff --git a/public/language/pl/user.json b/public/language/pl/user.json index f28930d4cc..c0f56a6199 100644 --- a/public/language/pl/user.json +++ b/public/language/pl/user.json @@ -21,7 +21,7 @@ "chat": "Rozmawiaj", "follow": "Śledź", "unfollow": "Przestań śledzić", - "profile_update_success": "Profile has been updated successfully!", + "profile_update_success": "Profil został zaktualizowany pomyślnie!", "change_picture": "Zmień zdjęcie", "edit": "Edytuj", "uploaded_picture": "Przesłane zdjęcie", @@ -32,7 +32,7 @@ "change_password_error_wrong_current": "Twoje aktualne hasło nie jest poprawne!", "change_password_error_length": "Hasło jest za krótkie!", "change_password_error_match": "Hasła muszą pasować!", - "change_password_error_privileges": "You do not have the rights to change this password.", + "change_password_error_privileges": "Nie masz uprawnień do zmiany tego hasła.", "change_password_success": "Twoje hasło jest zaktualizowane!", "confirm_password": "Potwierdź hasło", "password": "Hasło", @@ -45,10 +45,10 @@ "show_email": "Wyświetlaj mój adres e-mail", "digest_label": "Subscribe to Digest", "digest_description": "Subscribe to email updates for this forum (new notifications and topics) according to a set schedule", - "digest_off": "Off", - "digest_daily": "Daily", - "digest_weekly": "Weekly", - "digest_monthly": "Monthly", + "digest_off": "Wyłączone", + "digest_daily": "Codziennie", + "digest_weekly": "Co tydzień", + "digest_monthly": "Co miesiąc", "has_no_follower": "Ten użytkownik nie ma jeszcze żadnych obserwujących", "follows_no_one": "Użytkownik jeszcze nikogo nie obsweruje.", "has_no_posts": "Użytkownik nie napisał jeszcze żadnych postów.", diff --git a/public/language/pt_BR/global.json b/public/language/pt_BR/global.json index 5503fb7125..bab2e65d8c 100644 --- a/public/language/pt_BR/global.json +++ b/public/language/pt_BR/global.json @@ -50,7 +50,7 @@ "posted_ago": "posted %1", "posted_in_ago_by_guest": "posted in %1 %2 by Guest", "posted_in_ago_by": "posted in %1 %2 by %3", - "posted_in_ago": "posted in %1", + "posted_in_ago": "posted in %1 %2", "replied_ago": "replied %1", "user_posted_ago": "%1 posted %2", "guest_posted_ago": "Guest posted %1", diff --git a/public/language/pt_BR/topic.json b/public/language/pt_BR/topic.json index 36f737db2a..daf029be0b 100644 --- a/public/language/pt_BR/topic.json +++ b/public/language/pt_BR/topic.json @@ -7,6 +7,7 @@ "post_is_deleted": "This post is deleted!", "profile": "Perfil", "posted_by": "Posted by %1", + "posted_by_guest": "Posted by Guest", "chat": "Bate Papo", "notify_me": "Ser notificado a cada nova resposta", "quote": "Citar", diff --git a/public/language/ru/global.json b/public/language/ru/global.json index e5fa7d5d88..ba38a0cf7e 100644 --- a/public/language/ru/global.json +++ b/public/language/ru/global.json @@ -50,7 +50,7 @@ "posted_ago": "posted %1", "posted_in_ago_by_guest": "posted in %1 %2 by Guest", "posted_in_ago_by": "posted in %1 %2 by %3", - "posted_in_ago": "posted in %1", + "posted_in_ago": "posted in %1 %2", "replied_ago": "replied %1", "user_posted_ago": "%1 posted %2", "guest_posted_ago": "Guest posted %1", diff --git a/public/language/ru/topic.json b/public/language/ru/topic.json index 40b9b7cd67..fd97b8372e 100644 --- a/public/language/ru/topic.json +++ b/public/language/ru/topic.json @@ -7,6 +7,7 @@ "post_is_deleted": "This post is deleted!", "profile": "Профиль", "posted_by": "Posted by %1", + "posted_by_guest": "Posted by Guest", "chat": "Чат", "notify_me": "Сообщать мне об ответах в этой теме", "quote": "Цитировать", diff --git a/public/language/sc/global.json b/public/language/sc/global.json index b9be532788..30c5548c40 100644 --- a/public/language/sc/global.json +++ b/public/language/sc/global.json @@ -50,7 +50,7 @@ "posted_ago": "posted %1", "posted_in_ago_by_guest": "posted in %1 %2 by Guest", "posted_in_ago_by": "posted in %1 %2 by %3", - "posted_in_ago": "posted in %1", + "posted_in_ago": "posted in %1 %2", "replied_ago": "replied %1", "user_posted_ago": "%1 posted %2", "guest_posted_ago": "Guest posted %1", diff --git a/public/language/sc/topic.json b/public/language/sc/topic.json index a70cb7db8e..d164ab8480 100644 --- a/public/language/sc/topic.json +++ b/public/language/sc/topic.json @@ -7,6 +7,7 @@ "post_is_deleted": "This post is deleted!", "profile": "Perfilu", "posted_by": "Posted by %1", + "posted_by_guest": "Posted by Guest", "chat": "Tzarra", "notify_me": "Imbia·mi notìficas pro is rispostas noas a custa arresonada", "quote": "Mèntova", diff --git a/public/language/sk/global.json b/public/language/sk/global.json index df50a41ae5..f0c7f6af18 100644 --- a/public/language/sk/global.json +++ b/public/language/sk/global.json @@ -50,7 +50,7 @@ "posted_ago": "posted %1", "posted_in_ago_by_guest": "posted in %1 %2 by Guest", "posted_in_ago_by": "posted in %1 %2 by %3", - "posted_in_ago": "posted in %1", + "posted_in_ago": "posted in %1 %2", "replied_ago": "replied %1", "user_posted_ago": "%1 posted %2", "guest_posted_ago": "Guest posted %1", diff --git a/public/language/sk/reset_password.json b/public/language/sk/reset_password.json index b4123f8818..bceaea8148 100644 --- a/public/language/sk/reset_password.json +++ b/public/language/sk/reset_password.json @@ -8,7 +8,7 @@ "new_password": "Nové heslo", "repeat_password": "Potvrdenie hesla", "enter_email": "Zadajte svoju emailovú adresu a my Vám pošleme informácie, ako môžete obnoviť svoje heslo.", - "enter_email_address": "Enter Email Address", + "enter_email_address": "Zadajte e-mail", "password_reset_sent": "Obnova hesla odoslaná", "invalid_email": "Zlý email / Email neexistuje!" } \ No newline at end of file diff --git a/public/language/sk/topic.json b/public/language/sk/topic.json index 04f2f94db1..f2d55ce1c2 100644 --- a/public/language/sk/topic.json +++ b/public/language/sk/topic.json @@ -7,6 +7,7 @@ "post_is_deleted": "This post is deleted!", "profile": "Profil", "posted_by": "Posted by %1", + "posted_by_guest": "Posted by Guest", "chat": "Chat", "notify_me": "Sledovať túto tému", "quote": "Citovať", diff --git a/public/language/sv/global.json b/public/language/sv/global.json index 097b9c31f5..441a1aabad 100644 --- a/public/language/sv/global.json +++ b/public/language/sv/global.json @@ -50,7 +50,7 @@ "posted_ago": "posted %1", "posted_in_ago_by_guest": "posted in %1 %2 by Guest", "posted_in_ago_by": "posted in %1 %2 by %3", - "posted_in_ago": "posted in %1", + "posted_in_ago": "posted in %1 %2", "replied_ago": "replied %1", "user_posted_ago": "%1 posted %2", "guest_posted_ago": "Guest posted %1", diff --git a/public/language/sv/topic.json b/public/language/sv/topic.json index eae47cbf5b..66ca248587 100644 --- a/public/language/sv/topic.json +++ b/public/language/sv/topic.json @@ -7,6 +7,7 @@ "post_is_deleted": "This post is deleted!", "profile": "Profil", "posted_by": "Posted by %1", + "posted_by_guest": "Posted by Guest", "chat": "Chatt", "notify_me": "Få notiser om nya svar i detta ämne", "quote": "Citera", diff --git a/public/language/th/global.json b/public/language/th/global.json index f6cab50f35..ea02312ad6 100644 --- a/public/language/th/global.json +++ b/public/language/th/global.json @@ -50,7 +50,7 @@ "posted_ago": "posted %1", "posted_in_ago_by_guest": "posted in %1 %2 by Guest", "posted_in_ago_by": "posted in %1 %2 by %3", - "posted_in_ago": "posted in %1", + "posted_in_ago": "posted in %1 %2", "replied_ago": "replied %1", "user_posted_ago": "%1 posted %2", "guest_posted_ago": "Guest posted %1", diff --git a/public/language/th/language.json b/public/language/th/language.json index 60f5f2303c..c04cfd15be 100644 --- a/public/language/th/language.json +++ b/public/language/th/language.json @@ -1,5 +1,5 @@ { "name": "ภาษาอังกฤษ (สหราชอาณาจักร / แคนาดา)", - "code": "th", + "code": "en_GB", "dir": "ltr" } \ No newline at end of file diff --git a/public/language/th/topic.json b/public/language/th/topic.json index 5650cc6681..187b74b496 100644 --- a/public/language/th/topic.json +++ b/public/language/th/topic.json @@ -7,6 +7,7 @@ "post_is_deleted": "This post is deleted!", "profile": "รายละเอียด", "posted_by": "Posted by %1", + "posted_by_guest": "Posted by Guest", "chat": "แชท", "notify_me": "แจ้งเตือนเมื่อการตอบใหม่ในกระทู้นี้", "quote": "คำอ้างอิง", diff --git a/public/language/vi/global.json b/public/language/vi/global.json index 433101d4cd..92ccbe6b3d 100644 --- a/public/language/vi/global.json +++ b/public/language/vi/global.json @@ -50,7 +50,7 @@ "posted_ago": "Đã viết %1", "posted_in_ago_by_guest": "Đã viết trong %1 %2 bởi Khách", "posted_in_ago_by": "Đã viết trong %1 %2 bởi %3", - "posted_in_ago": "Đã viết trong %1", + "posted_in_ago": "được đăng trong %1 %2", "replied_ago": "Đã trả lời %1", "user_posted_ago": "%1 đã viết %2", "guest_posted_ago": "Khách đã viết %1", diff --git a/public/language/vi/language.json b/public/language/vi/language.json index f0787f748a..798d02e33b 100644 --- a/public/language/vi/language.json +++ b/public/language/vi/language.json @@ -1,5 +1,5 @@ { - "name": "Tiếng Việt", - "code": "vi", + "name": "Tiếng Anh (Vương Quốc Anh/Canada)", + "code": "en_GB", "dir": "ltr" } \ No newline at end of file diff --git a/public/language/vi/topic.json b/public/language/vi/topic.json index 3cae01a414..1847f66d39 100644 --- a/public/language/vi/topic.json +++ b/public/language/vi/topic.json @@ -7,6 +7,7 @@ "post_is_deleted": "Bài gửi này đã bị xóa!", "profile": "Hồ sơ", "posted_by": "Được viết bởi %1", + "posted_by_guest": "Posted by Guest", "chat": "Chat", "notify_me": "Được thông báo khi có trả lời mới trong chủ đề này", "quote": "Trích dẫn", diff --git a/public/language/zh_CN/error.json b/public/language/zh_CN/error.json index d536c24a73..dddbcdfc88 100644 --- a/public/language/zh_CN/error.json +++ b/public/language/zh_CN/error.json @@ -1,14 +1,14 @@ { - "invalid-data": "Invalid Data", - "not-logged-in": "You don't seem to be logged in.", - "invalid-cid": "Invalid Category ID", - "invalid-tid": "Invalid Topic ID", - "invalid-pid": "Invalid Post ID", - "invalid-uid": "Invalid User ID", - "invalid-username": "Invalid Username", - "invalid-email": "Invalid Email", - "invalid-title": "Invalid title", - "invalid-user-data": "Invalid User Data", + "invalid-data": "无效数据", + "not-logged-in": "你看起来还没有登陆", + "invalid-cid": "无效的板块ID", + "invalid-tid": "无效的话题ID", + "invalid-pid": "无效的帖子ID", + "invalid-uid": "无效的用户ID", + "invalid-username": "无效用户名", + "invalid-email": "无效电邮", + "invalid-title": "无效标题", + "invalid-user-data": "无效用户数据", "invalid-password": "Invalid Password", "invalid-pagination-value": "Invalid pagination value", "username-taken": "Username taken", diff --git a/public/language/zh_CN/global.json b/public/language/zh_CN/global.json index 866f659c48..d0012c0233 100644 --- a/public/language/zh_CN/global.json +++ b/public/language/zh_CN/global.json @@ -50,7 +50,7 @@ "posted_ago": "发布于 %1", "posted_in_ago_by_guest": "游客发布于 %1 %2", "posted_in_ago_by": "%3 在 %1 发布于 %2", - "posted_in_ago": "发布在 %1", + "posted_in_ago": "posted in %1 %2", "replied_ago": "%1 回复", "user_posted_ago": "%1 于 %2 发布", "guest_posted_ago": "游客发布于 %1", diff --git a/public/language/zh_CN/reset_password.json b/public/language/zh_CN/reset_password.json index ffd0ff528d..2c593f4900 100644 --- a/public/language/zh_CN/reset_password.json +++ b/public/language/zh_CN/reset_password.json @@ -8,7 +8,7 @@ "new_password": "新的密码", "repeat_password": "确认密码", "enter_email": "请输入您的Email地址,我们会发送邮件告诉您如何重置密码。", - "enter_email_address": "Enter Email Address", + "enter_email_address": "输入邮箱地址", "password_reset_sent": "密码重置邮件已发送。", "invalid_email": "非法的邮箱地址/邮箱不存在!" } \ No newline at end of file diff --git a/public/language/zh_CN/topic.json b/public/language/zh_CN/topic.json index b710e82ff4..d678314f6f 100644 --- a/public/language/zh_CN/topic.json +++ b/public/language/zh_CN/topic.json @@ -7,6 +7,7 @@ "post_is_deleted": "This post is deleted!", "profile": "资料", "posted_by": "Posted by %1", + "posted_by_guest": "Posted by Guest", "chat": "聊天", "notify_me": "该主题有新回复时通知我", "quote": "引用", diff --git a/public/language/zh_CN/user.json b/public/language/zh_CN/user.json index d71a32feff..383952d163 100644 --- a/public/language/zh_CN/user.json +++ b/public/language/zh_CN/user.json @@ -43,8 +43,8 @@ "max": "最大.", "settings": "设置", "show_email": "显示我的邮箱", - "digest_label": "Subscribe to Digest", - "digest_description": "Subscribe to email updates for this forum (new notifications and topics) according to a set schedule", + "digest_label": "订阅摘要", + "digest_description": "按照计划订阅邮件提醒( 新通知和话题 )", "digest_off": "关闭", "digest_daily": "今天", "digest_weekly": "本周", diff --git a/public/language/zh_TW/global.json b/public/language/zh_TW/global.json index 69262ee6ad..3222f72a1e 100644 --- a/public/language/zh_TW/global.json +++ b/public/language/zh_TW/global.json @@ -50,7 +50,7 @@ "posted_ago": "posted %1", "posted_in_ago_by_guest": "posted in %1 %2 by Guest", "posted_in_ago_by": "posted in %1 %2 by %3", - "posted_in_ago": "posted in %1", + "posted_in_ago": "posted in %1 %2", "replied_ago": "replied %1", "user_posted_ago": "%1 posted %2", "guest_posted_ago": "Guest posted %1", diff --git a/public/language/zh_TW/topic.json b/public/language/zh_TW/topic.json index e4e90365fb..f403487fc0 100644 --- a/public/language/zh_TW/topic.json +++ b/public/language/zh_TW/topic.json @@ -7,6 +7,7 @@ "post_is_deleted": "帖子已被刪除!", "profile": "資料", "posted_by": "由 %1 發布", + "posted_by_guest": "Posted by Guest", "chat": "聊天", "notify_me": "該主題有新回覆時通知我", "quote": "引用",