diff --git a/public/language/ar/email.json b/public/language/ar/email.json index 208cd74525..a015fa445c 100644 --- a/public/language/ar/email.json +++ b/public/language/ar/email.json @@ -13,7 +13,7 @@ "digest.latest_topics": "آخر المستجدات من %1", "digest.cta": "انقر هنا لمشاهدة %1", "digest.unsub.info": "تم إرسال هذا الإشعار بآخر المستجدات وفقا لخيارات تسجيلكم.", - "digest.no_topics": "There have been no active topics in the past %1", + "digest.no_topics": "ليس هناك مواضيع نشيطة في %1 الماضي", "notif.chat.subject": "هناك محادثة جديدة من %1", "notif.chat.cta": "انقر هنا لمتابعة المحادثة", "notif.chat.unsub.info": "تم إرسال هذا الإشعار بوجودة محادثة جديدة وفقا لخيارات تسجيلك.", diff --git a/public/language/ar/error.json b/public/language/ar/error.json index af928bb505..21b27c5bce 100644 --- a/public/language/ar/error.json +++ b/public/language/ar/error.json @@ -63,5 +63,5 @@ "not-enough-reputation-to-downvote": "ليس لديك سمعة تكفي لإضافة صوت سلبي لهذا الموضوع", "not-enough-reputation-to-flag": "ليس لديك سمعة تكفي للإشعار بموضوع مخل", "reload-failed": "المنتدى واجه مشكلة أثناء إعادة التحميل: \"%1\". سيواصل المنتدى خدمة العملاء السابقين لكن يجب عليك إلغاء أي تغيير قمت به قبل إعادة التحميل.", - "registration-error": "Registration Error" + "registration-error": "حدث خطأ أثناء التسجيل" } \ No newline at end of file diff --git a/public/language/ar/global.json b/public/language/ar/global.json index 0f20c0fac2..78853f6439 100644 --- a/public/language/ar/global.json +++ b/public/language/ar/global.json @@ -73,5 +73,5 @@ "updated.title": "تم تحديث المنتدى", "updated.message": "لقد تم تحديث المنتدى إلى آخر نسخة للتو. المرجو إعادة تحميل الصفحة.", "privacy": "الخصوصية", - "delete_all": "Delete All" + "delete_all": "حذف الكل" } \ No newline at end of file diff --git a/public/language/ar/user.json b/public/language/ar/user.json index 62068b17ff..ff95cadcb6 100644 --- a/public/language/ar/user.json +++ b/public/language/ar/user.json @@ -68,6 +68,8 @@ "notification_sounds": "تشغيل ملف صوتي عند استلام التنبيهات.", "browsing": "خيارات التصفح", "open_links_in_new_tab": "فتح الروابط الخارجية في تبويب جديد؟", + "enable_topic_searching": "تفعيل خاصية البحث داخل المواضيع", + "topic_search_help": "في حالة تفعيلها، ستعوض خاصيةُ البحث داخل المواضيع خاصيةَ البحث الخاصة بالمتصفح، فتمكنك بالتالي بالبحث في الموضوع بأكمله دون الاقتصار على مايظهر في الشاشة فحسب.", "follow_topics_you_reply_to": "متابعة المشاركات التي ترد عليها", "follow_topics_you_create": "متابعة المشاركات التي تكتبها" } \ No newline at end of file diff --git a/public/language/cs/category.json b/public/language/cs/category.json index 0c5e3af859..92d0e10df2 100644 --- a/public/language/cs/category.json +++ b/public/language/cs/category.json @@ -4,5 +4,5 @@ "browsing": "prohlíží", "no_replies": "Nikdo ještě neodpověděl", "share_this_category": "Share this category", - "ignore": "Ignore" + "ignore": "Ignorovat" } \ No newline at end of file diff --git a/public/language/cs/email.json b/public/language/cs/email.json index fdbfb006c6..622894cceb 100644 --- a/public/language/cs/email.json +++ b/public/language/cs/email.json @@ -1,11 +1,11 @@ { "password-reset-requested": "Password Reset Requested - %1!", - "welcome-to": "Welcome to %1", - "greeting_no_name": "Hello", - "greeting_with_name": "Hello %1", - "welcome.text1": "Thank you for registering with %1!", - "welcome.text2": "To fully activate your account, we need to verify that you own the email address you registered with.", - "welcome.cta": "Click here to confirm your email address", + "welcome-to": "Vítejte v %1", + "greeting_no_name": "Dobrý den", + "greeting_with_name": "Dobrý den %1", + "welcome.text1": "Děkujeme vám za registraci s %1!", + "welcome.text2": "Pro úplnou aktivaci vašeho účtu potřebujeme ověřit vaší emailovou adresu.", + "welcome.cta": "Klikněte zde pro potvrzení vaší emailové adresy", "reset.text1": "We received a request to reset your password, possibly because you have forgotten it. If this is not the case, please ignore this email.", "reset.text2": "To continue with the password reset, please click on the following link:", "reset.cta": "Click here to reset your password", diff --git a/public/language/cs/reset_password.json b/public/language/cs/reset_password.json index 82114efc95..41dce1549f 100644 --- a/public/language/cs/reset_password.json +++ b/public/language/cs/reset_password.json @@ -8,7 +8,7 @@ "new_password": "Nové heslo", "repeat_password": "Potvrzení hesla", "enter_email": "Zadejte svou emailovou adresu a my Vám pošleme informace, jak můžete obnovit své heslo.", - "enter_email_address": "Enter Email Address", + "enter_email_address": "Zadejte emailovou adresu", "password_reset_sent": "Obnova hesla odeslána", "invalid_email": "Špatný email / Email neexistuje!" } \ No newline at end of file diff --git a/public/language/cs/user.json b/public/language/cs/user.json index 52473e3022..e32bd0fc0e 100644 --- a/public/language/cs/user.json +++ b/public/language/cs/user.json @@ -68,6 +68,8 @@ "notification_sounds": "Play a sound when you receive a notification.", "browsing": "Browsing Settings", "open_links_in_new_tab": "Open outgoing links in new tab?", + "enable_topic_searching": "Enable In-Topic Searching", + "topic_search_help": "If enabled, in-topic searching will override the browser's default page search behaviour and allow you to search through the entire topic, instead of what is only shown on screen.", "follow_topics_you_reply_to": "Follow topics that you reply to.", "follow_topics_you_create": "Follow topics you create." } \ No newline at end of file diff --git a/public/language/cs/users.json b/public/language/cs/users.json index dca3d54e5d..b3bc661463 100644 --- a/public/language/cs/users.json +++ b/public/language/cs/users.json @@ -5,5 +5,5 @@ "search": "Vyhledávat", "enter_username": "Zadej uživatelské jméno k hledání", "load_more": "Načíst další", - "users-found-search-took": "%1 user(s) found! Search took %2 ms." + "users-found-search-took": "Nazelezeno: %1 uživetel(ů)! Vyhledání trvalo %2 ms." } \ No newline at end of file diff --git a/public/language/de/user.json b/public/language/de/user.json index 4870fe3b36..6e73a8a1e2 100644 --- a/public/language/de/user.json +++ b/public/language/de/user.json @@ -68,6 +68,8 @@ "notification_sounds": "Ton abspielen, wenn ich eine Benachrichtigung erhalte.", "browsing": "Browser Einstellungen", "open_links_in_new_tab": "Externe Links in neuem Tab öffnen?", + "enable_topic_searching": "Suchen innerhalb von Themen aktivieren", + "topic_search_help": "If enabled, in-topic searching will override the browser's default page search behaviour and allow you to search through the entire topic, instead of what is only shown on screen.", "follow_topics_you_reply_to": "Folge Themen, auf die du antwortest.", "follow_topics_you_create": "Folge Themen, die du erstellst." } \ No newline at end of file diff --git a/public/language/el/user.json b/public/language/el/user.json index 6575e6529f..17206384d9 100644 --- a/public/language/el/user.json +++ b/public/language/el/user.json @@ -68,6 +68,8 @@ "notification_sounds": "Αναπαραγωγή ήχου όταν λαμβάνεις μια ειδοποίηση.", "browsing": "Επιλογές Περιήγησης", "open_links_in_new_tab": "Άνοιγμα εξερχόμενων συνδέσμων σε νέα καρτέλα;", + "enable_topic_searching": "Enable In-Topic Searching", + "topic_search_help": "If enabled, in-topic searching will override the browser's default page search behaviour and allow you to search through the entire topic, instead of what is only shown on screen.", "follow_topics_you_reply_to": "Ακολούθα τα θέματα στα οποία απαντάς.", "follow_topics_you_create": "Ακολούθα τα θέματα που δημιουργείς." } \ No newline at end of file diff --git a/public/language/en@pirate/user.json b/public/language/en@pirate/user.json index cd05f4d4b1..9d17d3fdc6 100644 --- a/public/language/en@pirate/user.json +++ b/public/language/en@pirate/user.json @@ -68,6 +68,8 @@ "notification_sounds": "Play a sound when you receive a notification.", "browsing": "Browsing Settings", "open_links_in_new_tab": "Open outgoing links in new tab?", + "enable_topic_searching": "Enable In-Topic Searching", + "topic_search_help": "If enabled, in-topic searching will override the browser's default page search behaviour and allow you to search through the entire topic, instead of what is only shown on screen.", "follow_topics_you_reply_to": "Follow topics that you reply to.", "follow_topics_you_create": "Follow topics you create." } \ No newline at end of file diff --git a/public/language/en_US/user.json b/public/language/en_US/user.json index 013c41ef04..3ebf12c20b 100644 --- a/public/language/en_US/user.json +++ b/public/language/en_US/user.json @@ -68,6 +68,8 @@ "notification_sounds": "Play a sound when you receive a notification.", "browsing": "Browsing Settings", "open_links_in_new_tab": "Open outgoing links in new tab?", + "enable_topic_searching": "Enable In-Topic Searching", + "topic_search_help": "If enabled, in-topic searching will override the browser's default page search behaviour and allow you to search through the entire topic, instead of what is only shown on screen.", "follow_topics_you_reply_to": "Follow topics that you reply to.", "follow_topics_you_create": "Follow topics you create." } \ No newline at end of file diff --git a/public/language/es/user.json b/public/language/es/user.json index 63243f3af2..fab1662a7e 100644 --- a/public/language/es/user.json +++ b/public/language/es/user.json @@ -68,6 +68,8 @@ "notification_sounds": "Reproducir un sonido al recibir una notificación", "browsing": "Preferencias de navegación.", "open_links_in_new_tab": "Abrir los enlaces externos en una nueva pestaña?", + "enable_topic_searching": "Enable In-Topic Searching", + "topic_search_help": "If enabled, in-topic searching will override the browser's default page search behaviour and allow you to search through the entire topic, instead of what is only shown on screen.", "follow_topics_you_reply_to": "Seguir publicaciones en las que respondes.", "follow_topics_you_create": "Seguir publicaciones que creas." } \ No newline at end of file diff --git a/public/language/et/category.json b/public/language/et/category.json index 865d8dbae9..1c825ed2fe 100644 --- a/public/language/et/category.json +++ b/public/language/et/category.json @@ -4,5 +4,5 @@ "browsing": "vaatab", "no_replies": "Keegi pole vastanud", "share_this_category": "Jaga seda kategooriat", - "ignore": "Ignore" + "ignore": "Ignoreeri" } \ No newline at end of file diff --git a/public/language/et/global.json b/public/language/et/global.json index cd149915ad..80f06373ad 100644 --- a/public/language/et/global.json +++ b/public/language/et/global.json @@ -48,16 +48,16 @@ "views": "Vaatamised", "reputation": "Reputatsioon", "read_more": "loe veel", - "posted_ago_by_guest": "postitatud %1 tagasi külalise poolt", - "posted_ago_by": "postitatud %1 tagasi kasutaja %2 poolt", + "posted_ago_by_guest": "postitas %1 külaline", + "posted_ago_by": "postitas %1 kasutaja %2", "posted_ago": "postitatud %1", - "posted_in_ago_by_guest": "postitatud kategooriasse %1 %2 tagasi külalise poolt", - "posted_in_ago_by": "postitatud kategooriasse %1 %2 kasutaja %3 poolt", - "posted_in_ago": "postitatud kategooriasse %1 %2 tagasi", + "posted_in_ago_by_guest": "külaline postitas kategooriasse %1 %2 ", + "posted_in_ago_by": "%3 postitatas %2 kategooriasse %1", + "posted_in_ago": "postitas kategooriasse %1 %2", "replied_ago": "vastas %1", - "user_posted_ago": "kasutaja %1 postitas %2 tagasi", + "user_posted_ago": "%1 postitas %2", "guest_posted_ago": "Külaline postitas %1", - "last_edited_by_ago": "viimati muudetud kasutaja %1 poolt %2", + "last_edited_by_ago": "viimati muutis %1 %2", "norecentposts": "Hiljutisi postitusi ei ole", "norecenttopics": "Hiljutisi teemasid ei ole", "recentposts": "Hiljutised postitused", @@ -73,5 +73,5 @@ "updated.title": "Foorum on uuendatud", "updated.message": "See foorum uuendati just kõige uuemale versioonile. Vajuta siia et värskendada veebilehte.", "privacy": "Privaatsus", - "delete_all": "Delete All" + "delete_all": "Kustuta kõik" } \ No newline at end of file diff --git a/public/language/et/topic.json b/public/language/et/topic.json index 216eb26ba0..629ea945a2 100644 --- a/public/language/et/topic.json +++ b/public/language/et/topic.json @@ -6,7 +6,7 @@ "no_posts_found": "Postitusi ei leitud!", "post_is_deleted": "See postitus on kustutatud!", "profile": "Profiil", - "posted_by": "Postitatud %1 poolt", + "posted_by": "Postitas %1", "posted_by_guest": "Postitatud külalise ppolt", "chat": "Vestlus", "notify_me": "Saa teateid uutest postitustest selles teemas", @@ -27,7 +27,7 @@ "flag_title": "Märgista see postitus modereerimiseks", "flag_confirm": "Oled kindel, et soovid märgistada antud postituse?", "flag_success": "See posits on nüüd märgistatud modereerimiseks.", - "deleted_message": "See teema on kustutatud. Annul kasutajad kellel on piisavalt õigusi saavad seda näha.", + "deleted_message": "See teema on kustutatud. Ainult kasutajad kellel on piisavalt õigusi saavad seda näha.", "following_topic.message": "Sulle ei edastata enam teateid uutest postitustest kui keegi postitab siia teemasse.", "not_following_topic.message": "Sulle ei edastata enam teateid uutest postitustest siin teemas.", "login_to_subscribe": "Palun registreeru kasutajaks või logi sisse, et tellida teateid selle postituse kohta.", diff --git a/public/language/et/user.json b/public/language/et/user.json index a676928f9a..0e171d62ff 100644 --- a/public/language/et/user.json +++ b/public/language/et/user.json @@ -13,7 +13,7 @@ "joined": "Liitunud", "lastonline": "Viimati online", "profile": "Profiil", - "profile_views": "Profiili vaatamisi", + "profile_views": "Vaatamisi", "reputation": "Reputatsioon", "favourites": "Lemmikud", "followers": "Jälgijad", @@ -48,7 +48,7 @@ "settings": "Seaded", "show_email": "Näita minu emaili", "show_fullname": "Näita minu täisnime", - "restrict_chats": "Only allow chat messages from users I follow", + "restrict_chats": "Luba sõnumeid ainult kasutajatelt, keda järgin", "digest_label": "Telli", "digest_description": "Telli kõik teated emaili teel (uued teated ja teemad).", "digest_off": "Väljas", @@ -68,6 +68,8 @@ "notification_sounds": "Tee häält, kui saabub teade.", "browsing": "Sirvimis sätted", "open_links_in_new_tab": "Ava väljaminevad lingid uues vaheaknas?", + "enable_topic_searching": "Enable In-Topic Searching", + "topic_search_help": "If enabled, in-topic searching will override the browser's default page search behaviour and allow you to search through the entire topic, instead of what is only shown on screen.", "follow_topics_you_reply_to": "Järgi teemasid millele vastuse kirjutad.", "follow_topics_you_create": "Järgi teemasid, mis on sinu loodud." } \ No newline at end of file diff --git a/public/language/fa_IR/user.json b/public/language/fa_IR/user.json index 399c8654f9..799f5a71ae 100644 --- a/public/language/fa_IR/user.json +++ b/public/language/fa_IR/user.json @@ -68,6 +68,8 @@ "notification_sounds": "پخش صدا هنگامی که شما یک آگاه‌سازی دریافت می‌کنید.", "browsing": "تنظیمات مرور", "open_links_in_new_tab": "بازکردن لینک‌های خارجی در تب جدید؟", + "enable_topic_searching": "Enable In-Topic Searching", + "topic_search_help": "If enabled, in-topic searching will override the browser's default page search behaviour and allow you to search through the entire topic, instead of what is only shown on screen.", "follow_topics_you_reply_to": "Follow topics that you reply to.", "follow_topics_you_create": "Follow topics you create." } \ No newline at end of file diff --git a/public/language/fi/user.json b/public/language/fi/user.json index c63250094b..75ccdad3e3 100644 --- a/public/language/fi/user.json +++ b/public/language/fi/user.json @@ -68,6 +68,8 @@ "notification_sounds": "Soita merkkiääni ilmoituksen saapuessa.", "browsing": "Browsing Settings", "open_links_in_new_tab": "Open outgoing links in new tab?", + "enable_topic_searching": "Enable In-Topic Searching", + "topic_search_help": "If enabled, in-topic searching will override the browser's default page search behaviour and allow you to search through the entire topic, instead of what is only shown on screen.", "follow_topics_you_reply_to": "Follow topics that you reply to.", "follow_topics_you_create": "Follow topics you create." } \ No newline at end of file diff --git a/public/language/fr/user.json b/public/language/fr/user.json index 18b8453c30..8ac19c92bf 100644 --- a/public/language/fr/user.json +++ b/public/language/fr/user.json @@ -68,6 +68,8 @@ "notification_sounds": "Émettre un son lors de la réception de notifications.", "browsing": "Paramètres de navigation", "open_links_in_new_tab": "Ouvrir les liens externes dans un nouvel onglet ?", + "enable_topic_searching": "Activer la recherche dans les sujets", + "topic_search_help": "Une fois activé, la recherche dans les sujets va remplacer la recherche de page du navigateur et vous permettra de rechercher dans l'intégralité d'un sujet au lieu des seuls posts chargés.", "follow_topics_you_reply_to": "Suivre les sujets auxquels vous répondez.", "follow_topics_you_create": "Suivre les sujets que vous créez." } \ No newline at end of file diff --git a/public/language/he/user.json b/public/language/he/user.json index 31b264d1d5..332e6d18b7 100644 --- a/public/language/he/user.json +++ b/public/language/he/user.json @@ -68,6 +68,8 @@ "notification_sounds": "השמע צליל כאשר מתקבלת הודעה עבורך.", "browsing": "הגדרות צפייה", "open_links_in_new_tab": "Open outgoing links in new tab?", + "enable_topic_searching": "Enable In-Topic Searching", + "topic_search_help": "If enabled, in-topic searching will override the browser's default page search behaviour and allow you to search through the entire topic, instead of what is only shown on screen.", "follow_topics_you_reply_to": "Follow topics that you reply to.", "follow_topics_you_create": "Follow topics you create." } \ No newline at end of file diff --git a/public/language/hu/email.json b/public/language/hu/email.json index fdbfb006c6..ed0a1f5a1e 100644 --- a/public/language/hu/email.json +++ b/public/language/hu/email.json @@ -1,6 +1,6 @@ { - "password-reset-requested": "Password Reset Requested - %1!", - "welcome-to": "Welcome to %1", + "password-reset-requested": "Jelszó-visszaállítási kérelem - %1!", + "welcome-to": "Üdvözlet a %1-on", "greeting_no_name": "Hello", "greeting_with_name": "Hello %1", "welcome.text1": "Thank you for registering with %1!", @@ -8,14 +8,14 @@ "welcome.cta": "Click here to confirm your email address", "reset.text1": "We received a request to reset your password, possibly because you have forgotten it. If this is not the case, please ignore this email.", "reset.text2": "To continue with the password reset, please click on the following link:", - "reset.cta": "Click here to reset your password", - "digest.notifications": "You have unread notifications from %1:", - "digest.latest_topics": "Latest topics from %1", - "digest.cta": "Click here to visit %1", + "reset.cta": "Kattints ide a jelszavad visszaállításához", + "digest.notifications": "Olvasatlan értesítéseid vannak a következőtől: %1", + "digest.latest_topics": "Legutóbbi témák a következőből: %1", + "digest.cta": "Kattints ide, hogy meglátogasd a következőt: %1", "digest.unsub.info": "This digest was sent to you due to your subscription settings.", - "digest.no_topics": "There have been no active topics in the past %1", - "notif.chat.subject": "New chat message received from %1", - "notif.chat.cta": "Click here to continue the conversation", + "digest.no_topics": "Nem volt aktív témakör az elmúlt %1", + "notif.chat.subject": "Új chat üzenet érkezett a következőtől: %1", + "notif.chat.cta": "Kattints ide a beszélgetés folytatásához", "notif.chat.unsub.info": "This chat notification was sent to you due to your subscription settings.", "test.text1": "This is a test email to verify that the emailer is set up correctly for your NodeBB.", "unsub.cta": "Click here to alter those settings", diff --git a/public/language/hu/error.json b/public/language/hu/error.json index 27de09631f..3ebd2c4c81 100644 --- a/public/language/hu/error.json +++ b/public/language/hu/error.json @@ -1,37 +1,37 @@ { - "invalid-data": "Invalid Data", - "not-logged-in": "You don't seem to be logged in.", - "account-locked": "Your account has been locked temporarily", - "search-requires-login": "Searching requires an account! Please login or register!", - "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-username-or-password": "Please specify both a username and password", - "invalid-search-term": "Invalid search term", - "invalid-pagination-value": "Invalid pagination value", - "username-taken": "Username taken", - "email-taken": "Email taken", - "email-not-confirmed": "Your email has not been confirmed yet, please click here to confirm your email.", - "username-too-short": "Username too short", - "username-too-long": "Username too long", - "user-banned": "User banned", - "user-too-new": "Sorry, you are required to wait %1 seconds before making your first post", - "no-category": "Category does not exist", - "no-topic": "Topic does not exist", - "no-post": "Post does not exist", - "no-group": "Group does not exist", - "no-user": "User does not exist", + "invalid-data": "Érvénytelen adat", + "not-logged-in": "Úgy tűnik, nem vagy bejelentkezve.", + "account-locked": "A fiókod ideiglenesen le lett zárva.", + "search-requires-login": "A kereső használatához szükséges egy fiók! Kérlek jelenltkezz be vagy regisztrálj!", + "invalid-cid": "Érvénytelen kategória azonosító", + "invalid-tid": "Érvénytelen téma azonosító", + "invalid-pid": "Érvénytelen hozzászólás azonosító", + "invalid-uid": "Érvénytelen felhasználó azonosíó", + "invalid-username": "Érvénytelen felhasználónév", + "invalid-email": "Érvénytelen e-mail cím", + "invalid-title": "Érvénytelen cím!", + "invalid-user-data": "Érvénytelen felhasználói adatok", + "invalid-password": "Érvénytelen jelszó", + "invalid-username-or-password": "Kérlek adj meg egy felhasználónevet és egy jelszót", + "invalid-search-term": "Érvénytelen keresési feltétel", + "invalid-pagination-value": "Érvénytelen lapozó érték", + "username-taken": "Foglalt felhasználónév", + "email-taken": "Foglalt e-mail", + "email-not-confirmed": "Az e-mail címed még nem lett ellenőrizve, kérlek kattints ide az e-mail címed ellenőrzéséhez!", + "username-too-short": "Túl rövid felhasználónév", + "username-too-long": "Túl hosszú felhasználónév", + "user-banned": "Kitiltott felhasználó", + "user-too-new": "Sajnáljuk, várnod kell %1 másodpercet, mielőtt beküldenéd az első hozzászólásodat", + "no-category": "Nem létező kategória", + "no-topic": "Nem létező téma", + "no-post": "Nem létező hozzászólás", + "no-group": "Nem létező csoport", + "no-user": "Nem létező felhasználó", "no-teaser": "Teaser does not exist", - "no-privileges": "You do not have enough privileges for this action.", + "no-privileges": "Nincs elég jogod ehhez a művelethez.", "no-emailers-configured": "No email plugins were loaded, so a test email could not be sent", - "category-disabled": "Category disabled", - "topic-locked": "Topic Locked", + "category-disabled": "Kategória kikapcsolva", + "topic-locked": "Téma lezárva", "still-uploading": "Please wait for uploads to complete.", "content-too-short": "Please enter a longer post. Posts should contain at least %1 characters.", "title-too-short": "Please enter a longer title. Titles should contain at least %1 characters.", @@ -63,5 +63,5 @@ "not-enough-reputation-to-downvote": "You do not have enough reputation to downvote this post", "not-enough-reputation-to-flag": "You do not have enough reputation to flag this post", "reload-failed": "NodeBB encountered a problem while reloading: \"%1\". NodeBB will continue to serve the existing client-side assets, although you should undo what you did just prior to reloading.", - "registration-error": "Registration Error" + "registration-error": "Regisztrációs hiba" } \ No newline at end of file diff --git a/public/language/hu/login.json b/public/language/hu/login.json index 588630e7e4..ea28779f22 100644 --- a/public/language/hu/login.json +++ b/public/language/hu/login.json @@ -5,5 +5,5 @@ "alternative_logins": "Alternatív Belépések", "failed_login_attempt": "Sikertelen belépési kísérlet, kérlek próbálkozz újra.", "login_successful": "Sikeresen beléptél!", - "dont_have_account": "Don't have an account?" + "dont_have_account": "Nincs fiókod?" } \ No newline at end of file diff --git a/public/language/hu/modules.json b/public/language/hu/modules.json index 1b5bfb6042..f8f13275ae 100644 --- a/public/language/hu/modules.json +++ b/public/language/hu/modules.json @@ -1,21 +1,21 @@ { "chat.chatting_with": "Chat vele: ", - "chat.placeholder": "Type chat message here, press enter to send", + "chat.placeholder": "Írj be egy üzenetet, és nyomj enter-t a küldéshez", "chat.send": "Küldés", "chat.no_active": "Nincs aktív csevegésed.", - "chat.user_typing": "%1 is typing ...", - "chat.user_has_messaged_you": "%1 has messaged you.", - "chat.see_all": "See all Chats", + "chat.user_typing": "%1 gépel...", + "chat.user_has_messaged_you": "%1 üzenetet küldött neked.", + "chat.see_all": "Minden beszélgetés mutatása", "chat.no-messages": "Please select a recipient to view chat message history", - "chat.recent-chats": "Recent Chats", - "chat.contacts": "Contacts", - "chat.message-history": "Message History", - "chat.pop-out": "Pop out chat", - "chat.maximize": "Maximize", - "chat.seven_days": "7 Days", - "chat.thirty_days": "30 Days", - "chat.three_months": "3 Months", + "chat.recent-chats": "Legutóbbi beszélgetések", + "chat.contacts": "Kapcsolatok", + "chat.message-history": "Üzenet napló", + "chat.pop-out": "Felugró chat", + "chat.maximize": "Maximalizálás", + "chat.seven_days": "7 nap", + "chat.thirty_days": "30 nap", + "chat.three_months": "3 hónap", "composer.user_said_in": "%1 said in %2:", "composer.user_said": "%1 said:", - "composer.discard": "Are you sure you wish to discard this post?" + "composer.discard": "Biztosan el akarod vetni ezt a hozzászólást?" } \ No newline at end of file diff --git a/public/language/hu/pages.json b/public/language/hu/pages.json index 8ca5622374..e7b1500751 100644 --- a/public/language/hu/pages.json +++ b/public/language/hu/pages.json @@ -10,9 +10,9 @@ "user.following": "Tagok akiket %1 követ", "user.followers": "Tagok akik követik %1 -t", "user.posts": "Hozzászólások által %1", - "user.topics": "Topics created by %1", + "user.topics": "%1 által létrehozott témák", "user.favourites": "%1 Kedvenc Hozzászólásai", "user.settings": "Felhasználói Beállítások", - "maintenance.text": "%1 is currently undergoing maintenance. Please come back another time.", - "maintenance.messageIntro": "Additionally, the administrator has left this message:" + "maintenance.text": "%1 jelenleg karbantartás alatt van. Kérlek nézz vissza késöbb!", + "maintenance.messageIntro": "Ezenkívúl, az adminisztrátor ezt az üzenetet hagyta:" } \ No newline at end of file diff --git a/public/language/hu/recent.json b/public/language/hu/recent.json index b595ffd958..d158800ced 100644 --- a/public/language/hu/recent.json +++ b/public/language/hu/recent.json @@ -3,7 +3,7 @@ "day": "Nap", "week": "Hét", "month": "Hónap", - "year": "Year", - "alltime": "All Time", + "year": "Év", + "alltime": "Minden idők", "no_recent_topics": "Nincs friss topik." } \ No newline at end of file diff --git a/public/language/hu/user.json b/public/language/hu/user.json index f6c5c6fc1a..03d15c58f7 100644 --- a/public/language/hu/user.json +++ b/public/language/hu/user.json @@ -3,9 +3,9 @@ "offline": "offline", "username": "Felhasználónév", "email": "E-mail", - "confirm_email": "Confirm Email", - "delete_account": "Delete Account", - "delete_account_confirm": "Are you sure you want to delete your account?
This action is irreversible and you will not be able to recover any of your data

