From 53ea10a711d0d65fa04877dd39e79a61764aa267 Mon Sep 17 00:00:00 2001 From: Misty Release Bot Date: Tue, 6 Feb 2024 15:41:07 +0000 Subject: [PATCH] chore(i18n): fallback strings for new resources: nodebb.topic, nodebb.unread --- public/language/ar/topic.json | 5 ++++- public/language/ar/unread.json | 1 + public/language/bg/topic.json | 5 ++++- public/language/bg/unread.json | 1 + public/language/bn/topic.json | 5 ++++- public/language/bn/unread.json | 1 + public/language/cs/topic.json | 5 ++++- public/language/cs/unread.json | 1 + public/language/da/topic.json | 5 ++++- public/language/da/unread.json | 1 + public/language/de/topic.json | 5 ++++- public/language/de/unread.json | 1 + public/language/el/topic.json | 5 ++++- public/language/el/unread.json | 1 + public/language/en-US/topic.json | 5 ++++- public/language/en-US/unread.json | 1 + public/language/en-x-pirate/topic.json | 5 ++++- public/language/en-x-pirate/unread.json | 1 + public/language/es/topic.json | 5 ++++- public/language/es/unread.json | 1 + public/language/et/topic.json | 5 ++++- public/language/et/unread.json | 1 + public/language/fa-IR/topic.json | 5 ++++- public/language/fa-IR/unread.json | 1 + public/language/fi/topic.json | 5 ++++- public/language/fi/unread.json | 1 + public/language/fr/topic.json | 5 ++++- public/language/fr/unread.json | 1 + public/language/gl/topic.json | 5 ++++- public/language/gl/unread.json | 1 + public/language/he/topic.json | 5 ++++- public/language/he/unread.json | 1 + public/language/hr/topic.json | 5 ++++- public/language/hr/unread.json | 1 + public/language/hu/topic.json | 5 ++++- public/language/hu/unread.json | 1 + public/language/hy/topic.json | 5 ++++- public/language/hy/unread.json | 1 + public/language/id/topic.json | 5 ++++- public/language/id/unread.json | 1 + public/language/it/topic.json | 5 ++++- public/language/it/unread.json | 1 + public/language/ja/topic.json | 5 ++++- public/language/ja/unread.json | 1 + public/language/ko/topic.json | 5 ++++- public/language/ko/unread.json | 1 + public/language/lt/topic.json | 5 ++++- public/language/lt/unread.json | 1 + public/language/lv/topic.json | 5 ++++- public/language/lv/unread.json | 1 + public/language/ms/topic.json | 5 ++++- public/language/ms/unread.json | 1 + public/language/nb/topic.json | 5 ++++- public/language/nb/unread.json | 1 + public/language/nl/topic.json | 5 ++++- public/language/nl/unread.json | 1 + public/language/pl/topic.json | 5 ++++- public/language/pl/unread.json | 1 + public/language/pt-BR/topic.json | 5 ++++- public/language/pt-BR/unread.json | 1 + public/language/pt-PT/topic.json | 5 ++++- public/language/pt-PT/unread.json | 1 + public/language/ro/topic.json | 5 ++++- public/language/ro/unread.json | 1 + public/language/ru/topic.json | 5 ++++- public/language/ru/unread.json | 1 + public/language/rw/topic.json | 5 ++++- public/language/rw/unread.json | 1 + public/language/sc/topic.json | 5 ++++- public/language/sc/unread.json | 1 + public/language/sk/topic.json | 5 ++++- public/language/sk/unread.json | 1 + public/language/sl/topic.json | 5 ++++- public/language/sl/unread.json | 1 + public/language/sq-AL/topic.json | 5 ++++- public/language/sq-AL/unread.json | 1 + public/language/sr/topic.json | 5 ++++- public/language/sr/unread.json | 1 + public/language/sv/topic.json | 5 ++++- public/language/sv/unread.json | 1 + public/language/th/topic.json | 5 ++++- public/language/th/unread.json | 1 + public/language/tr/topic.json | 5 ++++- public/language/tr/unread.json | 1 + public/language/uk/topic.json | 5 ++++- public/language/uk/unread.json | 1 + public/language/vi/topic.json | 5 ++++- public/language/vi/unread.json | 1 + public/language/zh-CN/topic.json | 5 ++++- public/language/zh-CN/unread.json | 1 + public/language/zh-TW/topic.json | 5 ++++- public/language/zh-TW/unread.json | 1 + 92 files changed, 230 insertions(+), 46 deletions(-) diff --git a/public/language/ar/topic.json b/public/language/ar/topic.json index db5c2e6678..b6fc625676 100644 --- a/public/language/ar/topic.json +++ b/public/language/ar/topic.json @@ -15,6 +15,7 @@ "replies-to-this-post": "%1 الردود", "one-reply-to-this-post": "1 رد", "last-reply-time": "آخر رد", + "reply-options": "Reply options", "reply-as-topic": "رد بموضوع", "guest-login-reply": "يجب عليك تسجيل الدخول للرد", "login-to-view": "سجل الدخول للمشاهدة", @@ -204,11 +205,13 @@ "last-post": "Last post", "go-to-my-next-post": "Go to my next post", "no-more-next-post": "You don't have more posts in this topic", + "open-composer": "Open composer", "post-quick-reply": "Quick reply", "navigator.index": "Post %1 of %2", "navigator.unread": "%1 unread", "upvote-post": "Upvote post", "downvote-post": "Downvote post", "post-tools": "Post tools", - "unread-posts-link": "Unread posts link" + "unread-posts-link": "Unread posts link", + "thumb-image": "Topic thumbnail image" } \ No newline at end of file diff --git a/public/language/ar/unread.json b/public/language/ar/unread.json index 4f309e0b87..f4df0e1717 100644 --- a/public/language/ar/unread.json +++ b/public/language/ar/unread.json @@ -3,6 +3,7 @@ "no-unread-topics": "ليس هناك أي موضوع غير مقروء", "load-more": "حمل المزيد", "mark-as-read": "حدد غير مقروء", + "mark-as-unread": "Mark as Unread", "selected": "المحددة", "all": "الكل", "all-categories": "كل الفئات", diff --git a/public/language/bg/topic.json b/public/language/bg/topic.json index dd968e4c7d..b9853920ec 100644 --- a/public/language/bg/topic.json +++ b/public/language/bg/topic.json @@ -15,6 +15,7 @@ "replies-to-this-post": "%1 отговора", "one-reply-to-this-post": "1 отговор", "last-reply-time": "Последен отговор", + "reply-options": "Reply options", "reply-as-topic": "Отговор в нова тема", "guest-login-reply": "Впишете се, за да отговорите", "login-to-view": "🔒 Впишете се, за да видите това", @@ -204,11 +205,13 @@ "last-post": "Последна публикация", "go-to-my-next-post": "Към следващата ми публикация", "no-more-next-post": "Нямате повече публикации в тази тема", + "open-composer": "Open composer", "post-quick-reply": "Бърз отговор", "navigator.index": "Публикация %1 от %2", "navigator.unread": "%1 непрочетени", "upvote-post": "Положително гласуване за публикацията", "downvote-post": "Отрицателно гласуване за публикацията", "post-tools": "Инструменти за публикациите", - "unread-posts-link": "Unread posts link" + "unread-posts-link": "Unread posts link", + "thumb-image": "Topic thumbnail image" } \ No newline at end of file diff --git a/public/language/bg/unread.json b/public/language/bg/unread.json index 3bdc4d2954..518443c999 100644 --- a/public/language/bg/unread.json +++ b/public/language/bg/unread.json @@ -3,6 +3,7 @@ "no-unread-topics": "Няма непрочетени теми.", "load-more": "Зареждане на още", "mark-as-read": "Отбелязване като прочетени", + "mark-as-unread": "Mark as Unread", "selected": "Избраните", "all": "Всички", "all-categories": "Всички категории", diff --git a/public/language/bn/topic.json b/public/language/bn/topic.json index ae244f3a16..55dc7fa8d9 100644 --- a/public/language/bn/topic.json +++ b/public/language/bn/topic.json @@ -15,6 +15,7 @@ "replies-to-this-post": "%1 Replies", "one-reply-to-this-post": "1 Reply", "last-reply-time": "Last reply", + "reply-options": "Reply options", "reply-as-topic": "Reply as topic", "guest-login-reply": "Log in to reply", "login-to-view": "🔒 Log in to view", @@ -204,11 +205,13 @@ "last-post": "Last post", "go-to-my-next-post": "Go to my next post", "no-more-next-post": "You don't have more posts in this topic", + "open-composer": "Open composer", "post-quick-reply": "Quick reply", "navigator.index": "Post %1 of %2", "navigator.unread": "%1 unread", "upvote-post": "Upvote post", "downvote-post": "Downvote post", "post-tools": "Post tools", - "unread-posts-link": "Unread posts link" + "unread-posts-link": "Unread posts link", + "thumb-image": "Topic thumbnail image" } \ No newline at end of file diff --git a/public/language/bn/unread.json b/public/language/bn/unread.json index d43ad38b49..ec96135d39 100644 --- a/public/language/bn/unread.json +++ b/public/language/bn/unread.json @@ -3,6 +3,7 @@ "no-unread-topics": "কোন অপঠিত টপিক নেই", "load-more": "আরো লোড করুন", "mark-as-read": "পঠিত হিসেবে চিহ্নিত করুন", + "mark-as-unread": "Mark as Unread", "selected": "নির্বাচিত", "all": "সবগুলো", "all-categories": "All categories", diff --git a/public/language/cs/topic.json b/public/language/cs/topic.json index c62a97b7fd..4a30c2e4c5 100644 --- a/public/language/cs/topic.json +++ b/public/language/cs/topic.json @@ -15,6 +15,7 @@ "replies-to-this-post": "%1 odpovědí", "one-reply-to-this-post": "1 odpověď", "last-reply-time": "Poslední odpověď", + "reply-options": "Reply options", "reply-as-topic": "Odpovědět jako Téma", "guest-login-reply": "Přihlásit se pro odpověď", "login-to-view": "Přihlásit se pro zobrazení", @@ -204,11 +205,13 @@ "last-post": "Last post", "go-to-my-next-post": "Go to my next post", "no-more-next-post": "You don't have more posts in this topic", + "open-composer": "Open composer", "post-quick-reply": "Quick reply", "navigator.index": "Post %1 of %2", "navigator.unread": "%1 unread", "upvote-post": "Upvote post", "downvote-post": "Downvote post", "post-tools": "Post tools", - "unread-posts-link": "Unread posts link" + "unread-posts-link": "Unread posts link", + "thumb-image": "Topic thumbnail image" } \ No newline at end of file diff --git a/public/language/cs/unread.json b/public/language/cs/unread.json index 8d6387ce59..63d013e0f6 100644 --- a/public/language/cs/unread.json +++ b/public/language/cs/unread.json @@ -3,6 +3,7 @@ "no-unread-topics": "Nejsou zde žádné nepřečtené témata.", "load-more": "Načíst další", "mark-as-read": "Označit jako přečtené", + "mark-as-unread": "Mark as Unread", "selected": "Vybrané", "all": "Vše", "all-categories": "Všechny kategorie", diff --git a/public/language/da/topic.json b/public/language/da/topic.json index 5bacf1c894..482cdf3c60 100644 --- a/public/language/da/topic.json +++ b/public/language/da/topic.json @@ -15,6 +15,7 @@ "replies-to-this-post": "%1 Replies", "one-reply-to-this-post": "1 Reply", "last-reply-time": "Last reply", + "reply-options": "Reply options", "reply-as-topic": "Svar som emne", "guest-login-reply": "Login for at svare", "login-to-view": "🔒 Log in to view", @@ -204,11 +205,13 @@ "last-post": "Last post", "go-to-my-next-post": "Go to my next post", "no-more-next-post": "You don't have more posts in this topic", + "open-composer": "Open composer", "post-quick-reply": "Quick reply", "navigator.index": "Post %1 of %2", "navigator.unread": "%1 unread", "upvote-post": "Upvote post", "downvote-post": "Downvote post", "post-tools": "Post tools", - "unread-posts-link": "Unread posts link" + "unread-posts-link": "Unread posts link", + "thumb-image": "Topic thumbnail image" } \ No newline at end of file diff --git a/public/language/da/unread.json b/public/language/da/unread.json index f10972be09..93523b38c2 100644 --- a/public/language/da/unread.json +++ b/public/language/da/unread.json @@ -3,6 +3,7 @@ "no-unread-topics": "Der er ingen ulæste emner.", "load-more": "Indlæs mere", "mark-as-read": "Marker som læst", + "mark-as-unread": "Mark as Unread", "selected": "Valgte", "all": "Alle", "all-categories": "Alle kategorier", diff --git a/public/language/de/topic.json b/public/language/de/topic.json index 1ea8337da2..1e78e50b04 100644 --- a/public/language/de/topic.json +++ b/public/language/de/topic.json @@ -15,6 +15,7 @@ "replies-to-this-post": "%1 Antworten", "one-reply-to-this-post": "1 Antwort", "last-reply-time": "Letzte Antwort", + "reply-options": "Reply options", "reply-as-topic": "In einem neuen Thema antworten", "guest-login-reply": "Anmelden zum Antworten", "login-to-view": "🔒 Zum ansehen einloggen", @@ -204,11 +205,13 @@ "last-post": "Letzter Beitrag", "go-to-my-next-post": "Zu meinem nächsten Beitrag gehen", "no-more-next-post": "Du hast keine weiteren Beiträge zu diesem Thema", + "open-composer": "Open composer", "post-quick-reply": "Schnell antworten", "navigator.index": "Beitrag %1 von %2", "navigator.unread": "%1 ungelesen", "upvote-post": "Upvote post", "downvote-post": "Downvote post", "post-tools": "Post tools", - "unread-posts-link": "Unread posts link" + "unread-posts-link": "Unread posts link", + "thumb-image": "Topic thumbnail image" } \ No newline at end of file diff --git a/public/language/de/unread.json b/public/language/de/unread.json index b895a41db7..59340b0a82 100644 --- a/public/language/de/unread.json +++ b/public/language/de/unread.json @@ -3,6 +3,7 @@ "no-unread-topics": "Es gibt keine ungelesenen Themen.", "load-more": "Mehr laden", "mark-as-read": "Als gelesen markieren", + "mark-as-unread": "Mark as Unread", "selected": "Ausgewählt", "all": "Alle", "all-categories": "Alle Kategorien", diff --git a/public/language/el/topic.json b/public/language/el/topic.json index af1b69f546..02eaf62a3d 100644 --- a/public/language/el/topic.json +++ b/public/language/el/topic.json @@ -15,6 +15,7 @@ "replies-to-this-post": "%1 Replies", "one-reply-to-this-post": "1 Reply", "last-reply-time": "Last reply", + "reply-options": "Reply options", "reply-as-topic": "Reply as topic", "guest-login-reply": "Log in to reply", "login-to-view": "🔒 Log in to view", @@ -204,11 +205,13 @@ "last-post": "Last post", "go-to-my-next-post": "Go to my next post", "no-more-next-post": "You don't have more posts in this topic", + "open-composer": "Open composer", "post-quick-reply": "Quick reply", "navigator.index": "Post %1 of %2", "navigator.unread": "%1 unread", "upvote-post": "Upvote post", "downvote-post": "Downvote post", "post-tools": "Post tools", - "unread-posts-link": "Unread posts link" + "unread-posts-link": "Unread posts link", + "thumb-image": "Topic thumbnail image" } \ No newline at end of file diff --git a/public/language/el/unread.json b/public/language/el/unread.json index 1e1bd5a51c..da46ac2b5e 100644 --- a/public/language/el/unread.json +++ b/public/language/el/unread.json @@ -3,6 +3,7 @@ "no-unread-topics": "Δεν υπάρχουν μη αναγνωσμένα θέματα.", "load-more": "Φόρτωση Περισσότερων", "mark-as-read": "Σημείωση ώς Αναγνωσμένα", + "mark-as-unread": "Mark as Unread", "selected": "Επιλεγμένα", "all": "Όλα", "all-categories": "Όλες οι κατηγορίες", diff --git a/public/language/en-US/topic.json b/public/language/en-US/topic.json index ad7db8dd34..f0753384f5 100644 --- a/public/language/en-US/topic.json +++ b/public/language/en-US/topic.json @@ -15,6 +15,7 @@ "replies-to-this-post": "%1 Replies", "one-reply-to-this-post": "1 Reply", "last-reply-time": "Last reply", + "reply-options": "Reply options", "reply-as-topic": "Reply as topic", "guest-login-reply": "Log in to reply", "login-to-view": "🔒 Log in to view", @@ -204,11 +205,13 @@ "last-post": "Last post", "go-to-my-next-post": "Go to my next post", "no-more-next-post": "You don't have more posts in this topic", + "open-composer": "Open composer", "post-quick-reply": "Quick reply", "navigator.index": "Post %1 of %2", "navigator.unread": "%1 unread", "upvote-post": "Upvote post", "downvote-post": "Downvote post", "post-tools": "Post tools", - "unread-posts-link": "Unread posts link" + "unread-posts-link": "Unread posts link", + "thumb-image": "Topic thumbnail image" } \ No newline at end of file diff --git a/public/language/en-US/unread.json b/public/language/en-US/unread.json index 00f5eb5b1d..4f7dbdc653 100644 --- a/public/language/en-US/unread.json +++ b/public/language/en-US/unread.json @@ -3,6 +3,7 @@ "no-unread-topics": "There are no unread topics.", "load-more": "Load More", "mark-as-read": "Mark as Read", + "mark-as-unread": "Mark as Unread", "selected": "Selected", "all": "All", "all-categories": "All categories", diff --git a/public/language/en-x-pirate/topic.json b/public/language/en-x-pirate/topic.json index ad7db8dd34..f0753384f5 100644 --- a/public/language/en-x-pirate/topic.json +++ b/public/language/en-x-pirate/topic.json @@ -15,6 +15,7 @@ "replies-to-this-post": "%1 Replies", "one-reply-to-this-post": "1 Reply", "last-reply-time": "Last reply", + "reply-options": "Reply options", "reply-as-topic": "Reply as topic", "guest-login-reply": "Log in to reply", "login-to-view": "🔒 Log in to view", @@ -204,11 +205,13 @@ "last-post": "Last post", "go-to-my-next-post": "Go to my next post", "no-more-next-post": "You don't have more posts in this topic", + "open-composer": "Open composer", "post-quick-reply": "Quick reply", "navigator.index": "Post %1 of %2", "navigator.unread": "%1 unread", "upvote-post": "Upvote post", "downvote-post": "Downvote post", "post-tools": "Post tools", - "unread-posts-link": "Unread posts link" + "unread-posts-link": "Unread posts link", + "thumb-image": "Topic thumbnail image" } \ No newline at end of file diff --git a/public/language/en-x-pirate/unread.json b/public/language/en-x-pirate/unread.json index 53751bd7d5..f43f63c6b8 100644 --- a/public/language/en-x-pirate/unread.json +++ b/public/language/en-x-pirate/unread.json @@ -3,6 +3,7 @@ "no-unread-topics": "There be no unread topics.", "load-more": "Giv'er more", "mark-as-read": "Mark as Read", + "mark-as-unread": "Mark as Unread", "selected": "Selected", "all": "All", "all-categories": "All categories", diff --git a/public/language/es/topic.json b/public/language/es/topic.json index d33761e5da..262fafbf81 100644 --- a/public/language/es/topic.json +++ b/public/language/es/topic.json @@ -15,6 +15,7 @@ "replies-to-this-post": "%1 Respuestas", "one-reply-to-this-post": "1 Respuesta", "last-reply-time": "Última respuesta", + "reply-options": "Reply options", "reply-as-topic": "Responder como tema", "guest-login-reply": "Accede para responder", "login-to-view": "🔒 Inicie sesión para ver", @@ -204,11 +205,13 @@ "last-post": "Last post", "go-to-my-next-post": "Go to my next post", "no-more-next-post": "You don't have more posts in this topic", + "open-composer": "Open composer", "post-quick-reply": "Quick reply", "navigator.index": "Post %1 of %2", "navigator.unread": "%1 unread", "upvote-post": "Upvote post", "downvote-post": "Downvote post", "post-tools": "Post tools", - "unread-posts-link": "Unread posts link" + "unread-posts-link": "Unread posts link", + "thumb-image": "Topic thumbnail image" } \ No newline at end of file diff --git a/public/language/es/unread.json b/public/language/es/unread.json index eded6f457e..ca7c8c1d63 100644 --- a/public/language/es/unread.json +++ b/public/language/es/unread.json @@ -3,6 +3,7 @@ "no-unread-topics": "No hay temas nuevos para leer.", "load-more": "Cargar más", "mark-as-read": "Marcar como leído", + "mark-as-unread": "Mark as Unread", "selected": "Seleccionados", "all": "Todos", "all-categories": "Todos los foros", diff --git a/public/language/et/topic.json b/public/language/et/topic.json index 695152eaf7..15217413b1 100644 --- a/public/language/et/topic.json +++ b/public/language/et/topic.json @@ -15,6 +15,7 @@ "replies-to-this-post": "%1 Replies", "one-reply-to-this-post": "1 Reply", "last-reply-time": "Last reply", + "reply-options": "Reply options", "reply-as-topic": "Vasta teemana", "guest-login-reply": "Logi sisse, et vastata", "login-to-view": "🔒 Log in to view", @@ -204,11 +205,13 @@ "last-post": "Last post", "go-to-my-next-post": "Go to my next post", "no-more-next-post": "You don't have more posts in this topic", + "open-composer": "Open composer", "post-quick-reply": "Quick reply", "navigator.index": "Post %1 of %2", "navigator.unread": "%1 unread", "upvote-post": "Upvote post", "downvote-post": "Downvote post", "post-tools": "Post tools", - "unread-posts-link": "Unread posts link" + "unread-posts-link": "Unread posts link", + "thumb-image": "Topic thumbnail image" } \ No newline at end of file diff --git a/public/language/et/unread.json b/public/language/et/unread.json index 9ec7694233..ef58893f1d 100644 --- a/public/language/et/unread.json +++ b/public/language/et/unread.json @@ -3,6 +3,7 @@ "no-unread-topics": "Siin ei ole lugemata teemasi.", "load-more": "Lae rohkem", "mark-as-read": "Märgi loetuks", + "mark-as-unread": "Mark as Unread", "selected": "Valitud", "all": "Kõik", "all-categories": "Kõik kategooriad", diff --git a/public/language/fa-IR/topic.json b/public/language/fa-IR/topic.json index 7b3b190532..d1ff068483 100644 --- a/public/language/fa-IR/topic.json +++ b/public/language/fa-IR/topic.json @@ -15,6 +15,7 @@ "replies-to-this-post": "1% پاسخ", "one-reply-to-this-post": "1 پاسخ", "last-reply-time": "آخرین پاسخ", + "reply-options": "Reply options", "reply-as-topic": "پاسخ به عنوان موضوع", "guest-login-reply": "وارد شوید تا پست بفرستید", "login-to-view": "🔒 برای مشاهده وارد شوید", @@ -204,11 +205,13 @@ "last-post": "آخرین پست", "go-to-my-next-post": "برو به پست بعدی من", "no-more-next-post": "شما پست بیشتری در این تاپیک ندارید", + "open-composer": "Open composer", "post-quick-reply": "پاسخ سریع", "navigator.index": "پست %1 از %2", "navigator.unread": "%1 خوانده نشده", "upvote-post": "Upvote post", "downvote-post": "Downvote post", "post-tools": "Post tools", - "unread-posts-link": "Unread posts link" + "unread-posts-link": "Unread posts link", + "thumb-image": "Topic thumbnail image" } \ No newline at end of file diff --git a/public/language/fa-IR/unread.json b/public/language/fa-IR/unread.json index ad43179de0..c457a7eb61 100644 --- a/public/language/fa-IR/unread.json +++ b/public/language/fa-IR/unread.json @@ -3,6 +3,7 @@ "no-unread-topics": "جستار خوانده نشده‌ای وجود ندارد.", "load-more": "بارگذاری بیش‌تر", "mark-as-read": "خوانده شده بگیر", + "mark-as-unread": "Mark as Unread", "selected": "برگزیده", "all": "همه", "all-categories": "تمام دسته ها", diff --git a/public/language/fi/topic.json b/public/language/fi/topic.json index 8faf6f65c4..278ee83a55 100644 --- a/public/language/fi/topic.json +++ b/public/language/fi/topic.json @@ -15,6 +15,7 @@ "replies-to-this-post": "%1 vastauksia", "one-reply-to-this-post": "1 vastaus", "last-reply-time": "Viimeisin vastaus", + "reply-options": "Reply options", "reply-as-topic": "Vastaa aiheeseen", "guest-login-reply": "Kirjaudu sisään voidaksesi vastata", "login-to-view": "Kirjaudu sisään", @@ -204,11 +205,13 @@ "last-post": "Last post", "go-to-my-next-post": "Go to my next post", "no-more-next-post": "You don't have more posts in this topic", + "open-composer": "Open composer", "post-quick-reply": "Pikavastaus", "navigator.index": "Post %1 of %2", "navigator.unread": "%1 lukematonta", "upvote-post": "Upvote post", "downvote-post": "Downvote post", "post-tools": "Post tools", - "unread-posts-link": "Unread posts link" + "unread-posts-link": "Unread posts link", + "thumb-image": "Topic thumbnail image" } \ No newline at end of file diff --git a/public/language/fi/unread.json b/public/language/fi/unread.json index 30d651e76b..6e4ce6039d 100644 --- a/public/language/fi/unread.json +++ b/public/language/fi/unread.json @@ -3,6 +3,7 @@ "no-unread-topics": "Ei lukemattomia aiheita.", "load-more": "Lataa lisää", "mark-as-read": "Merkitse luetuksi", + "mark-as-unread": "Mark as Unread", "selected": "Valitut", "all": "Kaikki", "all-categories": "Kaikki kategoriat", diff --git a/public/language/fr/topic.json b/public/language/fr/topic.json index a30968a73b..182e722e4b 100644 --- a/public/language/fr/topic.json +++ b/public/language/fr/topic.json @@ -15,6 +15,7 @@ "replies-to-this-post": "%1 réponses", "one-reply-to-this-post": "1 réponse", "last-reply-time": "Dernière réponse", + "reply-options": "Reply options", "reply-as-topic": "Répondre à l'aide d'un nouveau sujet", "guest-login-reply": "Se connecter pour répondre", "login-to-view": "🔒 Se connecter pour voir", @@ -204,11 +205,13 @@ "last-post": "Dernier message", "go-to-my-next-post": "Aller à mon prochain message", "no-more-next-post": "Vous n'avez plus de messages dans ce sujet", + "open-composer": "Open composer", "post-quick-reply": "Réponse rapide", "navigator.index": "Message %1 sur %2", "navigator.unread": "%1 non lu", "upvote-post": "Upvote post", "downvote-post": "Downvote post", "post-tools": "Post tools", - "unread-posts-link": "Unread posts link" + "unread-posts-link": "Unread posts link", + "thumb-image": "Topic thumbnail image" } \ No newline at end of file diff --git a/public/language/fr/unread.json b/public/language/fr/unread.json index eb3277d81f..1fe7d97dc1 100644 --- a/public/language/fr/unread.json +++ b/public/language/fr/unread.json @@ -3,6 +3,7 @@ "no-unread-topics": "Aucun sujet non lu.", "load-more": "Charger la suite", "mark-as-read": "Marquer comme lu", + "mark-as-unread": "Mark as Unread", "selected": "Sélectionnés", "all": "Tous", "all-categories": "Toutes les catégories", diff --git a/public/language/gl/topic.json b/public/language/gl/topic.json index 8d2529d8f8..84a7f210b7 100644 --- a/public/language/gl/topic.json +++ b/public/language/gl/topic.json @@ -15,6 +15,7 @@ "replies-to-this-post": "%1 Replies", "one-reply-to-this-post": "1 Reply", "last-reply-time": "Last reply", + "reply-options": "Reply options", "reply-as-topic": "Responder como tema", "guest-login-reply": "Identifícate para responder", "login-to-view": "🔒 Log in to view", @@ -204,11 +205,13 @@ "last-post": "Last post", "go-to-my-next-post": "Go to my next post", "no-more-next-post": "You don't have more posts in this topic", + "open-composer": "Open composer", "post-quick-reply": "Quick reply", "navigator.index": "Post %1 of %2", "navigator.unread": "%1 unread", "upvote-post": "Upvote post", "downvote-post": "Downvote post", "post-tools": "Post tools", - "unread-posts-link": "Unread posts link" + "unread-posts-link": "Unread posts link", + "thumb-image": "Topic thumbnail image" } \ No newline at end of file diff --git a/public/language/gl/unread.json b/public/language/gl/unread.json index 4060ad138b..11efd7fa35 100644 --- a/public/language/gl/unread.json +++ b/public/language/gl/unread.json @@ -3,6 +3,7 @@ "no-unread-topics": "Non hai temas non lidos", "load-more": "Cargar máis", "mark-as-read": "Marcar como lido", + "mark-as-unread": "Mark as Unread", "selected": "Seleccionado", "all": "Todos", "all-categories": "Tódalas categorías", diff --git a/public/language/he/topic.json b/public/language/he/topic.json index 6797696333..e78b63719d 100644 --- a/public/language/he/topic.json +++ b/public/language/he/topic.json @@ -15,6 +15,7 @@ "replies-to-this-post": "%1 תגובות", "one-reply-to-this-post": "תגובה 1", "last-reply-time": "תגובה אחרונה", + "reply-options": "Reply options", "reply-as-topic": "תגובה כנושא", "guest-login-reply": "התחברו כדי לפרסם תגובה", "login-to-view": "🔒 יש להתחבר כדי לצפות", @@ -204,11 +205,13 @@ "last-post": "פוסט אחרון", "go-to-my-next-post": "מעבר לפוסט הבא שלי", "no-more-next-post": "אין לכם יותר פוסטים בנושא זה", + "open-composer": "Open composer", "post-quick-reply": "תגובה מהירה", "navigator.index": "פוסט %1 מתוך %2", "navigator.unread": "%1 לא נקראו", "upvote-post": "Upvote post", "downvote-post": "Downvote post", "post-tools": "Post tools", - "unread-posts-link": "Unread posts link" + "unread-posts-link": "Unread posts link", + "thumb-image": "Topic thumbnail image" } \ No newline at end of file diff --git a/public/language/he/unread.json b/public/language/he/unread.json index 97a84c4ceb..081ebbb473 100644 --- a/public/language/he/unread.json +++ b/public/language/he/unread.json @@ -3,6 +3,7 @@ "no-unread-topics": "אין נושאים שלא נקראו", "load-more": "טען עוד", "mark-as-read": "סמן כנקרא", + "mark-as-unread": "Mark as Unread", "selected": "נבחר", "all": "הכל", "all-categories": "כל הקטגוריות", diff --git a/public/language/hr/topic.json b/public/language/hr/topic.json index 8e8060455e..33de645e9f 100644 --- a/public/language/hr/topic.json +++ b/public/language/hr/topic.json @@ -15,6 +15,7 @@ "replies-to-this-post": "%1 je odgovorio", "one-reply-to-this-post": "1 Reply", "last-reply-time": "Zadnji odgovor", + "reply-options": "Reply options", "reply-as-topic": "Odgovori kao temu", "guest-login-reply": "Prijavi se za objavu", "login-to-view": "🔒 Log in to view", @@ -204,11 +205,13 @@ "last-post": "Last post", "go-to-my-next-post": "Go to my next post", "no-more-next-post": "You don't have more posts in this topic", + "open-composer": "Open composer", "post-quick-reply": "Quick reply", "navigator.index": "Post %1 of %2", "navigator.unread": "%1 unread", "upvote-post": "Upvote post", "downvote-post": "Downvote post", "post-tools": "Post tools", - "unread-posts-link": "Unread posts link" + "unread-posts-link": "Unread posts link", + "thumb-image": "Topic thumbnail image" } \ No newline at end of file diff --git a/public/language/hr/unread.json b/public/language/hr/unread.json index 41fc7739d8..7728c74e87 100644 --- a/public/language/hr/unread.json +++ b/public/language/hr/unread.json @@ -3,6 +3,7 @@ "no-unread-topics": "Sve teme su pročitane", "load-more": "Učitaj više", "mark-as-read": "Označi kao pročitano", + "mark-as-unread": "Mark as Unread", "selected": "Odabrano", "all": "Sve", "all-categories": "Sve kategorije", diff --git a/public/language/hu/topic.json b/public/language/hu/topic.json index 2671cc2b6f..469d45b468 100644 --- a/public/language/hu/topic.json +++ b/public/language/hu/topic.json @@ -15,6 +15,7 @@ "replies-to-this-post": "%1 válasz", "one-reply-to-this-post": "1 válasz", "last-reply-time": "Utolsó válasz", + "reply-options": "Reply options", "reply-as-topic": "Válasz témakörként", "guest-login-reply": "Lépj be a válaszoláshoz", "login-to-view": "🔒 Jelentkezz be, hogy megtekinthesd", @@ -204,11 +205,13 @@ "last-post": "Utolsó bejegyzés", "go-to-my-next-post": "Ugrás a következő bejegyzésemre", "no-more-next-post": "Neked nincs több bejegyzésed ebben a témakörben", + "open-composer": "Open composer", "post-quick-reply": "Gyors válasz", "navigator.index": "Bejegyzés %1 / %2", "navigator.unread": "%1 olvasatlan", "upvote-post": "Upvote post", "downvote-post": "Downvote post", "post-tools": "Post tools", - "unread-posts-link": "Unread posts link" + "unread-posts-link": "Unread posts link", + "thumb-image": "Topic thumbnail image" } \ No newline at end of file diff --git a/public/language/hu/unread.json b/public/language/hu/unread.json index b454b83a25..292d092bd1 100644 --- a/public/language/hu/unread.json +++ b/public/language/hu/unread.json @@ -3,6 +3,7 @@ "no-unread-topics": "Nincs olvasatlan témakör.", "load-more": "További betöltése", "mark-as-read": "Megjelölés olvasottként", + "mark-as-unread": "Mark as Unread", "selected": "Kiválasztva", "all": "Mind", "all-categories": "Minden kategória", diff --git a/public/language/hy/topic.json b/public/language/hy/topic.json index 1ee7e86078..927f7cfc73 100644 --- a/public/language/hy/topic.json +++ b/public/language/hy/topic.json @@ -15,6 +15,7 @@ "replies-to-this-post": "%1 Պատասխաններ", "one-reply-to-this-post": "1 Պատասխան", "last-reply-time": "Վերջին պատասխանը", + "reply-options": "Reply options", "reply-as-topic": "Պատասխանել թեմայի տեսքով", "guest-login-reply": "Մուտք գործեք պատասխանելու համար", "login-to-view": "🔒 Դիտելու համար մուտք գործեք", @@ -204,11 +205,13 @@ "last-post": "Վերջին գրառում", "go-to-my-next-post": "Անցնել իմ հաջորդ գրառմանը", "no-more-next-post": "Այս թեմայում այլ գրառումներ չունեք", + "open-composer": "Open composer", "post-quick-reply": "Արագ պատասխան", "navigator.index": "Գրառում %1 %2 - ից", "navigator.unread": "%1 չկարդացված", "upvote-post": "Upvote post", "downvote-post": "Downvote post", "post-tools": "Post tools", - "unread-posts-link": "Unread posts link" + "unread-posts-link": "Unread posts link", + "thumb-image": "Topic thumbnail image" } \ No newline at end of file diff --git a/public/language/hy/unread.json b/public/language/hy/unread.json index 47ab4f7b8a..e8df727f7f 100644 --- a/public/language/hy/unread.json +++ b/public/language/hy/unread.json @@ -3,6 +3,7 @@ "no-unread-topics": "Չկարդացված թեմաներ չկան", "load-more": "Բեռնել ավելին", "mark-as-read": "Նշել որպես կարդացված", + "mark-as-unread": "Mark as Unread", "selected": "Ընտրված", "all": "Բոլորը", "all-categories": "Բոլոր կատեգորիաները", diff --git a/public/language/id/topic.json b/public/language/id/topic.json index 562a618895..4a4e0ef8a4 100644 --- a/public/language/id/topic.json +++ b/public/language/id/topic.json @@ -15,6 +15,7 @@ "replies-to-this-post": "%1 Replies", "one-reply-to-this-post": "1 Reply", "last-reply-time": "Last reply", + "reply-options": "Reply options", "reply-as-topic": "Reply as topic", "guest-login-reply": "Log in untuk membalas", "login-to-view": "🔒 Log in to view", @@ -204,11 +205,13 @@ "last-post": "Last post", "go-to-my-next-post": "Go to my next post", "no-more-next-post": "You don't have more posts in this topic", + "open-composer": "Open composer", "post-quick-reply": "Quick reply", "navigator.index": "Post %1 of %2", "navigator.unread": "%1 unread", "upvote-post": "Upvote post", "downvote-post": "Downvote post", "post-tools": "Post tools", - "unread-posts-link": "Unread posts link" + "unread-posts-link": "Unread posts link", + "thumb-image": "Topic thumbnail image" } \ No newline at end of file diff --git a/public/language/id/unread.json b/public/language/id/unread.json index f7c1655b76..230bc4b2a8 100644 --- a/public/language/id/unread.json +++ b/public/language/id/unread.json @@ -3,6 +3,7 @@ "no-unread-topics": "Tidak ada topik yang belum dibaca.", "load-more": "Tampilkan Lebih Banyak", "mark-as-read": "Tandai Sudah Dibaca", + "mark-as-unread": "Mark as Unread", "selected": "Terpilih", "all": "Semua", "all-categories": "Semua Kategori", diff --git a/public/language/it/topic.json b/public/language/it/topic.json index 2fa1ab92aa..b7daad984a 100644 --- a/public/language/it/topic.json +++ b/public/language/it/topic.json @@ -15,6 +15,7 @@ "replies-to-this-post": "%1 Risposte", "one-reply-to-this-post": "1 Risposta", "last-reply-time": "Ultima Risposta", + "reply-options": "Reply options", "reply-as-topic": "Topic risposta", "guest-login-reply": "Effettua l'accesso per rispondere", "login-to-view": "Accedi per visualizzare", @@ -204,11 +205,13 @@ "last-post": "Ultimo post", "go-to-my-next-post": "Vai al mio prossimo post", "no-more-next-post": "Non hai più post in questa discussione", + "open-composer": "Open composer", "post-quick-reply": "Risposta rapida", "navigator.index": "Post %1 di %2", "navigator.unread": "%1 non letto", "upvote-post": "Vota positivamente il post", "downvote-post": "Vota negativamente il post", "post-tools": "Strumenti post", - "unread-posts-link": "Unread posts link" + "unread-posts-link": "Unread posts link", + "thumb-image": "Topic thumbnail image" } \ No newline at end of file diff --git a/public/language/it/unread.json b/public/language/it/unread.json index fee0c3fff2..726896461d 100644 --- a/public/language/it/unread.json +++ b/public/language/it/unread.json @@ -3,6 +3,7 @@ "no-unread-topics": "Non ci sono discussioni non lette.", "load-more": "Carica di più", "mark-as-read": "Segna come Letto", + "mark-as-unread": "Mark as Unread", "selected": "Selezionato", "all": "Tutti", "all-categories": "Tutte le categorie", diff --git a/public/language/ja/topic.json b/public/language/ja/topic.json index 208e69b658..1dba6badfd 100644 --- a/public/language/ja/topic.json +++ b/public/language/ja/topic.json @@ -15,6 +15,7 @@ "replies-to-this-post": "%1 件の返信", "one-reply-to-this-post": "1 件の返信", "last-reply-time": "最後の返信", + "reply-options": "Reply options", "reply-as-topic": "スレッドとして返信する", "guest-login-reply": "投稿するのにログインして下さい", "login-to-view": "🔒 Log in to view", @@ -204,11 +205,13 @@ "last-post": "Last post", "go-to-my-next-post": "Go to my next post", "no-more-next-post": "You don't have more posts in this topic", + "open-composer": "Open composer", "post-quick-reply": "Quick reply", "navigator.index": "Post %1 of %2", "navigator.unread": "%1 unread", "upvote-post": "Upvote post", "downvote-post": "Downvote post", "post-tools": "Post tools", - "unread-posts-link": "Unread posts link" + "unread-posts-link": "Unread posts link", + "thumb-image": "Topic thumbnail image" } \ No newline at end of file diff --git a/public/language/ja/unread.json b/public/language/ja/unread.json index 79d31e0949..0e980376e6 100644 --- a/public/language/ja/unread.json +++ b/public/language/ja/unread.json @@ -3,6 +3,7 @@ "no-unread-topics": "未読のスレッドはありません。", "load-more": "もっと見る", "mark-as-read": "既読にする", + "mark-as-unread": "Mark as Unread", "selected": "選択済み", "all": "全て", "all-categories": "全てのカテゴリ", diff --git a/public/language/ko/topic.json b/public/language/ko/topic.json index 80e88bd589..afb1b2805a 100644 --- a/public/language/ko/topic.json +++ b/public/language/ko/topic.json @@ -15,6 +15,7 @@ "replies-to-this-post": "%1개의 답글", "one-reply-to-this-post": "1개의 답글", "last-reply-time": "마지막 답글", + "reply-options": "Reply options", "reply-as-topic": "화제로 답글 작성", "guest-login-reply": "답글 작성을 위해 로그인", "login-to-view": "🔒 열람을 위해 로그인", @@ -204,11 +205,13 @@ "last-post": "마지막 포스트", "go-to-my-next-post": "Go to my next post", "no-more-next-post": "You don't have more posts in this topic", + "open-composer": "Open composer", "post-quick-reply": "Quick reply", "navigator.index": "Post %1 of %2", "navigator.unread": "%1 unread", "upvote-post": "Upvote post", "downvote-post": "Downvote post", "post-tools": "Post tools", - "unread-posts-link": "Unread posts link" + "unread-posts-link": "Unread posts link", + "thumb-image": "Topic thumbnail image" } \ No newline at end of file diff --git a/public/language/ko/unread.json b/public/language/ko/unread.json index c2a202d8be..12f142a1da 100644 --- a/public/language/ko/unread.json +++ b/public/language/ko/unread.json @@ -3,6 +3,7 @@ "no-unread-topics": "읽지 않은 화제가 없습니다.", "load-more": "더 보기", "mark-as-read": "읽음으로 표시", + "mark-as-unread": "Mark as Unread", "selected": "선택됨", "all": "전체", "all-categories": "모든 카테고리", diff --git a/public/language/lt/topic.json b/public/language/lt/topic.json index 5ea7cb3bfb..75b33b79c1 100644 --- a/public/language/lt/topic.json +++ b/public/language/lt/topic.json @@ -15,6 +15,7 @@ "replies-to-this-post": "%1 atsakymai", "one-reply-to-this-post": "1 Atsakymas", "last-reply-time": "Paskutinis atsakymas", + "reply-options": "Reply options", "reply-as-topic": "Reply as topic", "guest-login-reply": "Norėdami atsakyti, prisijunkite", "login-to-view": "🔒 Log in to view", @@ -204,11 +205,13 @@ "last-post": "Last post", "go-to-my-next-post": "Go to my next post", "no-more-next-post": "You don't have more posts in this topic", + "open-composer": "Open composer", "post-quick-reply": "Quick reply", "navigator.index": "Post %1 of %2", "navigator.unread": "%1 unread", "upvote-post": "Upvote post", "downvote-post": "Downvote post", "post-tools": "Post tools", - "unread-posts-link": "Unread posts link" + "unread-posts-link": "Unread posts link", + "thumb-image": "Topic thumbnail image" } \ No newline at end of file diff --git a/public/language/lt/unread.json b/public/language/lt/unread.json index 89416ec259..9bb8505ecf 100644 --- a/public/language/lt/unread.json +++ b/public/language/lt/unread.json @@ -3,6 +3,7 @@ "no-unread-topics": "Neskaitytų temų nėra.", "load-more": "Įkelti daugiau", "mark-as-read": "Pažymėti kaip perskaitytus", + "mark-as-unread": "Mark as Unread", "selected": "Pasirinkti", "all": "Visi", "all-categories": "Visos kategorijos", diff --git a/public/language/lv/topic.json b/public/language/lv/topic.json index 78253ed220..9839dbfed9 100644 --- a/public/language/lv/topic.json +++ b/public/language/lv/topic.json @@ -15,6 +15,7 @@ "replies-to-this-post": "%1 atbildes", "one-reply-to-this-post": "1 atbilde", "last-reply-time": "Pēdējā atbilde", + "reply-options": "Reply options", "reply-as-topic": "Atbildēt izveidojot jaunu tematu", "guest-login-reply": "Ielogoties, lai atbildētu", "login-to-view": "🔒 Log in to view", @@ -204,11 +205,13 @@ "last-post": "Last post", "go-to-my-next-post": "Go to my next post", "no-more-next-post": "You don't have more posts in this topic", + "open-composer": "Open composer", "post-quick-reply": "Quick reply", "navigator.index": "Post %1 of %2", "navigator.unread": "%1 unread", "upvote-post": "Upvote post", "downvote-post": "Downvote post", "post-tools": "Post tools", - "unread-posts-link": "Unread posts link" + "unread-posts-link": "Unread posts link", + "thumb-image": "Topic thumbnail image" } \ No newline at end of file diff --git a/public/language/lv/unread.json b/public/language/lv/unread.json index 0720fe8d08..46c9d617a0 100644 --- a/public/language/lv/unread.json +++ b/public/language/lv/unread.json @@ -3,6 +3,7 @@ "no-unread-topics": "Nav nevienu nelasīto tematu.", "load-more": "Ielādēt vairāk", "mark-as-read": "Atzīmēt kā lasītu", + "mark-as-unread": "Mark as Unread", "selected": "Atlasītie", "all": "Visi", "all-categories": "Visās kategorijās", diff --git a/public/language/ms/topic.json b/public/language/ms/topic.json index 76205f8b3d..c49e5774ad 100644 --- a/public/language/ms/topic.json +++ b/public/language/ms/topic.json @@ -15,6 +15,7 @@ "replies-to-this-post": "%1 Replies", "one-reply-to-this-post": "1 Reply", "last-reply-time": "Last reply", + "reply-options": "Reply options", "reply-as-topic": "Reply as topic", "guest-login-reply": "Log masuk untuk balas", "login-to-view": "🔒 Log in to view", @@ -204,11 +205,13 @@ "last-post": "Last post", "go-to-my-next-post": "Go to my next post", "no-more-next-post": "You don't have more posts in this topic", + "open-composer": "Open composer", "post-quick-reply": "Quick reply", "navigator.index": "Post %1 of %2", "navigator.unread": "%1 unread", "upvote-post": "Upvote post", "downvote-post": "Downvote post", "post-tools": "Post tools", - "unread-posts-link": "Unread posts link" + "unread-posts-link": "Unread posts link", + "thumb-image": "Topic thumbnail image" } \ No newline at end of file diff --git a/public/language/ms/unread.json b/public/language/ms/unread.json index 4ca8c48348..6820bb5f82 100644 --- a/public/language/ms/unread.json +++ b/public/language/ms/unread.json @@ -3,6 +3,7 @@ "no-unread-topics": "Tiada topik yang belum dibaca", "load-more": "Muatkan lagi", "mark-as-read": "Tanda sebagai sudah dibaca", + "mark-as-unread": "Mark as Unread", "selected": "Dipilih", "all": "Semua", "all-categories": "Semua Kategori", diff --git a/public/language/nb/topic.json b/public/language/nb/topic.json index f179c6ef15..5a14415a49 100644 --- a/public/language/nb/topic.json +++ b/public/language/nb/topic.json @@ -15,6 +15,7 @@ "replies-to-this-post": "%1 Svar", "one-reply-to-this-post": "1 Svar", "last-reply-time": "Siste svar", + "reply-options": "Reply options", "reply-as-topic": "Svar som tråd", "guest-login-reply": "Logg inn for å besvare", "login-to-view": "🔒 Logg inn for å se", @@ -204,11 +205,13 @@ "last-post": "Seneste innlegg", "go-to-my-next-post": "Gå til mitt neste innlegg", "no-more-next-post": "Du har ikke flere innlegg i dette emnet", + "open-composer": "Open composer", "post-quick-reply": "Raskt svar", "navigator.index": "Innlegg %1 av %2", "navigator.unread": "%1 ulest", "upvote-post": "Upvote post", "downvote-post": "Downvote post", "post-tools": "Post tools", - "unread-posts-link": "Unread posts link" + "unread-posts-link": "Unread posts link", + "thumb-image": "Topic thumbnail image" } \ No newline at end of file diff --git a/public/language/nb/unread.json b/public/language/nb/unread.json index 82a3bce78e..4d5fcd0b7a 100644 --- a/public/language/nb/unread.json +++ b/public/language/nb/unread.json @@ -3,6 +3,7 @@ "no-unread-topics": "Det er ingen uleste emner.", "load-more": "Last inn mer", "mark-as-read": "Marker som lest", + "mark-as-unread": "Mark as Unread", "selected": "Valgte", "all": "Alle", "all-categories": "Alle kategorier", diff --git a/public/language/nl/topic.json b/public/language/nl/topic.json index 4587606612..8b5ef0ac7d 100644 --- a/public/language/nl/topic.json +++ b/public/language/nl/topic.json @@ -15,6 +15,7 @@ "replies-to-this-post": "%1 Antwoorden", "one-reply-to-this-post": "1 Antwoord", "last-reply-time": "Laatste antwoord", + "reply-options": "Reply options", "reply-as-topic": "Reageren als onderwerp", "guest-login-reply": "Aanmelden om te reageren", "login-to-view": "🔒 Aanmelden om te zien", @@ -204,11 +205,13 @@ "last-post": "Last post", "go-to-my-next-post": "Go to my next post", "no-more-next-post": "You don't have more posts in this topic", + "open-composer": "Open composer", "post-quick-reply": "Quick reply", "navigator.index": "Post %1 of %2", "navigator.unread": "%1 unread", "upvote-post": "Upvote post", "downvote-post": "Downvote post", "post-tools": "Post tools", - "unread-posts-link": "Unread posts link" + "unread-posts-link": "Unread posts link", + "thumb-image": "Topic thumbnail image" } \ No newline at end of file diff --git a/public/language/nl/unread.json b/public/language/nl/unread.json index 01dcc43ad8..4c5180ae74 100644 --- a/public/language/nl/unread.json +++ b/public/language/nl/unread.json @@ -3,6 +3,7 @@ "no-unread-topics": "Er zijn geen ongelezen onderwerpen.", "load-more": "Meer laden", "mark-as-read": "Markeer als gelezen", + "mark-as-unread": "Mark as Unread", "selected": "Geselecteerd", "all": "Alles", "all-categories": "Alle categorieën", diff --git a/public/language/pl/topic.json b/public/language/pl/topic.json index 925717b3c0..202d5a5533 100644 --- a/public/language/pl/topic.json +++ b/public/language/pl/topic.json @@ -15,6 +15,7 @@ "replies-to-this-post": "%1 odpowiedzi", "one-reply-to-this-post": "1 odpowiedź", "last-reply-time": "Ostatnia odpowiedź", + "reply-options": "Reply options", "reply-as-topic": "Odpowiedz, zakładając nowy temat", "guest-login-reply": "Zaloguj się, aby odpowiedzieć", "login-to-view": "Zaloguj się by zobaczyć", @@ -204,11 +205,13 @@ "last-post": "Ostatni post", "go-to-my-next-post": "Idź do następnego posta", "no-more-next-post": "Nie masz więcej postów w tym temacie", + "open-composer": "Open composer", "post-quick-reply": "Quick reply", "navigator.index": "Post %1 of %2", "navigator.unread": "%1 unread", "upvote-post": "Upvote post", "downvote-post": "Downvote post", "post-tools": "Post tools", - "unread-posts-link": "Unread posts link" + "unread-posts-link": "Unread posts link", + "thumb-image": "Topic thumbnail image" } \ No newline at end of file diff --git a/public/language/pl/unread.json b/public/language/pl/unread.json index bf1e0bf2f8..ec3704ecaf 100644 --- a/public/language/pl/unread.json +++ b/public/language/pl/unread.json @@ -3,6 +3,7 @@ "no-unread-topics": "Nie masz żadnych nieprzeczytanych tematów.", "load-more": "Więcej", "mark-as-read": "Oznacz jako przeczytane", + "mark-as-unread": "Mark as Unread", "selected": "Wybrane", "all": "Wszystkie", "all-categories": "Wszystkie kategorie", diff --git a/public/language/pt-BR/topic.json b/public/language/pt-BR/topic.json index 6cef963fd0..6d4c71cf0e 100644 --- a/public/language/pt-BR/topic.json +++ b/public/language/pt-BR/topic.json @@ -15,6 +15,7 @@ "replies-to-this-post": "%1 Respostas", "one-reply-to-this-post": "1 Resposta", "last-reply-time": "Última resposta", + "reply-options": "Reply options", "reply-as-topic": "Responder como tópico", "guest-login-reply": "Entre para responder", "login-to-view": "🔒 Entre para ver", @@ -204,11 +205,13 @@ "last-post": "Último post", "go-to-my-next-post": "Go to my next post", "no-more-next-post": "You don't have more posts in this topic", + "open-composer": "Open composer", "post-quick-reply": "Resposta rápida", "navigator.index": "Post %1 of %2", "navigator.unread": "%1 unread", "upvote-post": "Upvote post", "downvote-post": "Downvote post", "post-tools": "Post tools", - "unread-posts-link": "Unread posts link" + "unread-posts-link": "Unread posts link", + "thumb-image": "Topic thumbnail image" } \ No newline at end of file diff --git a/public/language/pt-BR/unread.json b/public/language/pt-BR/unread.json index e68274c8a4..0e866466d6 100644 --- a/public/language/pt-BR/unread.json +++ b/public/language/pt-BR/unread.json @@ -3,6 +3,7 @@ "no-unread-topics": "Não há tópicos não lidos.", "load-more": "Carregar Mais", "mark-as-read": "Marcar como Lido", + "mark-as-unread": "Mark as Unread", "selected": "Selecionado", "all": "Todos", "all-categories": "Todas as categorias", diff --git a/public/language/pt-PT/topic.json b/public/language/pt-PT/topic.json index fdef8b9e2d..a1a9209b71 100644 --- a/public/language/pt-PT/topic.json +++ b/public/language/pt-PT/topic.json @@ -15,6 +15,7 @@ "replies-to-this-post": "%1 Respostas", "one-reply-to-this-post": "1 Resposta", "last-reply-time": "Última resposta", + "reply-options": "Reply options", "reply-as-topic": "Responder com um tópico", "guest-login-reply": "Inicia sessão para responder", "login-to-view": "🔒 Inicia sessão para veres", @@ -204,11 +205,13 @@ "last-post": "Last post", "go-to-my-next-post": "Go to my next post", "no-more-next-post": "You don't have more posts in this topic", + "open-composer": "Open composer", "post-quick-reply": "Quick reply", "navigator.index": "Post %1 of %2", "navigator.unread": "%1 unread", "upvote-post": "Upvote post", "downvote-post": "Downvote post", "post-tools": "Post tools", - "unread-posts-link": "Unread posts link" + "unread-posts-link": "Unread posts link", + "thumb-image": "Topic thumbnail image" } \ No newline at end of file diff --git a/public/language/pt-PT/unread.json b/public/language/pt-PT/unread.json index c5aa242c2f..db975be929 100644 --- a/public/language/pt-PT/unread.json +++ b/public/language/pt-PT/unread.json @@ -3,6 +3,7 @@ "no-unread-topics": "Não existem tópicos por ler.", "load-more": "Carregar mais", "mark-as-read": "Marcar como lido", + "mark-as-unread": "Mark as Unread", "selected": "Selecionados", "all": "Todos", "all-categories": "Todas as categorias", diff --git a/public/language/ro/topic.json b/public/language/ro/topic.json index 6f26c68873..8296650847 100644 --- a/public/language/ro/topic.json +++ b/public/language/ro/topic.json @@ -15,6 +15,7 @@ "replies-to-this-post": "%1 Replies", "one-reply-to-this-post": "1 Reply", "last-reply-time": "Last reply", + "reply-options": "Reply options", "reply-as-topic": "Răspunde ca subiect", "guest-login-reply": "Login pentru a răspunde", "login-to-view": "🔒 Log in to view", @@ -204,11 +205,13 @@ "last-post": "Last post", "go-to-my-next-post": "Go to my next post", "no-more-next-post": "You don't have more posts in this topic", + "open-composer": "Open composer", "post-quick-reply": "Quick reply", "navigator.index": "Post %1 of %2", "navigator.unread": "%1 unread", "upvote-post": "Upvote post", "downvote-post": "Downvote post", "post-tools": "Post tools", - "unread-posts-link": "Unread posts link" + "unread-posts-link": "Unread posts link", + "thumb-image": "Topic thumbnail image" } \ No newline at end of file diff --git a/public/language/ro/unread.json b/public/language/ro/unread.json index c636d7a8c5..bccada87c3 100644 --- a/public/language/ro/unread.json +++ b/public/language/ro/unread.json @@ -3,6 +3,7 @@ "no-unread-topics": "Nu există nici un subiect necitit.", "load-more": "Încarcă mai multe", "mark-as-read": "Marchează ca citit", + "mark-as-unread": "Mark as Unread", "selected": "Selectate", "all": "Toate", "all-categories": "Toate categoriile", diff --git a/public/language/ru/topic.json b/public/language/ru/topic.json index 7e24205929..499768dbe3 100644 --- a/public/language/ru/topic.json +++ b/public/language/ru/topic.json @@ -15,6 +15,7 @@ "replies-to-this-post": "%1 ответов", "one-reply-to-this-post": "1 ответ", "last-reply-time": "Последний ответ", + "reply-options": "Reply options", "reply-as-topic": "Ответить, создав новую тему", "guest-login-reply": "Авторизуйтесь, чтобы ответить", "login-to-view": "Авторизуйтесь, чтобы просмотреть", @@ -204,11 +205,13 @@ "last-post": "Последнее сообщение", "go-to-my-next-post": "Перейти к моей следующей записи", "no-more-next-post": "Больше нет записей в этой теме", + "open-composer": "Open composer", "post-quick-reply": "Быстрый ответ", "navigator.index": "Сообщений %1 от %2", "navigator.unread": "%1 непрочитано", "upvote-post": "Upvote post", "downvote-post": "Downvote post", "post-tools": "Post tools", - "unread-posts-link": "Unread posts link" + "unread-posts-link": "Unread posts link", + "thumb-image": "Topic thumbnail image" } \ No newline at end of file diff --git a/public/language/ru/unread.json b/public/language/ru/unread.json index 2eacd76589..5acc50c569 100644 --- a/public/language/ru/unread.json +++ b/public/language/ru/unread.json @@ -3,6 +3,7 @@ "no-unread-topics": "Нет непрочитанных тем.", "load-more": "Загрузить еще", "mark-as-read": "Пометить как прочитанное", + "mark-as-unread": "Mark as Unread", "selected": "Выбрано", "all": "Все", "all-categories": "Все категории", diff --git a/public/language/rw/topic.json b/public/language/rw/topic.json index d909db4c70..d022456122 100644 --- a/public/language/rw/topic.json +++ b/public/language/rw/topic.json @@ -15,6 +15,7 @@ "replies-to-this-post": "%1 Replies", "one-reply-to-this-post": "1 Reply", "last-reply-time": "Last reply", + "reply-options": "Reply options", "reply-as-topic": "Bishyireho nk'ikiganiro", "guest-login-reply": "Injiramo maze usubize", "login-to-view": "🔒 Log in to view", @@ -204,11 +205,13 @@ "last-post": "Last post", "go-to-my-next-post": "Go to my next post", "no-more-next-post": "You don't have more posts in this topic", + "open-composer": "Open composer", "post-quick-reply": "Quick reply", "navigator.index": "Post %1 of %2", "navigator.unread": "%1 unread", "upvote-post": "Upvote post", "downvote-post": "Downvote post", "post-tools": "Post tools", - "unread-posts-link": "Unread posts link" + "unread-posts-link": "Unread posts link", + "thumb-image": "Topic thumbnail image" } \ No newline at end of file diff --git a/public/language/rw/unread.json b/public/language/rw/unread.json index 641891feb8..75f69f69ff 100644 --- a/public/language/rw/unread.json +++ b/public/language/rw/unread.json @@ -3,6 +3,7 @@ "no-unread-topics": "Nta biganiro bitarasomwa bihari.", "load-more": "Zana Ibindi", "mark-as-read": "Bigire nkaho Byasomwe", + "mark-as-unread": "Mark as Unread", "selected": "Ibyatoranyijwe", "all": "Byose", "all-categories": "Ibyiciro Byose", diff --git a/public/language/sc/topic.json b/public/language/sc/topic.json index fa10b6dfc4..143aaedd31 100644 --- a/public/language/sc/topic.json +++ b/public/language/sc/topic.json @@ -15,6 +15,7 @@ "replies-to-this-post": "%1 Replies", "one-reply-to-this-post": "1 Reply", "last-reply-time": "Last reply", + "reply-options": "Reply options", "reply-as-topic": "Reply as topic", "guest-login-reply": "Log in to reply", "login-to-view": "🔒 Log in to view", @@ -204,11 +205,13 @@ "last-post": "Last post", "go-to-my-next-post": "Go to my next post", "no-more-next-post": "You don't have more posts in this topic", + "open-composer": "Open composer", "post-quick-reply": "Quick reply", "navigator.index": "Post %1 of %2", "navigator.unread": "%1 unread", "upvote-post": "Upvote post", "downvote-post": "Downvote post", "post-tools": "Post tools", - "unread-posts-link": "Unread posts link" + "unread-posts-link": "Unread posts link", + "thumb-image": "Topic thumbnail image" } \ No newline at end of file diff --git a/public/language/sc/unread.json b/public/language/sc/unread.json index 0dc7ae4fe5..0b94b89bfa 100644 --- a/public/language/sc/unread.json +++ b/public/language/sc/unread.json @@ -3,6 +3,7 @@ "no-unread-topics": "Non bi sunt arresonadas de lèghere.", "load-more": "Càrriga de Prus", "mark-as-read": "Mark as Read", + "mark-as-unread": "Mark as Unread", "selected": "Selected", "all": "All", "all-categories": "All categories", diff --git a/public/language/sk/topic.json b/public/language/sk/topic.json index 7350a19037..b90816a923 100644 --- a/public/language/sk/topic.json +++ b/public/language/sk/topic.json @@ -15,6 +15,7 @@ "replies-to-this-post": "%1 odpovedí", "one-reply-to-this-post": "1 odpoveď", "last-reply-time": "Posledná odpoveď", + "reply-options": "Reply options", "reply-as-topic": "Odpovedať ako téma", "guest-login-reply": "Pre odpoveď sa najprv prihláste", "login-to-view": "🔒 Log in to view", @@ -204,11 +205,13 @@ "last-post": "Last post", "go-to-my-next-post": "Go to my next post", "no-more-next-post": "You don't have more posts in this topic", + "open-composer": "Open composer", "post-quick-reply": "Quick reply", "navigator.index": "Post %1 of %2", "navigator.unread": "%1 unread", "upvote-post": "Upvote post", "downvote-post": "Downvote post", "post-tools": "Post tools", - "unread-posts-link": "Unread posts link" + "unread-posts-link": "Unread posts link", + "thumb-image": "Topic thumbnail image" } \ No newline at end of file diff --git a/public/language/sk/unread.json b/public/language/sk/unread.json index ef942ecfbb..de4f602149 100644 --- a/public/language/sk/unread.json +++ b/public/language/sk/unread.json @@ -3,6 +3,7 @@ "no-unread-topics": "Nie sú tu žiadne neprečítané témy.", "load-more": "Načítať viac", "mark-as-read": "Označiť ako prečítané", + "mark-as-unread": "Mark as Unread", "selected": "Vybrané", "all": "Všetko", "all-categories": "Všetky kategórie", diff --git a/public/language/sl/topic.json b/public/language/sl/topic.json index b896823d0e..c342555849 100644 --- a/public/language/sl/topic.json +++ b/public/language/sl/topic.json @@ -15,6 +15,7 @@ "replies-to-this-post": "Št. odgovorov: %1", "one-reply-to-this-post": "1 odgovor", "last-reply-time": "Zadnji odgovor", + "reply-options": "Reply options", "reply-as-topic": "Odgovori s temo", "guest-login-reply": "Prijavi se za odgovor", "login-to-view": "🔒 Log in to view", @@ -204,11 +205,13 @@ "last-post": "Zadnja obava", "go-to-my-next-post": "Go to my next post", "no-more-next-post": "You don't have more posts in this topic", + "open-composer": "Open composer", "post-quick-reply": "Quick reply", "navigator.index": "Post %1 of %2", "navigator.unread": "%1 unread", "upvote-post": "Upvote post", "downvote-post": "Downvote post", "post-tools": "Post tools", - "unread-posts-link": "Unread posts link" + "unread-posts-link": "Unread posts link", + "thumb-image": "Topic thumbnail image" } \ No newline at end of file diff --git a/public/language/sl/unread.json b/public/language/sl/unread.json index 39762329de..5dd18caef9 100644 --- a/public/language/sl/unread.json +++ b/public/language/sl/unread.json @@ -3,6 +3,7 @@ "no-unread-topics": "Ni neprebranih tem.", "load-more": "Naloži več", "mark-as-read": "Označi kot prebrano", + "mark-as-unread": "Mark as Unread", "selected": "Izbrano", "all": "Vse", "all-categories": "Vse kategorije", diff --git a/public/language/sq-AL/topic.json b/public/language/sq-AL/topic.json index fbb0ad9876..80b237eb68 100644 --- a/public/language/sq-AL/topic.json +++ b/public/language/sq-AL/topic.json @@ -15,6 +15,7 @@ "replies-to-this-post": "%1 Komento", "one-reply-to-this-post": "1 Koment", "last-reply-time": "Komenti i fundit", + "reply-options": "Reply options", "reply-as-topic": "Komentoje si temë", "guest-login-reply": "Identifikohu për të komentuar", "login-to-view": "🔒 Identifikohu për ta parë", @@ -204,11 +205,13 @@ "last-post": "Postimi i fundit", "go-to-my-next-post": "Shkoni te postimi im i radhës", "no-more-next-post": "Nuk keni postime të tjera në këtë temë", + "open-composer": "Open composer", "post-quick-reply": "Quick reply", "navigator.index": "Post %1 of %2", "navigator.unread": "%1 unread", "upvote-post": "Upvote post", "downvote-post": "Downvote post", "post-tools": "Post tools", - "unread-posts-link": "Unread posts link" + "unread-posts-link": "Unread posts link", + "thumb-image": "Topic thumbnail image" } \ No newline at end of file diff --git a/public/language/sq-AL/unread.json b/public/language/sq-AL/unread.json index 11f8034661..dbeb9b9f35 100644 --- a/public/language/sq-AL/unread.json +++ b/public/language/sq-AL/unread.json @@ -3,6 +3,7 @@ "no-unread-topics": "Nuk ka tema të palexuara.", "load-more": "Ngarko më shumë", "mark-as-read": "Shëno si të lexuar", + "mark-as-unread": "Mark as Unread", "selected": "I/e Zgjedhur", "all": "Të gjitha", "all-categories": "Të gjitha kategoritë", diff --git a/public/language/sr/topic.json b/public/language/sr/topic.json index e2cfc90078..4ea0636a1a 100644 --- a/public/language/sr/topic.json +++ b/public/language/sr/topic.json @@ -15,6 +15,7 @@ "replies-to-this-post": "Одговора: %1", "one-reply-to-this-post": "1 одговор", "last-reply-time": "Последњи одговор", + "reply-options": "Reply options", "reply-as-topic": "Објави одговор као тему", "guest-login-reply": "Пријавите се да бисте одговорили", "login-to-view": "🔒 Пријавите се да бисте прегледали", @@ -204,11 +205,13 @@ "last-post": "Последња порука", "go-to-my-next-post": "Иди на моју следећу поруку", "no-more-next-post": "Немате више порука у овој теми", + "open-composer": "Open composer", "post-quick-reply": "Брзи одговор", "navigator.index": "Објава %1 од %2", "navigator.unread": "%1 непрочитане", "upvote-post": "Upvote post", "downvote-post": "Downvote post", "post-tools": "Post tools", - "unread-posts-link": "Unread posts link" + "unread-posts-link": "Unread posts link", + "thumb-image": "Topic thumbnail image" } \ No newline at end of file diff --git a/public/language/sr/unread.json b/public/language/sr/unread.json index c40b614ea4..cd084dff57 100644 --- a/public/language/sr/unread.json +++ b/public/language/sr/unread.json @@ -3,6 +3,7 @@ "no-unread-topics": "Нема непрочитаних тема.", "load-more": "Учитај више", "mark-as-read": "Означи као прочитано", + "mark-as-unread": "Mark as Unread", "selected": "Изабране", "all": "Све", "all-categories": "Све категорије", diff --git a/public/language/sv/topic.json b/public/language/sv/topic.json index fb7b79c64e..6f99844bd0 100644 --- a/public/language/sv/topic.json +++ b/public/language/sv/topic.json @@ -15,6 +15,7 @@ "replies-to-this-post": "%1 svar", "one-reply-to-this-post": "Ett svar", "last-reply-time": "Senaste svaret", + "reply-options": "Reply options", "reply-as-topic": "Svara som ämne", "guest-login-reply": "Logga in för att posta", "login-to-view": "🔒 Logga in för att visa", @@ -204,11 +205,13 @@ "last-post": "Sista inlägget", "go-to-my-next-post": "Go to my next post", "no-more-next-post": "You don't have more posts in this topic", + "open-composer": "Open composer", "post-quick-reply": "Quick reply", "navigator.index": "Post %1 of %2", "navigator.unread": "%1 unread", "upvote-post": "Upvote post", "downvote-post": "Downvote post", "post-tools": "Post tools", - "unread-posts-link": "Unread posts link" + "unread-posts-link": "Unread posts link", + "thumb-image": "Topic thumbnail image" } \ No newline at end of file diff --git a/public/language/sv/unread.json b/public/language/sv/unread.json index 3ad68ffe1a..f2dff0e806 100644 --- a/public/language/sv/unread.json +++ b/public/language/sv/unread.json @@ -3,6 +3,7 @@ "no-unread-topics": "Det finns inga olästa ämnen.", "load-more": "Ladda fler", "mark-as-read": "Markera som läst", + "mark-as-unread": "Mark as Unread", "selected": "Vald", "all": "Alla", "all-categories": "Alla kategorier", diff --git a/public/language/th/topic.json b/public/language/th/topic.json index 35060b4d84..246f4d09e7 100644 --- a/public/language/th/topic.json +++ b/public/language/th/topic.json @@ -15,6 +15,7 @@ "replies-to-this-post": "%1 คำตอบ", "one-reply-to-this-post": "1 การตอบกลับ", "last-reply-time": "คำตอบล่าสุด", + "reply-options": "Reply options", "reply-as-topic": "ตอบโดยตั้งกระทู้ใหม่", "guest-login-reply": "เข้าสู่ระบบเพื่อตอบกลับ", "login-to-view": "🔒 Log in to view", @@ -204,11 +205,13 @@ "last-post": "Last post", "go-to-my-next-post": "Go to my next post", "no-more-next-post": "You don't have more posts in this topic", + "open-composer": "Open composer", "post-quick-reply": "Quick reply", "navigator.index": "Post %1 of %2", "navigator.unread": "%1 unread", "upvote-post": "Upvote post", "downvote-post": "Downvote post", "post-tools": "Post tools", - "unread-posts-link": "Unread posts link" + "unread-posts-link": "Unread posts link", + "thumb-image": "Topic thumbnail image" } \ No newline at end of file diff --git a/public/language/th/unread.json b/public/language/th/unread.json index eedf23f06a..91833ee24d 100644 --- a/public/language/th/unread.json +++ b/public/language/th/unread.json @@ -3,6 +3,7 @@ "no-unread-topics": "ไม่มีกระทู้ที่ยังไม่ได้อ่านเป็น", "load-more": "โหลดเพิ่มเติม", "mark-as-read": "ทำเครื่องหมายว่าอ่านแล้ว", + "mark-as-unread": "Mark as Unread", "selected": "เลือก", "all": "ทั้งหมด", "all-categories": "หมวดหมู่ทั้งหมด", diff --git a/public/language/tr/topic.json b/public/language/tr/topic.json index 0de8ca0636..dcfc419c11 100644 --- a/public/language/tr/topic.json +++ b/public/language/tr/topic.json @@ -15,6 +15,7 @@ "replies-to-this-post": "%1 Cevap", "one-reply-to-this-post": "1 Cevap", "last-reply-time": "Son cevap", + "reply-options": "Reply options", "reply-as-topic": "Yeni başlık oluşturarak cevapla", "guest-login-reply": "Cevaplamak için giriş yapın", "login-to-view": "🔒 Görüntülemek için giriş yap!", @@ -204,11 +205,13 @@ "last-post": "Son ileti", "go-to-my-next-post": "Diğer iletime git", "no-more-next-post": "Bu başlıkta başka bir iletiniz bulunmamaktadır.", + "open-composer": "Open composer", "post-quick-reply": "Hızlı Yanıt Gönder", "navigator.index": "Post %1 of %2", "navigator.unread": "%1 Okunmamış", "upvote-post": "Upvote post", "downvote-post": "Downvote post", "post-tools": "Post tools", - "unread-posts-link": "Unread posts link" + "unread-posts-link": "Unread posts link", + "thumb-image": "Topic thumbnail image" } \ No newline at end of file diff --git a/public/language/tr/unread.json b/public/language/tr/unread.json index 7dc20f21e8..2b956b5fc9 100644 --- a/public/language/tr/unread.json +++ b/public/language/tr/unread.json @@ -3,6 +3,7 @@ "no-unread-topics": "Okunmamış konu mevcut değil.", "load-more": "Daha Fazla", "mark-as-read": "Okundu Olarak İşaretle", + "mark-as-unread": "Mark as Unread", "selected": "Seçili", "all": "Hepsi", "all-categories": "Tüm kategoriler", diff --git a/public/language/uk/topic.json b/public/language/uk/topic.json index 81eb1162f1..a9ee750909 100644 --- a/public/language/uk/topic.json +++ b/public/language/uk/topic.json @@ -15,6 +15,7 @@ "replies-to-this-post": "%1 відповідей", "one-reply-to-this-post": "1 відповідь", "last-reply-time": "Остання відповідь", + "reply-options": "Reply options", "reply-as-topic": "Відповісти темою", "guest-login-reply": "Увійти для відповіді", "login-to-view": "🔒 Увійдіть щоб переглянути", @@ -204,11 +205,13 @@ "last-post": "Last post", "go-to-my-next-post": "Go to my next post", "no-more-next-post": "You don't have more posts in this topic", + "open-composer": "Open composer", "post-quick-reply": "Quick reply", "navigator.index": "Post %1 of %2", "navigator.unread": "%1 unread", "upvote-post": "Upvote post", "downvote-post": "Downvote post", "post-tools": "Post tools", - "unread-posts-link": "Unread posts link" + "unread-posts-link": "Unread posts link", + "thumb-image": "Topic thumbnail image" } \ No newline at end of file diff --git a/public/language/uk/unread.json b/public/language/uk/unread.json index e9fe99535b..a22d22ddbe 100644 --- a/public/language/uk/unread.json +++ b/public/language/uk/unread.json @@ -3,6 +3,7 @@ "no-unread-topics": "Не залишилось непрочитаних тем.", "load-more": "Завантажити більше", "mark-as-read": "Помітити як прочитане", + "mark-as-unread": "Mark as Unread", "selected": "Вибрано", "all": "Всі", "all-categories": "Всі категорії", diff --git a/public/language/vi/topic.json b/public/language/vi/topic.json index 69a04458c9..023829dacf 100644 --- a/public/language/vi/topic.json +++ b/public/language/vi/topic.json @@ -15,6 +15,7 @@ "replies-to-this-post": "%1 trả lời", "one-reply-to-this-post": "1 Phản hồi", "last-reply-time": "Trả lời cuối cùng", + "reply-options": "Reply options", "reply-as-topic": "Trả lời dưới dạng chủ đề", "guest-login-reply": "Đăng nhập để trả lời", "login-to-view": "🔒 Đăng nhập để xem", @@ -204,11 +205,13 @@ "last-post": "Bài viết cuối cùng", "go-to-my-next-post": "Đi tới bài kế tiếp của tôi", "no-more-next-post": "Bạn không có bài viết nào khác trong chủ đề này", + "open-composer": "Open composer", "post-quick-reply": "Trả lời nhanh", "navigator.index": "Post %1 of %2", "navigator.unread": "%1 chưa đọc", "upvote-post": "Upvote post", "downvote-post": "Downvote post", "post-tools": "Post tools", - "unread-posts-link": "Unread posts link" + "unread-posts-link": "Unread posts link", + "thumb-image": "Topic thumbnail image" } \ No newline at end of file diff --git a/public/language/vi/unread.json b/public/language/vi/unread.json index a0abb036eb..a976987f49 100644 --- a/public/language/vi/unread.json +++ b/public/language/vi/unread.json @@ -3,6 +3,7 @@ "no-unread-topics": "Không có chủ đề chưa đọc.", "load-more": "Tải Thêm", "mark-as-read": "Đánh dấu đã đọc", + "mark-as-unread": "Mark as Unread", "selected": "Đã chọn", "all": "Tất cả", "all-categories": "Tất cả danh mục", diff --git a/public/language/zh-CN/topic.json b/public/language/zh-CN/topic.json index 3344932d64..f4cf25bccc 100644 --- a/public/language/zh-CN/topic.json +++ b/public/language/zh-CN/topic.json @@ -15,6 +15,7 @@ "replies-to-this-post": "%1 条回复", "one-reply-to-this-post": "1 条回复", "last-reply-time": "最后回复", + "reply-options": "Reply options", "reply-as-topic": "在新帖中回复", "guest-login-reply": "登录后回复", "login-to-view": "🔒登录查看", @@ -204,11 +205,13 @@ "last-post": "最后一个帖子", "go-to-my-next-post": "转到我的下一个帖子", "no-more-next-post": "您在此主题中没有更多的帖子了", + "open-composer": "Open composer", "post-quick-reply": "快速回复", "navigator.index": "发布 %2 的 %1", "navigator.unread": "未读 %1", "upvote-post": "Upvote post", "downvote-post": "Downvote post", "post-tools": "Post tools", - "unread-posts-link": "Unread posts link" + "unread-posts-link": "Unread posts link", + "thumb-image": "Topic thumbnail image" } \ No newline at end of file diff --git a/public/language/zh-CN/unread.json b/public/language/zh-CN/unread.json index 4c98eca104..260d2babd2 100644 --- a/public/language/zh-CN/unread.json +++ b/public/language/zh-CN/unread.json @@ -3,6 +3,7 @@ "no-unread-topics": "没有未读主题。", "load-more": "载入更多", "mark-as-read": "标为已读", + "mark-as-unread": "Mark as Unread", "selected": "已选", "all": "全部", "all-categories": "全部板块", diff --git a/public/language/zh-TW/topic.json b/public/language/zh-TW/topic.json index f7d8bd3ce8..82284d8944 100644 --- a/public/language/zh-TW/topic.json +++ b/public/language/zh-TW/topic.json @@ -15,6 +15,7 @@ "replies-to-this-post": "%1 條回覆", "one-reply-to-this-post": "1 條回覆", "last-reply-time": "最後回覆", + "reply-options": "Reply options", "reply-as-topic": "在新貼文中回覆", "guest-login-reply": "登入後回覆", "login-to-view": "🔒登入查看", @@ -204,11 +205,13 @@ "last-post": "Last post", "go-to-my-next-post": "Go to my next post", "no-more-next-post": "You don't have more posts in this topic", + "open-composer": "Open composer", "post-quick-reply": "Quick reply", "navigator.index": "Post %1 of %2", "navigator.unread": "%1 unread", "upvote-post": "Upvote post", "downvote-post": "Downvote post", "post-tools": "Post tools", - "unread-posts-link": "Unread posts link" + "unread-posts-link": "Unread posts link", + "thumb-image": "Topic thumbnail image" } \ No newline at end of file diff --git a/public/language/zh-TW/unread.json b/public/language/zh-TW/unread.json index 2740ea4604..6c73ffb9de 100644 --- a/public/language/zh-TW/unread.json +++ b/public/language/zh-TW/unread.json @@ -3,6 +3,7 @@ "no-unread-topics": "沒有未讀主題。", "load-more": "載入更多", "mark-as-read": "標為已讀", + "mark-as-unread": "Mark as Unread", "selected": "已選", "all": "全部", "all-categories": "全部版面",