From 999171da480c0f4339579d505841d8eb3f9c796f Mon Sep 17 00:00:00 2001 From: plebeius Date: Mon, 23 Feb 2026 16:56:10 +0800 Subject: [PATCH] chore: add translations --- public/translations/ar/default.json | 3 ++- public/translations/bn/default.json | 3 ++- public/translations/cs/default.json | 3 ++- public/translations/da/default.json | 3 ++- public/translations/de/default.json | 3 ++- public/translations/el/default.json | 3 ++- public/translations/en/default.json | 3 ++- public/translations/es/default.json | 3 ++- public/translations/fa/default.json | 3 ++- public/translations/fi/default.json | 3 ++- public/translations/fil/default.json | 3 ++- public/translations/fr/default.json | 3 ++- public/translations/he/default.json | 3 ++- public/translations/hi/default.json | 3 ++- public/translations/hu/default.json | 3 ++- public/translations/id/default.json | 3 ++- public/translations/it/default.json | 3 ++- public/translations/ja/default.json | 3 ++- public/translations/ko/default.json | 3 ++- public/translations/mr/default.json | 3 ++- public/translations/nl/default.json | 3 ++- public/translations/no/default.json | 3 ++- public/translations/pl/default.json | 3 ++- public/translations/pt/default.json | 3 ++- public/translations/ro/default.json | 3 ++- public/translations/ru/default.json | 3 ++- public/translations/sq/default.json | 3 ++- public/translations/sv/default.json | 3 ++- public/translations/te/default.json | 3 ++- public/translations/th/default.json | 3 ++- public/translations/tr/default.json | 3 ++- public/translations/uk/default.json | 3 ++- public/translations/ur/default.json | 3 ++- public/translations/vi/default.json | 3 ++- public/translations/zh/default.json | 3 ++- 35 files changed, 70 insertions(+), 35 deletions(-) diff --git a/public/translations/ar/default.json b/public/translations/ar/default.json index 98e55c5f..b1df83c8 100644 --- a/public/translations/ar/default.json +++ b/public/translations/ar/default.json @@ -280,5 +280,6 @@ "message": "رسالة", "show_all": "عرض الكل", "show_blotter": "إظهار لوحة الإعلانات", - "top": "أعلى" + "top": "أعلى", + "reply_count": "عدد الردود" } diff --git a/public/translations/bn/default.json b/public/translations/bn/default.json index dd79c608..cfe20819 100644 --- a/public/translations/bn/default.json +++ b/public/translations/bn/default.json @@ -280,5 +280,6 @@ "message": "বার্তা", "show_all": "সব দেখুন", "show_blotter": "ব্লটার দেখান", - "top": "শীর্ষ" + "top": "শীর্ষ", + "reply_count": "উত্তরসংখ্যা" } diff --git a/public/translations/cs/default.json b/public/translations/cs/default.json index 0c04d3f1..9f1feda4 100644 --- a/public/translations/cs/default.json +++ b/public/translations/cs/default.json @@ -280,5 +280,6 @@ "message": "Zpráva", "show_all": "Zobrazit vše", "show_blotter": "Zobrazit Blotter", - "top": "Nahoru" + "top": "Nahoru", + "reply_count": "Počet odpovědí" } diff --git a/public/translations/da/default.json b/public/translations/da/default.json index b13eee50..278e6817 100644 --- a/public/translations/da/default.json +++ b/public/translations/da/default.json @@ -280,5 +280,6 @@ "message": "Besked", "show_all": "Vis alle", "show_blotter": "Vis Blotter", - "top": "Top" + "top": "Top", + "reply_count": "Antal svar" } diff --git a/public/translations/de/default.json b/public/translations/de/default.json index 75f90b26..4ed3dd2a 100644 --- a/public/translations/de/default.json +++ b/public/translations/de/default.json @@ -280,5 +280,6 @@ "message": "Nachricht", "show_all": "Alle anzeigen", "show_blotter": "Blotter anzeigen", - "top": "Oben" + "top": "Oben", + "reply_count": "Anzahl Antworten" } diff --git a/public/translations/el/default.json b/public/translations/el/default.json index 2c37373c..4ce5d593 100644 --- a/public/translations/el/default.json +++ b/public/translations/el/default.json @@ -280,5 +280,6 @@ "message": "Μήνυμα", "show_all": "Εμφάνιση όλων", "show_blotter": "Εμφάνιση Blotter", - "top": "Πάνω" + "top": "Πάνω", + "reply_count": "Αριθμός απαντήσεων" } diff --git a/public/translations/en/default.json b/public/translations/en/default.json index fc23c810..2d4d39cd 100644 --- a/public/translations/en/default.json +++ b/public/translations/en/default.json @@ -280,5 +280,6 @@ "hide_blotter": "Hide Blotter", "message": "Message", "show_all": "Show All", - "show_blotter": "Show Blotter" + "show_blotter": "Show Blotter", + "reply_count": "Reply count" } diff --git a/public/translations/es/default.json b/public/translations/es/default.json index 48fba68f..6aeabe03 100644 --- a/public/translations/es/default.json +++ b/public/translations/es/default.json @@ -280,5 +280,6 @@ "message": "Mensaje", "show_all": "Mostrar todo", "show_blotter": "Mostrar Blotter", - "top": "Arriba" + "top": "Arriba", + "reply_count": "Número de respuestas" } diff --git a/public/translations/fa/default.json b/public/translations/fa/default.json index effa0614..bd0afd44 100644 --- a/public/translations/fa/default.json +++ b/public/translations/fa/default.json @@ -280,5 +280,6 @@ "message": "پیام", "show_all": "نمایش همه", "show_blotter": "نمایش بلوتر", - "top": "بالا" + "top": "بالا", + "reply_count": "تعداد پاسخ‌ها" } diff --git a/public/translations/fi/default.json b/public/translations/fi/default.json index ddfdf21a..461d02b9 100644 --- a/public/translations/fi/default.json +++ b/public/translations/fi/default.json @@ -280,5 +280,6 @@ "message": "Viesti", "show_all": "Näytä kaikki", "show_blotter": "Näytä ilmoitukset", - "top": "Ylös" + "top": "Ylös", + "reply_count": "Vastausten määrä" } diff --git a/public/translations/fil/default.json b/public/translations/fil/default.json index 23a45ea7..fa9e2507 100644 --- a/public/translations/fil/default.json +++ b/public/translations/fil/default.json @@ -280,5 +280,6 @@ "message": "Mensahe", "show_all": "Ipakita lahat", "show_blotter": "Ipakita ang Blotter", - "top": "Itaas" + "top": "Itaas", + "reply_count": "Bilang ng mga tugon" } diff --git a/public/translations/fr/default.json b/public/translations/fr/default.json index 527c35d1..6aee500e 100644 --- a/public/translations/fr/default.json +++ b/public/translations/fr/default.json @@ -280,5 +280,6 @@ "message": "Message", "show_all": "Tout afficher", "show_blotter": "Afficher le Blotter", - "top": "Haut" + "top": "Haut", + "reply_count": "Nombre de réponses" } diff --git a/public/translations/he/default.json b/public/translations/he/default.json index 0e7588d8..f9213ab1 100644 --- a/public/translations/he/default.json +++ b/public/translations/he/default.json @@ -280,5 +280,6 @@ "message": "הודעה", "show_all": "הצג הכל", "show_blotter": "הצג Blotter", - "top": "למעלה" + "top": "למעלה", + "reply_count": "מספר תגובות" } diff --git a/public/translations/hi/default.json b/public/translations/hi/default.json index 2051087b..08693c83 100644 --- a/public/translations/hi/default.json +++ b/public/translations/hi/default.json @@ -280,5 +280,6 @@ "message": "संदेश", "show_all": "सभी दिखाएं", "show_blotter": "ब्लॉटर दिखाएं", - "top": "शीर्ष" + "top": "शीर्ष", + "reply_count": "जवाबों की संख्या" } diff --git a/public/translations/hu/default.json b/public/translations/hu/default.json index d12da659..63e8586a 100644 --- a/public/translations/hu/default.json +++ b/public/translations/hu/default.json @@ -280,5 +280,6 @@ "message": "Üzenet", "show_all": "Összes megjelenítése", "show_blotter": "Blotter megjelenítése", - "top": "Felül" + "top": "Felül", + "reply_count": "Válaszok száma" } diff --git a/public/translations/id/default.json b/public/translations/id/default.json index 56160a6e..caa518aa 100644 --- a/public/translations/id/default.json +++ b/public/translations/id/default.json @@ -280,5 +280,6 @@ "message": "Pesan", "show_all": "Tampilkan Semua", "show_blotter": "Tampilkan Blotter", - "top": "Atas" + "top": "Atas", + "reply_count": "Jumlah balasan" } diff --git a/public/translations/it/default.json b/public/translations/it/default.json index b5e072ef..41d34907 100644 --- a/public/translations/it/default.json +++ b/public/translations/it/default.json @@ -280,5 +280,6 @@ "message": "Messaggio", "show_all": "Mostra tutto", "show_blotter": "Mostra Blotter", - "top": "In alto" + "top": "In alto", + "reply_count": "Numero di risposte" } diff --git a/public/translations/ja/default.json b/public/translations/ja/default.json index bd276c55..0dad729f 100644 --- a/public/translations/ja/default.json +++ b/public/translations/ja/default.json @@ -280,5 +280,6 @@ "message": "メッセージ", "show_all": "すべて表示", "show_blotter": "ブロッターを表示", - "top": "上" + "top": "上", + "reply_count": "返信数" } diff --git a/public/translations/ko/default.json b/public/translations/ko/default.json index 62920b8d..5da7d9ad 100644 --- a/public/translations/ko/default.json +++ b/public/translations/ko/default.json @@ -280,5 +280,6 @@ "message": "메시지", "show_all": "모두 보기", "show_blotter": "블로터 표시", - "top": "맨 위" + "top": "맨 위", + "reply_count": "답글 수" } diff --git a/public/translations/mr/default.json b/public/translations/mr/default.json index cb349ea9..ddabb795 100644 --- a/public/translations/mr/default.json +++ b/public/translations/mr/default.json @@ -280,5 +280,6 @@ "message": "संदेश", "show_all": "सर्व दाखवा", "show_blotter": "ब्लॉटर दाखवा", - "top": "वर" + "top": "वर", + "reply_count": "प्रत्युत्तरांची संख्या" } diff --git a/public/translations/nl/default.json b/public/translations/nl/default.json index c4e21244..47f46487 100644 --- a/public/translations/nl/default.json +++ b/public/translations/nl/default.json @@ -280,5 +280,6 @@ "message": "Bericht", "show_all": "Alles tonen", "show_blotter": "Blotter tonen", - "top": "Boven" + "top": "Boven", + "reply_count": "Aantal reacties" } diff --git a/public/translations/no/default.json b/public/translations/no/default.json index e2a3f045..34f8a0a8 100644 --- a/public/translations/no/default.json +++ b/public/translations/no/default.json @@ -280,5 +280,6 @@ "message": "Melding", "show_all": "Vis alle", "show_blotter": "Vis Blotter", - "top": "Topp" + "top": "Topp", + "reply_count": "Antall svar" } diff --git a/public/translations/pl/default.json b/public/translations/pl/default.json index 1749a26e..2ab5ab55 100644 --- a/public/translations/pl/default.json +++ b/public/translations/pl/default.json @@ -280,5 +280,6 @@ "message": "Wiadomość", "show_all": "Pokaż wszystko", "show_blotter": "Pokaż Ogłoszenia", - "top": "Góra" + "top": "Góra", + "reply_count": "Liczba odpowiedzi" } diff --git a/public/translations/pt/default.json b/public/translations/pt/default.json index e1372141..1f4d7955 100644 --- a/public/translations/pt/default.json +++ b/public/translations/pt/default.json @@ -280,5 +280,6 @@ "message": "Mensagem", "show_all": "Mostrar tudo", "show_blotter": "Mostrar Blotter", - "top": "Topo" + "top": "Topo", + "reply_count": "Número de respostas" } diff --git a/public/translations/ro/default.json b/public/translations/ro/default.json index fd5309bb..b26ae1e4 100644 --- a/public/translations/ro/default.json +++ b/public/translations/ro/default.json @@ -280,5 +280,6 @@ "message": "Mesaj", "show_all": "Afișează toate", "show_blotter": "Afișează Blotter", - "top": "Sus" + "top": "Sus", + "reply_count": "Număr de răspunsuri" } diff --git a/public/translations/ru/default.json b/public/translations/ru/default.json index ae825fc4..af5d26af 100644 --- a/public/translations/ru/default.json +++ b/public/translations/ru/default.json @@ -280,5 +280,6 @@ "message": "Сообщение", "show_all": "Показать всё", "show_blotter": "Показать объявления", - "top": "Вверх" + "top": "Вверх", + "reply_count": "Количество ответов" } diff --git a/public/translations/sq/default.json b/public/translations/sq/default.json index afae53fe..77553254 100644 --- a/public/translations/sq/default.json +++ b/public/translations/sq/default.json @@ -280,5 +280,6 @@ "message": "Mesazh", "show_all": "Shfaq të gjitha", "show_blotter": "Shfaq Blotterin", - "top": "Lart" + "top": "Lart", + "reply_count": "Numri i përgjigjeve" } diff --git a/public/translations/sv/default.json b/public/translations/sv/default.json index b8300abe..1578745f 100644 --- a/public/translations/sv/default.json +++ b/public/translations/sv/default.json @@ -280,5 +280,6 @@ "message": "Meddelande", "show_all": "Visa alla", "show_blotter": "Visa Meddelanden", - "top": "Topp" + "top": "Topp", + "reply_count": "Antal svar" } diff --git a/public/translations/te/default.json b/public/translations/te/default.json index fcef5600..6ce89d95 100644 --- a/public/translations/te/default.json +++ b/public/translations/te/default.json @@ -280,5 +280,6 @@ "message": "సందేశం", "show_all": "అన్నీ చూపించు", "show_blotter": "బ్లాటర్ చూపించు", - "top": "పై" + "top": "పై", + "reply_count": "సమాధానాల సంఖ్య" } diff --git a/public/translations/th/default.json b/public/translations/th/default.json index 07c5095c..ec0b67ae 100644 --- a/public/translations/th/default.json +++ b/public/translations/th/default.json @@ -280,5 +280,6 @@ "message": "ข้อความ", "show_all": "แสดงทั้งหมด", "show_blotter": "แสดง ประกาศ", - "top": "บน" + "top": "บน", + "reply_count": "จำนวนการตอบกลับ" } diff --git a/public/translations/tr/default.json b/public/translations/tr/default.json index 66979b40..c6983151 100644 --- a/public/translations/tr/default.json +++ b/public/translations/tr/default.json @@ -280,5 +280,6 @@ "message": "Mesaj", "show_all": "Tümünü göster", "show_blotter": "Blotter'ı Göster", - "top": "Üst" + "top": "Üst", + "reply_count": "Yanıt sayısı" } diff --git a/public/translations/uk/default.json b/public/translations/uk/default.json index f5695565..347fffa2 100644 --- a/public/translations/uk/default.json +++ b/public/translations/uk/default.json @@ -280,5 +280,6 @@ "message": "Повідомлення", "show_all": "Показати все", "show_blotter": "Показати оголошення", - "top": "Вгору" + "top": "Вгору", + "reply_count": "Кількість відповідей" } diff --git a/public/translations/ur/default.json b/public/translations/ur/default.json index 058b0ee3..f7df6463 100644 --- a/public/translations/ur/default.json +++ b/public/translations/ur/default.json @@ -280,5 +280,6 @@ "message": "پیغام", "show_all": "سب دکھائیں", "show_blotter": "بلاٹر دکھائیں", - "top": "اوپر" + "top": "اوپر", + "reply_count": "جوابوں کی تعداد" } diff --git a/public/translations/vi/default.json b/public/translations/vi/default.json index a8cc67ed..943e4920 100644 --- a/public/translations/vi/default.json +++ b/public/translations/vi/default.json @@ -280,5 +280,6 @@ "message": "Tin nhắn", "show_all": "Hiển thị tất cả", "show_blotter": "Hiển thị Blotter", - "top": "Trên" + "top": "Trên", + "reply_count": "Số lượng phản hồi" } diff --git a/public/translations/zh/default.json b/public/translations/zh/default.json index 7398aa2e..d4f8de7c 100644 --- a/public/translations/zh/default.json +++ b/public/translations/zh/default.json @@ -280,5 +280,6 @@ "message": "消息", "show_all": "显示全部", "show_blotter": "显示公告", - "top": "顶部" + "top": "顶部", + "reply_count": "回复数" }