Enter your username to confirm that you wish to destroy this account.", + "confirm_email": "E-mail megerősítése", + "delete_account": "Fiók törlése", + "delete_account_confirm": "Biztosan törölni szeretnéd a fiókodat?
Ez a művelet nem visszafordítható, így ha folytatod, nem tudod majd visszaállítani az adataidat.

Amennyiben továbbra is törölni szeretnéd a fiókodat, add meg a felhasználónevedet!", "fullname": "Teljes Név", "website": "Weboldal", "location": "Lakhely", @@ -29,7 +29,7 @@ "edit": "Szerkeszt", "uploaded_picture": "Feltöltött kép", "upload_new_picture": "Új kép feltöltése", - "upload_new_picture_from_url": "Upload New Picture From URL", + "upload_new_picture_from_url": "Új kép feltöltése adott URL-ről", "current_password": "Current Password", "change_password": "Jelszó megváltoztatása", "change_password_error": "Helytelen jelszó!", @@ -47,15 +47,15 @@ "max": "max.", "settings": "Beállítások", "show_email": "E-mail címem mutatása", - "show_fullname": "Show My Full Name", - "restrict_chats": "Only allow chat messages from users I follow", + "show_fullname": "A teljes nevem mutatása", + "restrict_chats": "Csak olyanok tudjanak chat üzeneteket írni nekem, akiket követek", "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", - "send_chat_notifications": "Send an email if a new chat message arrives and I am not online", + "send_chat_notifications": "E-mail küldése, amennyiben chat üzenetem érkezett és nem vagyok aktív", "has_no_follower": "Ezt a felhasználót nem követi senki :(", "follows_no_one": "Ez a felhasználó nem követ senkit :(", "has_no_posts": "Ennek a felhasználónak még nincsen hozzászólása.", @@ -68,6 +68,8 @@ "notification_sounds": "Hang lejátszása ha értesítés érkezett.", "browsing": "Browsing Settings", "open_links_in_new_tab": "Open outgoing links in new tab?", - "follow_topics_you_reply_to": "Follow topics that you reply to.", - "follow_topics_you_create": "Follow topics you create." + "enable_topic_searching": "Témán belüli keresés bekapcsolása", + "topic_search_help": "Amennyiben be van kapcsolva, a témán belüli keresés fellül fogja írni a böngésző alapértelmezett oldalon belüli keresőjét és engedélyezni fogja neked, hogy a teljes témában kereshess, ne csak abban, ami jelenleg is megjelenik a képernyőn.", + "follow_topics_you_reply_to": "Minden olyan téma követése, amire válaszolsz.", + "follow_topics_you_create": "Minden általad létrehozott téma követése." } \ No newline at end of file diff --git a/public/language/it/user.json b/public/language/it/user.json index 0ccdc475dd..020c2d3b4b 100644 --- a/public/language/it/user.json +++ b/public/language/it/user.json @@ -68,6 +68,8 @@ "notification_sounds": "Riproduci un suono quando ricevi una notifica.", "browsing": "Impostazioni di Navigazione", "open_links_in_new_tab": "Aprire i link esterni in una nuova tab?", + "enable_topic_searching": "Enable In-Topic Searching", + "topic_search_help": "If enabled, in-topic searching will override the browser's default page search behaviour and allow you to search through the entire topic, instead of what is only shown on screen.", "follow_topics_you_reply_to": "Segui le discussioni in cui rispondi.", "follow_topics_you_create": "Segui le discussioni che crei." } \ No newline at end of file diff --git a/public/language/ja/user.json b/public/language/ja/user.json index 4bb32c4257..d73f31b7da 100644 --- a/public/language/ja/user.json +++ b/public/language/ja/user.json @@ -68,6 +68,8 @@ "notification_sounds": "通知が来たとき音を流す", "browsing": "Browsing Settings", "open_links_in_new_tab": "Open outgoing links in new tab?", + "enable_topic_searching": "Enable In-Topic Searching", + "topic_search_help": "If enabled, in-topic searching will override the browser's default page search behaviour and allow you to search through the entire topic, instead of what is only shown on screen.", "follow_topics_you_reply_to": "Follow topics that you reply to.", "follow_topics_you_create": "Follow topics you create." } \ No newline at end of file diff --git a/public/language/ko/user.json b/public/language/ko/user.json index bb1f1a73d7..c0f0d5d3dd 100644 --- a/public/language/ko/user.json +++ b/public/language/ko/user.json @@ -68,6 +68,8 @@ "notification_sounds": "알림을 수신하면 알림음을 재생", "browsing": "페이지 열기", "open_links_in_new_tab": "외부 링크를 새 탭에서 열기", + "enable_topic_searching": "Enable In-Topic Searching", + "topic_search_help": "If enabled, in-topic searching will override the browser's default page search behaviour and allow you to search through the entire topic, instead of what is only shown on screen.", "follow_topics_you_reply_to": "답글을 작성한 주제를 팔로우합니다.", "follow_topics_you_create": "직접 작성한 주제를 팔로우합니다." } \ No newline at end of file diff --git a/public/language/lt/user.json b/public/language/lt/user.json index 6393f1f7cd..e4f7a27dd2 100644 --- a/public/language/lt/user.json +++ b/public/language/lt/user.json @@ -68,6 +68,8 @@ "notification_sounds": "Groti garsą kai gaunate pranešimą.", "browsing": "Naršymo nustatymai", "open_links_in_new_tab": "Atidaryti nuorodas naujame skirtuke?", + "enable_topic_searching": "Enable In-Topic Searching", + "topic_search_help": "If enabled, in-topic searching will override the browser's default page search behaviour and allow you to search through the entire topic, instead of what is only shown on screen.", "follow_topics_you_reply_to": "Follow topics that you reply to.", "follow_topics_you_create": "Follow topics you create." } \ No newline at end of file diff --git a/public/language/ms/user.json b/public/language/ms/user.json index f21e277ff9..90a0baa313 100644 --- a/public/language/ms/user.json +++ b/public/language/ms/user.json @@ -68,6 +68,8 @@ "notification_sounds": "Mainkan muzik apabila anda menerima maklumbalas", "browsing": "Browsing Settings", "open_links_in_new_tab": "Open outgoing links in new tab?", + "enable_topic_searching": "Enable In-Topic Searching", + "topic_search_help": "If enabled, in-topic searching will override the browser's default page search behaviour and allow you to search through the entire topic, instead of what is only shown on screen.", "follow_topics_you_reply_to": "Follow topics that you reply to.", "follow_topics_you_create": "Follow topics you create." } \ No newline at end of file diff --git a/public/language/nb/user.json b/public/language/nb/user.json index 102889f8ff..565dac3bae 100644 --- a/public/language/nb/user.json +++ b/public/language/nb/user.json @@ -68,6 +68,8 @@ "notification_sounds": "Spill av en lyd når du mottar ett varsel.", "browsing": "Surfeinnstillinger", "open_links_in_new_tab": "Åpne utgående linker i en ny fane?", + "enable_topic_searching": "Enable In-Topic Searching", + "topic_search_help": "If enabled, in-topic searching will override the browser's default page search behaviour and allow you to search through the entire topic, instead of what is only shown on screen.", "follow_topics_you_reply_to": "Følg emner du svarer i.", "follow_topics_you_create": "Følg emner du oppretter." } \ No newline at end of file diff --git a/public/language/nl/email.json b/public/language/nl/email.json index 1a625a90d0..0ca1b08ba7 100644 --- a/public/language/nl/email.json +++ b/public/language/nl/email.json @@ -13,7 +13,7 @@ "digest.latest_topics": "De laatste onderwerpen van %1", "digest.cta": "Klik hier om deze website te bezoeken %1 ", "digest.unsub.info": "Deze overzicht was verzonden naar jou vanwege je abbonement instellingen", - "digest.no_topics": "There have been no active topics in the past %1", + "digest.no_topics": "Er zijn geen actieve onderwerpen in de afgelopen dagen %1", "notif.chat.subject": "U heeft een chatbericht ontvangen van %1", "notif.chat.cta": "Klik hier om het gesprek te hervatten", "notif.chat.unsub.info": "Deze chat notificatie was verzonden naar jou vanwege je abbonement instellingen", diff --git a/public/language/nl/error.json b/public/language/nl/error.json index b412b14ad8..160c838e0d 100644 --- a/public/language/nl/error.json +++ b/public/language/nl/error.json @@ -63,5 +63,5 @@ "not-enough-reputation-to-downvote": "U heeft niet de benodigde reputatie om dit bericht te downvoten", "not-enough-reputation-to-flag": "U heeft niet de benodigde reputatie om dit bericht te melden aan de admins", "reload-failed": "NodeBB heeft een probleem geconstateerd tijdens het laden van: \"%1\".\nNodeBB blijft verder draaien. Het is wel verstandig om de actie wat u daarvoor heeft gedaan ongedaan te maken door te herladen.", - "registration-error": "Registration Error" + "registration-error": "Registratie fout" } \ No newline at end of file diff --git a/public/language/nl/global.json b/public/language/nl/global.json index 7c4d4cb679..74459f5810 100644 --- a/public/language/nl/global.json +++ b/public/language/nl/global.json @@ -73,5 +73,5 @@ "updated.title": "Forum geüpdatet", "updated.message": "Dit forum is zojuist geüpdatet naar de laatste versie. Klik hier om de pagina te verversen", "privacy": "Privé", - "delete_all": "Delete All" + "delete_all": "Alles verwijderen" } \ No newline at end of file diff --git a/public/language/nl/user.json b/public/language/nl/user.json index f0ab75c336..6b99ab28c8 100644 --- a/public/language/nl/user.json +++ b/public/language/nl/user.json @@ -68,6 +68,8 @@ "notification_sounds": "Speel een geluid af wanneer ik een notificatie ontvang.", "browsing": "Zoek Instellingen", "open_links_in_new_tab": "Open de uitgaande links in een nieuw tabblad?", + "enable_topic_searching": "Zet zoeken in het onderwerp aan", + "topic_search_help": "Als het is ingeschakeld, dan zal het standaard zoeken overschrijven en zal je vanaf nu het gehele onderwerp kunnen doorzoeken ipv wat je standaard ziet.", "follow_topics_you_reply_to": "Volg de onderwerpen waarop u gereageerd heeft.", "follow_topics_you_create": "Volg de onderwerpen die u gecreëerd heeft." } \ No newline at end of file diff --git a/public/language/pl/user.json b/public/language/pl/user.json index 9932c5f0a2..8c11d5e145 100644 --- a/public/language/pl/user.json +++ b/public/language/pl/user.json @@ -68,6 +68,8 @@ "notification_sounds": "Odtwórz dźwięk po otrzymaniu powiadomienia.", "browsing": "Ustawienia szukania", "open_links_in_new_tab": "Otwierać linki zewnętrzne w nowych kartach?", + "enable_topic_searching": "Enable In-Topic Searching", + "topic_search_help": "If enabled, in-topic searching will override the browser's default page search behaviour and allow you to search through the entire topic, instead of what is only shown on screen.", "follow_topics_you_reply_to": "Śledź tematy, w których piszesz.", "follow_topics_you_create": "Śledź swoje tematy." } \ No newline at end of file diff --git a/public/language/pt_BR/user.json b/public/language/pt_BR/user.json index 1f0ac14c8b..7fc6f2fa22 100644 --- a/public/language/pt_BR/user.json +++ b/public/language/pt_BR/user.json @@ -68,6 +68,8 @@ "notification_sounds": "Tocar um som quando você recebe notificação.", "browsing": "Configurações de Navegação", "open_links_in_new_tab": "Abrir links externos em nova aba?", + "enable_topic_searching": "Habilitar Pesquisa dentro de Tópico", + "topic_search_help": "Se habilitado, a pesquisa dentro de tópico irá substituir o funcionamento padrão de pesquisa de página do navegador e permitir que você pesquise pelo tópico todo, ao invés de apenas o que é mostrado na tela.", "follow_topics_you_reply_to": "Seguir tópicos que você responde.", "follow_topics_you_create": "Seguir tópicos que você cria." } \ No newline at end of file diff --git a/public/language/ro/user.json b/public/language/ro/user.json index 18e202c253..46c7873a7c 100644 --- a/public/language/ro/user.json +++ b/public/language/ro/user.json @@ -68,6 +68,8 @@ "notification_sounds": "Redă un sunet când primești o notificare.", "browsing": "Setări navigare", "open_links_in_new_tab": "Deschide linkurile externe intr-un tab nou?", + "enable_topic_searching": "Enable In-Topic Searching", + "topic_search_help": "If enabled, in-topic searching will override the browser's default page search behaviour and allow you to search through the entire topic, instead of what is only shown on screen.", "follow_topics_you_reply_to": "Urmărește subiectele în care ai răspuns.", "follow_topics_you_create": "Urmărește subiectele care le creezi." } \ No newline at end of file diff --git a/public/language/ru/user.json b/public/language/ru/user.json index c9dac09bd3..3fb1d50923 100644 --- a/public/language/ru/user.json +++ b/public/language/ru/user.json @@ -68,6 +68,8 @@ "notification_sounds": "Звук при получении уведомления", "browsing": "Настройки просмотра", "open_links_in_new_tab": "Открывать ссылки, ведущие на другие сайты, в новой вкладке?", + "enable_topic_searching": "Enable In-Topic Searching", + "topic_search_help": "If enabled, in-topic searching will override the browser's default page search behaviour and allow you to search through the entire topic, instead of what is only shown on screen.", "follow_topics_you_reply_to": "Следить за темами, в которых Вы отвечали.", "follow_topics_you_create": "Следить за темами, которые Вы создали." } \ No newline at end of file diff --git a/public/language/sc/user.json b/public/language/sc/user.json index 40671a66b9..0ba6da8ed1 100644 --- a/public/language/sc/user.json +++ b/public/language/sc/user.json @@ -68,6 +68,8 @@ "notification_sounds": "Play a sound when you receive a notification.", "browsing": "Browsing Settings", "open_links_in_new_tab": "Open outgoing links in new tab?", + "enable_topic_searching": "Enable In-Topic Searching", + "topic_search_help": "If enabled, in-topic searching will override the browser's default page search behaviour and allow you to search through the entire topic, instead of what is only shown on screen.", "follow_topics_you_reply_to": "Follow topics that you reply to.", "follow_topics_you_create": "Follow topics you create." } \ No newline at end of file diff --git a/public/language/sk/user.json b/public/language/sk/user.json index c9347dda28..3606c01233 100644 --- a/public/language/sk/user.json +++ b/public/language/sk/user.json @@ -68,6 +68,8 @@ "notification_sounds": "Prehraj zvuk ked príde notifikácia", "browsing": "Hľadaj v nadstaveniach", "open_links_in_new_tab": "Otvoriť tieto odkazy v novom tabe ?", + "enable_topic_searching": "Enable In-Topic Searching", + "topic_search_help": "If enabled, in-topic searching will override the browser's default page search behaviour and allow you to search through the entire topic, instead of what is only shown on screen.", "follow_topics_you_reply_to": "Follow topics that you reply to.", "follow_topics_you_create": "Follow topics you create." } \ No newline at end of file diff --git a/public/language/sv/user.json b/public/language/sv/user.json index 03d19bb750..b019d5fc04 100644 --- a/public/language/sv/user.json +++ b/public/language/sv/user.json @@ -68,6 +68,8 @@ "notification_sounds": "Spela ett ljud när du får en notis.", "browsing": "Inställning för bläddring", "open_links_in_new_tab": "Öppna utgående länkar på ny flik?", + "enable_topic_searching": "Enable In-Topic Searching", + "topic_search_help": "If enabled, in-topic searching will override the browser's default page search behaviour and allow you to search through the entire topic, instead of what is only shown on screen.", "follow_topics_you_reply_to": "Följ ämnen so du svarat på.", "follow_topics_you_create": "Följ ämnen du skapat." } \ No newline at end of file diff --git a/public/language/th/user.json b/public/language/th/user.json index 59b2e3878b..c408af39be 100644 --- a/public/language/th/user.json +++ b/public/language/th/user.json @@ -68,6 +68,8 @@ "notification_sounds": "เตือนด้วยเสียงเมื่อมีข้อความแจ้งเตือน", "browsing": "เปิดดูการตั้งค่า", "open_links_in_new_tab": "เปิดลิงค์ในแท็บใหม่", + "enable_topic_searching": "Enable In-Topic Searching", + "topic_search_help": "If enabled, in-topic searching will override the browser's default page search behaviour and allow you to search through the entire topic, instead of what is only shown on screen.", "follow_topics_you_reply_to": "ติดตามกระทู้ที่คุณตอบ", "follow_topics_you_create": "ติดตามกระทู้ที่คุณตั้ง" } \ No newline at end of file diff --git a/public/language/tr/user.json b/public/language/tr/user.json index f67112b0aa..47721b826b 100644 --- a/public/language/tr/user.json +++ b/public/language/tr/user.json @@ -68,6 +68,8 @@ "notification_sounds": "Bildirim alındığında ses çal", "browsing": "Tarayıcı Ayaları", "open_links_in_new_tab": "Dışarı giden bağlantıları yeni sekmede aç?", + "enable_topic_searching": "Enable In-Topic Searching", + "topic_search_help": "If enabled, in-topic searching will override the browser's default page search behaviour and allow you to search through the entire topic, instead of what is only shown on screen.", "follow_topics_you_reply_to": "İleti gönderdiğim konuları takip et.", "follow_topics_you_create": "Kendi yarattığım konuları takip et." } \ No newline at end of file diff --git a/public/language/vi/user.json b/public/language/vi/user.json index df3da0470a..8eb4d7f05b 100644 --- a/public/language/vi/user.json +++ b/public/language/vi/user.json @@ -68,6 +68,8 @@ "notification_sounds": "Xuất hiện âm thanh khi bạn nhận được một thông báo", "browsing": "Đang xem cài đặt", "open_links_in_new_tab": "Mở liên kết trong tab mới?", + "enable_topic_searching": "Enable In-Topic Searching", + "topic_search_help": "If enabled, in-topic searching will override the browser's default page search behaviour and allow you to search through the entire topic, instead of what is only shown on screen.", "follow_topics_you_reply_to": "Theo dõi chủ đề mà bạn trả lời", "follow_topics_you_create": "Theo dõi chủ đề bạn tạo" } \ No newline at end of file diff --git a/public/language/zh_CN/email.json b/public/language/zh_CN/email.json index d8fa5e42b1..c641c408f0 100644 --- a/public/language/zh_CN/email.json +++ b/public/language/zh_CN/email.json @@ -13,7 +13,7 @@ "digest.latest_topics": "来自 %1 的最新主题", "digest.cta": "点击这里访问 %1", "digest.unsub.info": "根据您的订阅设置,为您发送此摘要。", - "digest.no_topics": "There have been no active topics in the past %1", + "digest.no_topics": "最近 %1,有一些未激活的主题", "notif.chat.subject": "收到来自 %1 的新聊天消息", "notif.chat.cta": "点击这里恢复会话", "notif.chat.unsub.info": "根据您的订阅设置,为您发送此聊天提醒。", diff --git a/public/language/zh_CN/error.json b/public/language/zh_CN/error.json index 9acf0b7f62..af566e4dd6 100644 --- a/public/language/zh_CN/error.json +++ b/public/language/zh_CN/error.json @@ -63,5 +63,5 @@ "not-enough-reputation-to-downvote": "您还没有足够的威望为此帖扣分", "not-enough-reputation-to-flag": "您没有足够的威望标记此帖", "reload-failed": "NodeBB 重新加载时遇到问题: \"%1\"。NodeBB 会继续给已存在的客户端组件服务,虽然您应该撤销在重新加载前执行的操作。", - "registration-error": "Registration Error" + "registration-error": "注册错误" } \ No newline at end of file diff --git a/public/language/zh_CN/global.json b/public/language/zh_CN/global.json index da8ce2b646..49076958b2 100644 --- a/public/language/zh_CN/global.json +++ b/public/language/zh_CN/global.json @@ -73,5 +73,5 @@ "updated.title": "论坛已更新", "updated.message": "论坛已更新到最新版本。点这里刷新页面。", "privacy": "隐私", - "delete_all": "Delete All" + "delete_all": "全部删除" } \ No newline at end of file diff --git a/public/language/zh_CN/user.json b/public/language/zh_CN/user.json index 6fa2ab450d..5871c8d4bb 100644 --- a/public/language/zh_CN/user.json +++ b/public/language/zh_CN/user.json @@ -68,6 +68,8 @@ "notification_sounds": "收到通知时播放提示音。", "browsing": "浏览设置", "open_links_in_new_tab": "在新标签中打开外部链接?", + "enable_topic_searching": "启用主题内搜索", + "topic_search_help": "启用后,主题内搜索会替代浏览器默认的页面搜索,你可以在整个主题的全部内容进行搜索,而不是仅限于屏幕显示的内容。", "follow_topics_you_reply_to": "关注您回复的主题。", "follow_topics_you_create": "关注您创建的主题。" } \ No newline at end of file diff --git a/public/language/zh_TW/user.json b/public/language/zh_TW/user.json index ca6a054d14..54ac9405a4 100644 --- a/public/language/zh_TW/user.json +++ b/public/language/zh_TW/user.json @@ -68,6 +68,8 @@ "notification_sounds": "當收到新消息時播放提示音", "browsing": "瀏覽設定", "open_links_in_new_tab": "在新的分頁開啟外部連結?", + "enable_topic_searching": "Enable In-Topic Searching", + "topic_search_help": "If enabled, in-topic searching will override the browser's default page search behaviour and allow you to search through the entire topic, instead of what is only shown on screen.", "follow_topics_you_reply_to": "關注您回复的主題。", "follow_topics_you_create": "關注您創建的主題。" } \ No newline at end of file