diff --git a/public/language/ar/error.json b/public/language/ar/error.json index 57ec64b2f9..ada27b424e 100644 --- a/public/language/ar/error.json +++ b/public/language/ar/error.json @@ -2,6 +2,7 @@ "invalid-data": "بيانات غير صالحة", "not-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", @@ -15,7 +16,7 @@ "username-taken": "اسم المستخدم ماخوذ", "email-taken": "البريد الالكتروني ماخوذ", "email-not-confirmed": "البريد الالكتروني ليس مؤكد", - "username-too-short": "اسم المستخدم قصير", + "username-too-short": "Username too short", "user-banned": "المستخدم محظور", "no-category": "Category doesn't exist", "no-topic": "Topic doesn't exist", @@ -34,7 +35,7 @@ "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", + "already-unfavourited": "You already unfavourited this post", "cant-ban-other-admins": "You can't ban other admins!", "invalid-image-type": "نوع الصورة ممنوع", "group-name-too-short": "Group name too short", diff --git a/public/language/ar/modules.json b/public/language/ar/modules.json index 3815ea1687..0f94f45e50 100644 --- a/public/language/ar/modules.json +++ b/public/language/ar/modules.json @@ -7,5 +7,6 @@ "chat.user_has_messaged_you": "%1 has messaged you.", "chat.see_all": "See all Chats", "composer.user_said_in": "%1 said in %2:\n", - "composer.user_said": "%1 said:\n" + "composer.user_said": "%1 said:\n", + "composer.discard": "Are you sure you wish to discard this post?" } \ No newline at end of file diff --git a/public/language/ar/notifications.json b/public/language/ar/notifications.json index 4062c7c1d1..87e8bf4970 100644 --- a/public/language/ar/notifications.json +++ b/public/language/ar/notifications.json @@ -2,7 +2,7 @@ "title": "إعلام", "no_notifs": "You have no new notifications", "see_all": "See all Notifications", - "back_to_home": "العودة إلى NodeBB", + "back_to_home": "Back to %1", "outgoing_link": "رابط خارجي", "outgoing_link_message": "أنت الأن ترحل", "continue_to": "أكمل إلى", @@ -15,6 +15,7 @@ "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_mentioned_you_in": "%1 mentioned you in %2", "email-confirmed": "Email Confirmed", "email-confirmed-message": "Thank you for validating your email. Your account is now fully activated.", "email-confirm-error": "An error occurred...", diff --git a/public/language/ar/topic.json b/public/language/ar/topic.json index 83ddde998d..1da9c7cb2f 100644 --- a/public/language/ar/topic.json +++ b/public/language/ar/topic.json @@ -14,6 +14,7 @@ "reply": "رد", "edit": "صحح", "delete": "حذف", + "purge": "Purge", "restore": "Restore", "move": "انقل", "fork": "فرع", @@ -47,6 +48,8 @@ "thread_tools.delete_confirm": "Are you sure you want to delete this thread?", "thread_tools.restore": "Restore Topic", "thread_tools.restore_confirm": "Are you sure you want to restore this thread?", + "thread_tools.purge": "Purge Topic", + "thread_tools.purge_confirm": "Are you sure you want to purge this thread?", "topic_lock_success": "Topic has been successfully locked.", "topic_unlock_success": "Topic has been successfully unlocked.", "topic_pin_success": "Topic has been successfully pinned.", @@ -54,8 +57,7 @@ "topic_move_success": "This topic has been successfully moved to %1", "post_delete_confirm": "Are you sure you want to delete this post?", "post_restore_confirm": "Are you sure you want to restore this post?", - "post_delete_error": "Could not delete this post!", - "post_restore_error": "Could not restore this post!", + "post_purge_confirm": "Are you you want to purge this post?", "load_categories": "تحميل الفئات", "disabled_categories_note": "الفئات المجلدة رمادية", "confirm_move": "انقل", @@ -91,5 +93,9 @@ "composer.upload_instructions": "Upload images by dragging & dropping them.", "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_guests": "%1 more guest(s)", + "sort_by": "Sort by", + "oldest_to_newest": "Oldest to Newest", + "newest_to_oldest": "Newest to Oldest", + "most_votes": "Most votes" } \ No newline at end of file diff --git a/public/language/ar/users.json b/public/language/ar/users.json index 5484c4d9d0..59ca2004ac 100644 --- a/public/language/ar/users.json +++ b/public/language/ar/users.json @@ -4,5 +4,7 @@ "most_reputation": "أعلى سمعة", "search": "بحث", "enter_username": "أدخل اسم مستخدم للبحث", - "load_more": "حمل المزيد" + "load_more": "حمل المزيد", + "user-not-found": "User not found!", + "users-found-search-took": "%1 user(s) found! Search took %2 ms." } \ No newline at end of file diff --git a/public/language/cs/error.json b/public/language/cs/error.json index 644ccfac11..74d072d1e1 100644 --- a/public/language/cs/error.json +++ b/public/language/cs/error.json @@ -2,6 +2,7 @@ "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", @@ -15,7 +16,7 @@ "username-taken": "Username taken", "email-taken": "Email taken", "email-not-confirmed": "Your email is not confirmed", - "username-too-short": "User name too short", + "username-too-short": "Username too short", "user-banned": "User banned", "no-category": "Category doesn't exist", "no-topic": "Topic doesn't exist", @@ -34,7 +35,7 @@ "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", + "already-unfavourited": "You already 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", diff --git a/public/language/cs/modules.json b/public/language/cs/modules.json index e62d7e8101..40bd30098c 100644 --- a/public/language/cs/modules.json +++ b/public/language/cs/modules.json @@ -7,5 +7,6 @@ "chat.user_has_messaged_you": "%1 has messaged you.", "chat.see_all": "See all Chats", "composer.user_said_in": "%1 said in %2:\n", - "composer.user_said": "%1 said:\n" + "composer.user_said": "%1 said:\n", + "composer.discard": "Are you sure you wish to discard this post?" } \ No newline at end of file diff --git a/public/language/cs/notifications.json b/public/language/cs/notifications.json index 656d2a9649..cc1ebf0158 100644 --- a/public/language/cs/notifications.json +++ b/public/language/cs/notifications.json @@ -2,7 +2,7 @@ "title": "Upozornění", "no_notifs": "You have no new notifications", "see_all": "See all Notifications", - "back_to_home": "Zpět na úvodní stránku", + "back_to_home": "Back to %1", "outgoing_link": "Odkaz mimo fórum", "outgoing_link_message": "Nyní opouštíte fórum", "continue_to": "Přejít na", @@ -15,6 +15,7 @@ "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_mentioned_you_in": "%1 mentioned you in %2", "email-confirmed": "Email Confirmed", "email-confirmed-message": "Thank you for validating your email. Your account is now fully activated.", "email-confirm-error": "An error occurred...", diff --git a/public/language/cs/topic.json b/public/language/cs/topic.json index 9fab09ff70..5156f6693f 100644 --- a/public/language/cs/topic.json +++ b/public/language/cs/topic.json @@ -14,6 +14,7 @@ "reply": "Odpovědět", "edit": "Upravit", "delete": "Smazat", + "purge": "Purge", "restore": "Restore", "move": "Přesunout", "fork": "Rozdělit", @@ -47,6 +48,8 @@ "thread_tools.delete_confirm": "Are you sure you want to delete this thread?", "thread_tools.restore": "Restore Topic", "thread_tools.restore_confirm": "Are you sure you want to restore this thread?", + "thread_tools.purge": "Purge Topic", + "thread_tools.purge_confirm": "Are you sure you want to purge this thread?", "topic_lock_success": "Topic has been successfully locked.", "topic_unlock_success": "Topic has been successfully unlocked.", "topic_pin_success": "Topic has been successfully pinned.", @@ -54,8 +57,7 @@ "topic_move_success": "This topic has been successfully moved to %1", "post_delete_confirm": "Are you sure you want to delete this post?", "post_restore_confirm": "Are you sure you want to restore this post?", - "post_delete_error": "Could not delete this post!", - "post_restore_error": "Could not restore this post!", + "post_purge_confirm": "Are you you want to purge this post?", "load_categories": "Načítání kategorií", "disabled_categories_note": "Vypnuté (disabled) kategorie jsou šedé.", "confirm_move": "Přesunout", @@ -91,5 +93,9 @@ "composer.upload_instructions": "Upload images by dragging & dropping them.", "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_guests": "%1 more guest(s)", + "sort_by": "Sort by", + "oldest_to_newest": "Oldest to Newest", + "newest_to_oldest": "Newest to Oldest", + "most_votes": "Most votes" } \ No newline at end of file diff --git a/public/language/cs/users.json b/public/language/cs/users.json index ea0bf66b23..fc28336616 100644 --- a/public/language/cs/users.json +++ b/public/language/cs/users.json @@ -4,5 +4,7 @@ "most_reputation": "Nejváženější", "search": "Vyhledávat", "enter_username": "Zadej uživatelské jméno k hledání", - "load_more": "Načíst další" + "load_more": "Načíst další", + "user-not-found": "User not found!", + "users-found-search-took": "%1 user(s) found! Search took %2 ms." } \ No newline at end of file diff --git a/public/language/de/error.json b/public/language/de/error.json index f45c3d82ef..3d0d6f890e 100644 --- a/public/language/de/error.json +++ b/public/language/de/error.json @@ -2,6 +2,7 @@ "invalid-data": "Daten ungültig", "not-logged-in": "Du bist nicht angemeldet.", "account-locked": "Dein Account wurde vorübergehend gesperrt.", + "search-requires-login": "Searching requires an account! Please login or register!", "invalid-cid": "Ungültige Kategorie-ID", "invalid-tid": "Ungültige Themen-ID", "invalid-pid": "Ungültige Beitrags-ID", @@ -15,7 +16,7 @@ "username-taken": "Der Benutzername ist bereits vergeben", "email-taken": "Die E-Mail-Adresse ist bereits vergeben", "email-not-confirmed": "Ihre E-Mail ist noch nicht bestätigt", - "username-too-short": "Benutzername zu kurz", + "username-too-short": "Username too short", "user-banned": "Der Benutzer ist gesperrt", "no-category": "Die Kategorie existiert nicht", "no-topic": "Das Thema existiert nicht", @@ -34,7 +35,7 @@ "file-too-big": "Die maximale Dateigröße beträgt %1 kbs", "cant-vote-self-post": "Du kannst deinen eigenen Beitrag nicht bewerten.", "already-favourited": "Dieser Beitrag ist bereits in deinen Favoriten enthalten", - "already-unfavourited": "Du hast diesen Beitrag bereits aus deinen Favoriten entfernt", + "already-unfavourited": "You already unfavourited this post", "cant-ban-other-admins": "Du kannst andere Administratoren nicht sperren!", "invalid-image-type": "Ungültiger Bildtyp", "group-name-too-short": "Gruppenname zu kurz", diff --git a/public/language/de/modules.json b/public/language/de/modules.json index e96ad61d87..3c31df4fad 100644 --- a/public/language/de/modules.json +++ b/public/language/de/modules.json @@ -7,5 +7,6 @@ "chat.user_has_messaged_you": "%1 hat dir geschrieben.", "chat.see_all": "Alle Chats anzeigen", "composer.user_said_in": "%1 sagte in %2:\n", - "composer.user_said": "%1 sagte:\n" + "composer.user_said": "%1 sagte:\n", + "composer.discard": "Are you sure you wish to discard this post?" } \ No newline at end of file diff --git a/public/language/de/notifications.json b/public/language/de/notifications.json index e4c541985c..2960d9913f 100644 --- a/public/language/de/notifications.json +++ b/public/language/de/notifications.json @@ -2,19 +2,20 @@ "title": "Benachrichtigungen", "no_notifs": "Du hast keine neuen Benachrichtigungen", "see_all": "Alle Benachrichtigungen ansehen", - "back_to_home": "Zurück zur Startseite", + "back_to_home": "Back to %1", "outgoing_link": "Externer Link", "outgoing_link_message": "Du verlässt nun", "continue_to": "Gehe weiter zu", "return_to": "Kehre zurück zu", "new_notification": "Neue Benachrichtigung", - "you_have_unread_notifications": "Du hast ungelesene Benarichtigungen.", + "you_have_unread_notifications": "Du hast ungelesene Benachrichtigungen.", "user_made_post": "%1 hat einen Beitrag erstellt.", "new_message_from": "Neue Nachricht von %1", "upvoted_your_post": "%1 hat deinen Beitrag positiv bewertet.", "favourited_your_post": "%1 favorisiert deinen Beitrag.", "user_flagged_post": "%1 hat einen Beitrag markiert.", "user_posted_to": "%1 hat auf %2 geantwortet.", + "user_mentioned_you_in": "%1 mentioned you in %2", "email-confirmed": "E-Mail bestätigt", "email-confirmed-message": "Vielen Dank für Ihre E-Mail-Validierung. Ihr Konto ist nun vollständig aktiviert.", "email-confirm-error": "Es ist ein Fehler aufgetreten ...", diff --git a/public/language/de/topic.json b/public/language/de/topic.json index 343e14adc1..dfbaaf8121 100644 --- a/public/language/de/topic.json +++ b/public/language/de/topic.json @@ -14,6 +14,7 @@ "reply": "antworten", "edit": "bearbeiten", "delete": "löschen", + "purge": "Purge", "restore": "Wiederherstellen", "move": "verschieben", "fork": "Aufspalten", @@ -47,6 +48,8 @@ "thread_tools.delete_confirm": "Sind Sie sicher, dass Sie dieses Thema löschen möchten?", "thread_tools.restore": "Thema wiederherstellen", "thread_tools.restore_confirm": "Sind Sie sicher, dass Sie dieses Thema wiederherstellen möchten?", + "thread_tools.purge": "Purge Topic", + "thread_tools.purge_confirm": "Are you sure you want to purge this thread?", "topic_lock_success": "Das Thema wurde erfolgreich gesperrt.", "topic_unlock_success": "Das Thema wurde erfolgreich entsperrt.", "topic_pin_success": "Thema wurde efolgreich angepinnt.", @@ -54,8 +57,7 @@ "topic_move_success": "Thema wurde erfolgreich zu %1 verschoben.", "post_delete_confirm": "Sind Sie sicher, dass Sie diesen Beitrag löschen möchten?", "post_restore_confirm": "Sind Sie sicher, dass Sie diesen Beitrag wiederherstellen möchten?", - "post_delete_error": "Beitrag konnte nicht gelöscht werden!", - "post_restore_error": "Beitrag konnte nicht wiederhergestellt werden!", + "post_purge_confirm": "Are you you want to purge this post?", "load_categories": "Kategorien laden", "disabled_categories_note": "Deaktivierte Kategorien sind ausgegraut.", "confirm_move": "Verschieben", @@ -91,5 +93,9 @@ "composer.upload_instructions": "Zum Hochladen Bilder hier reinziehen.", "more_users_and_guests": "%1 weitere(r) Nutzer und %2 Gäste", "more_users": "%1 weitere(r) Nutzer", - "more_guests": "%1 weitere Gäste" + "more_guests": "%1 weitere Gäste", + "sort_by": "Sort by", + "oldest_to_newest": "Oldest to Newest", + "newest_to_oldest": "Newest to Oldest", + "most_votes": "Most votes" } \ No newline at end of file diff --git a/public/language/de/users.json b/public/language/de/users.json index 8b55def86f..d122354802 100644 --- a/public/language/de/users.json +++ b/public/language/de/users.json @@ -4,5 +4,7 @@ "most_reputation": "höchstes Ansehen", "search": "Suchen", "enter_username": "Benutzer durchsuchen", - "load_more": "mehr laden" + "load_more": "mehr laden", + "user-not-found": "User not found!", + "users-found-search-took": "%1 user(s) found! Search took %2 ms." } \ No newline at end of file diff --git a/public/language/en@pirate/error.json b/public/language/en@pirate/error.json index 644ccfac11..74d072d1e1 100644 --- a/public/language/en@pirate/error.json +++ b/public/language/en@pirate/error.json @@ -2,6 +2,7 @@ "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", @@ -15,7 +16,7 @@ "username-taken": "Username taken", "email-taken": "Email taken", "email-not-confirmed": "Your email is not confirmed", - "username-too-short": "User name too short", + "username-too-short": "Username too short", "user-banned": "User banned", "no-category": "Category doesn't exist", "no-topic": "Topic doesn't exist", @@ -34,7 +35,7 @@ "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", + "already-unfavourited": "You already 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", diff --git a/public/language/en@pirate/modules.json b/public/language/en@pirate/modules.json index 6999b24474..8fd392b963 100644 --- a/public/language/en@pirate/modules.json +++ b/public/language/en@pirate/modules.json @@ -7,5 +7,6 @@ "chat.user_has_messaged_you": "%1 has messaged you.", "chat.see_all": "See all Chats", "composer.user_said_in": "%1 said in %2:\n", - "composer.user_said": "%1 said:\n" + "composer.user_said": "%1 said:\n", + "composer.discard": "Are you sure you wish to discard this post?" } \ No newline at end of file diff --git a/public/language/en@pirate/notifications.json b/public/language/en@pirate/notifications.json index 9da431a7b0..8452e25378 100644 --- a/public/language/en@pirate/notifications.json +++ b/public/language/en@pirate/notifications.json @@ -2,7 +2,7 @@ "title": "Notifications", "no_notifs": "You have no new notifications", "see_all": "Spy wit' ye eye all ye notifications", - "back_to_home": "Take me back!", + "back_to_home": "Back to %1", "outgoing_link": "Go offshore", "outgoing_link_message": "Ye be goin' offshore", "continue_to": "Continue to", @@ -15,6 +15,7 @@ "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_mentioned_you_in": "%1 mentioned you in %2", "email-confirmed": "Email Confirmed", "email-confirmed-message": "Thank you for validating your email. Your account is now fully activated.", "email-confirm-error": "An error occurred...", diff --git a/public/language/en@pirate/topic.json b/public/language/en@pirate/topic.json index 1b9c6a40f0..0f9e7e55cf 100644 --- a/public/language/en@pirate/topic.json +++ b/public/language/en@pirate/topic.json @@ -14,6 +14,7 @@ "reply": "Reply", "edit": "Edit", "delete": "Delete", + "purge": "Purge", "restore": "Restore", "move": "Move", "fork": "Fork", @@ -47,6 +48,8 @@ "thread_tools.delete_confirm": "Are you sure you want to delete this thread?", "thread_tools.restore": "Restore Topic", "thread_tools.restore_confirm": "Are you sure you want to restore this thread?", + "thread_tools.purge": "Purge Topic", + "thread_tools.purge_confirm": "Are you sure you want to purge this thread?", "topic_lock_success": "Topic has been successfully locked.", "topic_unlock_success": "Topic has been successfully unlocked.", "topic_pin_success": "Topic has been successfully pinned.", @@ -54,8 +57,7 @@ "topic_move_success": "This topic has been successfully moved to %1", "post_delete_confirm": "Are you sure you want to delete this post?", "post_restore_confirm": "Are you sure you want to restore this post?", - "post_delete_error": "Could not delete this post!", - "post_restore_error": "Could not restore this post!", + "post_purge_confirm": "Are you you want to purge this post?", "load_categories": "Loading Categories", "disabled_categories_note": "Disabled Categories are greyed out", "confirm_move": "Move", @@ -91,5 +93,9 @@ "composer.upload_instructions": "Upload images by dragging & dropping them.", "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_guests": "%1 more guest(s)", + "sort_by": "Sort by", + "oldest_to_newest": "Oldest to Newest", + "newest_to_oldest": "Newest to Oldest", + "most_votes": "Most votes" } \ No newline at end of file diff --git a/public/language/en@pirate/users.json b/public/language/en@pirate/users.json index 494be496c6..2ab05939c1 100644 --- a/public/language/en@pirate/users.json +++ b/public/language/en@pirate/users.json @@ -4,5 +4,7 @@ "most_reputation": "Most Reputation", "search": "Search", "enter_username": "Gimme y'er handle", - "load_more": "Load More" + "load_more": "Load More", + "user-not-found": "User not found!", + "users-found-search-took": "%1 user(s) found! Search took %2 ms." } \ No newline at end of file diff --git a/public/language/en_US/error.json b/public/language/en_US/error.json index 3fe57b8bb6..66ad999f23 100644 --- a/public/language/en_US/error.json +++ b/public/language/en_US/error.json @@ -2,6 +2,7 @@ "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", @@ -15,7 +16,7 @@ "username-taken": "Username taken", "email-taken": "Email taken", "email-not-confirmed": "Your email is not confirmed", - "username-too-short": "User name too short", + "username-too-short": "Username too short", "user-banned": "User banned", "no-category": "Category doesn't exist", "no-topic": "Topic doesn't exist", @@ -34,7 +35,7 @@ "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 favorited this post", - "already-unfavourited": "You already unfavorited this post", + "already-unfavourited": "You already 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", diff --git a/public/language/en_US/modules.json b/public/language/en_US/modules.json index 3e629fd714..2b11249d1c 100644 --- a/public/language/en_US/modules.json +++ b/public/language/en_US/modules.json @@ -7,5 +7,6 @@ "chat.user_has_messaged_you": "%1 has messaged you.", "chat.see_all": "See all Chats", "composer.user_said_in": "%1 said in %2:\n", - "composer.user_said": "%1 said:\n" + "composer.user_said": "%1 said:\n", + "composer.discard": "Are you sure you wish to discard this post?" } \ No newline at end of file diff --git a/public/language/en_US/notifications.json b/public/language/en_US/notifications.json index bdbadc1536..bf1f4853e0 100644 --- a/public/language/en_US/notifications.json +++ b/public/language/en_US/notifications.json @@ -2,7 +2,7 @@ "title": "Notifications", "no_notifs": "You have no new notifications", "see_all": "See all Notifications", - "back_to_home": "Back to NodeBB", + "back_to_home": "Back to %1", "outgoing_link": "Outgoing Link", "outgoing_link_message": "You are now leaving", "continue_to": "Continue to", @@ -15,6 +15,7 @@ "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", + "user_mentioned_you_in": "%1 mentioned you in %2", "email-confirmed": "Email Confirmed", "email-confirmed-message": "Thank you for validating your email. Your account is now fully activated.", "email-confirm-error": "An error occurred...", diff --git a/public/language/en_US/topic.json b/public/language/en_US/topic.json index b101a966c0..e38f9ab138 100644 --- a/public/language/en_US/topic.json +++ b/public/language/en_US/topic.json @@ -14,6 +14,7 @@ "reply": "Reply", "edit": "Edit", "delete": "Delete", + "purge": "Purge", "restore": "Restore", "move": "Move", "fork": "Fork", @@ -47,6 +48,8 @@ "thread_tools.delete_confirm": "Are you sure you want to delete this thread?", "thread_tools.restore": "Restore Topic", "thread_tools.restore_confirm": "Are you sure you want to restore this thread?", + "thread_tools.purge": "Purge Topic", + "thread_tools.purge_confirm": "Are you sure you want to purge this thread?", "topic_lock_success": "Topic has been successfully locked.", "topic_unlock_success": "Topic has been successfully unlocked.", "topic_pin_success": "Topic has been successfully pinned.", @@ -54,8 +57,7 @@ "topic_move_success": "This topic has been successfully moved to %1", "post_delete_confirm": "Are you sure you want to delete this post?", "post_restore_confirm": "Are you sure you want to restore this post?", - "post_delete_error": "Could not delete this post!", - "post_restore_error": "Could not restore this post!", + "post_purge_confirm": "Are you you want to purge this post?", "load_categories": "Loading Categories", "disabled_categories_note": "Disabled Categories are greyed out", "confirm_move": "Move", @@ -91,5 +93,9 @@ "composer.upload_instructions": "Upload images by dragging & dropping them.", "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_guests": "%1 more guest(s)", + "sort_by": "Sort by", + "oldest_to_newest": "Oldest to Newest", + "newest_to_oldest": "Newest to Oldest", + "most_votes": "Most votes" } \ No newline at end of file diff --git a/public/language/en_US/users.json b/public/language/en_US/users.json index 51d4eebe66..0d50ea16ad 100644 --- a/public/language/en_US/users.json +++ b/public/language/en_US/users.json @@ -4,5 +4,7 @@ "most_reputation": "Most Reputation", "search": "Search", "enter_username": "Enter a username to search", - "load_more": "Load More" + "load_more": "Load More", + "user-not-found": "User not found!", + "users-found-search-took": "%1 user(s) found! Search took %2 ms." } \ No newline at end of file diff --git a/public/language/es/error.json b/public/language/es/error.json index 817e188bae..d31432c832 100644 --- a/public/language/es/error.json +++ b/public/language/es/error.json @@ -2,6 +2,7 @@ "invalid-data": "Datos no válidos", "not-logged-in": "No has iniciado sesión.", "account-locked": "Tu cuenta ha sido bloqueada temporalmente.", + "search-requires-login": "Searching requires an account! Please login or register!", "invalid-cid": "Identificador de categoría no válido", "invalid-tid": "Identificador de tema no válido", "invalid-pid": "Identificador de publicación no válido", @@ -15,7 +16,7 @@ "username-taken": "Nombre de usuario ya escogido", "email-taken": "El correo electrónico ya está escogido.", "email-not-confirmed": "Tu correo electrónico no está confirmado", - "username-too-short": "Nombre de usuario demasiado corto", + "username-too-short": "Username too short", "user-banned": "Usuario expulsado", "no-category": "La categoría no existe", "no-topic": "El tema no existe.", @@ -34,7 +35,7 @@ "file-too-big": "El tamaño máximo de archivo es de %1 KBs", "cant-vote-self-post": "No puedes votar tus propios posts", "already-favourited": "Ya has marcado esa publicación como favorita.", - "already-unfavourited": "Ya has desmarcado esta publicación como favorita.", + "already-unfavourited": "You already unfavourited this post", "cant-ban-other-admins": "No puedes expulsar a otros administradores!", "invalid-image-type": "Tipo de imagen no válido.", "group-name-too-short": "Nombre del grupo es demasiado corto.", diff --git a/public/language/es/modules.json b/public/language/es/modules.json index e848c4a717..1390aaa1c0 100644 --- a/public/language/es/modules.json +++ b/public/language/es/modules.json @@ -5,7 +5,8 @@ "chat.no_active": "No tiene conversaciones activas.", "chat.user_typing": "%1 está escribiendo ...", "chat.user_has_messaged_you": "%1 te ha enviado un mensaje.", - "chat.see_all": "See all Chats", - "composer.user_said_in": "%1 said in %2:\n", - "composer.user_said": "%1 said:\n" + "chat.see_all": "Ver todas las conversaciones", + "composer.user_said_in": "%1 dijo en: %2:\n", + "composer.user_said": "%1 dijo:\n", + "composer.discard": "Are you sure you wish to discard this post?" } \ No newline at end of file diff --git a/public/language/es/notifications.json b/public/language/es/notifications.json index 44b77bd84d..41f3382b13 100644 --- a/public/language/es/notifications.json +++ b/public/language/es/notifications.json @@ -2,7 +2,7 @@ "title": "Notificaciones", "no_notifs": "No tiene nuevas notificaciones", "see_all": "Ver todas las notificaciones", - "back_to_home": "Volver al Inicio", + "back_to_home": "Back to %1", "outgoing_link": "Enlace Externo", "outgoing_link_message": "Estas saliendo del sitio", "continue_to": "Continuar", @@ -15,6 +15,7 @@ "favourited_your_post": "%1 ha marcado como favorita tu respuesta.", "user_flagged_post": "%1 ha marcado como indebida una respuesta.", "user_posted_to": "%1 ha publicado una respuesta a: %2", + "user_mentioned_you_in": "%1 mentioned you in %2", "email-confirmed": "Correo electrónico confirmado", "email-confirmed-message": "Gracias por validar tu correo electrónico. Tu cuenta ya está completamente activa.", "email-confirm-error": "Un error ocurrió...", diff --git a/public/language/es/topic.json b/public/language/es/topic.json index f3995eeb1d..3b261f3414 100644 --- a/public/language/es/topic.json +++ b/public/language/es/topic.json @@ -14,6 +14,7 @@ "reply": "Responder", "edit": "Editar", "delete": "Borrar", + "purge": "Purge", "restore": "Restaurar", "move": "Mover", "fork": "Bifurcar", @@ -47,6 +48,8 @@ "thread_tools.delete_confirm": "Estás seguro de que quieres eliminar este hilo?", "thread_tools.restore": "Restaurar Tema", "thread_tools.restore_confirm": "Estás seguro de que quieres restaurar este hilo?", + "thread_tools.purge": "Purge Topic", + "thread_tools.purge_confirm": "Are you sure you want to purge this thread?", "topic_lock_success": "El tema ha sido bloqueado correctamente.", "topic_unlock_success": "El tema ha sido desbloqueado correctamente.", "topic_pin_success": "Topic has been successfully pinned.", @@ -54,8 +57,7 @@ "topic_move_success": "El tema ha sido movido correctamente a %1", "post_delete_confirm": "Estás seguro de que quieres eliminar esta respuesta?", "post_restore_confirm": "Estás seguro de que quieres restaurar esta respuesta?", - "post_delete_error": "No se pudo borrar esta respuesta!", - "post_restore_error": "No se pudo restaurar esta respuesta!", + "post_purge_confirm": "Are you you want to purge this post?", "load_categories": "Cargando Categorías", "disabled_categories_note": "Las categorías deshabilitadas estan en gris", "confirm_move": "Mover", @@ -91,5 +93,9 @@ "composer.upload_instructions": "Carga tus imagenes con solo arrastrarlas aqui.", "more_users_and_guests": "%1 usuario(s) y %2 invitado(s) más", "more_users": "%1 usuario(s) más", - "more_guests": "%1 invitado(s) más" + "more_guests": "%1 invitado(s) más", + "sort_by": "Sort by", + "oldest_to_newest": "Oldest to Newest", + "newest_to_oldest": "Newest to Oldest", + "most_votes": "Most votes" } \ No newline at end of file diff --git a/public/language/es/users.json b/public/language/es/users.json index 009c76d01f..e72a8b961a 100644 --- a/public/language/es/users.json +++ b/public/language/es/users.json @@ -4,5 +4,7 @@ "most_reputation": "Mayor Reputación", "search": "Buscar", "enter_username": "Ingresa el nombre de usuario que quieres buscar", - "load_more": "Cargar más" + "load_more": "Cargar más", + "user-not-found": "User not found!", + "users-found-search-took": "%1 user(s) found! Search took %2 ms." } \ No newline at end of file diff --git a/public/language/et/error.json b/public/language/et/error.json index 3a628bdd94..ead9501daf 100644 --- a/public/language/et/error.json +++ b/public/language/et/error.json @@ -2,6 +2,7 @@ "invalid-data": "Vigased andmed", "not-logged-in": "Sa ei ole sisse logitud", "account-locked": "Your account has been locked temporarily", + "search-requires-login": "Searching requires an account! Please login or register!", "invalid-cid": "Vigane kategooria ID", "invalid-tid": "Vigane teema ID", "invalid-pid": "Vigane postituse ID", @@ -15,7 +16,7 @@ "username-taken": "Kasutajanimi on juba võetud", "email-taken": "Email on võetud", "email-not-confirmed": "Your email is not confirmed", - "username-too-short": "User name too short", + "username-too-short": "Username too short", "user-banned": "Kasutaja bannitud", "no-category": "Kategooriat ei eksisteeri", "no-topic": "Teemat ei eksisteeri", @@ -34,7 +35,7 @@ "file-too-big": "Maksimaalne üleslaetava faili suurus on %1 kb", "cant-vote-self-post": "Sa ei saa hääletada enda postituse poolt", "already-favourited": "Sa juba märkisid selle postituse lemmikuks", - "already-unfavourited": "Sa juba eemaldasid selle postituse lemmikutest", + "already-unfavourited": "You already unfavourited this post", "cant-ban-other-admins": "Sa ei saa bannida teisi administraatoreid!", "invalid-image-type": "Vigane pildi formaat", "group-name-too-short": "Grupi nimi liiga lühike", diff --git a/public/language/et/modules.json b/public/language/et/modules.json index 6be797690c..88a7e33274 100644 --- a/public/language/et/modules.json +++ b/public/language/et/modules.json @@ -7,5 +7,6 @@ "chat.user_has_messaged_you": "%1 has messaged you.", "chat.see_all": "See all Chats", "composer.user_said_in": "%1 said in %2:\n", - "composer.user_said": "%1 said:\n" + "composer.user_said": "%1 said:\n", + "composer.discard": "Are you sure you wish to discard this post?" } \ No newline at end of file diff --git a/public/language/et/notifications.json b/public/language/et/notifications.json index 4911ffa446..a5fb63f8be 100644 --- a/public/language/et/notifications.json +++ b/public/language/et/notifications.json @@ -2,7 +2,7 @@ "title": "Teated", "no_notifs": "Sul pole uusi teateid", "see_all": "Vaata kõiki teateid", - "back_to_home": "Tagasi foorumisse", + "back_to_home": "Back to %1", "outgoing_link": "Väljaminev link", "outgoing_link_message": "Lahkud foorumist", "continue_to": "Jätka", @@ -15,6 +15,7 @@ "favourited_your_post": "%1 märkis sinu postituse lemmikuks.", "user_flagged_post": "%1 märgistas postituse.", "user_posted_to": "Kasutaja %1 postitas vastuse teemasse %2", + "user_mentioned_you_in": "%1 mentioned you in %2", "email-confirmed": "Email Confirmed", "email-confirmed-message": "Thank you for validating your email. Your account is now fully activated.", "email-confirm-error": "An error occurred...", diff --git a/public/language/et/topic.json b/public/language/et/topic.json index 5ed4cfb36b..7e1afac4f6 100644 --- a/public/language/et/topic.json +++ b/public/language/et/topic.json @@ -14,6 +14,7 @@ "reply": "Vasta", "edit": "Muuda", "delete": "Kustuta", + "purge": "Purge", "restore": "Taasta", "move": "Liiguta", "fork": "Fork", @@ -47,6 +48,8 @@ "thread_tools.delete_confirm": "Oled kindel, et soovid kustutada antud teema?", "thread_tools.restore": "Taasta teema", "thread_tools.restore_confirm": "Oled kindel, et soovid taastada antud teema?", + "thread_tools.purge": "Purge Topic", + "thread_tools.purge_confirm": "Are you sure you want to purge this thread?", "topic_lock_success": "Teema edukalt lukustatud.", "topic_unlock_success": "Teema edukalt avatud.", "topic_pin_success": "Teema edukalt sticky'ks tehtud.", @@ -54,8 +57,7 @@ "topic_move_success": "Teema liigutatud kategooriasse %1", "post_delete_confirm": "Oled kindel, et soovid kustutada selle postituse?", "post_restore_confirm": "Oled kindel, et soovid taastada antud postituse?", - "post_delete_error": "Ei saa kahjuks antud postitust kustutada!", - "post_restore_error": "Ei saa kahjuks antud postitust taastada!", + "post_purge_confirm": "Are you you want to purge this post?", "load_categories": "Laen kategooriaid", "disabled_categories_note": "Kinnised kategooriad on hallid", "confirm_move": "Liiguta", @@ -91,5 +93,9 @@ "composer.upload_instructions": "Lae üles pilte lohistades need siia.", "more_users_and_guests": "%1 kasutaja(t) ja %2 külalist", "more_users": "veel %1 kasutaja(t)", - "more_guests": "veel %1 külalist" + "more_guests": "veel %1 külalist", + "sort_by": "Sort by", + "oldest_to_newest": "Oldest to Newest", + "newest_to_oldest": "Newest to Oldest", + "most_votes": "Most votes" } \ No newline at end of file diff --git a/public/language/et/users.json b/public/language/et/users.json index 89aeec5c77..5be8f0725e 100644 --- a/public/language/et/users.json +++ b/public/language/et/users.json @@ -4,5 +4,7 @@ "most_reputation": "Kõige rohkem reputatsiooni", "search": "Otsi", "enter_username": "Sisesta kasutajanimi, keda soovid otsida", - "load_more": "Lae veel" + "load_more": "Lae veel", + "user-not-found": "User not found!", + "users-found-search-took": "%1 user(s) found! Search took %2 ms." } \ No newline at end of file diff --git a/public/language/fa_IR/error.json b/public/language/fa_IR/error.json index d70baa991f..fcfeffd81f 100644 --- a/public/language/fa_IR/error.json +++ b/public/language/fa_IR/error.json @@ -2,6 +2,7 @@ "invalid-data": "به نظر نمی‌رسد که درون آمده باشید", "not-logged-in": "به نظر نمی‌رسد که درون آمده باشید.", "account-locked": "Your account has been locked temporarily", + "search-requires-login": "Searching requires an account! Please login or register!", "invalid-cid": "شناسهٔ (ID) دسته نامعتبر است", "invalid-tid": "شناسهٔ (ID) جستار نامعتبر است", "invalid-pid": "شناسهٔ (ID) دیدگاه نامعتبر است", @@ -15,7 +16,7 @@ "username-taken": "این نام کاربری گرفته شده", "email-taken": "این رایانامه گرفته شده", "email-not-confirmed": "Your email is not confirmed", - "username-too-short": "User name too short", + "username-too-short": "Username too short", "user-banned": "کاربر محروم شد", "no-category": "چنین دسته‌ای نداریم", "no-topic": "چنین جستاری نداریم", @@ -34,7 +35,7 @@ "file-too-big": "بیشنیهٔ اندازهٔ مجاز پرونده %1 کیلوبایت است.", "cant-vote-self-post": "شما نمی‌توانید به دیدگاه خود رای بدهید.", "already-favourited": "این دیدگاه را پیش از این پسندیده‌اید.", - "already-unfavourited": "این دیدگاه را پیش از رد پسند کرده‌اید.", + "already-unfavourited": "You already unfavourited this post", "cant-ban-other-admins": "شما نمی‌توانید دیگر مدیران را محروم کنید.", "invalid-image-type": "گونهٔ تصویر نامعتبر است", "group-name-too-short": "نام گروه خیلی کوتاه است.", diff --git a/public/language/fa_IR/modules.json b/public/language/fa_IR/modules.json index 6b65932500..74d18cce4d 100644 --- a/public/language/fa_IR/modules.json +++ b/public/language/fa_IR/modules.json @@ -7,5 +7,6 @@ "chat.user_has_messaged_you": "%1 has messaged you.", "chat.see_all": "See all Chats", "composer.user_said_in": "%1 said in %2:\n", - "composer.user_said": "%1 said:\n" + "composer.user_said": "%1 said:\n", + "composer.discard": "Are you sure you wish to discard this post?" } \ No newline at end of file diff --git a/public/language/fa_IR/notifications.json b/public/language/fa_IR/notifications.json index 4022d77368..699cfbaa45 100644 --- a/public/language/fa_IR/notifications.json +++ b/public/language/fa_IR/notifications.json @@ -2,7 +2,7 @@ "title": "آگاه‌سازی‌ها", "no_notifs": "هیچ آگاه‌سازی تازه‌ای ندارید", "see_all": "دیدن همهٔ آگاه‌سازی‌ها", - "back_to_home": "بازگشت به NodeBB", + "back_to_home": "Back to %1", "outgoing_link": "پیوند برون‌رو", "outgoing_link_message": "شما در حال ترک اینجایید", "continue_to": "رفتن به", @@ -15,6 +15,7 @@ "favourited_your_post": "%1 دیدگاه شما را پسندیده است.", "user_flagged_post": "پرچم خوردن یک دیدگاه از سوی %1", "user_posted_to": "پاسخ دادن به %2 از سوی %1", + "user_mentioned_you_in": "%1 mentioned you in %2", "email-confirmed": "Email Confirmed", "email-confirmed-message": "Thank you for validating your email. Your account is now fully activated.", "email-confirm-error": "An error occurred...", diff --git a/public/language/fa_IR/topic.json b/public/language/fa_IR/topic.json index 4cd89ca11c..d2bd4921c0 100644 --- a/public/language/fa_IR/topic.json +++ b/public/language/fa_IR/topic.json @@ -14,6 +14,7 @@ "reply": "پاسخ", "edit": "ویرایش", "delete": "پاک کردن", + "purge": "Purge", "restore": "برگرداندن", "move": "جابه‌جا کردن", "fork": "شاخه ساختن", @@ -47,6 +48,8 @@ "thread_tools.delete_confirm": "آیا از پاک کردن این جستار اطمینان دارید؟", "thread_tools.restore": "برگرداندن جستار", "thread_tools.restore_confirm": "آیا از بازگردانی این جستار اطمینان دارید؟", + "thread_tools.purge": "Purge Topic", + "thread_tools.purge_confirm": "Are you sure you want to purge this thread?", "topic_lock_success": "جستار باموفقیت بسته شده است.", "topic_unlock_success": "جستار باموفقیت باز شده است.", "topic_pin_success": "جستار باموفقیت سنجاق شده است.", @@ -54,8 +57,7 @@ "topic_move_success": "جابه‌جایی این جستار به %1 باموفقیت انجام شد.", "post_delete_confirm": "آیا از پاک کردن این دیدگاه اطمینان دارید؟", "post_restore_confirm": "آیا از بازگردانی این دیدگاه اطمینان دارید؟", - "post_delete_error": "ناتوانی در پاک کردن این دیدگاه!", - "post_restore_error": "ناتوانی در بازگردانی این دیدگاه!", + "post_purge_confirm": "Are you you want to purge this post?", "load_categories": "بارگذاری دسته‌ها", "disabled_categories_note": "دسته‌های از کار افتاده به رنگ خاکستری در می‌آیند", "confirm_move": "جابه‌جا کردن", @@ -91,5 +93,9 @@ "composer.upload_instructions": "با کشیدن و رها کردن تصویرها، آن‌ها را بار بگذارید.", "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_guests": "%1 more guest(s)", + "sort_by": "Sort by", + "oldest_to_newest": "Oldest to Newest", + "newest_to_oldest": "Newest to Oldest", + "most_votes": "Most votes" } \ No newline at end of file diff --git a/public/language/fa_IR/users.json b/public/language/fa_IR/users.json index 55e53c7839..34a42391a0 100644 --- a/public/language/fa_IR/users.json +++ b/public/language/fa_IR/users.json @@ -4,5 +4,7 @@ "most_reputation": "بیش‌ترین اعتبار", "search": "جستجو", "enter_username": "یک نام کاربری برای جستجو وارد کنید", - "load_more": "بارگذاری بیش‌تر" + "load_more": "بارگذاری بیش‌تر", + "user-not-found": "User not found!", + "users-found-search-took": "%1 user(s) found! Search took %2 ms." } \ No newline at end of file diff --git a/public/language/fi/error.json b/public/language/fi/error.json index c1e4d4c8a2..cae751d0e9 100644 --- a/public/language/fi/error.json +++ b/public/language/fi/error.json @@ -2,6 +2,7 @@ "invalid-data": "Virheellinen data", "not-logged-in": "Et taida olla kirjautuneena sisään.", "account-locked": "Käyttäjätilisi on lukittu väliaikaisesti", + "search-requires-login": "Searching requires an account! Please login or register!", "invalid-cid": "Virheellinen kategorian ID", "invalid-tid": "Virheellinen aiheen ID", "invalid-pid": "Virheellinen viestin ID", @@ -15,7 +16,7 @@ "username-taken": "Käyttäjänimi varattu", "email-taken": "Sähköpostiosoite varattu", "email-not-confirmed": "Sähköpostiosoitettasi ei ole vahvistettu", - "username-too-short": "Käyttäjänimi on liian lyhyt", + "username-too-short": "Username too short", "user-banned": "Käyttäjä on estetty", "no-category": "Kategoriaa ei ole olemassa", "no-topic": "Aihetta ei ole olemassa", @@ -34,7 +35,7 @@ "file-too-big": "Suurin sallittu tiedostokoko on %1 kb", "cant-vote-self-post": "Et voi antaa ääntä omalle viestillesi", "already-favourited": "Tämä viesti on jo suosikeissasi", - "already-unfavourited": "Olet jo poistanut tämän viestin suosikeistasi", + "already-unfavourited": "You already unfavourited this post", "cant-ban-other-admins": "Et voi estää muita ylläpitäjiä!", "invalid-image-type": "Virheellinen kuvatiedosto", "group-name-too-short": "Ryhmän nimi on liian lyhyt", diff --git a/public/language/fi/modules.json b/public/language/fi/modules.json index 3a2e88c02c..1ff846bb86 100644 --- a/public/language/fi/modules.json +++ b/public/language/fi/modules.json @@ -7,5 +7,6 @@ "chat.user_has_messaged_you": "%1 lähetti sinulle viestin.", "chat.see_all": "Näytä kaikki keskustelut", "composer.user_said_in": "%1 sanoi — %2:\n", - "composer.user_said": "%1 sanoi:\n" + "composer.user_said": "%1 sanoi:\n", + "composer.discard": "Are you sure you wish to discard this post?" } \ No newline at end of file diff --git a/public/language/fi/notifications.json b/public/language/fi/notifications.json index e3b66ac545..ec45949144 100644 --- a/public/language/fi/notifications.json +++ b/public/language/fi/notifications.json @@ -2,7 +2,7 @@ "title": "Ilmoitukset", "no_notifs": "Sinulla ei ole uusia ilmoituksia", "see_all": "Katso kaikki ilmoitukset", - "back_to_home": "Takaisin NodeBB:hen", + "back_to_home": "Back to %1", "outgoing_link": "Ulkopuolinen linkki", "outgoing_link_message": "Olet nyt poistumassa", "continue_to": "Jatka", @@ -15,6 +15,7 @@ "favourited_your_post": "%1 lisäsi viestisi suosikkeihinsa.", "user_flagged_post": "%1 flagged a post.", "user_posted_to": "%1 has posted a reply to: %2", + "user_mentioned_you_in": "%1 mentioned you in %2", "email-confirmed": "Sähköpostiosoite vahvistettu", "email-confirmed-message": "Kiitos sähköpostiosoitteesi vahvistamisesta. Käyttäjätilisi on nyt täysin aktivoitu.", "email-confirm-error": "Tapahtui virhe...", diff --git a/public/language/fi/topic.json b/public/language/fi/topic.json index a391ab387d..27456c5748 100644 --- a/public/language/fi/topic.json +++ b/public/language/fi/topic.json @@ -14,6 +14,7 @@ "reply": "Vastaa", "edit": "Muokkaa", "delete": "Poista", + "purge": "Purge", "restore": "Restore", "move": "Siirrä", "fork": "Haaroita", @@ -47,6 +48,8 @@ "thread_tools.delete_confirm": "Are you sure you want to delete this thread?", "thread_tools.restore": "Palauta aihe", "thread_tools.restore_confirm": "Are you sure you want to restore this thread?", + "thread_tools.purge": "Purge Topic", + "thread_tools.purge_confirm": "Are you sure you want to purge this thread?", "topic_lock_success": "Topic has been successfully locked.", "topic_unlock_success": "Topic has been successfully unlocked.", "topic_pin_success": "Topic has been successfully pinned.", @@ -54,8 +57,7 @@ "topic_move_success": "This topic has been successfully moved to %1", "post_delete_confirm": "Are you sure you want to delete this post?", "post_restore_confirm": "Are you sure you want to restore this post?", - "post_delete_error": "Could not delete this post!", - "post_restore_error": "Could not restore this post!", + "post_purge_confirm": "Are you you want to purge this post?", "load_categories": "Ladataan aihealueita", "disabled_categories_note": "Käytöstä poistetut aihealueet ovat harmaina", "confirm_move": "Siirrä", @@ -91,5 +93,9 @@ "composer.upload_instructions": "Lataa kuvia vetämällä & pudottamalla ne.", "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_guests": "%1 more guest(s)", + "sort_by": "Sort by", + "oldest_to_newest": "Oldest to Newest", + "newest_to_oldest": "Newest to Oldest", + "most_votes": "Most votes" } \ No newline at end of file diff --git a/public/language/fi/users.json b/public/language/fi/users.json index 28e740111b..0ff275bc30 100644 --- a/public/language/fi/users.json +++ b/public/language/fi/users.json @@ -4,5 +4,7 @@ "most_reputation": "Eniten mainetta", "search": "Hae", "enter_username": "Syötä käyttäjätunnus hakeaksesi", - "load_more": "Lataa lisää" + "load_more": "Lataa lisää", + "user-not-found": "User not found!", + "users-found-search-took": "%1 user(s) found! Search took %2 ms." } \ No newline at end of file diff --git a/public/language/fr/error.json b/public/language/fr/error.json index 7d96e543f2..acbae79379 100644 --- a/public/language/fr/error.json +++ b/public/language/fr/error.json @@ -2,6 +2,7 @@ "invalid-data": "Données invalides", "not-logged-in": "Vous ne semblez pas être connecté.", "account-locked": "Votre compte a été temporairement suspendu", + "search-requires-login": "Searching requires an account! Please login or register!", "invalid-cid": "ID de catégorie invalide", "invalid-tid": "ID de sujet invalide", "invalid-pid": "ID de message invalide", @@ -15,7 +16,7 @@ "username-taken": "Nom d’utilisateur déjà utilisé", "email-taken": "Email déjà utilisé", "email-not-confirmed": "Votre email n'est pas vérifié", - "username-too-short": "Votre nom d'utilisateur est trop court", + "username-too-short": "Username too short", "user-banned": "Utilisateur banni", "no-category": "Cette catégorie n'existe pas", "no-topic": "Ce sujet n'existe pas", @@ -34,7 +35,7 @@ "file-too-big": "La taille maximum des fichiers est de %1 kbs.", "cant-vote-self-post": "Vous ne pouvez pas voter pour vos propres messages", "already-favourited": "Vous avez déjà mis ce message en favoris", - "already-unfavourited": "Vous avez déjà enlevé ce message des favoris", + "already-unfavourited": "You already unfavourited this post", "cant-ban-other-admins": "Vous ne pouvez pas bannir les autres administrateurs !", "invalid-image-type": "Type d’image invalide", "group-name-too-short": "Nom de groupe trop court", diff --git a/public/language/fr/modules.json b/public/language/fr/modules.json index 1ed60bc8ee..c9a78b25ef 100644 --- a/public/language/fr/modules.json +++ b/public/language/fr/modules.json @@ -7,5 +7,6 @@ "chat.user_has_messaged_you": "%1 vous a envoyé un message.", "chat.see_all": "Voir tous les chats", "composer.user_said_in": "%1 a envoyé dans %2 :\n", - "composer.user_said": "%1 a envoyé :\n" + "composer.user_said": "%1 a envoyé :\n", + "composer.discard": "Are you sure you wish to discard this post?" } \ No newline at end of file diff --git a/public/language/fr/notifications.json b/public/language/fr/notifications.json index 1b7e01fb74..b33e097206 100644 --- a/public/language/fr/notifications.json +++ b/public/language/fr/notifications.json @@ -2,7 +2,7 @@ "title": "Notifications", "no_notifs": "Vous n'avez aucune notification", "see_all": "Voir toutes les notifications.", - "back_to_home": "Retour à NodeBB", + "back_to_home": "Back to %1", "outgoing_link": "Lien sortant", "outgoing_link_message": "Vous quittez le forum", "continue_to": "Continuer vers", @@ -15,6 +15,7 @@ "favourited_your_post": "%1 a mis votre message en favoris.", "user_flagged_post": "%1 a signalé un message.", "user_posted_to": "%1 a répondu à : %2", + "user_mentioned_you_in": "%1 mentioned you in %2", "email-confirmed": "Email vérifié", "email-confirmed-message": "Merci pour la validation de votre adresse email. Votre compte est désormais activé.", "email-confirm-error": "Un erreur est survenue ...", diff --git a/public/language/fr/topic.json b/public/language/fr/topic.json index 159c521222..e01754c25a 100644 --- a/public/language/fr/topic.json +++ b/public/language/fr/topic.json @@ -14,6 +14,7 @@ "reply": "Répondre", "edit": "ßditer", "delete": "Supprimer", + "purge": "Purge", "restore": "Restaurer", "move": "Déplacer", "fork": "Scinder", @@ -47,6 +48,8 @@ "thread_tools.delete_confirm": "Êtes-vous sûr de bien vouloir supprimer ce sujet ?", "thread_tools.restore": "Restaurer le sujet", "thread_tools.restore_confirm": "Êtes-vous sûr de bien vouloir restaurer ce sujet ?", + "thread_tools.purge": "Purge Topic", + "thread_tools.purge_confirm": "Are you sure you want to purge this thread?", "topic_lock_success": "Le sujet a bien été verrouillé.", "topic_unlock_success": "Le sujet a bien été déverrouillé.", "topic_pin_success": "Le sujet a bien été épinglé.", @@ -54,8 +57,7 @@ "topic_move_success": "Ce sujet a bien été déplacé vers %1.", "post_delete_confirm": "Êtes-vous sûr de bien vouloir supprimer ce message ?", "post_restore_confirm": "Êtes-vous sûr de bien vouloir restaurer ce message ?", - "post_delete_error": "Impossible de supprimer ce message !", - "post_restore_error": "Impossible de restaurer ce message !", + "post_purge_confirm": "Are you you want to purge this post?", "load_categories": "Chargement des catégories en cours", "disabled_categories_note": "Les catégories désactivées sont grisées", "confirm_move": "Déplacer", @@ -91,5 +93,9 @@ "composer.upload_instructions": "Uploader des images par glisser-déposer.", "more_users_and_guests": "%1 autre(s) utilisateur(s) et %2 invité(s)", "more_users": "%1 autre(s) utilisateur(s)", - "more_guests": "%1 autre(s) invité(s)" + "more_guests": "%1 autre(s) invité(s)", + "sort_by": "Sort by", + "oldest_to_newest": "Oldest to Newest", + "newest_to_oldest": "Newest to Oldest", + "most_votes": "Most votes" } \ No newline at end of file diff --git a/public/language/fr/users.json b/public/language/fr/users.json index bb7df4fb12..fbdf70fd7b 100644 --- a/public/language/fr/users.json +++ b/public/language/fr/users.json @@ -4,5 +4,7 @@ "most_reputation": "Réputés", "search": "Rechercher", "enter_username": "Entrer un nom d'utilisateur pour rechercher", - "load_more": "Charger la suite" + "load_more": "Charger la suite", + "user-not-found": "User not found!", + "users-found-search-took": "%1 user(s) found! Search took %2 ms." } \ No newline at end of file diff --git a/public/language/he/error.json b/public/language/he/error.json index 644ccfac11..74d072d1e1 100644 --- a/public/language/he/error.json +++ b/public/language/he/error.json @@ -2,6 +2,7 @@ "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", @@ -15,7 +16,7 @@ "username-taken": "Username taken", "email-taken": "Email taken", "email-not-confirmed": "Your email is not confirmed", - "username-too-short": "User name too short", + "username-too-short": "Username too short", "user-banned": "User banned", "no-category": "Category doesn't exist", "no-topic": "Topic doesn't exist", @@ -34,7 +35,7 @@ "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", + "already-unfavourited": "You already 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", diff --git a/public/language/he/modules.json b/public/language/he/modules.json index 4a48fae5b9..618e133f24 100644 --- a/public/language/he/modules.json +++ b/public/language/he/modules.json @@ -7,5 +7,6 @@ "chat.user_has_messaged_you": "%1 has messaged you.", "chat.see_all": "See all Chats", "composer.user_said_in": "%1 said in %2:\n", - "composer.user_said": "%1 said:\n" + "composer.user_said": "%1 said:\n", + "composer.discard": "Are you sure you wish to discard this post?" } \ No newline at end of file diff --git a/public/language/he/notifications.json b/public/language/he/notifications.json index 5c63f93cfd..d1569a480e 100644 --- a/public/language/he/notifications.json +++ b/public/language/he/notifications.json @@ -2,7 +2,7 @@ "title": "התראות", "no_notifs": "אין התראות", "see_all": "צפה בכל ההתראות", - "back_to_home": "חזרה ל NodeBB", + "back_to_home": "Back to %1", "outgoing_link": "לינק", "outgoing_link_message": "אתה כעת עוזב", "continue_to": "המשך ל", @@ -15,6 +15,7 @@ "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_mentioned_you_in": "%1 mentioned you in %2", "email-confirmed": "Email Confirmed", "email-confirmed-message": "Thank you for validating your email. Your account is now fully activated.", "email-confirm-error": "An error occurred...", diff --git a/public/language/he/topic.json b/public/language/he/topic.json index 4b4f19d40e..b35d39b410 100644 --- a/public/language/he/topic.json +++ b/public/language/he/topic.json @@ -14,6 +14,7 @@ "reply": "תגובה", "edit": "עריכה", "delete": "מחק", + "purge": "Purge", "restore": "Restore", "move": "הזז", "fork": "פורק", @@ -47,6 +48,8 @@ "thread_tools.delete_confirm": "Are you sure you want to delete this thread?", "thread_tools.restore": "שחזר נושא", "thread_tools.restore_confirm": "Are you sure you want to restore this thread?", + "thread_tools.purge": "Purge Topic", + "thread_tools.purge_confirm": "Are you sure you want to purge this thread?", "topic_lock_success": "Topic has been successfully locked.", "topic_unlock_success": "Topic has been successfully unlocked.", "topic_pin_success": "Topic has been successfully pinned.", @@ -54,8 +57,7 @@ "topic_move_success": "This topic has been successfully moved to %1", "post_delete_confirm": "Are you sure you want to delete this post?", "post_restore_confirm": "Are you sure you want to restore this post?", - "post_delete_error": "Could not delete this post!", - "post_restore_error": "Could not restore this post!", + "post_purge_confirm": "Are you you want to purge this post?", "load_categories": "טוען קטגוריות", "disabled_categories_note": "קטגוריות מבוטלות צבועות באפור", "confirm_move": "הזז", @@ -91,5 +93,9 @@ "composer.upload_instructions": "Upload images by dragging & dropping them.", "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_guests": "%1 more guest(s)", + "sort_by": "Sort by", + "oldest_to_newest": "Oldest to Newest", + "newest_to_oldest": "Newest to Oldest", + "most_votes": "Most votes" } \ No newline at end of file diff --git a/public/language/he/users.json b/public/language/he/users.json index 5825b2d76c..d35a83ec2b 100644 --- a/public/language/he/users.json +++ b/public/language/he/users.json @@ -4,5 +4,7 @@ "most_reputation": "המוניטין הגבוה ביותר", "search": "חיפוש", "enter_username": "הכנס שם משתמש לחיפוש", - "load_more": "טען עוד" + "load_more": "טען עוד", + "user-not-found": "User not found!", + "users-found-search-took": "%1 user(s) found! Search took %2 ms." } \ No newline at end of file diff --git a/public/language/hu/error.json b/public/language/hu/error.json index 644ccfac11..74d072d1e1 100644 --- a/public/language/hu/error.json +++ b/public/language/hu/error.json @@ -2,6 +2,7 @@ "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", @@ -15,7 +16,7 @@ "username-taken": "Username taken", "email-taken": "Email taken", "email-not-confirmed": "Your email is not confirmed", - "username-too-short": "User name too short", + "username-too-short": "Username too short", "user-banned": "User banned", "no-category": "Category doesn't exist", "no-topic": "Topic doesn't exist", @@ -34,7 +35,7 @@ "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", + "already-unfavourited": "You already 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", diff --git a/public/language/hu/modules.json b/public/language/hu/modules.json index 980c4bed15..aea84354b0 100644 --- a/public/language/hu/modules.json +++ b/public/language/hu/modules.json @@ -7,5 +7,6 @@ "chat.user_has_messaged_you": "%1 has messaged you.", "chat.see_all": "See all Chats", "composer.user_said_in": "%1 said in %2:\n", - "composer.user_said": "%1 said:\n" + "composer.user_said": "%1 said:\n", + "composer.discard": "Are you sure you wish to discard this post?" } \ No newline at end of file diff --git a/public/language/hu/notifications.json b/public/language/hu/notifications.json index 5fd983ee67..861dbe52cd 100644 --- a/public/language/hu/notifications.json +++ b/public/language/hu/notifications.json @@ -2,7 +2,7 @@ "title": "Értesítések", "no_notifs": "Nincs új értesítés", "see_all": "Összes értesítés megtekintése", - "back_to_home": "Vissza a NodeBB-re", + "back_to_home": "Back to %1", "outgoing_link": "Külső Link", "outgoing_link_message": "Most távozol", "continue_to": "Folytatás", @@ -15,6 +15,7 @@ "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_mentioned_you_in": "%1 mentioned you in %2", "email-confirmed": "Email Confirmed", "email-confirmed-message": "Thank you for validating your email. Your account is now fully activated.", "email-confirm-error": "An error occurred...", diff --git a/public/language/hu/topic.json b/public/language/hu/topic.json index b7c87b0010..a807a790de 100644 --- a/public/language/hu/topic.json +++ b/public/language/hu/topic.json @@ -14,6 +14,7 @@ "reply": "Válasz", "edit": "Szerkeszt", "delete": "Töröl", + "purge": "Purge", "restore": "Visszaállít", "move": "Áthelyez", "fork": "Szétszedés", @@ -47,6 +48,8 @@ "thread_tools.delete_confirm": "Are you sure you want to delete this thread?", "thread_tools.restore": "Topik visszaállítása", "thread_tools.restore_confirm": "Are you sure you want to restore this thread?", + "thread_tools.purge": "Purge Topic", + "thread_tools.purge_confirm": "Are you sure you want to purge this thread?", "topic_lock_success": "Topic has been successfully locked.", "topic_unlock_success": "Topic has been successfully unlocked.", "topic_pin_success": "Topic has been successfully pinned.", @@ -54,8 +57,7 @@ "topic_move_success": "This topic has been successfully moved to %1", "post_delete_confirm": "Are you sure you want to delete this post?", "post_restore_confirm": "Are you sure you want to restore this post?", - "post_delete_error": "Could not delete this post!", - "post_restore_error": "Could not restore this post!", + "post_purge_confirm": "Are you you want to purge this post?", "load_categories": "Kategóriák betöltése", "disabled_categories_note": "Kikapcsolt kategóriák kiszürkülve", "confirm_move": "Áthelyezés", @@ -91,5 +93,9 @@ "composer.upload_instructions": "Upload images by dragging & dropping them.", "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_guests": "%1 more guest(s)", + "sort_by": "Sort by", + "oldest_to_newest": "Oldest to Newest", + "newest_to_oldest": "Newest to Oldest", + "most_votes": "Most votes" } \ No newline at end of file diff --git a/public/language/hu/users.json b/public/language/hu/users.json index c550c53771..6ca59db0cf 100644 --- a/public/language/hu/users.json +++ b/public/language/hu/users.json @@ -4,5 +4,7 @@ "most_reputation": "Legnépszerűbbek", "search": "Keresés", "enter_username": "Írj be egy nicknevet a kereséshez", - "load_more": "Több betöltése" + "load_more": "Több betöltése", + "user-not-found": "User not found!", + "users-found-search-took": "%1 user(s) found! Search took %2 ms." } \ No newline at end of file diff --git a/public/language/it/error.json b/public/language/it/error.json index 644ccfac11..74d072d1e1 100644 --- a/public/language/it/error.json +++ b/public/language/it/error.json @@ -2,6 +2,7 @@ "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", @@ -15,7 +16,7 @@ "username-taken": "Username taken", "email-taken": "Email taken", "email-not-confirmed": "Your email is not confirmed", - "username-too-short": "User name too short", + "username-too-short": "Username too short", "user-banned": "User banned", "no-category": "Category doesn't exist", "no-topic": "Topic doesn't exist", @@ -34,7 +35,7 @@ "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", + "already-unfavourited": "You already 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", diff --git a/public/language/it/modules.json b/public/language/it/modules.json index ded87628a7..b1283e1683 100644 --- a/public/language/it/modules.json +++ b/public/language/it/modules.json @@ -7,5 +7,6 @@ "chat.user_has_messaged_you": "%1 has messaged you.", "chat.see_all": "See all Chats", "composer.user_said_in": "%1 said in %2:\n", - "composer.user_said": "%1 said:\n" + "composer.user_said": "%1 said:\n", + "composer.discard": "Are you sure you wish to discard this post?" } \ No newline at end of file diff --git a/public/language/it/notifications.json b/public/language/it/notifications.json index 02593b0d82..c6a86a7cee 100644 --- a/public/language/it/notifications.json +++ b/public/language/it/notifications.json @@ -2,7 +2,7 @@ "title": "Notifiche", "no_notifs": "Non hai nuove notifiche", "see_all": "Vedi tutte le Notifiche", - "back_to_home": "Torna alla pagina iniziale", + "back_to_home": "Back to %1", "outgoing_link": "Link in uscita", "outgoing_link_message": "Stai lasciando", "continue_to": "Continua verso", @@ -15,6 +15,7 @@ "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_mentioned_you_in": "%1 mentioned you in %2", "email-confirmed": "Email Confirmed", "email-confirmed-message": "Thank you for validating your email. Your account is now fully activated.", "email-confirm-error": "An error occurred...", diff --git a/public/language/it/topic.json b/public/language/it/topic.json index 77a33d7b27..733b1f6588 100644 --- a/public/language/it/topic.json +++ b/public/language/it/topic.json @@ -14,6 +14,7 @@ "reply": "Rispondi", "edit": "Modifica", "delete": "Cancella", + "purge": "Purge", "restore": "Ripristina", "move": "Muovi", "fork": "Dividi", @@ -47,6 +48,8 @@ "thread_tools.delete_confirm": "Sei sicuro di voler cancellare questa discussione?", "thread_tools.restore": "Ripristina Discussione", "thread_tools.restore_confirm": "Sei sicuro di voler ripristinare questa discussione?", + "thread_tools.purge": "Purge Topic", + "thread_tools.purge_confirm": "Are you sure you want to purge this thread?", "topic_lock_success": "Topic has been successfully locked.", "topic_unlock_success": "Topic has been successfully unlocked.", "topic_pin_success": "Topic has been successfully pinned.", @@ -54,8 +57,7 @@ "topic_move_success": "This topic has been successfully moved to %1", "post_delete_confirm": "Sei sicuro di voler cancellare questo post?", "post_restore_confirm": "Sei sicuro di voler ripristinare questo post?", - "post_delete_error": "Impossibile eliminare questo post!", - "post_restore_error": "Impossibile ripristinare questo post!", + "post_purge_confirm": "Are you you want to purge this post?", "load_categories": "Caricamento Categorie", "disabled_categories_note": "Le Categorie disabilitate sono in grigio", "confirm_move": "Sposta", @@ -91,5 +93,9 @@ "composer.upload_instructions": "Carica immagini trascinandole e rilasciandole.", "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_guests": "%1 more guest(s)", + "sort_by": "Sort by", + "oldest_to_newest": "Oldest to Newest", + "newest_to_oldest": "Newest to Oldest", + "most_votes": "Most votes" } \ No newline at end of file diff --git a/public/language/it/users.json b/public/language/it/users.json index e6657784c8..657a100d75 100644 --- a/public/language/it/users.json +++ b/public/language/it/users.json @@ -4,5 +4,7 @@ "most_reputation": "Reputazione più alta", "search": "Cerca", "enter_username": "Inserisci il nome utente da cercare", - "load_more": "Carica altri" + "load_more": "Carica altri", + "user-not-found": "User not found!", + "users-found-search-took": "%1 user(s) found! Search took %2 ms." } \ No newline at end of file diff --git a/public/language/ja/error.json b/public/language/ja/error.json index 4c8325d50e..c4a97c40aa 100644 --- a/public/language/ja/error.json +++ b/public/language/ja/error.json @@ -2,6 +2,7 @@ "invalid-data": "無効なデータ", "not-logged-in": "ログインしていていないようです。", "account-locked": "Your account has been locked temporarily", + "search-requires-login": "Searching requires an account! Please login or register!", "invalid-cid": "無効な板ID", "invalid-tid": "無効なスレッドID", "invalid-pid": "無効なポストID", @@ -15,7 +16,7 @@ "username-taken": "ユーザー名が取られた", "email-taken": "メールアドレスが使用された", "email-not-confirmed": "Your email is not confirmed", - "username-too-short": "User name too short", + "username-too-short": "Username too short", "user-banned": "ユーザーが停止された", "no-category": "板が存在しない", "no-topic": "スレッドが存在しない", @@ -34,7 +35,7 @@ "file-too-big": "最大ファイルサイズは %1 kbs", "cant-vote-self-post": "自分のポストに評価することはできません。", "already-favourited": "このポストはすでにお気に入りに追加されました。", - "already-unfavourited": "このポストはすでにお気に入りから削除されました。", + "already-unfavourited": "You already unfavourited this post", "cant-ban-other-admins": "ほかの管理者を停止することはできません!", "invalid-image-type": "無効なユーザータイプ", "group-name-too-short": "グループ名は短すぎます。", diff --git a/public/language/ja/modules.json b/public/language/ja/modules.json index ab3fc9ca86..30c03fd715 100644 --- a/public/language/ja/modules.json +++ b/public/language/ja/modules.json @@ -7,5 +7,6 @@ "chat.user_has_messaged_you": "%1 has messaged you.", "chat.see_all": "See all Chats", "composer.user_said_in": "%1 said in %2:\n", - "composer.user_said": "%1 said:\n" + "composer.user_said": "%1 said:\n", + "composer.discard": "Are you sure you wish to discard this post?" } \ No newline at end of file diff --git a/public/language/ja/notifications.json b/public/language/ja/notifications.json index 751fc668fe..b94aa58589 100644 --- a/public/language/ja/notifications.json +++ b/public/language/ja/notifications.json @@ -2,7 +2,7 @@ "title": "通知センター", "no_notifs": "新しい通知はありません", "see_all": "すべての通知を確認", - "back_to_home": "NodeBBへ戻る", + "back_to_home": "Back to %1", "outgoing_link": "外部サイトへのリンク", "outgoing_link_message": "リービング", "continue_to": "続き", @@ -15,6 +15,7 @@ "favourited_your_post": "%1はあなたのポストをお気に入りにしました。", "user_flagged_post": "%1 ポストを報告しました。", "user_posted_to": "%1%2 への返事を作成しました。", + "user_mentioned_you_in": "%1 mentioned you in %2", "email-confirmed": "Email Confirmed", "email-confirmed-message": "Thank you for validating your email. Your account is now fully activated.", "email-confirm-error": "An error occurred...", diff --git a/public/language/ja/topic.json b/public/language/ja/topic.json index 9532b9e9a9..27732604ef 100644 --- a/public/language/ja/topic.json +++ b/public/language/ja/topic.json @@ -14,6 +14,7 @@ "reply": "返答", "edit": "編集", "delete": "削除", + "purge": "Purge", "restore": "リストア", "move": "移動", "fork": "フォーク", @@ -47,6 +48,8 @@ "thread_tools.delete_confirm": "本当にスレッドを削除しますか?", "thread_tools.restore": "スレッドをリストア", "thread_tools.restore_confirm": "本当にスレッドをリストアしますか?", + "thread_tools.purge": "Purge Topic", + "thread_tools.purge_confirm": "Are you sure you want to purge this thread?", "topic_lock_success": "スレッドはロックされました。", "topic_unlock_success": "スレッドはアンロックされました。", "topic_pin_success": "スレッドは上部に固定されました。", @@ -54,8 +57,7 @@ "topic_move_success": "このスレッドを %1 に移動しました。", "post_delete_confirm": "本当にポストを削除しますか?", "post_restore_confirm": "本当にポストをリストアしますか?", - "post_delete_error": "ポストを削除できませんでした!", - "post_restore_error": "ポストをリストアできませんでした!", + "post_purge_confirm": "Are you you want to purge this post?", "load_categories": "板をローディング中...", "disabled_categories_note": "使用不可の板はグレーに表示されます。", "confirm_move": "移動", @@ -91,5 +93,9 @@ "composer.upload_instructions": "ドラッグ&ドロップで画像をアップロードすることができます。", "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_guests": "%1 more guest(s)", + "sort_by": "Sort by", + "oldest_to_newest": "Oldest to Newest", + "newest_to_oldest": "Newest to Oldest", + "most_votes": "Most votes" } \ No newline at end of file diff --git a/public/language/ja/users.json b/public/language/ja/users.json index 654a14494f..8d58fb1db6 100644 --- a/public/language/ja/users.json +++ b/public/language/ja/users.json @@ -4,5 +4,7 @@ "most_reputation": "最も評価されたユーザー", "search": "検索", "enter_username": "検索するユーザー名を入力してください", - "load_more": "もっと表示" + "load_more": "もっと表示", + "user-not-found": "User not found!", + "users-found-search-took": "%1 user(s) found! Search took %2 ms." } \ No newline at end of file diff --git a/public/language/ko/error.json b/public/language/ko/error.json index f3b9a2b19b..689a55bae4 100644 --- a/public/language/ko/error.json +++ b/public/language/ko/error.json @@ -2,6 +2,7 @@ "invalid-data": "올바르지 않은 정보입니다.", "not-logged-in": "로그인하지 않았습니다.", "account-locked": "임시로 잠긴 계정입니다.", + "search-requires-login": "Searching requires an account! Please login or register!", "invalid-cid": "올바르지 않은 카테고리 ID입니다.", "invalid-tid": "올바르지 않은 주제 ID입니다.", "invalid-pid": "올바르지 않은 게시물 ID입니다.", @@ -15,7 +16,7 @@ "username-taken": "이미 사용 중인 사용자 이름입니다.", "email-taken": "이미 사용 중인 이메일입니다.", "email-not-confirmed": "Your email is not confirmed", - "username-too-short": "User name too short", + "username-too-short": "Username too short", "user-banned": "차단된 사용자입니다.", "no-category": "존재하지 않는 카테고리입니다.", "no-topic": "존재하지 않는 주제입니다.", @@ -34,7 +35,7 @@ "file-too-big": "파일의 크기는 최대 %1KB로 제한됩니다.", "cant-vote-self-post": "자신의 게시물은 추천할 수 없습니다.", "already-favourited": "이미 이 게시물을 좋아하는 중입니다.", - "already-unfavourited": "이미 이 게시물을 좋아하고 있지 않습니다.", + "already-unfavourited": "You already unfavourited this post", "cant-ban-other-admins": "다른 관리자를 차단할 수 없습니다.", "invalid-image-type": "올바르지 않은 이미지입니다.", "group-name-too-short": "그룹 이름이 너무 짧습니다.", diff --git a/public/language/ko/modules.json b/public/language/ko/modules.json index 8e33302c85..ed773b3279 100644 --- a/public/language/ko/modules.json +++ b/public/language/ko/modules.json @@ -7,5 +7,6 @@ "chat.user_has_messaged_you": "%1님이 메시지를 보냈습니다.", "chat.see_all": "See all Chats", "composer.user_said_in": "%1 said in %2:\n", - "composer.user_said": "%1 said:\n" + "composer.user_said": "%1 said:\n", + "composer.discard": "Are you sure you wish to discard this post?" } \ No newline at end of file diff --git a/public/language/ko/notifications.json b/public/language/ko/notifications.json index 3b4f2abbe7..aa17152e00 100644 --- a/public/language/ko/notifications.json +++ b/public/language/ko/notifications.json @@ -2,7 +2,7 @@ "title": "알림", "no_notifs": "새 알림이 없습니다.", "see_all": "모든 알림 보기", - "back_to_home": "홈으로 돌아가기", + "back_to_home": "Back to %1", "outgoing_link": "외부 링크", "outgoing_link_message": "다른 사이트로 이동합니다.", "continue_to": "계속", @@ -15,6 +15,7 @@ "favourited_your_post": "%1님이 내 게시물을 관심글로 등록했습니다.", "user_flagged_post": "%1님이 게시물을 신고했습니다.", "user_posted_to": "%1님이 %2님의 게시물에 답글을 작성했습니다.", + "user_mentioned_you_in": "%1 mentioned you in %2", "email-confirmed": "Email Confirmed", "email-confirmed-message": "Thank you for validating your email. Your account is now fully activated.", "email-confirm-error": "An error occurred...", diff --git a/public/language/ko/topic.json b/public/language/ko/topic.json index 8b5de7ba5f..226a932e61 100644 --- a/public/language/ko/topic.json +++ b/public/language/ko/topic.json @@ -14,6 +14,7 @@ "reply": "답글", "edit": "수정", "delete": "삭제", + "purge": "Purge", "restore": "복원", "move": "이동", "fork": "복제", @@ -47,6 +48,8 @@ "thread_tools.delete_confirm": "이 주제를 삭제하시겠습니까?", "thread_tools.restore": "복원", "thread_tools.restore_confirm": "이 주제를 복원하시겠습니까?", + "thread_tools.purge": "Purge Topic", + "thread_tools.purge_confirm": "Are you sure you want to purge this thread?", "topic_lock_success": "성공적으로 주제를 잠갔습니다.", "topic_unlock_success": "성공적으로 주제가 잠금 해제되었습니다.", "topic_pin_success": "성공적으로 주제가 상단에 고정되었습니다.", @@ -54,8 +57,7 @@ "topic_move_success": "성공적으로 이 주제를 %1로 이동했습니다.", "post_delete_confirm": "이 게시물을 삭제하시겠습니까?", "post_restore_confirm": "이 게시물을 복원하시겠습니까?", - "post_delete_error": "이 게시물을 삭제하는 데 실패했습니다.", - "post_restore_error": "이 게시물을 복원하는 데 실패했습니다.", + "post_purge_confirm": "Are you you want to purge this post?", "load_categories": "카테고리 로딩 중", "disabled_categories_note": "비활성화된 카테고리는 회색으로 표시됩니다.", "confirm_move": "이동", @@ -79,7 +81,7 @@ "composer.help": "도움말", "composer.discard": "취소", "composer.submit": "등록", - "composer.replying_to": "%1에 대한 답글", + "composer.replying_to": "'%1'에 대한 답글", "composer.new_topic": "새 주제 생성", "composer.uploading": "업로드 중", "composer.thumb_url_label": "섬네일 URL", @@ -91,5 +93,9 @@ "composer.upload_instructions": "이미지를 드래그&드롭해서 업로드", "more_users_and_guests": "%1명 이상의 회원과 %2명의 익명 사용자", "more_users": "%1명 이상의 회원", - "more_guests": "%1명 이상의 익명 사용자" + "more_guests": "%1명 이상의 익명 사용자", + "sort_by": "Sort by", + "oldest_to_newest": "Oldest to Newest", + "newest_to_oldest": "Newest to Oldest", + "most_votes": "Most votes" } \ No newline at end of file diff --git a/public/language/ko/users.json b/public/language/ko/users.json index 63040e0782..8de2036f7a 100644 --- a/public/language/ko/users.json +++ b/public/language/ko/users.json @@ -4,5 +4,7 @@ "most_reputation": "인기도", "search": "검색", "enter_username": "검색할 사용자 이름을 입력하세요.", - "load_more": "더 보기" + "load_more": "더 보기", + "user-not-found": "User not found!", + "users-found-search-took": "%1 user(s) found! Search took %2 ms." } \ No newline at end of file diff --git a/public/language/lt/error.json b/public/language/lt/error.json index 5b7a73e8d3..586844ac8c 100644 --- a/public/language/lt/error.json +++ b/public/language/lt/error.json @@ -2,6 +2,7 @@ "invalid-data": "Klaidingi duomenys", "not-logged-in": "Atrodo, kad jūs neesate prisijungęs.", "account-locked": "Jūsų paskyra buvo laikinai užrakinta", + "search-requires-login": "Searching requires an account! Please login or register!", "invalid-cid": "Klaidingas kategorijos ID", "invalid-tid": "Klaidingas temos ID", "invalid-pid": "Klaidingas pranešimo ID", @@ -15,7 +16,7 @@ "username-taken": "Vartotojo vardas jau užimtas", "email-taken": "El. pašto adresas jau užimtas", "email-not-confirmed": "Jūsų el. pašto adresas nėra patvirtintas", - "username-too-short": "Slapyvardis per trumpas", + "username-too-short": "Username too short", "user-banned": "Vartotojas užblokuotas", "no-category": "Kategorija neegzistuoja", "no-topic": "Tema neegzistuoja", @@ -34,7 +35,7 @@ "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", + "already-unfavourited": "You already unfavourited this post", "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", diff --git a/public/language/lt/modules.json b/public/language/lt/modules.json index 970bbfdcdb..d4dde3d33c 100644 --- a/public/language/lt/modules.json +++ b/public/language/lt/modules.json @@ -7,5 +7,6 @@ "chat.user_has_messaged_you": "%1 parašė jums.", "chat.see_all": "Žiūrėti visus susirašynėjimus", "composer.user_said_in": "%1 parašė %2:\n", - "composer.user_said": "%1 parašė:\n" + "composer.user_said": "%1 parašė:\n", + "composer.discard": "Are you sure you wish to discard this post?" } \ No newline at end of file diff --git a/public/language/lt/notifications.json b/public/language/lt/notifications.json index b756a7ff5a..561b90bfef 100644 --- a/public/language/lt/notifications.json +++ b/public/language/lt/notifications.json @@ -2,7 +2,7 @@ "title": "Pranešimai", "no_notifs": "Jūs neturite naujų pranešimų", "see_all": "Peržiūrėti visus pranešimus", - "back_to_home": "Grįžti į NodeBB", + "back_to_home": "Back to %1", "outgoing_link": "Išeinanti nuoroda", "outgoing_link_message": "Dabar jūs išeinate", "continue_to": "Tęsti", @@ -15,6 +15,7 @@ "favourited_your_post": "%1 pamėgo jūsų pranešimą.", "user_flagged_post": "%1 pažymėjo pranešimą moderavimui.", "user_posted_to": "%1 parašė atsaką %2", + "user_mentioned_you_in": "%1 mentioned you in %2", "email-confirmed": "El. paštas patvirtintas", "email-confirmed-message": "Dėkojame už el. pašto patvirtinimą. Jūsų paskyra pilnai aktyvuota.", "email-confirm-error": "Įvyko klaida...", diff --git a/public/language/lt/topic.json b/public/language/lt/topic.json index 018bc3f0e0..bcea336815 100644 --- a/public/language/lt/topic.json +++ b/public/language/lt/topic.json @@ -4,16 +4,17 @@ "topic_id_placeholder": "Įrašykite temos ID", "no_topics_found": "Temų nerasta!", "no_posts_found": "Įrašų nerasta!", - "post_is_deleted": "This post is deleted!", + "post_is_deleted": "Šis įrašas ištrintas!", "profile": "Profilis", - "posted_by": "Posted by %1", - "posted_by_guest": "Posted by Guest", + "posted_by": "Parašė %1", + "posted_by_guest": "Parašė svečias", "chat": "Susirašinėti", "notify_me": "Gauti pranešimus apie naujus atsakymus šioje temoje", "quote": "Cituoti", "reply": "Atsakyti", "edit": "Redaguoti", "delete": "Ištrinti", + "purge": "Purge", "restore": "Atkurti", "move": "Perkelti", "fork": "Išskaidyti", @@ -41,12 +42,14 @@ "thread_tools.lock": "Užrakinti temą", "thread_tools.unlock": "Atrakinti temą", "thread_tools.move": "Perkelti temą", - "thread_tools.move_all": "Move All", + "thread_tools.move_all": "Perkelti visus", "thread_tools.fork": "Išskaidyti temą", "thread_tools.delete": "Ištrinti temą", "thread_tools.delete_confirm": "Ar jūs tikrai norite ištrinti šią temą?", "thread_tools.restore": "Atkurti temą", "thread_tools.restore_confirm": "Ar jūs tikrai norite atkurti šią temą?", + "thread_tools.purge": "Purge Topic", + "thread_tools.purge_confirm": "Are you sure you want to purge this thread?", "topic_lock_success": "Tema sėkmingai užrakinta.", "topic_unlock_success": "Tema sėkmingai atrakinta.", "topic_pin_success": "Tema sėkmingai prisegta.", @@ -54,8 +57,7 @@ "topic_move_success": "Ši tema buvo sėkmingai perkelta į %1", "post_delete_confirm": "Ar jūs tikrai norite ištrinti šį įrašą?", "post_restore_confirm": "Ar jūs tikrai norite atkurti šį įrašą?", - "post_delete_error": "Nepavyko ištrinti šio įrašo!", - "post_restore_error": "Nepavyko atkurti šio įrašo!", + "post_purge_confirm": "Are you you want to purge this post?", "load_categories": "Įkeliamos kategorijos", "disabled_categories_note": "Neaktyvios kategorijos pažymėtos pilkai", "confirm_move": "Perkelti", @@ -65,7 +67,7 @@ "favourites.has_no_favourites": "Neturite jokių mėgiamų pranešimų. Įtraukite pranešimą į mėgiamų sąrašą, kad pamatytumėte juos čia!", "loading_more_posts": "Įkeliama daugiau įrašų", "move_topic": "Perkelti temą", - "move_topics": "Move Topics", + "move_topics": "Perkelti temas", "move_post": "Perkelti įrašą", "post_moved": "Pranešimas perkeltas!", "fork_topic": "Išskaidyti temą", @@ -89,7 +91,11 @@ "composer.thumb_remove": "Ištuštinti laukus", "composer.drag_and_drop_images": "Nutempkite paveikslėlius čia", "composer.upload_instructions": "Įkelkite paveikslėlius nutempdami juos.", - "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": "dar %1 vartotojai(-ų) ir %2 svečiai(-ių)", + "more_users": "dar %1 vartotojai(-ų)", + "more_guests": "dar %1 svečiai(-ių)", + "sort_by": "Sort by", + "oldest_to_newest": "Oldest to Newest", + "newest_to_oldest": "Newest to Oldest", + "most_votes": "Most votes" } \ No newline at end of file diff --git a/public/language/lt/users.json b/public/language/lt/users.json index a0b102095a..618d13b984 100644 --- a/public/language/lt/users.json +++ b/public/language/lt/users.json @@ -4,5 +4,7 @@ "most_reputation": "Didžiausia reputacija", "search": "Ieškoti", "enter_username": "Įrašykite vartotojo vardą paieškai", - "load_more": "Įkelti daugiau" + "load_more": "Įkelti daugiau", + "user-not-found": "User not found!", + "users-found-search-took": "%1 user(s) found! Search took %2 ms." } \ No newline at end of file diff --git a/public/language/ms/error.json b/public/language/ms/error.json index 644ccfac11..74d072d1e1 100644 --- a/public/language/ms/error.json +++ b/public/language/ms/error.json @@ -2,6 +2,7 @@ "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", @@ -15,7 +16,7 @@ "username-taken": "Username taken", "email-taken": "Email taken", "email-not-confirmed": "Your email is not confirmed", - "username-too-short": "User name too short", + "username-too-short": "Username too short", "user-banned": "User banned", "no-category": "Category doesn't exist", "no-topic": "Topic doesn't exist", @@ -34,7 +35,7 @@ "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", + "already-unfavourited": "You already 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", diff --git a/public/language/ms/modules.json b/public/language/ms/modules.json index 96b8552a53..4d24b2e4f4 100644 --- a/public/language/ms/modules.json +++ b/public/language/ms/modules.json @@ -7,5 +7,6 @@ "chat.user_has_messaged_you": "%1 has messaged you.", "chat.see_all": "See all Chats", "composer.user_said_in": "%1 said in %2:\n", - "composer.user_said": "%1 said:\n" + "composer.user_said": "%1 said:\n", + "composer.discard": "Are you sure you wish to discard this post?" } \ No newline at end of file diff --git a/public/language/ms/notifications.json b/public/language/ms/notifications.json index 9361a1cffd..446271515c 100644 --- a/public/language/ms/notifications.json +++ b/public/language/ms/notifications.json @@ -2,7 +2,7 @@ "title": "pemberitahuan", "no_notifs": "Anda tiada pemberitahuan baru", "see_all": "LIhat semua pemberitahuan", - "back_to_home": "Kembali ke NodeBB", + "back_to_home": "Back to %1", "outgoing_link": "Sambungan luar", "outgoing_link_message": "Anda sedang keluar", "continue_to": "Teruskan ke", @@ -15,6 +15,7 @@ "favourited_your_post": "strong>%1 telah menggemari posting anda", "user_flagged_post": "%1 menandakan posting", "user_posted_to": "%1 telah membalas posting kepada: %2", + "user_mentioned_you_in": "%1 mentioned you in %2", "email-confirmed": "Email Confirmed", "email-confirmed-message": "Thank you for validating your email. Your account is now fully activated.", "email-confirm-error": "An error occurred...", diff --git a/public/language/ms/topic.json b/public/language/ms/topic.json index 766f28a4e2..0b2349a51c 100644 --- a/public/language/ms/topic.json +++ b/public/language/ms/topic.json @@ -14,6 +14,7 @@ "reply": "Balas", "edit": "Edit", "delete": "Padamkan", + "purge": "Purge", "restore": "Pulihkan", "move": "Pindahkan", "fork": "Fork", @@ -47,6 +48,8 @@ "thread_tools.delete_confirm": "Adakah anda pasti untuk memadamkan thread ini?", "thread_tools.restore": "Pulihkan topik", "thread_tools.restore_confirm": "Adakah anda pasti untuk memulihkan threa ini?", + "thread_tools.purge": "Purge Topic", + "thread_tools.purge_confirm": "Are you sure you want to purge this thread?", "topic_lock_success": "Topik telah dikunci", "topic_unlock_success": "Topik telah dibuka", "topic_pin_success": "Topik telah di pinkan", @@ -54,8 +57,7 @@ "topic_move_success": "Topik telah dipindahkan ke %1", "post_delete_confirm": "Adakah anda pasti untuk memadam kiriman ini?", "post_restore_confirm": "Adakah anda pasti untuk memulihkan kiriman ini?", - "post_delete_error": "Gagal memadamkan kiriman ini!", - "post_restore_error": "Gagal memulihkan kiriman ini!", + "post_purge_confirm": "Are you you want to purge this post?", "load_categories": "Memuatkan kategori", "disabled_categories_note": "Kategori yang disekat diwarnakan kelabu", "confirm_move": "Pindahkan", @@ -91,5 +93,9 @@ "composer.upload_instructions": "Muatnaik imej dengan menyeret dan melepaskanya", "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_guests": "%1 more guest(s)", + "sort_by": "Sort by", + "oldest_to_newest": "Oldest to Newest", + "newest_to_oldest": "Newest to Oldest", + "most_votes": "Most votes" } \ No newline at end of file diff --git a/public/language/ms/users.json b/public/language/ms/users.json index 9ee738291d..beafe3c1a9 100644 --- a/public/language/ms/users.json +++ b/public/language/ms/users.json @@ -4,5 +4,7 @@ "most_reputation": "Reputasi terbaik", "search": "Cari", "enter_username": "Masukkan nama pengguna untuk carian", - "load_more": "Muat lagi" + "load_more": "Muat lagi", + "user-not-found": "User not found!", + "users-found-search-took": "%1 user(s) found! Search took %2 ms." } \ No newline at end of file diff --git a/public/language/nb/error.json b/public/language/nb/error.json index 644ccfac11..74d072d1e1 100644 --- a/public/language/nb/error.json +++ b/public/language/nb/error.json @@ -2,6 +2,7 @@ "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", @@ -15,7 +16,7 @@ "username-taken": "Username taken", "email-taken": "Email taken", "email-not-confirmed": "Your email is not confirmed", - "username-too-short": "User name too short", + "username-too-short": "Username too short", "user-banned": "User banned", "no-category": "Category doesn't exist", "no-topic": "Topic doesn't exist", @@ -34,7 +35,7 @@ "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", + "already-unfavourited": "You already 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", diff --git a/public/language/nb/modules.json b/public/language/nb/modules.json index 6e1e7612d8..cf83d023c5 100644 --- a/public/language/nb/modules.json +++ b/public/language/nb/modules.json @@ -7,5 +7,6 @@ "chat.user_has_messaged_you": "%1 has messaged you.", "chat.see_all": "See all Chats", "composer.user_said_in": "%1 said in %2:\n", - "composer.user_said": "%1 said:\n" + "composer.user_said": "%1 said:\n", + "composer.discard": "Are you sure you wish to discard this post?" } \ No newline at end of file diff --git a/public/language/nb/notifications.json b/public/language/nb/notifications.json index 432c9fad83..9e8920ee38 100644 --- a/public/language/nb/notifications.json +++ b/public/language/nb/notifications.json @@ -2,7 +2,7 @@ "title": "Varsler", "no_notifs": "Du har ingen nye varsler", "see_all": "Se alle varsler", - "back_to_home": "Tilbake til NodeBB", + "back_to_home": "Back to %1", "outgoing_link": "Utgående link", "outgoing_link_message": "Du forlatter nå", "continue_to": "Fortsett til", @@ -15,6 +15,7 @@ "favourited_your_post": "%1 har favorittmerket ditt innlegg.", "user_flagged_post": "%1 flagget ett innlegg.", "user_posted_to": "%1 har skrevet et svar til: %2", + "user_mentioned_you_in": "%1 mentioned you in %2", "email-confirmed": "Email Confirmed", "email-confirmed-message": "Thank you for validating your email. Your account is now fully activated.", "email-confirm-error": "An error occurred...", diff --git a/public/language/nb/topic.json b/public/language/nb/topic.json index a9f785f37f..7fdc3cd4b0 100644 --- a/public/language/nb/topic.json +++ b/public/language/nb/topic.json @@ -14,6 +14,7 @@ "reply": "Svar", "edit": "Endre", "delete": "Slett", + "purge": "Purge", "restore": "Gjenopprett", "move": "Flytt", "fork": "Del", @@ -47,6 +48,8 @@ "thread_tools.delete_confirm": "Er du sikker på at du vil slette denne tråden?", "thread_tools.restore": "Gjenopprett tråd", "thread_tools.restore_confirm": "Er du sikker på at du vil gjenopprette denne tråden?", + "thread_tools.purge": "Purge Topic", + "thread_tools.purge_confirm": "Are you sure you want to purge this thread?", "topic_lock_success": "Emnet har blitt låst.", "topic_unlock_success": "Emnet har blitt låst opp.", "topic_pin_success": "Emnet har blitt stiftet.", @@ -54,8 +57,7 @@ "topic_move_success": "Emnet har blitt flyttet til %1", "post_delete_confirm": "Er du sikker på at du vil slette dette innlegget?", "post_restore_confirm": "Er du sikker på at du vil gjenopprette dette innlegget?", - "post_delete_error": "Kunne ikke slette dette innlegget!", - "post_restore_error": "Kunne ikke gjenopprette dette innlegget!", + "post_purge_confirm": "Are you you want to purge this post?", "load_categories": "Laster kategorier", "disabled_categories_note": "Deaktiverte kategorier er grået ut", "confirm_move": "Flytt", @@ -91,5 +93,9 @@ "composer.upload_instructions": "Last opp bilder ved å dra og slippe dem.", "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_guests": "%1 more guest(s)", + "sort_by": "Sort by", + "oldest_to_newest": "Oldest to Newest", + "newest_to_oldest": "Newest to Oldest", + "most_votes": "Most votes" } \ No newline at end of file diff --git a/public/language/nb/users.json b/public/language/nb/users.json index 2df26cabcd..6d1eb415f2 100644 --- a/public/language/nb/users.json +++ b/public/language/nb/users.json @@ -4,5 +4,7 @@ "most_reputation": "Best rykte", "search": "Søk", "enter_username": "Skriv ett brukernavn for å søke", - "load_more": "Last flere" + "load_more": "Last flere", + "user-not-found": "User not found!", + "users-found-search-took": "%1 user(s) found! Search took %2 ms." } \ No newline at end of file diff --git a/public/language/nl/error.json b/public/language/nl/error.json index 644ccfac11..74d072d1e1 100644 --- a/public/language/nl/error.json +++ b/public/language/nl/error.json @@ -2,6 +2,7 @@ "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", @@ -15,7 +16,7 @@ "username-taken": "Username taken", "email-taken": "Email taken", "email-not-confirmed": "Your email is not confirmed", - "username-too-short": "User name too short", + "username-too-short": "Username too short", "user-banned": "User banned", "no-category": "Category doesn't exist", "no-topic": "Topic doesn't exist", @@ -34,7 +35,7 @@ "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", + "already-unfavourited": "You already 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", diff --git a/public/language/nl/modules.json b/public/language/nl/modules.json index 58002f7fb9..88b47ad4bd 100644 --- a/public/language/nl/modules.json +++ b/public/language/nl/modules.json @@ -7,5 +7,6 @@ "chat.user_has_messaged_you": "%1 has messaged you.", "chat.see_all": "See all Chats", "composer.user_said_in": "%1 said in %2:\n", - "composer.user_said": "%1 said:\n" + "composer.user_said": "%1 said:\n", + "composer.discard": "Are you sure you wish to discard this post?" } \ No newline at end of file diff --git a/public/language/nl/notifications.json b/public/language/nl/notifications.json index 1363120ab9..0fc84865c9 100644 --- a/public/language/nl/notifications.json +++ b/public/language/nl/notifications.json @@ -2,7 +2,7 @@ "title": "Notificaties", "no_notifs": "Je hebt geen nieuwe notificaties", "see_all": "Bekijk alle Notificaties", - "back_to_home": "Terug naar NodeBB", + "back_to_home": "Back to %1", "outgoing_link": "Uitgaande Link", "outgoing_link_message": "Je verlaat nu", "continue_to": "Doorgaan naar", @@ -15,6 +15,7 @@ "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_mentioned_you_in": "%1 mentioned you in %2", "email-confirmed": "Email Confirmed", "email-confirmed-message": "Thank you for validating your email. Your account is now fully activated.", "email-confirm-error": "An error occurred...", diff --git a/public/language/nl/topic.json b/public/language/nl/topic.json index baa5cea5f9..5843522c86 100644 --- a/public/language/nl/topic.json +++ b/public/language/nl/topic.json @@ -14,6 +14,7 @@ "reply": "Reageren", "edit": "Aanpassen", "delete": "Verwijderen", + "purge": "Purge", "restore": "Herstellen", "move": "Verplaatsen", "fork": "Fork", @@ -47,6 +48,8 @@ "thread_tools.delete_confirm": "Are you sure you want to delete this thread?", "thread_tools.restore": "Onderwerp Herstellen", "thread_tools.restore_confirm": "Are you sure you want to restore this thread?", + "thread_tools.purge": "Purge Topic", + "thread_tools.purge_confirm": "Are you sure you want to purge this thread?", "topic_lock_success": "Topic has been successfully locked.", "topic_unlock_success": "Topic has been successfully unlocked.", "topic_pin_success": "Topic has been successfully pinned.", @@ -54,8 +57,7 @@ "topic_move_success": "This topic has been successfully moved to %1", "post_delete_confirm": "Are you sure you want to delete this post?", "post_restore_confirm": "Are you sure you want to restore this post?", - "post_delete_error": "Could not delete this post!", - "post_restore_error": "Could not restore this post!", + "post_purge_confirm": "Are you you want to purge this post?", "load_categories": "Categorieën Laden", "disabled_categories_note": "Uitgeschakelde Categorieën zijn grijs", "confirm_move": "Verplaatsen", @@ -91,5 +93,9 @@ "composer.upload_instructions": "Upload afbeeldingen door ze te slepen.", "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_guests": "%1 more guest(s)", + "sort_by": "Sort by", + "oldest_to_newest": "Oldest to Newest", + "newest_to_oldest": "Newest to Oldest", + "most_votes": "Most votes" } \ No newline at end of file diff --git a/public/language/nl/users.json b/public/language/nl/users.json index b92781c62f..27bffb5a41 100644 --- a/public/language/nl/users.json +++ b/public/language/nl/users.json @@ -4,5 +4,7 @@ "most_reputation": "Meeste Reputatie", "search": "Zoeken", "enter_username": "Vul een gebruikersnaam in om te zoeken", - "load_more": "Meer Laden" + "load_more": "Meer Laden", + "user-not-found": "User not found!", + "users-found-search-took": "%1 user(s) found! Search took %2 ms." } \ No newline at end of file diff --git a/public/language/pl/error.json b/public/language/pl/error.json index 80b8ee96ef..e46d2b1b6f 100644 --- a/public/language/pl/error.json +++ b/public/language/pl/error.json @@ -2,6 +2,7 @@ "invalid-data": "Błędne dane", "not-logged-in": "Nie jesteś zalogowany/a.", "account-locked": "Twoje konto zostało tymczasowo zablokowane.", + "search-requires-login": "Searching requires an account! Please login or register!", "invalid-cid": "Błędne ID kategorii.", "invalid-tid": "Błędne ID tematu", "invalid-pid": "Błędne ID postu", @@ -15,7 +16,7 @@ "username-taken": "Login zajęty.", "email-taken": "E-mail zajęty.", "email-not-confirmed": "Twój e-mail nie jest potwierdzony", - "username-too-short": "Login jest za krótki", + "username-too-short": "Username too short", "user-banned": "Użytkownik zbanowany", "no-category": "Kategoria nie istnieje.", "no-topic": "Temat nie istnieje", @@ -34,7 +35,7 @@ "file-too-big": "Maksymalna wielkość pliku to %1 kilobajtów.", "cant-vote-self-post": "Nie możesz głosować na własny post.", "already-favourited": "Już polubiłeś/aś ten post.", - "already-unfavourited": "Odlajkowałeś/aś post.", + "already-unfavourited": "You already unfavourited this post", "cant-ban-other-admins": "Nie możesz zbanować innych adminów!", "invalid-image-type": "Błędny typ pliku", "group-name-too-short": "Nazwa grupy za krótka", diff --git a/public/language/pl/modules.json b/public/language/pl/modules.json index 5d01e985da..e28af7700f 100644 --- a/public/language/pl/modules.json +++ b/public/language/pl/modules.json @@ -7,5 +7,6 @@ "chat.user_has_messaged_you": "%1 napisał do Ciebie", "chat.see_all": "Pokaż wszystkie czaty", "composer.user_said_in": "%1 powiedział w %2\n", - "composer.user_said": "%1 powiedział:\n" + "composer.user_said": "%1 powiedział:\n", + "composer.discard": "Are you sure you wish to discard this post?" } \ No newline at end of file diff --git a/public/language/pl/notifications.json b/public/language/pl/notifications.json index 548efadda3..401c5f6d2d 100644 --- a/public/language/pl/notifications.json +++ b/public/language/pl/notifications.json @@ -2,7 +2,7 @@ "title": "Powiadomienia", "no_notifs": "Nie masz nowych powiadomień", "see_all": "Zobacz wszystkie powiadomienia", - "back_to_home": "Wróć do forum", + "back_to_home": "Back to %1", "outgoing_link": "Łącze wychodzące", "outgoing_link_message": "Opuszczasz", "continue_to": "Kontynuuj do", @@ -15,6 +15,7 @@ "favourited_your_post": "%1 polubił/a Twój post.", "user_flagged_post": "%1 oznaczył/a Twój post", "user_posted_to": "%1 dodał odpowiedź do %2", + "user_mentioned_you_in": "%1 mentioned you in %2", "email-confirmed": "E-mail potwierdzony", "email-confirmed-message": "Dziękujemy za potwierdzenie maila. Twoje konto zostało aktywowane.", "email-confirm-error": "Wystąpił błąd.", diff --git a/public/language/pl/topic.json b/public/language/pl/topic.json index 7ff340a0ca..526199ccda 100644 --- a/public/language/pl/topic.json +++ b/public/language/pl/topic.json @@ -14,6 +14,7 @@ "reply": "Odpowiedz", "edit": "Edytuj", "delete": "Usuń", + "purge": "Purge", "restore": "Przywróć", "move": "Przenieś", "fork": "Skopiuj", @@ -47,6 +48,8 @@ "thread_tools.delete_confirm": "Na pewno chcesz usunąć ten wątek?", "thread_tools.restore": "Przywróć wątek", "thread_tools.restore_confirm": "Na pewno chcesz przywrócić ten wątek?", + "thread_tools.purge": "Purge Topic", + "thread_tools.purge_confirm": "Are you sure you want to purge this thread?", "topic_lock_success": "Temat został zamknięty", "topic_unlock_success": "Temat został otwarty", "topic_pin_success": "Temat został przypiety", @@ -54,8 +57,7 @@ "topic_move_success": "Temat przeniesiono do %1", "post_delete_confirm": "Na pewno chcesz usunąć ten post?", "post_restore_confirm": "Na pewno chcesz przywrócić ten post?", - "post_delete_error": "Nie można usunąć tego posta!", - "post_restore_error": "Nie można przywrócić tego posta!", + "post_purge_confirm": "Are you you want to purge this post?", "load_categories": "Ładowanie kategorii", "disabled_categories_note": "Zablokowane kategorie zostały wyszarzone.", "confirm_move": "Przenieś", @@ -91,5 +93,9 @@ "composer.upload_instructions": "Prześlij obrazki przeciągając i upuszczając je.", "more_users_and_guests": "%1 więcej użytkownik(ów) i %2 gośc(i)", "more_users": "%1 więcej użytkownik(ów)", - "more_guests": "%1 więcej gośc(i)" + "more_guests": "%1 więcej gośc(i)", + "sort_by": "Sort by", + "oldest_to_newest": "Oldest to Newest", + "newest_to_oldest": "Newest to Oldest", + "most_votes": "Most votes" } \ No newline at end of file diff --git a/public/language/pl/users.json b/public/language/pl/users.json index 5ceff5eb91..6a12eb61d4 100644 --- a/public/language/pl/users.json +++ b/public/language/pl/users.json @@ -4,5 +4,7 @@ "most_reputation": "Największa reputacja", "search": "Szukaj", "enter_username": "Wpisz nazwę użytkownika", - "load_more": "Więcej" + "load_more": "Więcej", + "user-not-found": "User not found!", + "users-found-search-took": "%1 user(s) found! Search took %2 ms." } \ No newline at end of file diff --git a/public/language/pt_BR/error.json b/public/language/pt_BR/error.json index 7a0e4515af..d680f9cb76 100644 --- a/public/language/pt_BR/error.json +++ b/public/language/pt_BR/error.json @@ -2,6 +2,7 @@ "invalid-data": "Conteúdo inválido", "not-logged-in": "Você não parece estar logado.", "account-locked": "Sua conta foi temporariamente bloqueada ", + "search-requires-login": "Searching requires an account! Please login or register!", "invalid-cid": "ID inválido de categoria", "invalid-tid": "ID inválido de tópico", "invalid-pid": "ID inválido de post", @@ -15,7 +16,7 @@ "username-taken": "Usuário já existe", "email-taken": "Email já foi utilizado em um cadastro", "email-not-confirmed": "Seu email não está confirmado", - "username-too-short": "Nome de usuário é muito curto", + "username-too-short": "Username too short", "user-banned": "Usuário banido", "no-category": "Categoria não existe", "no-topic": "Tópico não existe", @@ -34,7 +35,7 @@ "file-too-big": "O tamanho máximo permitido para arquivos é %1 kbs.", "cant-vote-self-post": "Não é permitido votar no seu próprio post", "already-favourited": "Você já favoritou este post", - "already-unfavourited": "Você já desfavoritou este post", + "already-unfavourited": "You already unfavourited this post", "cant-ban-other-admins": "Impossível banir outros administradores!", "invalid-image-type": "Formato inválido de imagem", "group-name-too-short": "Nome do grupo é muito curto", diff --git a/public/language/pt_BR/modules.json b/public/language/pt_BR/modules.json index 0ddf70b2c3..823f66a2e1 100644 --- a/public/language/pt_BR/modules.json +++ b/public/language/pt_BR/modules.json @@ -7,5 +7,6 @@ "chat.user_has_messaged_you": "%1 te enviou uma mensagem.", "chat.see_all": "Vizualisar todas Conversas", "composer.user_said_in": "%1 disse em %2:\n", - "composer.user_said": "%1 disse:\n" + "composer.user_said": "%1 disse:\n", + "composer.discard": "Are you sure you wish to discard this post?" } \ No newline at end of file diff --git a/public/language/pt_BR/notifications.json b/public/language/pt_BR/notifications.json index c72067f2f9..b897e76fc1 100644 --- a/public/language/pt_BR/notifications.json +++ b/public/language/pt_BR/notifications.json @@ -2,7 +2,7 @@ "title": "Notificações", "no_notifs": "Você não tem nenhuma notificação nova", "see_all": "Visualizar todas as notificações", - "back_to_home": "Voltar para a entrada", + "back_to_home": "Back to %1", "outgoing_link": "Link Externo", "outgoing_link_message": "Você está saindo para um link externo", "continue_to": "Continuar para", @@ -15,6 +15,7 @@ "favourited_your_post": "%1 favoritou seu post.", "user_flagged_post": "%1 sinalizou seu post.", "user_posted_to": "%1 respondeu para: %2", + "user_mentioned_you_in": "%1 mentioned you in %2", "email-confirmed": "Email Confirmado", "email-confirmed-message": "Obrigado por validar seu email. Sua conta foi ativada.", "email-confirm-error": "Ocorreu um erro...", diff --git a/public/language/pt_BR/topic.json b/public/language/pt_BR/topic.json index 55fb6ad1df..8887e29112 100644 --- a/public/language/pt_BR/topic.json +++ b/public/language/pt_BR/topic.json @@ -14,6 +14,7 @@ "reply": "Responder", "edit": "Editar", "delete": "Deletar", + "purge": "Purge", "restore": "Restaurar", "move": "Mover", "fork": "Clonar", @@ -47,6 +48,8 @@ "thread_tools.delete_confirm": "Tem certeza que deseja deletar este tópico?", "thread_tools.restore": "Restaurar Tópico", "thread_tools.restore_confirm": "Tem certeza que deseja restaurar este tópico?", + "thread_tools.purge": "Purge Topic", + "thread_tools.purge_confirm": "Are you sure you want to purge this thread?", "topic_lock_success": "Tópico trancado com sucesso.", "topic_unlock_success": "Tópico destrancado com sucesso.", "topic_pin_success": "Tópico fixado com sucesso.", @@ -54,8 +57,7 @@ "topic_move_success": "Tópico movido com sucesso para %1", "post_delete_confirm": "Tem certeza que deseja deletar este post?", "post_restore_confirm": "Tem certeza que deseja restaurar este post?", - "post_delete_error": "Não foi possível deletar este post!", - "post_restore_error": "Não foi possível restaurar este post!", + "post_purge_confirm": "Are you you want to purge this post?", "load_categories": "Carregando Categorias", "disabled_categories_note": "Categorias desabilitadas estão em cinza", "confirm_move": "Mover", @@ -91,5 +93,9 @@ "composer.upload_instructions": "Mande suas imagens arrastando e soltando.", "more_users_and_guests": "%1 mais usuário(s) e %2 visitante(s)", "more_users": "%1 mais usuário(s)", - "more_guests": "%1 mais visitante(s)" + "more_guests": "%1 mais visitante(s)", + "sort_by": "Sort by", + "oldest_to_newest": "Oldest to Newest", + "newest_to_oldest": "Newest to Oldest", + "most_votes": "Most votes" } \ No newline at end of file diff --git a/public/language/pt_BR/users.json b/public/language/pt_BR/users.json index 3bde33d493..de18eaa304 100644 --- a/public/language/pt_BR/users.json +++ b/public/language/pt_BR/users.json @@ -4,5 +4,7 @@ "most_reputation": "Com mais reputação", "search": "Procurar", "enter_username": "Digite um usuário para buscar", - "load_more": "Carregar mais" + "load_more": "Carregar mais", + "user-not-found": "User not found!", + "users-found-search-took": "%1 user(s) found! Search took %2 ms." } \ No newline at end of file diff --git a/public/language/ru/error.json b/public/language/ru/error.json index 644ccfac11..74d072d1e1 100644 --- a/public/language/ru/error.json +++ b/public/language/ru/error.json @@ -2,6 +2,7 @@ "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", @@ -15,7 +16,7 @@ "username-taken": "Username taken", "email-taken": "Email taken", "email-not-confirmed": "Your email is not confirmed", - "username-too-short": "User name too short", + "username-too-short": "Username too short", "user-banned": "User banned", "no-category": "Category doesn't exist", "no-topic": "Topic doesn't exist", @@ -34,7 +35,7 @@ "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", + "already-unfavourited": "You already 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", diff --git a/public/language/ru/modules.json b/public/language/ru/modules.json index 8785e955b1..404ea7c4fe 100644 --- a/public/language/ru/modules.json +++ b/public/language/ru/modules.json @@ -7,5 +7,6 @@ "chat.user_has_messaged_you": "%1 has messaged you.", "chat.see_all": "See all Chats", "composer.user_said_in": "%1 said in %2:\n", - "composer.user_said": "%1 said:\n" + "composer.user_said": "%1 said:\n", + "composer.discard": "Are you sure you wish to discard this post?" } \ No newline at end of file diff --git a/public/language/ru/notifications.json b/public/language/ru/notifications.json index 8fb752732d..526929115e 100644 --- a/public/language/ru/notifications.json +++ b/public/language/ru/notifications.json @@ -2,7 +2,7 @@ "title": "Уведомления", "no_notifs": "Для Вас нет новых уведомлений", "see_all": "Просмотреть все уведомления", - "back_to_home": "Вернуться на NodeBB", + "back_to_home": "Back to %1", "outgoing_link": "Внешняя ссылка", "outgoing_link_message": "Вы покидаете", "continue_to": "Перейти на", @@ -15,6 +15,7 @@ "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_mentioned_you_in": "%1 mentioned you in %2", "email-confirmed": "Email Confirmed", "email-confirmed-message": "Thank you for validating your email. Your account is now fully activated.", "email-confirm-error": "An error occurred...", diff --git a/public/language/ru/topic.json b/public/language/ru/topic.json index 080584f040..689601984b 100644 --- a/public/language/ru/topic.json +++ b/public/language/ru/topic.json @@ -14,6 +14,7 @@ "reply": "Ответить", "edit": "Редактировать", "delete": "Удалить", + "purge": "Purge", "restore": "Restore", "move": "Перенести", "fork": "Ответвление", @@ -47,6 +48,8 @@ "thread_tools.delete_confirm": "Are you sure you want to delete this thread?", "thread_tools.restore": "Restore Topic", "thread_tools.restore_confirm": "Are you sure you want to restore this thread?", + "thread_tools.purge": "Purge Topic", + "thread_tools.purge_confirm": "Are you sure you want to purge this thread?", "topic_lock_success": "Topic has been successfully locked.", "topic_unlock_success": "Topic has been successfully unlocked.", "topic_pin_success": "Topic has been successfully pinned.", @@ -54,8 +57,7 @@ "topic_move_success": "This topic has been successfully moved to %1", "post_delete_confirm": "Are you sure you want to delete this post?", "post_restore_confirm": "Are you sure you want to restore this post?", - "post_delete_error": "Could not delete this post!", - "post_restore_error": "Could not restore this post!", + "post_purge_confirm": "Are you you want to purge this post?", "load_categories": "Загружаем Категории", "disabled_categories_note": "Отключенные категории затемненны", "confirm_move": "Перенести", @@ -91,5 +93,9 @@ "composer.upload_instructions": "Upload images by dragging & dropping them.", "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_guests": "%1 more guest(s)", + "sort_by": "Sort by", + "oldest_to_newest": "Oldest to Newest", + "newest_to_oldest": "Newest to Oldest", + "most_votes": "Most votes" } \ No newline at end of file diff --git a/public/language/ru/users.json b/public/language/ru/users.json index b71d645649..57b01dd96e 100644 --- a/public/language/ru/users.json +++ b/public/language/ru/users.json @@ -4,5 +4,7 @@ "most_reputation": "Лучшая репутация", "search": "Поиск", "enter_username": "Введите имя пользователя для поиска", - "load_more": "Загрузить еще" + "load_more": "Загрузить еще", + "user-not-found": "User not found!", + "users-found-search-took": "%1 user(s) found! Search took %2 ms." } \ No newline at end of file diff --git a/public/language/sc/error.json b/public/language/sc/error.json index 644ccfac11..74d072d1e1 100644 --- a/public/language/sc/error.json +++ b/public/language/sc/error.json @@ -2,6 +2,7 @@ "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", @@ -15,7 +16,7 @@ "username-taken": "Username taken", "email-taken": "Email taken", "email-not-confirmed": "Your email is not confirmed", - "username-too-short": "User name too short", + "username-too-short": "Username too short", "user-banned": "User banned", "no-category": "Category doesn't exist", "no-topic": "Topic doesn't exist", @@ -34,7 +35,7 @@ "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", + "already-unfavourited": "You already 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", diff --git a/public/language/sc/modules.json b/public/language/sc/modules.json index 9ab9e28e59..91c1d40ec4 100644 --- a/public/language/sc/modules.json +++ b/public/language/sc/modules.json @@ -7,5 +7,6 @@ "chat.user_has_messaged_you": "%1 has messaged you.", "chat.see_all": "See all Chats", "composer.user_said_in": "%1 said in %2:\n", - "composer.user_said": "%1 said:\n" + "composer.user_said": "%1 said:\n", + "composer.discard": "Are you sure you wish to discard this post?" } \ No newline at end of file diff --git a/public/language/sc/notifications.json b/public/language/sc/notifications.json index 2422939977..1faf3ce81a 100644 --- a/public/language/sc/notifications.json +++ b/public/language/sc/notifications.json @@ -2,7 +2,7 @@ "title": "Notìficas", "no_notifs": "Non tenes notìficas noas", "see_all": "Càstia totus is Notìficas", - "back_to_home": "Torra a NodeBB", + "back_to_home": "Back to %1", "outgoing_link": "Acàpiu a Foras", "outgoing_link_message": "Immoe ses essende", "continue_to": "Sighi a", @@ -15,6 +15,7 @@ "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_mentioned_you_in": "%1 mentioned you in %2", "email-confirmed": "Email Confirmed", "email-confirmed-message": "Thank you for validating your email. Your account is now fully activated.", "email-confirm-error": "An error occurred...", diff --git a/public/language/sc/topic.json b/public/language/sc/topic.json index d9e07dbd19..431a97babc 100644 --- a/public/language/sc/topic.json +++ b/public/language/sc/topic.json @@ -14,6 +14,7 @@ "reply": "Risponde", "edit": "Acontza", "delete": "Contzella", + "purge": "Purge", "restore": "Torra", "move": "Move", "fork": "Partzi", @@ -47,6 +48,8 @@ "thread_tools.delete_confirm": "Are you sure you want to delete this thread?", "thread_tools.restore": "Torra a s'Arresonada Allogada", "thread_tools.restore_confirm": "Are you sure you want to restore this thread?", + "thread_tools.purge": "Purge Topic", + "thread_tools.purge_confirm": "Are you sure you want to purge this thread?", "topic_lock_success": "Topic has been successfully locked.", "topic_unlock_success": "Topic has been successfully unlocked.", "topic_pin_success": "Topic has been successfully pinned.", @@ -54,8 +57,7 @@ "topic_move_success": "This topic has been successfully moved to %1", "post_delete_confirm": "Are you sure you want to delete this post?", "post_restore_confirm": "Are you sure you want to restore this post?", - "post_delete_error": "Could not delete this post!", - "post_restore_error": "Could not restore this post!", + "post_purge_confirm": "Are you you want to purge this post?", "load_categories": "Carrighende Crezes", "disabled_categories_note": "Is Crezes Disativadas sunt postas in colore de chìghine", "confirm_move": "Move", @@ -91,5 +93,9 @@ "composer.upload_instructions": "Càrriga immàgines trasinende·dda·las", "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_guests": "%1 more guest(s)", + "sort_by": "Sort by", + "oldest_to_newest": "Oldest to Newest", + "newest_to_oldest": "Newest to Oldest", + "most_votes": "Most votes" } \ No newline at end of file diff --git a/public/language/sc/users.json b/public/language/sc/users.json index 72d54e7355..13bd40bde7 100644 --- a/public/language/sc/users.json +++ b/public/language/sc/users.json @@ -4,5 +4,7 @@ "most_reputation": "Prus Famados", "search": "Chirca", "enter_username": "Pone unu nùmene de impitadore de chircare", - "load_more": "Càrriga de prus" + "load_more": "Càrriga de prus", + "user-not-found": "User not found!", + "users-found-search-took": "%1 user(s) found! Search took %2 ms." } \ No newline at end of file diff --git a/public/language/sk/error.json b/public/language/sk/error.json index 0a6d7df9a6..207954dd03 100644 --- a/public/language/sk/error.json +++ b/public/language/sk/error.json @@ -2,6 +2,7 @@ "invalid-data": "Nesprávne údaje", "not-logged-in": "Nie ste prihlásený", "account-locked": "Váš účet bol dočasne uzamknutý.", + "search-requires-login": "Searching requires an account! Please login or register!", "invalid-cid": "Nesprávne ID kategórie", "invalid-tid": "Nesprávne ID témy", "invalid-pid": "Nesprávne IČ príspevku", @@ -15,7 +16,7 @@ "username-taken": "Užívateľske meno je obsadené", "email-taken": "Email je obsadený", "email-not-confirmed": "Tvoj email nebol potvrdený", - "username-too-short": "Užívateľske meno je príliž krátke.", + "username-too-short": "Username too short", "user-banned": "Užívateľ je zakázaný", "no-category": "Kategória neexistuje", "no-topic": "Téme neexistuje", @@ -34,7 +35,7 @@ "file-too-big": "Maximálna povolená veľkosť súboru je %1 kbs", "cant-vote-self-post": "Nedá sa hlasovať za vlastný príspevok", "already-favourited": "Tento príspevok ste už dali do obľúbených.", - "already-unfavourited": "Už ste vymazali tento príspevok z obľubených položiek.", + "already-unfavourited": "You already unfavourited this post", "cant-ban-other-admins": "Nemožte zakázať druhých adminov.", "invalid-image-type": "Neplatný typ obrázku ", "group-name-too-short": "Názov skupiny je príliš krátky", diff --git a/public/language/sk/modules.json b/public/language/sk/modules.json index accfcaeef8..76a7cb4083 100644 --- a/public/language/sk/modules.json +++ b/public/language/sk/modules.json @@ -7,5 +7,6 @@ "chat.user_has_messaged_you": "%1 má pre Vás správu.", "chat.see_all": "Pozri všetky rozhovory", "composer.user_said_in": "%1 povedal o %2\n", - "composer.user_said": "%1 povedal:\n" + "composer.user_said": "%1 povedal:\n", + "composer.discard": "Are you sure you wish to discard this post?" } \ No newline at end of file diff --git a/public/language/sk/notifications.json b/public/language/sk/notifications.json index 2d3c142aa4..b39ad98cfa 100644 --- a/public/language/sk/notifications.json +++ b/public/language/sk/notifications.json @@ -2,7 +2,7 @@ "title": "Notifikácie", "no_notifs": "Nemáte žiadne nové notifikácie", "see_all": "Pozri všetky notifikácie", - "back_to_home": "Späť na úvodnú stránku", + "back_to_home": "Back to %1", "outgoing_link": "Odkaz mimo fórum", "outgoing_link_message": "Teraz opúšťate fórum", "continue_to": "Prejsť na", @@ -15,6 +15,7 @@ "favourited_your_post": "%1 pridal do obľubených Váš príspevok.", "user_flagged_post": "%1 označil Váš príspevok", "user_posted_to": "%1 odpovedal: %2", + "user_mentioned_you_in": "%1 mentioned you in %2", "email-confirmed": "Email bol potvrdený", "email-confirmed-message": "Ďakujeme za potvrdenie tvojho emailu. Účet je plne aktivovaný.", "email-confirm-error": "Vyskytla sa chyba...", diff --git a/public/language/sk/topic.json b/public/language/sk/topic.json index e257895739..f1fd0b2440 100644 --- a/public/language/sk/topic.json +++ b/public/language/sk/topic.json @@ -1,19 +1,20 @@ { "topic": "Téma", - "topic_id": "Topic ID", - "topic_id_placeholder": "Enter topic ID", + "topic_id": "Téma ID ", + "topic_id_placeholder": "Vložte ID témy", "no_topics_found": "Neboli nájdené žiadne témy!", "no_posts_found": "Neboli nájdené žiadne príspevky", - "post_is_deleted": "This post is deleted!", + "post_is_deleted": "Tento príspevok bol vymazaný!", "profile": "Profil", - "posted_by": "Posted by %1", - "posted_by_guest": "Posted by Guest", + "posted_by": "Publikované %1", + "posted_by_guest": "Publikované %1 od hosťa", "chat": "Chat", "notify_me": "Sledovať túto tému", "quote": "Citovať", "reply": "Odpovedať", "edit": "Upraviť", "delete": "Zmazať", + "purge": "Purge", "restore": "Vrátiť tému", "move": "Presunúť", "fork": "Rozdeliť", @@ -24,15 +25,15 @@ "flag": "Označiť", "bookmark_instructions": "Vrátiť sa na Vašu poslednú pozíciu v príspevku alebo zatvoriť pripomienku.", "flag_title": "Označiť príspevok pre moderáciu", - "flag_confirm": "Are you sure you want to flag this post?", - "flag_success": "This post has been flagged for moderation.", + "flag_confirm": "Ste si istý, že chcete označit tento príspevok?", + "flag_success": "Tento príspevok bol označený na úpravu. ", "deleted_message": "Toto vlákno bolo vymazané. Iba užívatelia s privilégiami ho môžu vidieť.", "following_topic.message": "Budete teraz príjimať notifikácie, ked niekto prispeje do témy.", "not_following_topic.message": "Nebudete už dostávať notifikácie z tejto Témy", "login_to_subscribe": "Prosím Zaregistrujte sa alebo sa Prihláste, aby ste mohli odoberať túto Tému", "markAsUnreadForAll.success": "Téma označená ako neprečítaná pre všetkých.", "watch": "Sledovať", - "watch.title": "Be notified of new replies in this topic", + "watch.title": "Buďte informovaní o nových odpovediach k tejto téme", "share_this_post": "Zdielaj tento príspevok", "thread_tools.title": "Nástroje", "thread_tools.markAsUnreadForAll": "Označ ako neprečítané", @@ -41,21 +42,22 @@ "thread_tools.lock": "Zamknúť tému", "thread_tools.unlock": "Odomknúť tému", "thread_tools.move": "Presunúť tému", - "thread_tools.move_all": "Move All", + "thread_tools.move_all": "Presunúť všetko", "thread_tools.fork": "Rozvetviť tému", "thread_tools.delete": "Vymazať tému", - "thread_tools.delete_confirm": "Are you sure you want to delete this thread?", + "thread_tools.delete_confirm": "Ste si istý, že chcete vymazať tento príspevok?", "thread_tools.restore": "Vrátiť tému", - "thread_tools.restore_confirm": "Are you sure you want to restore this thread?", - "topic_lock_success": "Topic has been successfully locked.", - "topic_unlock_success": "Topic has been successfully unlocked.", - "topic_pin_success": "Topic has been successfully pinned.", - "topic_unpin_success": "Topic has been successfully unpinned.", - "topic_move_success": "This topic has been successfully moved to %1", - "post_delete_confirm": "Are you sure you want to delete this post?", - "post_restore_confirm": "Are you sure you want to restore this post?", - "post_delete_error": "Could not delete this post!", - "post_restore_error": "Could not restore this post!", + "thread_tools.restore_confirm": "Ste si istý, že chcete obnoviť tento príspevok?", + "thread_tools.purge": "Purge Topic", + "thread_tools.purge_confirm": "Are you sure you want to purge this thread?", + "topic_lock_success": "Téma bola úspešne uzamknutá.", + "topic_unlock_success": "Téma bola úspešne odomknutá.", + "topic_pin_success": "Téma bola úspešne pripnutá.", + "topic_unpin_success": "Téma bola úspešne odobraná.", + "topic_move_success": "Téma bola úspešne presunutá do %1", + "post_delete_confirm": "Ste si istý, že chcete vymazať tento príspevok?", + "post_restore_confirm": "Ste si istí, že chcete obnoviť tento príspevok?", + "post_purge_confirm": "Are you you want to purge this post?", "load_categories": "Načítanie kategórií", "disabled_categories_note": "Vypnuté (disabled) kategorie sú šedé.", "confirm_move": "Presunúť", @@ -65,9 +67,9 @@ "favourites.has_no_favourites": "Nemáte žiadne obľúbené príspevky, pridajte niektorý príspevok k obľúbeným a uvidíte ho tu!", "loading_more_posts": "Načítavanie viac príspevkov", "move_topic": "Presunúť tému", - "move_topics": "Move Topics", + "move_topics": "Viac tém", "move_post": "Presunúť príspevok", - "post_moved": "Post moved!", + "post_moved": "Príspevok presunutý!", "fork_topic": "Rozdeliť príspevok", "topic_will_be_moved_to": "Táto téma bude presunutá do kategórie", "fork_topic_instruction": "Vyber príspevky, ktoré chceš oddeliť", @@ -79,7 +81,7 @@ "composer.help": "Pomoc", "composer.discard": "Zahodiť", "composer.submit": "Poslať", - "composer.replying_to": "Replying to %1", + "composer.replying_to": "Odpovedám užívateľovi %1", "composer.new_topic": "Nová téma", "composer.uploading": "nahrávam...", "composer.thumb_url_label": "Prilep URL náhľadu témy", @@ -89,7 +91,11 @@ "composer.thumb_remove": "Vymazať políčka", "composer.drag_and_drop_images": "Pretiahni a Pusť Obrázky Sem", "composer.upload_instructions": "Nahraj obrázky pretiahnutím a pustením ich.", - "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 užívateľ(ov) a %2 hostí.", + "more_users": "%1 a viac host(í)", + "more_guests": "%1 a viac host(í)", + "sort_by": "Sort by", + "oldest_to_newest": "Oldest to Newest", + "newest_to_oldest": "Newest to Oldest", + "most_votes": "Most votes" } \ No newline at end of file diff --git a/public/language/sk/users.json b/public/language/sk/users.json index 62c149edfb..e658cc13d7 100644 --- a/public/language/sk/users.json +++ b/public/language/sk/users.json @@ -4,5 +4,7 @@ "most_reputation": "Najváženejší", "search": "Vyhľadávať", "enter_username": "Zadaj užívateľské meno k hľadaniu", - "load_more": "Načítať dalšie" + "load_more": "Načítať dalšie", + "user-not-found": "User not found!", + "users-found-search-took": "%1 user(s) found! Search took %2 ms." } \ No newline at end of file diff --git a/public/language/sv/error.json b/public/language/sv/error.json index d0c4e175ab..12f6276de3 100644 --- a/public/language/sv/error.json +++ b/public/language/sv/error.json @@ -2,6 +2,7 @@ "invalid-data": "Ogiltig data", "not-logged-in": "Du verkar inte vara inloggad.", "account-locked": "Ditt konto har tillfälligt blivit låst", + "search-requires-login": "Searching requires an account! Please login or register!", "invalid-cid": "Ogiltigt id för kategori", "invalid-tid": "Ogiltigt id för ämne", "invalid-pid": "Ogiltigt id för inlägg", @@ -15,7 +16,7 @@ "username-taken": "Användarnamn upptaget", "email-taken": "Epostadress upptagen", "email-not-confirmed": "Din epostadress är inte bekräftad", - "username-too-short": "Användarnamnet är för kort.", + "username-too-short": "Username too short", "user-banned": "Användare bannad", "no-category": "Kategori hittades inte", "no-topic": "Ämne hittades inte", @@ -34,7 +35,7 @@ "file-too-big": "Maximalt antal filstorlek är %1 kilobits.", "cant-vote-self-post": "Du kan in rösta på ditt eget inlägg.", "already-favourited": "Du har redan favoriserat det här inlägget", - "already-unfavourited": "Du har redan av favoriserat det här inlägget", + "already-unfavourited": "You already unfavourited this post", "cant-ban-other-admins": "Du kan inte banna andra administratörer.", "invalid-image-type": "Ogiltigt bildformat", "group-name-too-short": "Gruppnamnet är för kort", diff --git a/public/language/sv/modules.json b/public/language/sv/modules.json index 26f8523a6b..a36a40b661 100644 --- a/public/language/sv/modules.json +++ b/public/language/sv/modules.json @@ -7,5 +7,6 @@ "chat.user_has_messaged_you": "%1 har skickat ett medelande till dig.", "chat.see_all": "Visa alla chattar", "composer.user_said_in": "%1 sa till %2:\n", - "composer.user_said": "%1 sa:\n" + "composer.user_said": "%1 sa:\n", + "composer.discard": "Are you sure you wish to discard this post?" } \ No newline at end of file diff --git a/public/language/sv/notifications.json b/public/language/sv/notifications.json index 9a7eaac7be..a675def0fa 100644 --- a/public/language/sv/notifications.json +++ b/public/language/sv/notifications.json @@ -2,7 +2,7 @@ "title": "Notiser", "no_notifs": "Du har inga nya notiser", "see_all": "Visa alla notiser", - "back_to_home": "Tillbaka till NodeBB", + "back_to_home": "Back to %1", "outgoing_link": "Utgående länk", "outgoing_link_message": "Du lämnar nu", "continue_to": "Fortsätt till", @@ -15,6 +15,7 @@ "favourited_your_post": "%1 har favoriserat ditt inlägg.", "user_flagged_post": "%1 flaggade ett inlägg.", "user_posted_to": "%1 har skrivit ett svar på: %2", + "user_mentioned_you_in": "%1 mentioned you in %2", "email-confirmed": "Epost bekräftad", "email-confirmed-message": "Tack för att du bekräftat din epostadress. Ditt konto är nu fullt ut aktiverat.", "email-confirm-error": "Ett fel uppstod...", diff --git a/public/language/sv/topic.json b/public/language/sv/topic.json index c187266c31..13240cbae1 100644 --- a/public/language/sv/topic.json +++ b/public/language/sv/topic.json @@ -14,6 +14,7 @@ "reply": "Svara", "edit": "Ändra", "delete": "Ta bort", + "purge": "Purge", "restore": "Återställ", "move": "Flytta", "fork": "Grena", @@ -47,6 +48,8 @@ "thread_tools.delete_confirm": "Är du säker på att du vill ta bort den här tråden?", "thread_tools.restore": "Återställ ämne", "thread_tools.restore_confirm": "Är du säker på att du vill återställa den här tråden?", + "thread_tools.purge": "Purge Topic", + "thread_tools.purge_confirm": "Are you sure you want to purge this thread?", "topic_lock_success": "Ämnet har nu låsts.", "topic_unlock_success": "Ämnet har nu låsts upp.", "topic_pin_success": "Ämnet är nu fäst.", @@ -54,8 +57,7 @@ "topic_move_success": "Det här ämnet har flyttats till %1", "post_delete_confirm": "Är du säker på att du vill ta bort det här inlägget?", "post_restore_confirm": "Är du säker på att du vill återställa det här inlägget?", - "post_delete_error": "Kunde inte ta bort det här inlägget.", - "post_restore_error": "Kunde inte återställa det här inlägget.", + "post_purge_confirm": "Are you you want to purge this post?", "load_categories": "Laddar kategorier", "disabled_categories_note": "Inaktiverade kategorier är utgråade", "confirm_move": "Flytta", @@ -91,5 +93,9 @@ "composer.upload_instructions": "Ladda upp bilder genom att dra och släpp dem.", "more_users_and_guests": "%1 fler användare() och %2 gäst(er)", "more_users": "%1 fler användare()", - "more_guests": "1% fler gäst(er)" + "more_guests": "1% fler gäst(er)", + "sort_by": "Sort by", + "oldest_to_newest": "Oldest to Newest", + "newest_to_oldest": "Newest to Oldest", + "most_votes": "Most votes" } \ No newline at end of file diff --git a/public/language/sv/users.json b/public/language/sv/users.json index b65b76203c..2085529ffe 100644 --- a/public/language/sv/users.json +++ b/public/language/sv/users.json @@ -4,5 +4,7 @@ "most_reputation": "Bäst rykte", "search": "Sök", "enter_username": "Ange ett användarnamn för att söka", - "load_more": "Ladda fler" + "load_more": "Ladda fler", + "user-not-found": "User not found!", + "users-found-search-took": "%1 user(s) found! Search took %2 ms." } \ No newline at end of file diff --git a/public/language/th/error.json b/public/language/th/error.json index 644ccfac11..74d072d1e1 100644 --- a/public/language/th/error.json +++ b/public/language/th/error.json @@ -2,6 +2,7 @@ "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", @@ -15,7 +16,7 @@ "username-taken": "Username taken", "email-taken": "Email taken", "email-not-confirmed": "Your email is not confirmed", - "username-too-short": "User name too short", + "username-too-short": "Username too short", "user-banned": "User banned", "no-category": "Category doesn't exist", "no-topic": "Topic doesn't exist", @@ -34,7 +35,7 @@ "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", + "already-unfavourited": "You already 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", diff --git a/public/language/th/modules.json b/public/language/th/modules.json index e88547808d..8e621ed280 100644 --- a/public/language/th/modules.json +++ b/public/language/th/modules.json @@ -7,5 +7,6 @@ "chat.user_has_messaged_you": "%1 has messaged you.", "chat.see_all": "See all Chats", "composer.user_said_in": "%1 said in %2:\n", - "composer.user_said": "%1 said:\n" + "composer.user_said": "%1 said:\n", + "composer.discard": "Are you sure you wish to discard this post?" } \ No newline at end of file diff --git a/public/language/th/notifications.json b/public/language/th/notifications.json index 973a5d8241..86ea63505e 100644 --- a/public/language/th/notifications.json +++ b/public/language/th/notifications.json @@ -2,7 +2,7 @@ "title": "แจ้งเตือน", "no_notifs": "คุณไม่มีข้อแจ้งเตือนใหม่", "see_all": "ดูข้อแจ้งเตือนทั้งหมด", - "back_to_home": "กลับไปที่ NodeBB", + "back_to_home": "Back to %1", "outgoing_link": "ลิงค์ออก", "outgoing_link_message": "ตอนนี้คุณจะออกจาก", "continue_to": "ดำเนินการต่อไป", @@ -15,6 +15,7 @@ "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_mentioned_you_in": "%1 mentioned you in %2", "email-confirmed": "Email Confirmed", "email-confirmed-message": "Thank you for validating your email. Your account is now fully activated.", "email-confirm-error": "An error occurred...", diff --git a/public/language/th/topic.json b/public/language/th/topic.json index 1cacfcde26..2818f9f9b3 100644 --- a/public/language/th/topic.json +++ b/public/language/th/topic.json @@ -14,6 +14,7 @@ "reply": "ตอบ", "edit": "แก้ไข", "delete": "ลบ", + "purge": "Purge", "restore": "กู้", "move": "ย้าย", "fork": "แยก", @@ -47,6 +48,8 @@ "thread_tools.delete_confirm": "Are you sure you want to delete this thread?", "thread_tools.restore": "กู้กระทู้", "thread_tools.restore_confirm": "Are you sure you want to restore this thread?", + "thread_tools.purge": "Purge Topic", + "thread_tools.purge_confirm": "Are you sure you want to purge this thread?", "topic_lock_success": "Topic has been successfully locked.", "topic_unlock_success": "Topic has been successfully unlocked.", "topic_pin_success": "Topic has been successfully pinned.", @@ -54,8 +57,7 @@ "topic_move_success": "This topic has been successfully moved to %1", "post_delete_confirm": "Are you sure you want to delete this post?", "post_restore_confirm": "Are you sure you want to restore this post?", - "post_delete_error": "Could not delete this post!", - "post_restore_error": "Could not restore this post!", + "post_purge_confirm": "Are you you want to purge this post?", "load_categories": "กำลังโหลดหมวดหมู่", "disabled_categories_note": "หมวดหมู่ที่ปิดใช้งานจะเป็นสีเทา", "confirm_move": "ย้าย", @@ -91,5 +93,9 @@ "composer.upload_instructions": "อัปโหลดภาพโดยลากและวาง", "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_guests": "%1 more guest(s)", + "sort_by": "Sort by", + "oldest_to_newest": "Oldest to Newest", + "newest_to_oldest": "Newest to Oldest", + "most_votes": "Most votes" } \ No newline at end of file diff --git a/public/language/th/users.json b/public/language/th/users.json index fddd787da1..e08d9636d2 100644 --- a/public/language/th/users.json +++ b/public/language/th/users.json @@ -4,5 +4,7 @@ "most_reputation": "ผู้ที่มีชื่อเสียงมากที่สุด", "search": "ค้นหา", "enter_username": "ใส่ชื่อผู้ใช้เพื่อค้นหา", - "load_more": "โหลดเพิ่มเติม" + "load_more": "โหลดเพิ่มเติม", + "user-not-found": "User not found!", + "users-found-search-took": "%1 user(s) found! Search took %2 ms." } \ No newline at end of file diff --git a/public/language/tr/error.json b/public/language/tr/error.json index ffcb91eb03..56c8954d44 100644 --- a/public/language/tr/error.json +++ b/public/language/tr/error.json @@ -2,6 +2,7 @@ "invalid-data": "Geçersiz Veri", "not-logged-in": "Giriş yapmamış görünüyorsunuz.", "account-locked": "Your account has been locked temporarily", + "search-requires-login": "Searching requires an account! Please login or register!", "invalid-cid": "Geçersiz Kategori ID", "invalid-tid": "Geçersiz Başlık ID", "invalid-pid": "Geçersiz İleti ID", @@ -15,7 +16,7 @@ "username-taken": "Kullanıcı İsmi Alınmış", "email-taken": "E-posta Alınmış", "email-not-confirmed": "Your email is not confirmed", - "username-too-short": "User name too short", + "username-too-short": "Username too short", "user-banned": "Kullanıcı Yasaklı", "no-category": "Kategori Yok", "no-topic": "Başlık Yok", @@ -34,7 +35,7 @@ "file-too-big": "İzin verilen en büyük dosya boyutu %1 kbs.", "cant-vote-self-post": "Kendi iletinize oy veremezsiniz", "already-favourited": "Bu iletiyi zaten favorilerinize eklediniz", - "already-unfavourited": "Bu iletiyi zaten favorilerinizden çıkardınız", + "already-unfavourited": "You already unfavourited this post", "cant-ban-other-admins": "Başka yöneticileri yasaklayamazsınız!", "invalid-image-type": "Geçersiz resim türü", "group-name-too-short": "Grup ismi çok kısa", diff --git a/public/language/tr/modules.json b/public/language/tr/modules.json index c68f149164..e9453a167c 100644 --- a/public/language/tr/modules.json +++ b/public/language/tr/modules.json @@ -7,5 +7,6 @@ "chat.user_has_messaged_you": "%1 has messaged you.", "chat.see_all": "See all Chats", "composer.user_said_in": "%1 said in %2:\n", - "composer.user_said": "%1 said:\n" + "composer.user_said": "%1 said:\n", + "composer.discard": "Are you sure you wish to discard this post?" } \ No newline at end of file diff --git a/public/language/tr/notifications.json b/public/language/tr/notifications.json index e6558e5ba4..98e4aa5742 100644 --- a/public/language/tr/notifications.json +++ b/public/language/tr/notifications.json @@ -2,7 +2,7 @@ "title": "Bildirimler", "no_notifs": "Yeni bildirimleriniz yok", "see_all": "Bütün bildirimleri gör", - "back_to_home": "NodeBB'ye geri dön", + "back_to_home": "Back to %1", "outgoing_link": "Harici Link", "outgoing_link_message": "Şimdi ayrılıyorsunuz", "continue_to": "Devam", @@ -15,6 +15,7 @@ "favourited_your_post": "%1 iletinizi favorilerine ekledi.", "user_flagged_post": "%1 bir iletiyi sakıncalı buldu.", "user_posted_to": "%1 %2 başlığına bir ileti gönderdi.", + "user_mentioned_you_in": "%1 mentioned you in %2", "email-confirmed": "Email Confirmed", "email-confirmed-message": "Thank you for validating your email. Your account is now fully activated.", "email-confirm-error": "An error occurred...", diff --git a/public/language/tr/topic.json b/public/language/tr/topic.json index 3cceebdbcb..2fa0fd0805 100644 --- a/public/language/tr/topic.json +++ b/public/language/tr/topic.json @@ -14,6 +14,7 @@ "reply": "Cevap", "edit": "Düzenle", "delete": "Sil", + "purge": "Purge", "restore": "Geri Getir", "move": "Taşı", "fork": "Ayır", @@ -47,6 +48,8 @@ "thread_tools.delete_confirm": "Bu başlığı gerçekten silmek istiyor musun?", "thread_tools.restore": "Başlığı Geri Getir", "thread_tools.restore_confirm": "Bu başlığı gerçekten geri getirmek istiyor musun?", + "thread_tools.purge": "Purge Topic", + "thread_tools.purge_confirm": "Are you sure you want to purge this thread?", "topic_lock_success": "Başlık başarıyla kitlendi.", "topic_unlock_success": "Başlık başarıyla açıldı.", "topic_pin_success": "Başlık başarıyla iğnelendi.", @@ -54,8 +57,7 @@ "topic_move_success": "Başlık %1 kategorisine başarıyla taşındı.", "post_delete_confirm": "Bu iletiyi gerçekten silmek istiyor musun?", "post_restore_confirm": "Bu iletiyi gerçekten geri getirmek istiyor musun?", - "post_delete_error": "Bu ileti silinemedi!", - "post_restore_error": "Bu ileti geri getirilemedi!", + "post_purge_confirm": "Are you you want to purge this post?", "load_categories": "Kategoriler Yükleniyor", "disabled_categories_note": "Etkin Olmayan Kategoriler soluklaştırılır", "confirm_move": "Taşı", @@ -91,5 +93,9 @@ "composer.upload_instructions": "Resimleri taşıyıp bırakarak yükleyebilirsiniz.", "more_users_and_guests": "%1 tane daha kullanıcı ve %2 ziyaretçi", "more_users": "%1 tane daha kullanıcı", - "more_guests": "%1 tane daha ziyaretçi" + "more_guests": "%1 tane daha ziyaretçi", + "sort_by": "Sort by", + "oldest_to_newest": "Oldest to Newest", + "newest_to_oldest": "Newest to Oldest", + "most_votes": "Most votes" } \ No newline at end of file diff --git a/public/language/tr/users.json b/public/language/tr/users.json index 5eb5465005..543b68c37a 100644 --- a/public/language/tr/users.json +++ b/public/language/tr/users.json @@ -4,5 +4,7 @@ "most_reputation": "En Saygın", "search": "Ara", "enter_username": "Aramak için bir kullanıcı adı girin", - "load_more": "Daha Fazla Yükle" + "load_more": "Daha Fazla Yükle", + "user-not-found": "User not found!", + "users-found-search-took": "%1 user(s) found! Search took %2 ms." } \ No newline at end of file diff --git a/public/language/vi/error.json b/public/language/vi/error.json index 2a30b1b6fa..c7e4414b40 100644 --- a/public/language/vi/error.json +++ b/public/language/vi/error.json @@ -2,6 +2,7 @@ "invalid-data": "Dữ liệu không hợp lệ", "not-logged-in": "Bạn không được đăng nhập.", "account-locked": "Your account has been locked temporarily", + "search-requires-login": "Searching requires an account! Please login or register!", "invalid-cid": "Danh mục ID không hợp lệ", "invalid-tid": "ID chủ đề không hợp lệ", "invalid-pid": "ID bài viết không hợp lệ", @@ -15,7 +16,7 @@ "username-taken": "Tên đăng nhập đã tồn tại", "email-taken": "Email đã tồn tại", "email-not-confirmed": "Your email is not confirmed", - "username-too-short": "User name too short", + "username-too-short": "Username too short", "user-banned": "Tài khoản bị ban", "no-category": "Phần mục không tồn tại", "no-topic": "Chủ đề không tồn tại", @@ -34,7 +35,7 @@ "file-too-big": "Kích thước file tối đa %1kb", "cant-vote-self-post": "Bạn không thể vote cho chính bài viết của bạn", "already-favourited": "Bạn đã bấm yêu thích cho bài viết này", - "already-unfavourited": "Bạn đã từ bỏ yêu thích cho bài viết này", + "already-unfavourited": "You already unfavourited this post", "cant-ban-other-admins": "Bạn không thể ban được các admin khác", "invalid-image-type": "Kiểu hình ảnh không hợp lệ", "group-name-too-short": "Tên nhóm quá ngắn", diff --git a/public/language/vi/modules.json b/public/language/vi/modules.json index 714f55f145..1874c4651c 100644 --- a/public/language/vi/modules.json +++ b/public/language/vi/modules.json @@ -7,5 +7,6 @@ "chat.user_has_messaged_you": "%1 has messaged you.", "chat.see_all": "See all Chats", "composer.user_said_in": "%1 said in %2:\n", - "composer.user_said": "%1 said:\n" + "composer.user_said": "%1 said:\n", + "composer.discard": "Are you sure you wish to discard this post?" } \ No newline at end of file diff --git a/public/language/vi/notifications.json b/public/language/vi/notifications.json index 8ad809b651..a77862a691 100644 --- a/public/language/vi/notifications.json +++ b/public/language/vi/notifications.json @@ -2,7 +2,7 @@ "title": "Thông báo", "no_notifs": "Bạn không có thông báo nào mới", "see_all": "Xem tất cả thông báo", - "back_to_home": "Quay lại NodeBB", + "back_to_home": "Back to %1", "outgoing_link": "Liên kết ngoài", "outgoing_link_message": "Bạn giờ đang thoát", "continue_to": "Tiếp tục đến", @@ -15,6 +15,7 @@ "favourited_your_post": "%1 thích bài viết của bạn", "user_flagged_post": "%1 đã flag một bài viết", "user_posted_to": "%1 đã trả lời %2", + "user_mentioned_you_in": "%1 mentioned you in %2", "email-confirmed": "Email Confirmed", "email-confirmed-message": "Thank you for validating your email. Your account is now fully activated.", "email-confirm-error": "An error occurred...", diff --git a/public/language/vi/topic.json b/public/language/vi/topic.json index c13f998e76..c02a304e20 100644 --- a/public/language/vi/topic.json +++ b/public/language/vi/topic.json @@ -14,6 +14,7 @@ "reply": "Trả lời", "edit": "Chỉnh sửa", "delete": "Xóa", + "purge": "Purge", "restore": "Phục hồi", "move": "Chuyển đi", "fork": "Fork", @@ -47,6 +48,8 @@ "thread_tools.delete_confirm": "Bạn có chắc là muốn hủy thread này không?", "thread_tools.restore": "Phục hồi chủ đề", "thread_tools.restore_confirm": "Bạn có chắc là muốn phục hồi thread này không", + "thread_tools.purge": "Purge Topic", + "thread_tools.purge_confirm": "Are you sure you want to purge this thread?", "topic_lock_success": "Đã khóa thành công chủ đề.", "topic_unlock_success": "Đã mở khóa thành công chủ đề.", "topic_pin_success": "Đã pin chủ đề thành công", @@ -54,8 +57,7 @@ "topic_move_success": "Đã chuyển thành công chủ đề này sang %1", "post_delete_confirm": "Bạn có chắc là muốn xóa bài gửi này không?", "post_restore_confirm": "Bạn có chắc là muốn phục hồi bài gửi này không?", - "post_delete_error": "Không thể xóa bài gửi này!", - "post_restore_error": "Không thể phục hồi bài gửi này!", + "post_purge_confirm": "Are you you want to purge this post?", "load_categories": "Đang tải các phần mục", "disabled_categories_note": "Các phần mục bị khóa đã được đánh xám", "confirm_move": "Chuyển", @@ -91,5 +93,9 @@ "composer.upload_instructions": "Tải lên hình ảnh bằng cách kéo và thả", "more_users_and_guests": "%1 người dùng và %2 khách nữa", "more_users": "%1 người dùng nữa", - "more_guests": "%1 khách nữa" + "more_guests": "%1 khách nữa", + "sort_by": "Sort by", + "oldest_to_newest": "Oldest to Newest", + "newest_to_oldest": "Newest to Oldest", + "most_votes": "Most votes" } \ No newline at end of file diff --git a/public/language/vi/users.json b/public/language/vi/users.json index e09f3c94ea..244b26154b 100644 --- a/public/language/vi/users.json +++ b/public/language/vi/users.json @@ -4,5 +4,7 @@ "most_reputation": "Uy tín nhất", "search": "Tìm kiếm", "enter_username": "Gõ tên người dùng để tìm kiếm", - "load_more": "Tải thêm" + "load_more": "Tải thêm", + "user-not-found": "User not found!", + "users-found-search-took": "%1 user(s) found! Search took %2 ms." } \ No newline at end of file diff --git a/public/language/zh_CN/error.json b/public/language/zh_CN/error.json index 79edbd539f..df1d4649f2 100644 --- a/public/language/zh_CN/error.json +++ b/public/language/zh_CN/error.json @@ -2,6 +2,7 @@ "invalid-data": "无效数据", "not-logged-in": "你看起来还没有登陆", "account-locked": "你的账号被临时锁定了", + "search-requires-login": "Searching requires an account! Please login or register!", "invalid-cid": "无效的板块ID", "invalid-tid": "无效的主题ID", "invalid-pid": "无效的帖子ID", @@ -15,7 +16,7 @@ "username-taken": "用户名已被占用", "email-taken": "Email已经被占用", "email-not-confirmed": "您的邮件尚未确认", - "username-too-short": "您的用户名称太短啦", + "username-too-short": "Username too short", "user-banned": "被封禁的用户", "no-category": "版面不存在", "no-topic": "主题不存在", @@ -34,7 +35,7 @@ "file-too-big": "文件最大不能超过%1k字节。", "cant-vote-self-post": "你不能给自己的帖子投票。", "already-favourited": "已经收藏该帖子。", - "already-unfavourited": "已经取消对该帖子的收藏。", + "already-unfavourited": "You already unfavourited this post", "cant-ban-other-admins": "不能封禁其他管理员。", "invalid-image-type": "无效的图像类型", "group-name-too-short": "群组名称太短", diff --git a/public/language/zh_CN/modules.json b/public/language/zh_CN/modules.json index 9be31d69f4..052086cb9b 100644 --- a/public/language/zh_CN/modules.json +++ b/public/language/zh_CN/modules.json @@ -4,8 +4,9 @@ "chat.send": "发送", "chat.no_active": "暂无聊天", "chat.user_typing": "%1 正在输入……", - "chat.user_has_messaged_you": "%1 has messaged you.", - "chat.see_all": "See all Chats", - "composer.user_said_in": "%1 said in %2:\n", - "composer.user_said": "%1 said:\n" + "chat.user_has_messaged_you": "%1向你发送了信息。", + "chat.see_all": "查看所有聊天", + "composer.user_said_in": "%1在%2中说:\n", + "composer.user_said": "%1说:\n", + "composer.discard": "Are you sure you wish to discard this post?" } \ No newline at end of file diff --git a/public/language/zh_CN/notifications.json b/public/language/zh_CN/notifications.json index 6ab4304464..337c53c488 100644 --- a/public/language/zh_CN/notifications.json +++ b/public/language/zh_CN/notifications.json @@ -2,7 +2,7 @@ "title": "通知", "no_notifs": "你没有新的通知", "see_all": "查看所有通知", - "back_to_home": "返回主页", + "back_to_home": "Back to %1", "outgoing_link": "站外链接", "outgoing_link_message": "你正在离开本站", "continue_to": "继续前往", @@ -15,6 +15,7 @@ "favourited_your_post": "%1收藏了你的帖子", "user_flagged_post": "%1标记了一个帖子", "user_posted_to": "%1回复了%2", + "user_mentioned_you_in": "%1 mentioned you in %2", "email-confirmed": "邮箱确认成功", "email-confirmed-message": "感谢您验证您的邮箱,您的账号所有功能均已激活。", "email-confirm-error": "出错了...", diff --git a/public/language/zh_CN/topic.json b/public/language/zh_CN/topic.json index 23b649394a..2a0094a107 100644 --- a/public/language/zh_CN/topic.json +++ b/public/language/zh_CN/topic.json @@ -14,6 +14,7 @@ "reply": "回复", "edit": "编辑", "delete": "删除", + "purge": "Purge", "restore": "恢复", "move": "移动", "fork": "作为主题", @@ -47,6 +48,8 @@ "thread_tools.delete_confirm": "确定要删除这条线索?", "thread_tools.restore": "恢复主题", "thread_tools.restore_confirm": "确定要恢复线索吗?", + "thread_tools.purge": "Purge Topic", + "thread_tools.purge_confirm": "Are you sure you want to purge this thread?", "topic_lock_success": "主题被成功锁定", "topic_unlock_success": "主题被成功解锁", "topic_pin_success": "主题被成功置顶", @@ -54,8 +57,7 @@ "topic_move_success": "主题被移到%1", "post_delete_confirm": "确定要删除帖子?", "post_restore_confirm": "确定要恢复帖子?", - "post_delete_error": "不能删除这个帖子", - "post_restore_error": "不能恢复这个帖子", + "post_purge_confirm": "Are you you want to purge this post?", "load_categories": "版面载入中", "disabled_categories_note": "停用的版面为灰色", "confirm_move": "移动", @@ -91,5 +93,9 @@ "composer.upload_instructions": "拖拽图片以上传", "more_users_and_guests": "%1个用户和%2个游客", "more_users": "%1个用户", - "more_guests": "%1个游客" + "more_guests": "%1个游客", + "sort_by": "Sort by", + "oldest_to_newest": "Oldest to Newest", + "newest_to_oldest": "Newest to Oldest", + "most_votes": "Most votes" } \ No newline at end of file diff --git a/public/language/zh_CN/users.json b/public/language/zh_CN/users.json index f45a6e455d..3079887e3c 100644 --- a/public/language/zh_CN/users.json +++ b/public/language/zh_CN/users.json @@ -4,5 +4,7 @@ "most_reputation": "声望最高", "search": "搜索", "enter_username": "输入你想找的用户名", - "load_more": "载入更多" + "load_more": "载入更多", + "user-not-found": "User not found!", + "users-found-search-took": "%1 user(s) found! Search took %2 ms." } \ No newline at end of file diff --git a/public/language/zh_TW/error.json b/public/language/zh_TW/error.json index cda4127ffa..62f1d7e160 100644 --- a/public/language/zh_TW/error.json +++ b/public/language/zh_TW/error.json @@ -2,6 +2,7 @@ "invalid-data": "無效的資料", "not-logged-in": "您似乎還沒有登入喔!", "account-locked": "您的帳戶暫時被鎖定!", + "search-requires-login": "Searching requires an account! Please login or register!", "invalid-cid": "無效的類別 ID", "invalid-tid": "無效的主題 ID", "invalid-pid": "無效的文章 ID", @@ -15,7 +16,7 @@ "username-taken": "該使用者名稱已被使用", "email-taken": "該信箱已被使用", "email-not-confirmed": "Your email is not confirmed", - "username-too-short": "User name too short", + "username-too-short": "Username too short", "user-banned": "該使用者已被停用", "no-category": "類別並不存在", "no-topic": "主題並不存在", @@ -34,7 +35,7 @@ "file-too-big": "允許的最大檔案大小是 %1 kbs", "cant-vote-self-post": "你不能對自己的文章說讚!", "already-favourited": "你已經收藏了這篇文章", - "already-unfavourited": "你已放棄收藏這篇文章", + "already-unfavourited": "You already unfavourited this post", "cant-ban-other-admins": "你不能禁用其他管理員!", "invalid-image-type": "無效的圖像類型", "group-name-too-short": "群組名稱太短了", diff --git a/public/language/zh_TW/modules.json b/public/language/zh_TW/modules.json index 4e4ffbc428..803575bd8c 100644 --- a/public/language/zh_TW/modules.json +++ b/public/language/zh_TW/modules.json @@ -7,5 +7,6 @@ "chat.user_has_messaged_you": "%1 已傳送訊息給你了", "chat.see_all": "See all Chats", "composer.user_said_in": "%1 said in %2:\n", - "composer.user_said": "%1 said:\n" + "composer.user_said": "%1 said:\n", + "composer.discard": "Are you sure you wish to discard this post?" } \ No newline at end of file diff --git a/public/language/zh_TW/notifications.json b/public/language/zh_TW/notifications.json index 8eaa8ef8d1..8881c86b76 100644 --- a/public/language/zh_TW/notifications.json +++ b/public/language/zh_TW/notifications.json @@ -2,7 +2,7 @@ "title": "通知", "no_notifs": "沒有新消息", "see_all": "顯示全部", - "back_to_home": "返回主頁", + "back_to_home": "Back to %1", "outgoing_link": "站外鏈接", "outgoing_link_message": "你正在離開本站。", "continue_to": "繼續前往", @@ -15,6 +15,7 @@ "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_mentioned_you_in": "%1 mentioned you in %2", "email-confirmed": "Email Confirmed", "email-confirmed-message": "Thank you for validating your email. Your account is now fully activated.", "email-confirm-error": "An error occurred...", diff --git a/public/language/zh_TW/topic.json b/public/language/zh_TW/topic.json index 6e46b32b15..3ab2acf173 100644 --- a/public/language/zh_TW/topic.json +++ b/public/language/zh_TW/topic.json @@ -14,6 +14,7 @@ "reply": "回覆", "edit": "編輯", "delete": "刪除", + "purge": "Purge", "restore": "復原", "move": "移動", "fork": "作為主題", @@ -47,6 +48,8 @@ "thread_tools.delete_confirm": "你確定要刪除這討論串嗎?", "thread_tools.restore": "還原刪除的主題", "thread_tools.restore_confirm": "你確定要還原這討論串嗎?", + "thread_tools.purge": "Purge Topic", + "thread_tools.purge_confirm": "Are you sure you want to purge this thread?", "topic_lock_success": "已成功鎖住主題", "topic_unlock_success": "已成功解除鎖定主題!", "topic_pin_success": "主題已成功被釘選。", @@ -54,8 +57,7 @@ "topic_move_success": "主題已成功移至 %1", "post_delete_confirm": "你確定要刪除這文章嗎?", "post_restore_confirm": "你確定要還原這文章嗎?", - "post_delete_error": "無法刪除這文章!", - "post_restore_error": "無法還原這文章!", + "post_purge_confirm": "Are you you want to purge this post?", "load_categories": "版面載入中", "disabled_categories_note": "停用的版面為灰色", "confirm_move": "移動", @@ -91,5 +93,9 @@ "composer.upload_instructions": "拖曳影像到此上傳.", "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_guests": "%1 more guest(s)", + "sort_by": "Sort by", + "oldest_to_newest": "Oldest to Newest", + "newest_to_oldest": "Newest to Oldest", + "most_votes": "Most votes" } \ No newline at end of file diff --git a/public/language/zh_TW/users.json b/public/language/zh_TW/users.json index 2b9d03bc51..6fd23be181 100644 --- a/public/language/zh_TW/users.json +++ b/public/language/zh_TW/users.json @@ -4,5 +4,7 @@ "most_reputation": "聲望最高", "search": "搜尋", "enter_username": "輸入想找的使用者帳號", - "load_more": "載入更多" + "load_more": "載入更多", + "user-not-found": "User not found!", + "users-found-search-took": "%1 user(s) found! Search took %2 ms." } \ No newline at end of file