From d4927e71629d2568997fb3c06efac75627386358 Mon Sep 17 00:00:00 2001 From: "Tom (plebeius.eth)" Date: Fri, 31 May 2024 17:09:20 +0200 Subject: [PATCH] chore: add translations --- public/translations/ar/default.json | 7 ++++++- public/translations/bn/default.json | 7 ++++++- public/translations/cs/default.json | 7 ++++++- public/translations/da/default.json | 7 ++++++- public/translations/de/default.json | 7 ++++++- public/translations/el/default.json | 7 ++++++- public/translations/en/default.json | 7 ++++++- public/translations/es/default.json | 7 ++++++- public/translations/fa/default.json | 7 ++++++- public/translations/fi/default.json | 7 ++++++- public/translations/fil/default.json | 7 ++++++- public/translations/fr/default.json | 7 ++++++- public/translations/he/default.json | 7 ++++++- public/translations/hi/default.json | 7 ++++++- public/translations/hu/default.json | 7 ++++++- public/translations/id/default.json | 7 ++++++- public/translations/it/default.json | 7 ++++++- public/translations/ja/default.json | 7 ++++++- public/translations/ko/default.json | 7 ++++++- public/translations/mr/default.json | 7 ++++++- public/translations/nl/default.json | 7 ++++++- public/translations/no/default.json | 7 ++++++- public/translations/pl/default.json | 7 ++++++- public/translations/pt/default.json | 7 ++++++- public/translations/ro/default.json | 7 ++++++- public/translations/ru/default.json | 7 ++++++- public/translations/sq/default.json | 7 ++++++- public/translations/sv/default.json | 7 ++++++- public/translations/te/default.json | 7 ++++++- public/translations/th/default.json | 7 ++++++- public/translations/tr/default.json | 7 ++++++- public/translations/uk/default.json | 7 ++++++- public/translations/ur/default.json | 7 ++++++- public/translations/vi/default.json | 7 ++++++- public/translations/zh/default.json | 7 ++++++- src/components/board-buttons/board-buttons.tsx | 4 ++-- src/components/post-form/post-form.tsx | 4 ++-- src/components/settings-modal/settings-modal.module.css | 1 + src/components/settings-modal/settings-modal.tsx | 2 +- 39 files changed, 216 insertions(+), 40 deletions(-) diff --git a/public/translations/ar/default.json b/public/translations/ar/default.json index 3ab13b72..622e7d66 100644 --- a/public/translations/ar/default.json +++ b/public/translations/ar/default.json @@ -131,5 +131,10 @@ "search_image_on_google": "البحث عن صورة على جوجل", "search_image_on_yandex": "البحث عن صورة على Yandex", "search_image_on_saucenao": "البحث عن صورة على SauceNAO", - "view_on_client": "عرض على {{client}}" + "view_on_client": "عرض على {{client}}", + "expand_all_settings": "توسيع جميع الإعدادات", + "collapse_all_settings": "طي جميع الإعدادات", + "refresh": "تحديث", + "no_board_selected": "لم يتم تحديد أية منتديات", + "none": "بلا" } \ No newline at end of file diff --git a/public/translations/bn/default.json b/public/translations/bn/default.json index 61da9871..9fc2115e 100644 --- a/public/translations/bn/default.json +++ b/public/translations/bn/default.json @@ -131,5 +131,10 @@ "search_image_on_google": "গুগলে চিত্র অনুসন্ধান করুন", "search_image_on_yandex": "Yandexে চিত্র অনুসন্ধান করুন", "search_image_on_saucenao": "SauceNAO এ চিত্র অনুসন্ধান করুন", - "view_on_client": "{{client}} উপর দেখুন" + "view_on_client": "{{client}} উপর দেখুন", + "expand_all_settings": "সমস্ত সেটিংস প্রসারিত করুন", + "collapse_all_settings": "সমস্ত সেটিংস সঙ্কুচিত করুন", + "refresh": "পুনরায় লোড করুন", + "no_board_selected": "কোনো ফোরাম নির্বাচিত হয়নি", + "none": "নাই" } \ No newline at end of file diff --git a/public/translations/cs/default.json b/public/translations/cs/default.json index df92ecba..cef85755 100644 --- a/public/translations/cs/default.json +++ b/public/translations/cs/default.json @@ -131,5 +131,10 @@ "search_image_on_google": "hledat obrázek na Googlu", "search_image_on_yandex": "hledat obrázek na Yandexu", "search_image_on_saucenao": "hledat obrázek na SauceNAO", - "view_on_client": "Zobrazit na {{client}}" + "view_on_client": "Zobrazit na {{client}}", + "expand_all_settings": "Rozbalit všechna nastavení", + "collapse_all_settings": "Sbalit všechna nastavení", + "refresh": "Obnovit", + "no_board_selected": "žádné nástěnky nevybrány", + "none": "žádný" } \ No newline at end of file diff --git a/public/translations/da/default.json b/public/translations/da/default.json index 56966ca0..5972b26f 100644 --- a/public/translations/da/default.json +++ b/public/translations/da/default.json @@ -131,5 +131,10 @@ "search_image_on_google": "søg billede på Google", "search_image_on_yandex": "søg billede på Yandex", "search_image_on_saucenao": "søg billede på SauceNAO", - "view_on_client": "Se på {{client}}" + "view_on_client": "Se på {{client}}", + "expand_all_settings": "Udvid alle indstillinger", + "collapse_all_settings": "Sammenklap alle indstillinger", + "refresh": "Opdater", + "no_board_selected": "ingen opslagstavler valgt", + "none": "ingen" } \ No newline at end of file diff --git a/public/translations/de/default.json b/public/translations/de/default.json index 5d5a6e25..917a6908 100644 --- a/public/translations/de/default.json +++ b/public/translations/de/default.json @@ -131,5 +131,10 @@ "search_image_on_google": "Bild auf Google suchen", "search_image_on_yandex": "Bild auf Yandex suchen", "search_image_on_saucenao": "Bild auf SauceNAO suchen", - "view_on_client": "Anzeigen auf {{client}}" + "view_on_client": "Anzeigen auf {{client}}", + "expand_all_settings": "Alle Einstellungen erweitern", + "collapse_all_settings": "Alle Einstellungen reduzieren", + "refresh": "Aktualisieren", + "no_board_selected": "keine Foren ausgewählt", + "none": "keiner" } \ No newline at end of file diff --git a/public/translations/el/default.json b/public/translations/el/default.json index 8828bb77..1da53805 100644 --- a/public/translations/el/default.json +++ b/public/translations/el/default.json @@ -131,5 +131,10 @@ "search_image_on_google": "αναζήτηση εικόνας στο Google", "search_image_on_yandex": "αναζήτηση εικόνας στο Yandex", "search_image_on_saucenao": "αναζήτηση εικόνας στο SauceNAO", - "view_on_client": "Προβολή στο {{client}}" + "view_on_client": "Προβολή στο {{client}}", + "expand_all_settings": "Ανάπτυξη όλων των ρυθμίσεων", + "collapse_all_settings": "Σύμπτυξη όλων των ρυθμίσεων", + "refresh": "Ανανέωση", + "no_board_selected": "δεν έχουν επιλεγεί διαδικτυακές πινακίδες", + "none": "κανένας" } \ No newline at end of file diff --git a/public/translations/en/default.json b/public/translations/en/default.json index 42b5fd21..12436f42 100644 --- a/public/translations/en/default.json +++ b/public/translations/en/default.json @@ -131,5 +131,10 @@ "search_image_on_google": "Search image on Google", "search_image_on_yandex": "Search image on Yandex", "search_image_on_saucenao": "Search image on SauceNAO", - "view_on_client": "View on {{client}}" + "view_on_client": "View on {{client}}", + "expand_all_settings": "Expand All Settings", + "collapse_all_settings": "Collapse All Settings", + "refresh": "Refresh", + "no_board_selected": "no boards selected", + "none": "none" } \ No newline at end of file diff --git a/public/translations/es/default.json b/public/translations/es/default.json index 6736afa8..33cec6df 100644 --- a/public/translations/es/default.json +++ b/public/translations/es/default.json @@ -131,5 +131,10 @@ "search_image_on_google": "Buscar imagen en Google", "search_image_on_yandex": "Buscar imagen en Yandex", "search_image_on_saucenao": "Buscar imagen en SauceNAO", - "view_on_client": "Ver en {{client}}" + "view_on_client": "Ver en {{client}}", + "expand_all_settings": "Expandir todas las configuraciones", + "collapse_all_settings": "Contraer todas las configuraciones", + "refresh": "Actualizar", + "no_board_selected": "ningún foro seleccionado", + "none": "ninguno" } \ No newline at end of file diff --git a/public/translations/fa/default.json b/public/translations/fa/default.json index 0d1aefef..5fb32709 100644 --- a/public/translations/fa/default.json +++ b/public/translations/fa/default.json @@ -131,5 +131,10 @@ "search_image_on_google": "جستجوی تصویر در گوگل", "search_image_on_yandex": "جستجوی تصویر در Yandex", "search_image_on_saucenao": "جستجوی تصویر در SauceNAO", - "view_on_client": "مشاهده در {{client}}" + "view_on_client": "مشاهده در {{client}}", + "expand_all_settings": "گسترش همه تنظیمات", + "collapse_all_settings": "تايید همه تنظیمات", + "refresh": "تازه‌سازی", + "no_board_selected": "هیچ تالاری انتخاب نشده است", + "none": "هیچ‌کدام" } \ No newline at end of file diff --git a/public/translations/fi/default.json b/public/translations/fi/default.json index 5594b0fb..d6eea3b1 100644 --- a/public/translations/fi/default.json +++ b/public/translations/fi/default.json @@ -131,5 +131,10 @@ "search_image_on_google": "etsi kuva Googlesta", "search_image_on_yandex": "etsi kuva Yandexistä", "search_image_on_saucenao": "etsi kuva SauceNAO: sta", - "view_on_client": "Näytä {{client}}: ssä" + "view_on_client": "Näytä {{client}}: ssä", + "expand_all_settings": "Laajenna kaikki asetukset", + "collapse_all_settings": "Sulje kaikki asetukset", + "refresh": "Päivitä", + "no_board_selected": "ei foorumeja valittu", + "none": "ei mikään" } \ No newline at end of file diff --git a/public/translations/fil/default.json b/public/translations/fil/default.json index d25d219e..651e435d 100644 --- a/public/translations/fil/default.json +++ b/public/translations/fil/default.json @@ -131,5 +131,10 @@ "search_image_on_google": "maghanap ng larawan sa Google", "search_image_on_yandex": "maghanap ng larawan sa Yandex", "search_image_on_saucenao": "maghanap ng larawan sa SauceNAO", - "view_on_client": "Tingnan sa {{client}}" + "view_on_client": "Tingnan sa {{client}}", + "expand_all_settings": "I-expand ang lahat ng mga setting", + "collapse_all_settings": "I-collapse ang lahat ng mga setting", + "refresh": "I-refresh", + "no_board_selected": "walang mga board na napiling", + "none": "wala" } \ No newline at end of file diff --git a/public/translations/fr/default.json b/public/translations/fr/default.json index b3de848e..b700ff58 100644 --- a/public/translations/fr/default.json +++ b/public/translations/fr/default.json @@ -131,5 +131,10 @@ "search_image_on_google": "Rechercher une image sur Google", "search_image_on_yandex": "Rechercher une image sur Yandex", "search_image_on_saucenao": "Rechercher une image sur SauceNAO", - "view_on_client": "Voir sur {{client}}" + "view_on_client": "Voir sur {{client}}", + "expand_all_settings": "Développer toutes les configurations", + "collapse_all_settings": "Réduire toutes les configurations", + "refresh": "Actualiser", + "no_board_selected": "aucun forum sélectionné", + "none": "aucun" } \ No newline at end of file diff --git a/public/translations/he/default.json b/public/translations/he/default.json index 0c4a3ae6..c7357c22 100644 --- a/public/translations/he/default.json +++ b/public/translations/he/default.json @@ -131,5 +131,10 @@ "search_image_on_google": "חפש תמונה ב-Google", "search_image_on_yandex": "חפש תמונה ב-Yandex", "search_image_on_saucenao": "חפש תמונה ב- SauceNAO", - "view_on_client": "הצג ב {{client}}" + "view_on_client": "הצג ב {{client}}", + "expand_all_settings": "הרחב את כל ההגדרות", + "collapse_all_settings": "קפל את כל ההגדרות", + "refresh": "רענן", + "no_board_selected": "לא נבחרו שום פורומים", + "none": "אף אחד" } \ No newline at end of file diff --git a/public/translations/hi/default.json b/public/translations/hi/default.json index f1a00144..2543105d 100644 --- a/public/translations/hi/default.json +++ b/public/translations/hi/default.json @@ -131,5 +131,10 @@ "search_image_on_google": "गूगल पर छवि खोजें", "search_image_on_yandex": "Yandex पर छवि खोजें", "search_image_on_saucenao": "SauceNAO पर छवि खोजें", - "view_on_client": "{{client}} पर देखें" + "view_on_client": "{{client}} पर देखें", + "expand_all_settings": "सभी सेटिंग्स का विस्तार करें", + "collapse_all_settings": "सभी सेटिंग्स को संक्षेपित करें", + "refresh": "ताज़ा करें", + "no_board_selected": "कोई मंच चयनित नहीं हुआ", + "none": "कोई नहीं" } \ No newline at end of file diff --git a/public/translations/hu/default.json b/public/translations/hu/default.json index 63517bd5..17b0be07 100644 --- a/public/translations/hu/default.json +++ b/public/translations/hu/default.json @@ -131,5 +131,10 @@ "search_image_on_google": "keresés kép a Google-ben", "search_image_on_yandex": "keresés kép a Yandex-ben", "search_image_on_saucenao": "keresés kép a SauceNAO-n", - "view_on_client": "Megtekintés itt: {{client}}" + "view_on_client": "Megtekintés itt: {{client}}", + "expand_all_settings": "Az összes beállítás kibontása", + "collapse_all_settings": "Az összes beállítás összevonása", + "refresh": "Frissítés", + "no_board_selected": "nincsenek kiválasztva fórumok", + "none": "egyik sem" } \ No newline at end of file diff --git a/public/translations/id/default.json b/public/translations/id/default.json index b4680ea2..7a9df6d1 100644 --- a/public/translations/id/default.json +++ b/public/translations/id/default.json @@ -131,5 +131,10 @@ "search_image_on_google": "cari gambar di Google", "search_image_on_yandex": "cari gambar di Yandex", "search_image_on_saucenao": "cari gambar di SauceNAO", - "view_on_client": "Lihat di {{client}}" + "view_on_client": "Lihat di {{client}}", + "expand_all_settings": "Perluas Semua Pengaturan", + "collapse_all_settings": "Ciutkan Semua Pengaturan", + "refresh": "Segarkan", + "no_board_selected": "tidak ada papan pesan yang dipilih", + "none": "tak ada" } \ No newline at end of file diff --git a/public/translations/it/default.json b/public/translations/it/default.json index ab1ed057..a4522c55 100644 --- a/public/translations/it/default.json +++ b/public/translations/it/default.json @@ -131,5 +131,10 @@ "search_image_on_google": "Cerca immagine su Google", "search_image_on_yandex": "Cerca immagine su Yandex", "search_image_on_saucenao": "Cerca immagine su SauceNAO", - "view_on_client": "Vedi su {{client}}" + "view_on_client": "Vedi su {{client}}", + "expand_all_settings": "Espandi tutte le impostazioni", + "collapse_all_settings": "Comprimi tutte le impostazioni", + "refresh": "Aggiorna", + "no_board_selected": "nessun forum selezionato", + "none": "nessuno" } \ No newline at end of file diff --git a/public/translations/ja/default.json b/public/translations/ja/default.json index fecd1820..088ce4a0 100644 --- a/public/translations/ja/default.json +++ b/public/translations/ja/default.json @@ -131,5 +131,10 @@ "search_image_on_google": "Google で画像を検索", "search_image_on_yandex": "Yandex で画像を検索", "search_image_on_saucenao": "SauceNAO で画像を検索", - "view_on_client": "{{client}} で表示" + "view_on_client": "{{client}} で表示", + "expand_all_settings": "すべての設定を展開", + "collapse_all_settings": "すべての設定を折りたたむ", + "refresh": "更新", + "no_board_selected": "掲示板が選択されていません", + "none": "なし" } \ No newline at end of file diff --git a/public/translations/ko/default.json b/public/translations/ko/default.json index 38677c17..c58ee9f8 100644 --- a/public/translations/ko/default.json +++ b/public/translations/ko/default.json @@ -131,5 +131,10 @@ "search_image_on_google": "Google 이미지 검색", "search_image_on_yandex": "Yandex 이미지 검색", "search_image_on_saucenao": "SauceNAO 이미지 검색", - "view_on_client": "{{client}}에서 보기" + "view_on_client": "{{client}}에서 보기", + "expand_all_settings": "모든 설정 펼치기", + "collapse_all_settings": "모든 설정 축소", + "refresh": "새로 고침", + "no_board_selected": "선택된 게시판이 없습니다", + "none": "없음" } \ No newline at end of file diff --git a/public/translations/mr/default.json b/public/translations/mr/default.json index ec9b2f3d..2c44f20b 100644 --- a/public/translations/mr/default.json +++ b/public/translations/mr/default.json @@ -131,5 +131,10 @@ "search_image_on_google": "Google वर छायाचित्र शोधा", "search_image_on_yandex": "Yandex वर छायाचित्र शोधा", "search_image_on_saucenao": "SauceNAO वर छायाचित्र शोधा", - "view_on_client": "{{client}} वर पहा" + "view_on_client": "{{client}} वर पहा", + "expand_all_settings": "सर्व सेटिंग्ज विस्तार", + "collapse_all_settings": "सर्व सेटिंग्ज संक्षेपित", + "refresh": "ताजेतर करा", + "no_board_selected": "कोणतेही संदेश फलक निवडले नाहीत", + "none": "काहीही नाही" } \ No newline at end of file diff --git a/public/translations/nl/default.json b/public/translations/nl/default.json index 6c207425..155630fa 100644 --- a/public/translations/nl/default.json +++ b/public/translations/nl/default.json @@ -131,5 +131,10 @@ "search_image_on_google": "zoek afbeelding op Google", "search_image_on_yandex": "zoek afbeelding op Yandex", "search_image_on_saucenao": "zoek afbeelding op SauceNAO", - "view_on_client": "Bekijk op {{client}}" + "view_on_client": "Bekijk op {{client}}", + "expand_all_settings": "Alle instellingen uitvouwen", + "collapse_all_settings": "Alle instellingen samenvouwen", + "refresh": "Vernieuwen", + "no_board_selected": "geen forums geselecteerd", + "none": "geen" } \ No newline at end of file diff --git a/public/translations/no/default.json b/public/translations/no/default.json index 63e2c7ed..f5d4986c 100644 --- a/public/translations/no/default.json +++ b/public/translations/no/default.json @@ -131,5 +131,10 @@ "search_image_on_google": "søk etter bilde på Google", "search_image_on_yandex": "søk etter bilde på Yandex", "search_image_on_saucenao": "søk etter bilde på SauceNAO", - "view_on_client": "Vis på {{client}}" + "view_on_client": "Vis på {{client}}", + "expand_all_settings": "Utvid alle innstillinger", + "collapse_all_settings": "Sammenlegge alle innstillinger", + "refresh": "Oppdater", + "no_board_selected": "ingen fora valgt", + "none": "ingen" } \ No newline at end of file diff --git a/public/translations/pl/default.json b/public/translations/pl/default.json index 809bc829..41c4caa1 100644 --- a/public/translations/pl/default.json +++ b/public/translations/pl/default.json @@ -131,5 +131,10 @@ "search_image_on_google": "szukaj obrazu w Google", "search_image_on_yandex": "szukaj obrazu w Yandex", "search_image_on_saucenao": "szukaj obrazu w SauceNAO", - "view_on_client": "Zobacz na {{client}}" + "view_on_client": "Zobacz na {{client}}", + "expand_all_settings": "Rozwiń wszystkie ustawienia", + "collapse_all_settings": "Zwiń wszystkie ustawienia", + "refresh": "Odśwież", + "no_board_selected": "nie wybrano żadnych forów", + "none": "żaden" } \ No newline at end of file diff --git a/public/translations/pt/default.json b/public/translations/pt/default.json index 4bd4ace4..922ac144 100644 --- a/public/translations/pt/default.json +++ b/public/translations/pt/default.json @@ -131,5 +131,10 @@ "search_image_on_google": "Pesquisar imagem no Google", "search_image_on_yandex": "Pesquisar imagem no Yandex", "search_image_on_saucenao": "Pesquisar imagem no SauceNAO", - "view_on_client": "Ver no {{client}}" + "view_on_client": "Ver no {{client}}", + "expand_all_settings": "Expandir todas as configurações", + "collapse_all_settings": "Recolher todas as configurações", + "refresh": "Atualizar", + "no_board_selected": "nenhum fórum selecionado", + "none": "nenhum" } \ No newline at end of file diff --git a/public/translations/ro/default.json b/public/translations/ro/default.json index db5fb219..ec039285 100644 --- a/public/translations/ro/default.json +++ b/public/translations/ro/default.json @@ -131,5 +131,10 @@ "search_image_on_google": "căutați imaginea pe Google", "search_image_on_yandex": "căutați imaginea pe Yandex", "search_image_on_saucenao": "căutați imaginea pe SauceNAO", - "view_on_client": "Vezi pe {{client}}" + "view_on_client": "Vezi pe {{client}}", + "expand_all_settings": "Extindeți toate setările", + "collapse_all_settings": "Recoltați toate setările", + "refresh": "Reîmprospătați", + "no_board_selected": "nu s-au selectat niciun forum", + "none": "nici unul" } \ No newline at end of file diff --git a/public/translations/ru/default.json b/public/translations/ru/default.json index 98687831..5118f961 100644 --- a/public/translations/ru/default.json +++ b/public/translations/ru/default.json @@ -131,5 +131,10 @@ "search_image_on_google": "поиск изображения в Google", "search_image_on_yandex": "поиск изображения в Yandex", "search_image_on_saucenao": "поиск изображения на SauceNAO", - "view_on_client": "Посмотреть на {{client}}" + "view_on_client": "Посмотреть на {{client}}", + "expand_all_settings": "Развернуть все настройки", + "collapse_all_settings": "Свернуть все настройки", + "refresh": "Обновить", + "no_board_selected": "не выбрано ни одного форума", + "none": "нет" } \ No newline at end of file diff --git a/public/translations/sq/default.json b/public/translations/sq/default.json index 0f94d0b1..430d07c8 100644 --- a/public/translations/sq/default.json +++ b/public/translations/sq/default.json @@ -131,5 +131,10 @@ "search_image_on_google": "kërko imazhin në Google", "search_image_on_yandex": "kërko imazhin në Yandex", "search_image_on_saucenao": "kërko imazhin në SauceNAO", - "view_on_client": "Shiko në {{client}}" + "view_on_client": "Shiko në {{client}}", + "expand_all_settings": "Zgjeroni të gjitha cilësimet", + "collapse_all_settings": "Zvogëlo të gjitha cilësimet", + "refresh": "Rifresko", + "no_board_selected": "asnjë forume të zgjedhura", + "none": "asnjë" } \ No newline at end of file diff --git a/public/translations/sv/default.json b/public/translations/sv/default.json index b49594d0..f916116b 100644 --- a/public/translations/sv/default.json +++ b/public/translations/sv/default.json @@ -131,5 +131,10 @@ "search_image_on_google": "sök bild på Google", "search_image_on_yandex": "sök bild på Yandex", "search_image_on_saucenao": "sök bild på SauceNAO", - "view_on_client": "Visa på {{client}}" + "view_on_client": "Visa på {{client}}", + "expand_all_settings": "Expandera alla inställningar", + "collapse_all_settings": "Kollapsa alla inställningar", + "refresh": "Uppdatera", + "no_board_selected": "inga forum valda", + "none": "ingen" } \ No newline at end of file diff --git a/public/translations/te/default.json b/public/translations/te/default.json index dcd0bb35..86e4dd25 100644 --- a/public/translations/te/default.json +++ b/public/translations/te/default.json @@ -131,5 +131,10 @@ "search_image_on_google": "గూగుల్‌లో చిత్రాన్ని వెతుకోండి", "search_image_on_yandex": "యాండెక్స్‌లో చిత్రాన్ని వెతుకోండి", "search_image_on_saucenao": "SauceNAOలో చిత్రాన్ని వెతుకోండి", - "view_on_client": "{{client}} లో చూడండి" + "view_on_client": "{{client}} లో చూడండి", + "expand_all_settings": "అన్ని సెట్టింగ్‌లను విస్తరించండి", + "collapse_all_settings": "అన్ని సెట్టింగ్‌లను సంక్షిప్తము చేయండి", + "refresh": "రీఫ్రెష్", + "no_board_selected": "ఏటీ ఎలాంటి సందేశ బోర్డులు ఎంచుకోలేదు", + "none": "ఏమీ లేదు" } \ No newline at end of file diff --git a/public/translations/th/default.json b/public/translations/th/default.json index aaea633a..15b542cf 100644 --- a/public/translations/th/default.json +++ b/public/translations/th/default.json @@ -131,5 +131,10 @@ "search_image_on_google": "ค้นหารูปภาพใน Google", "search_image_on_yandex": "ค้นหารูปภาพใน Yandex", "search_image_on_saucenao": "ค้นหารูปภาพใน SauceNAO", - "view_on_client": "ดูบน {{client}}" + "view_on_client": "ดูบน {{client}}", + "expand_all_settings": "ขยายการตั้งค่าทั้งหมด", + "collapse_all_settings": "ยุบการตั้งค่าทั้งหมด", + "refresh": "รีเฟรช", + "no_board_selected": "ไม่มีกระดานข่าวที่เลือก", + "none": "ไม่มี" } \ No newline at end of file diff --git a/public/translations/tr/default.json b/public/translations/tr/default.json index b0d4d9b7..5588a9cb 100644 --- a/public/translations/tr/default.json +++ b/public/translations/tr/default.json @@ -131,5 +131,10 @@ "search_image_on_google": "Google'da resim ara", "search_image_on_yandex": "Yandex'da resim ara", "search_image_on_saucenao": "SauceNAO'da resim ara", - "view_on_client": "{{client}}'de görüntüle" + "view_on_client": "{{client}}'de görüntüle", + "expand_all_settings": "Tüm Ayarları Genişlet", + "collapse_all_settings": "Tüm Ayarları Daralt", + "refresh": "Yenile", + "no_board_selected": "hiçbir forum seçilmedi", + "none": "hiçbiri" } \ No newline at end of file diff --git a/public/translations/uk/default.json b/public/translations/uk/default.json index fcbea694..4101c658 100644 --- a/public/translations/uk/default.json +++ b/public/translations/uk/default.json @@ -131,5 +131,10 @@ "search_image_on_google": "пошук зображення в Google", "search_image_on_yandex": "пошук зображення в Yandex", "search_image_on_saucenao": "пошук зображення в SauceNAO", - "view_on_client": "Переглянути на {{client}}" + "view_on_client": "Переглянути на {{client}}", + "expand_all_settings": "Розгорнути всі налаштування", + "collapse_all_settings": "Згорнути всі налаштування", + "refresh": "Оновити", + "no_board_selected": "не обрано жодного форуму", + "none": "немає" } \ No newline at end of file diff --git a/public/translations/ur/default.json b/public/translations/ur/default.json index 3afa35bd..019e21cb 100644 --- a/public/translations/ur/default.json +++ b/public/translations/ur/default.json @@ -131,5 +131,10 @@ "search_image_on_google": "گوگل پر تصویر کا مطالعہ کریں", "search_image_on_yandex": "یانڈیکس پر تصویر کا مطالعہ کریں", "search_image_on_saucenao": "SauceNAO پر تصویر کا مطالعہ کریں", - "view_on_client": "{{client}} پر دیکھیں" + "view_on_client": "{{client}} پر دیکھیں", + "expand_all_settings": "تمام ترتیبات کو بڑھائیں", + "collapse_all_settings": "تمام ترتیبات کو مختصر کریں", + "refresh": "تازہ کاری", + "no_board_selected": "کوئی پیغام بورڈز منتخب نہیں کیا گیا", + "none": "کوئی نہیں" } \ No newline at end of file diff --git a/public/translations/vi/default.json b/public/translations/vi/default.json index 74f9a8ef..5591fce5 100644 --- a/public/translations/vi/default.json +++ b/public/translations/vi/default.json @@ -131,5 +131,10 @@ "search_image_on_google": "Tìm kiếm hình ảnh trên Google", "search_image_on_yandex": "Tìm kiếm hình ảnh trên Yandex", "search_image_on_saucenao": "Tìm kiếm hình ảnh trên SauceNAO", - "view_on_client": "Xem trên {{client}}" + "view_on_client": "Xem trên {{client}}", + "expand_all_settings": "Mở rộng tất cả các thiết lập", + "collapse_all_settings": "Thu gọn tất cả các thiết lập", + "refresh": "Làm mới", + "no_board_selected": "không có diễn đàn nào được chọn", + "none": "không ai" } \ No newline at end of file diff --git a/public/translations/zh/default.json b/public/translations/zh/default.json index 70c0ff73..f99fee70 100644 --- a/public/translations/zh/default.json +++ b/public/translations/zh/default.json @@ -131,5 +131,10 @@ "search_image_on_google": "在Google上搜索图像", "search_image_on_yandex": "在Yandex上搜索图像", "search_image_on_saucenao": "在SauceNAO上搜索图像", - "view_on_client": "在{{client}}上查看" + "view_on_client": "在{{client}}上查看", + "expand_all_settings": "展开所有设置", + "collapse_all_settings": "折叠所有设置", + "refresh": "刷新", + "no_board_selected": "没有选择任何论坛", + "none": "无" } \ No newline at end of file diff --git a/src/components/board-buttons/board-buttons.tsx b/src/components/board-buttons/board-buttons.tsx index cae1a784..916a5f0d 100644 --- a/src/components/board-buttons/board-buttons.tsx +++ b/src/components/board-buttons/board-buttons.tsx @@ -47,11 +47,11 @@ const ReturnButton = ({ address }: BoardButtonsProps) => { }; const RefreshButton = () => { + const { t } = useTranslation(); const reset = useFeedResetStore((state) => state.reset); - return ( ); }; diff --git a/src/components/post-form/post-form.tsx b/src/components/post-form/post-form.tsx index c41ecf4e..7d5e23c4 100644 --- a/src/components/post-form/post-form.tsx +++ b/src/components/post-form/post-form.tsx @@ -225,7 +225,7 @@ const PostFormTable = ({ closeForm }: { closeForm: () => void }) => { [ ] @@ -235,7 +235,7 @@ const PostFormTable = ({ closeForm }: { closeForm: () => void }) => { {t('board')}