From e32cacca4e6e281d3cfecde714d794604355a982 Mon Sep 17 00:00:00 2001 From: plebeius Date: Mon, 23 Feb 2026 19:00:14 +0800 Subject: [PATCH] chore: update translations --- public/translations/ar/default.json | 3 ++- public/translations/bn/default.json | 7 ++++--- public/translations/cs/default.json | 3 ++- public/translations/da/default.json | 3 ++- public/translations/de/default.json | 7 ++++--- public/translations/el/default.json | 3 ++- public/translations/en/default.json | 1 + 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 | 7 ++++--- 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 | 7 ++++--- 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 | 5 +++-- 35 files changed, 78 insertions(+), 43 deletions(-) diff --git a/public/translations/ar/default.json b/public/translations/ar/default.json index 06b42176..77232251 100644 --- a/public/translations/ar/default.json +++ b/public/translations/ar/default.json @@ -281,5 +281,6 @@ "show_all": "عرض الكل", "show_blotter": "إظهار لوحة الإعلانات", "top": "أعلى", - "reply_count": "عدد الردود" + "reply_count": "عدد الردود", + "pagination.pageCurrent": "الصفحة {{page}} (الحالية)" } diff --git a/public/translations/bn/default.json b/public/translations/bn/default.json index cfe20819..02f2ea30 100644 --- a/public/translations/bn/default.json +++ b/public/translations/bn/default.json @@ -276,10 +276,11 @@ "enable_infinite_scroll_tip": "মাল্টিবোর্ডে প্রযোজ্য নয়, যা সবসময় অসীম স্ক্রল ব্যবহার করে।", "blotter": "ঘোষণা", "date": "তারিখ", - "hide_blotter": "ব্লটার লুকিয়ে রাখুন", + "hide_blotter": "ঘোষণা লুকিয়ে রাখুন", "message": "বার্তা", "show_all": "সব দেখুন", - "show_blotter": "ব্লটার দেখান", + "show_blotter": "ঘোষণা দেখান", "top": "শীর্ষ", - "reply_count": "উত্তরসংখ্যা" + "reply_count": "উত্তরসংখ্যা", + "pagination.pageCurrent": "পৃষ্ঠা {{page}} (বর্তমান)" } diff --git a/public/translations/cs/default.json b/public/translations/cs/default.json index 46d66e99..d67b7d30 100644 --- a/public/translations/cs/default.json +++ b/public/translations/cs/default.json @@ -281,5 +281,6 @@ "show_all": "Zobrazit vše", "show_blotter": "Zobrazit Oznámení", "top": "Nahoru", - "reply_count": "Počet odpovědí" + "reply_count": "Počet odpovědí", + "pagination.pageCurrent": "Stránka {{page}} (aktuální)" } diff --git a/public/translations/da/default.json b/public/translations/da/default.json index 44c243cb..5b96d4fe 100644 --- a/public/translations/da/default.json +++ b/public/translations/da/default.json @@ -281,5 +281,6 @@ "show_all": "Vis alle", "show_blotter": "Vis Meddelelser", "top": "Top", - "reply_count": "Antal svar" + "reply_count": "Antal svar", + "pagination.pageCurrent": "Side {{page}} (nuværende)" } diff --git a/public/translations/de/default.json b/public/translations/de/default.json index 4ed3dd2a..3a98cc2b 100644 --- a/public/translations/de/default.json +++ b/public/translations/de/default.json @@ -276,10 +276,11 @@ "enable_infinite_scroll_tip": "Gilt nicht für Multiboards, die immer Endlos-Scrolling verwenden.", "blotter": "Ankündigungen", "date": "Datum", - "hide_blotter": "Blotter ausblenden", + "hide_blotter": "Ankündigungen ausblenden", "message": "Nachricht", "show_all": "Alle anzeigen", - "show_blotter": "Blotter anzeigen", + "show_blotter": "Ankündigungen anzeigen", "top": "Oben", - "reply_count": "Anzahl Antworten" + "reply_count": "Anzahl Antworten", + "pagination.pageCurrent": "Seite {{page}} (aktuell)" } diff --git a/public/translations/el/default.json b/public/translations/el/default.json index e91824b4..4859acfa 100644 --- a/public/translations/el/default.json +++ b/public/translations/el/default.json @@ -281,5 +281,6 @@ "show_all": "Εμφάνιση όλων", "show_blotter": "Εμφάνιση Ανακοινώσεων", "top": "Πάνω", - "reply_count": "Αριθμός απαντήσεων" + "reply_count": "Αριθμός απαντήσεων", + "pagination.pageCurrent": "Σελίδα {{page}} (τρέχουσα)" } diff --git a/public/translations/en/default.json b/public/translations/en/default.json index 2d4d39cd..c92b9533 100644 --- a/public/translations/en/default.json +++ b/public/translations/en/default.json @@ -274,6 +274,7 @@ "enable_infinite_scroll": "Enable infinite scroll", "prev": "Prev", "next": "Next", + "pagination.pageCurrent": "Page {{page}} (current)", "enable_infinite_scroll_tip": "Does not apply to multiboards, which always use infinite scroll.", "blotter": "Blotter", "date": "Date", diff --git a/public/translations/es/default.json b/public/translations/es/default.json index 2d2452f4..647f2c1c 100644 --- a/public/translations/es/default.json +++ b/public/translations/es/default.json @@ -281,5 +281,6 @@ "show_all": "Mostrar todo", "show_blotter": "Mostrar Anuncios", "top": "Arriba", - "reply_count": "Número de respuestas" + "reply_count": "Número de respuestas", + "pagination.pageCurrent": "Página {{page}} (actual)" } diff --git a/public/translations/fa/default.json b/public/translations/fa/default.json index 42740a5e..4eb1f874 100644 --- a/public/translations/fa/default.json +++ b/public/translations/fa/default.json @@ -281,5 +281,6 @@ "show_all": "نمایش همه", "show_blotter": "نمایش اعلانات", "top": "بالا", - "reply_count": "تعداد پاسخ‌ها" + "reply_count": "تعداد پاسخ‌ها", + "pagination.pageCurrent": "صفحه {{page}} (فعلی)" } diff --git a/public/translations/fi/default.json b/public/translations/fi/default.json index 461d02b9..e979b6f1 100644 --- a/public/translations/fi/default.json +++ b/public/translations/fi/default.json @@ -281,5 +281,6 @@ "show_all": "Näytä kaikki", "show_blotter": "Näytä ilmoitukset", "top": "Ylös", - "reply_count": "Vastausten määrä" + "reply_count": "Vastausten määrä", + "pagination.pageCurrent": "Sivu {{page}} (nykyinen)" } diff --git a/public/translations/fil/default.json b/public/translations/fil/default.json index eb75963b..16cb778f 100644 --- a/public/translations/fil/default.json +++ b/public/translations/fil/default.json @@ -281,5 +281,6 @@ "show_all": "Ipakita lahat", "show_blotter": "Ipakita ang Mga anunsyo", "top": "Itaas", - "reply_count": "Bilang ng mga tugon" + "reply_count": "Bilang ng mga tugon", + "pagination.pageCurrent": "Pahina {{page}} (kasalukuyan)" } diff --git a/public/translations/fr/default.json b/public/translations/fr/default.json index e9ba9232..3b22305f 100644 --- a/public/translations/fr/default.json +++ b/public/translations/fr/default.json @@ -281,5 +281,6 @@ "show_all": "Tout afficher", "show_blotter": "Afficher les annonces", "top": "Haut", - "reply_count": "Nombre de réponses" + "reply_count": "Nombre de réponses", + "pagination.pageCurrent": "Page {{page}} (actuelle)" } diff --git a/public/translations/he/default.json b/public/translations/he/default.json index 9c8e796c..d8c06492 100644 --- a/public/translations/he/default.json +++ b/public/translations/he/default.json @@ -281,5 +281,6 @@ "show_all": "הצג הכל", "show_blotter": "הצג הודעות", "top": "למעלה", - "reply_count": "מספר תגובות" + "reply_count": "מספר תגובות", + "pagination.pageCurrent": "עמוד {{page}} (נוכחי)" } diff --git a/public/translations/hi/default.json b/public/translations/hi/default.json index 23fcff8d..31ead82c 100644 --- a/public/translations/hi/default.json +++ b/public/translations/hi/default.json @@ -281,5 +281,6 @@ "show_all": "सभी दिखाएं", "show_blotter": "सूचनाएं दिखाएं", "top": "शीर्ष", - "reply_count": "जवाबों की संख्या" + "reply_count": "जवाबों की संख्या", + "pagination.pageCurrent": "पृष्ठ {{page}} (वर्तमान)" } diff --git a/public/translations/hu/default.json b/public/translations/hu/default.json index 4e74679a..8e84c92d 100644 --- a/public/translations/hu/default.json +++ b/public/translations/hu/default.json @@ -281,5 +281,6 @@ "show_all": "Összes megjelenítése", "show_blotter": "Közlemények megjelenítése", "top": "Felül", - "reply_count": "Válaszok száma" + "reply_count": "Válaszok száma", + "pagination.pageCurrent": "{{page}}. oldal (jelenlegi)" } diff --git a/public/translations/id/default.json b/public/translations/id/default.json index 9b36a6e9..f594bf3d 100644 --- a/public/translations/id/default.json +++ b/public/translations/id/default.json @@ -281,5 +281,6 @@ "show_all": "Tampilkan Semua", "show_blotter": "Tampilkan Pengumuman", "top": "Atas", - "reply_count": "Jumlah balasan" + "reply_count": "Jumlah balasan", + "pagination.pageCurrent": "Halaman {{page}} (saat ini)" } diff --git a/public/translations/it/default.json b/public/translations/it/default.json index 41d34907..258ad390 100644 --- a/public/translations/it/default.json +++ b/public/translations/it/default.json @@ -276,10 +276,11 @@ "enable_infinite_scroll_tip": "Non si applica ai multiboard, che usano sempre lo scroll infinito.", "blotter": "Annunci", "date": "Data", - "hide_blotter": "Nascondi Blotter", + "hide_blotter": "Nascondi annunci", "message": "Messaggio", "show_all": "Mostra tutto", - "show_blotter": "Mostra Blotter", + "show_blotter": "Mostra annunci", "top": "In alto", - "reply_count": "Numero di risposte" + "reply_count": "Numero di risposte", + "pagination.pageCurrent": "Pagina {{page}} (corrente)" } diff --git a/public/translations/ja/default.json b/public/translations/ja/default.json index a6fb82cf..57abbba4 100644 --- a/public/translations/ja/default.json +++ b/public/translations/ja/default.json @@ -281,5 +281,6 @@ "show_all": "すべて表示", "show_blotter": "お知らせを表示", "top": "上", - "reply_count": "返信数" + "reply_count": "返信数", + "pagination.pageCurrent": "{{page}}ページ(現在)" } diff --git a/public/translations/ko/default.json b/public/translations/ko/default.json index d30e2e54..b4bfa1b1 100644 --- a/public/translations/ko/default.json +++ b/public/translations/ko/default.json @@ -281,5 +281,6 @@ "show_all": "모두 보기", "show_blotter": "공지 표시", "top": "맨 위", - "reply_count": "답글 수" + "reply_count": "답글 수", + "pagination.pageCurrent": "{{page}}페이지 (현재)" } diff --git a/public/translations/mr/default.json b/public/translations/mr/default.json index f745c624..6d8ace51 100644 --- a/public/translations/mr/default.json +++ b/public/translations/mr/default.json @@ -281,5 +281,6 @@ "show_all": "सर्व दाखवा", "show_blotter": "जाहिराती दाखवा", "top": "वर", - "reply_count": "प्रत्युत्तरांची संख्या" + "reply_count": "प्रत्युत्तरांची संख्या", + "pagination.pageCurrent": "पृष्ठ {{page}} (वर्तमान)" } diff --git a/public/translations/nl/default.json b/public/translations/nl/default.json index 94678016..83956cd1 100644 --- a/public/translations/nl/default.json +++ b/public/translations/nl/default.json @@ -281,5 +281,6 @@ "show_all": "Alles tonen", "show_blotter": "Mededelingen tonen", "top": "Boven", - "reply_count": "Aantal reacties" + "reply_count": "Aantal reacties", + "pagination.pageCurrent": "Pagina {{page}} (huidige)" } diff --git a/public/translations/no/default.json b/public/translations/no/default.json index ce71ab66..b61ba286 100644 --- a/public/translations/no/default.json +++ b/public/translations/no/default.json @@ -281,5 +281,6 @@ "show_all": "Vis alle", "show_blotter": "Vis Kunngjøringer", "top": "Topp", - "reply_count": "Antall svar" + "reply_count": "Antall svar", + "pagination.pageCurrent": "Side {{page}} (nåværende)" } diff --git a/public/translations/pl/default.json b/public/translations/pl/default.json index 2ab5ab55..c74b7435 100644 --- a/public/translations/pl/default.json +++ b/public/translations/pl/default.json @@ -281,5 +281,6 @@ "show_all": "Pokaż wszystko", "show_blotter": "Pokaż Ogłoszenia", "top": "Góra", - "reply_count": "Liczba odpowiedzi" + "reply_count": "Liczba odpowiedzi", + "pagination.pageCurrent": "Strona {{page}} (bieżąca)" } diff --git a/public/translations/pt/default.json b/public/translations/pt/default.json index 7c5a22a9..0fa436eb 100644 --- a/public/translations/pt/default.json +++ b/public/translations/pt/default.json @@ -281,5 +281,6 @@ "show_all": "Mostrar tudo", "show_blotter": "Mostrar Anúncios", "top": "Topo", - "reply_count": "Número de respostas" + "reply_count": "Número de respostas", + "pagination.pageCurrent": "Página {{page}} (atual)" } diff --git a/public/translations/ro/default.json b/public/translations/ro/default.json index b26ae1e4..04204b96 100644 --- a/public/translations/ro/default.json +++ b/public/translations/ro/default.json @@ -281,5 +281,6 @@ "show_all": "Afișează toate", "show_blotter": "Afișează Blotter", "top": "Sus", - "reply_count": "Număr de răspunsuri" + "reply_count": "Număr de răspunsuri", + "pagination.pageCurrent": "Pagina {{page}} (curentă)" } diff --git a/public/translations/ru/default.json b/public/translations/ru/default.json index af5d26af..cac8fabd 100644 --- a/public/translations/ru/default.json +++ b/public/translations/ru/default.json @@ -281,5 +281,6 @@ "show_all": "Показать всё", "show_blotter": "Показать объявления", "top": "Вверх", - "reply_count": "Количество ответов" + "reply_count": "Количество ответов", + "pagination.pageCurrent": "Страница {{page}} (текущая)" } diff --git a/public/translations/sq/default.json b/public/translations/sq/default.json index cf34928e..1c896fa6 100644 --- a/public/translations/sq/default.json +++ b/public/translations/sq/default.json @@ -281,5 +281,6 @@ "show_all": "Shfaq të gjitha", "show_blotter": "Shfaq Njoftimet", "top": "Lart", - "reply_count": "Numri i përgjigjeve" + "reply_count": "Numri i përgjigjeve", + "pagination.pageCurrent": "Faqja {{page}} (aktuale)" } diff --git a/public/translations/sv/default.json b/public/translations/sv/default.json index 1578745f..30418f23 100644 --- a/public/translations/sv/default.json +++ b/public/translations/sv/default.json @@ -281,5 +281,6 @@ "show_all": "Visa alla", "show_blotter": "Visa Meddelanden", "top": "Topp", - "reply_count": "Antal svar" + "reply_count": "Antal svar", + "pagination.pageCurrent": "Sida {{page}} (nuvarande)" } diff --git a/public/translations/te/default.json b/public/translations/te/default.json index 6ce89d95..b46d648d 100644 --- a/public/translations/te/default.json +++ b/public/translations/te/default.json @@ -276,10 +276,11 @@ "enable_infinite_scroll_tip": "మల్టీబోర్డ్‌లకు వర్తించదు, అవి ఎల్లప్పుడూ అనంత స్క్రాల్ ఉపయోగిస్తాయి.", "blotter": "ప్రకటనలు", "date": "తేదీ", - "hide_blotter": "బ్లాటర్ దాచండి", + "hide_blotter": "ప్రకటనలు దాచండి", "message": "సందేశం", "show_all": "అన్నీ చూపించు", - "show_blotter": "బ్లాటర్ చూపించు", + "show_blotter": "ప్రకటనలు చూపించు", "top": "పై", - "reply_count": "సమాధానాల సంఖ్య" + "reply_count": "సమాధానాల సంఖ్య", + "pagination.pageCurrent": "పేజీ {{page}} (ప్రస్తుత)" } diff --git a/public/translations/th/default.json b/public/translations/th/default.json index b0c88070..fe08e09d 100644 --- a/public/translations/th/default.json +++ b/public/translations/th/default.json @@ -281,5 +281,6 @@ "show_all": "แสดงทั้งหมด", "show_blotter": "แสดงประกาศ", "top": "บน", - "reply_count": "จำนวนการตอบกลับ" + "reply_count": "จำนวนการตอบกลับ", + "pagination.pageCurrent": "หน้า {{page}} (ปัจจุบัน)" } diff --git a/public/translations/tr/default.json b/public/translations/tr/default.json index 095364c5..1146b0c1 100644 --- a/public/translations/tr/default.json +++ b/public/translations/tr/default.json @@ -281,5 +281,6 @@ "show_all": "Tümünü göster", "show_blotter": "Duyuruları Göster", "top": "Üst", - "reply_count": "Yanıt sayısı" + "reply_count": "Yanıt sayısı", + "pagination.pageCurrent": "Sayfa {{page}} (mevcut)" } diff --git a/public/translations/uk/default.json b/public/translations/uk/default.json index 347fffa2..470f7f5e 100644 --- a/public/translations/uk/default.json +++ b/public/translations/uk/default.json @@ -281,5 +281,6 @@ "show_all": "Показати все", "show_blotter": "Показати оголошення", "top": "Вгору", - "reply_count": "Кількість відповідей" + "reply_count": "Кількість відповідей", + "pagination.pageCurrent": "Сторінка {{page}} (поточна)" } diff --git a/public/translations/ur/default.json b/public/translations/ur/default.json index 3892969d..953f3c08 100644 --- a/public/translations/ur/default.json +++ b/public/translations/ur/default.json @@ -281,5 +281,6 @@ "show_all": "سب دکھائیں", "show_blotter": "اعلانات دکھائیں", "top": "اوپر", - "reply_count": "جوابوں کی تعداد" + "reply_count": "جوابوں کی تعداد", + "pagination.pageCurrent": "صفحہ {{page}} (موجودہ)" } diff --git a/public/translations/vi/default.json b/public/translations/vi/default.json index b4231d5f..a43f7f4c 100644 --- a/public/translations/vi/default.json +++ b/public/translations/vi/default.json @@ -281,5 +281,6 @@ "show_all": "Hiển thị tất cả", "show_blotter": "Hiển thị Thông báo", "top": "Trên", - "reply_count": "Số lượng phản hồi" + "reply_count": "Số lượng phản hồi", + "pagination.pageCurrent": "Trang {{page}} (hiện tại)" } diff --git a/public/translations/zh/default.json b/public/translations/zh/default.json index d4f8de7c..c2a9c221 100644 --- a/public/translations/zh/default.json +++ b/public/translations/zh/default.json @@ -271,7 +271,7 @@ "chain_ticker": "链代币符号", "enable_infinite_scroll": "启用无限滚动", "prev": "上一页", - "next": "下一步", + "next": "下一页", "bottom": "底部", "enable_infinite_scroll_tip": "不适用于多板视图,后者始终使用无限滚动。", "blotter": "公告", @@ -281,5 +281,6 @@ "show_all": "显示全部", "show_blotter": "显示公告", "top": "顶部", - "reply_count": "回复数" + "reply_count": "回复数", + "pagination.pageCurrent": "第{{page}}页(当前)" }