From 2b9e3c1f9ca41348acadc2877746cdce3cf5152d Mon Sep 17 00:00:00 2001 From: "Tom (plebeius.eth)" Date: Tue, 3 Sep 2024 10:21:53 +0200 Subject: [PATCH] add translations --- public/translations/ar/default.json | 5 ++++- public/translations/bn/default.json | 5 ++++- public/translations/cs/default.json | 5 ++++- public/translations/da/default.json | 5 ++++- public/translations/de/default.json | 5 ++++- public/translations/el/default.json | 5 ++++- public/translations/en/default.json | 5 ++++- public/translations/es/default.json | 5 ++++- public/translations/fa/default.json | 5 ++++- public/translations/fi/default.json | 5 ++++- public/translations/fil/default.json | 5 ++++- public/translations/fr/default.json | 5 ++++- public/translations/he/default.json | 5 ++++- public/translations/hi/default.json | 5 ++++- public/translations/hu/default.json | 5 ++++- public/translations/id/default.json | 5 ++++- public/translations/it/default.json | 5 ++++- public/translations/ja/default.json | 5 ++++- public/translations/ko/default.json | 5 ++++- public/translations/mr/default.json | 5 ++++- public/translations/nl/default.json | 5 ++++- public/translations/no/default.json | 5 ++++- public/translations/pl/default.json | 5 ++++- public/translations/pt/default.json | 5 ++++- public/translations/ro/default.json | 5 ++++- public/translations/ru/default.json | 5 ++++- public/translations/sq/default.json | 5 ++++- public/translations/sv/default.json | 5 ++++- public/translations/te/default.json | 5 ++++- public/translations/th/default.json | 5 ++++- public/translations/tr/default.json | 5 ++++- public/translations/uk/default.json | 5 ++++- public/translations/ur/default.json | 5 ++++- public/translations/vi/default.json | 5 ++++- public/translations/zh/default.json | 5 ++++- .../account-settings/account-settings.tsx | 5 +++-- .../interface-settings.module.css | 1 - .../interface-settings/interface-settings.tsx | 17 +++++++++-------- .../plebbit-options/plebbit-options.tsx | 2 +- 39 files changed, 153 insertions(+), 47 deletions(-) diff --git a/public/translations/ar/default.json b/public/translations/ar/default.json index 5e596692..9086593d 100644 --- a/public/translations/ar/default.json +++ b/public/translations/ar/default.json @@ -221,5 +221,8 @@ "hide_gore_boards": "إخفاء لوحات الجور", "hide_adult_boards": "إخفاء لوحات الكبار", "static_gif": "GIF ثابت", - "animated_gif": "GIF متحرك" + "animated_gif": "GIF متحرك", + "hide_avatars": "إخفاء الصور الرمزية", + "anon_mode": "وضع مجهول", + "anon_mode_description": "يتم استخدام معرف مستخدم مختلف تلقائيًا في كل موضوع" } \ No newline at end of file diff --git a/public/translations/bn/default.json b/public/translations/bn/default.json index 6b4dd35b..e4a50970 100644 --- a/public/translations/bn/default.json +++ b/public/translations/bn/default.json @@ -221,5 +221,8 @@ "hide_gore_boards": "গর বোর্ডস লুকান", "hide_adult_boards": "পুরুষ বোর্ডস লুকান", "static_gif": "স্ট্যাটিক GIF", - "animated_gif": "অ্যানিমেটেড GIF" + "animated_gif": "অ্যানিমেটেড GIF", + "hide_avatars": "অ্যাভাটার লুকান", + "anon_mode": "অজ্ঞাত মোড", + "anon_mode_description": "প্রতিটি থ্রেডে স্বয়ংক্রিয়ভাবে একটি ভিন্ন ব্যবহারকারীর আইডি ব্যবহার করুন" } \ No newline at end of file diff --git a/public/translations/cs/default.json b/public/translations/cs/default.json index b1188596..c805b4d1 100644 --- a/public/translations/cs/default.json +++ b/public/translations/cs/default.json @@ -221,5 +221,8 @@ "hide_gore_boards": "Skrýt gore desky", "hide_adult_boards": "Skrýt dospělé desky", "static_gif": "Statický GIF", - "animated_gif": "Animovaný GIF" + "animated_gif": "Animovaný GIF", + "hide_avatars": "Skrýt avatary", + "anon_mode": "Anonymní režim", + "anon_mode_description": "Automaticky používejte jiný uživatelský ID v každém vlákně" } \ No newline at end of file diff --git a/public/translations/da/default.json b/public/translations/da/default.json index 3cacc31f..65c36d39 100644 --- a/public/translations/da/default.json +++ b/public/translations/da/default.json @@ -221,5 +221,8 @@ "hide_gore_boards": "Skjul Gore Boards", "hide_adult_boards": "Skjul Voksne Boards", "static_gif": "Statisk GIF", - "animated_gif": "Animeret GIF" + "animated_gif": "Animeret GIF", + "hide_avatars": "Skjul avatarer", + "anon_mode": "Anonim tilstand", + "anon_mode_description": "Brug automatisk en anden bruger-ID i hver tråd" } \ No newline at end of file diff --git a/public/translations/de/default.json b/public/translations/de/default.json index 8b4478e9..b7f5a072 100644 --- a/public/translations/de/default.json +++ b/public/translations/de/default.json @@ -221,5 +221,8 @@ "hide_gore_boards": "Gore-Boards ausblenden", "hide_adult_boards": "Erwachsenen-Boards ausblenden", "static_gif": "Statisches GIF", - "animated_gif": "Animiertes GIF" + "animated_gif": "Animiertes GIF", + "hide_avatars": "Avatare ausblenden", + "anon_mode": "Anonymer Modus", + "anon_mode_description": "Verwenden Sie automatisch eine andere Benutzer-ID in jedem Thread" } \ No newline at end of file diff --git a/public/translations/el/default.json b/public/translations/el/default.json index 021f085a..e9d15b8c 100644 --- a/public/translations/el/default.json +++ b/public/translations/el/default.json @@ -221,5 +221,8 @@ "hide_gore_boards": "Απόκρυψη των Gore Boards", "hide_adult_boards": "Απόκρυψη των Adult Boards", "static_gif": "Στατικό GIF", - "animated_gif": "Κινούμενο GIF" + "animated_gif": "Κινούμενο GIF", + "hide_avatars": "Απόκρυψη avatars", + "anon_mode": "Λειτουργία ανωνυμίας", + "anon_mode_description": "Χρησιμοποιήστε αυτόματα διαφορετικό αναγνωριστικό χρήστη σε κάθε νήμα" } \ No newline at end of file diff --git a/public/translations/en/default.json b/public/translations/en/default.json index e60cecc7..28d65698 100644 --- a/public/translations/en/default.json +++ b/public/translations/en/default.json @@ -221,5 +221,8 @@ "hide_gore_boards": "Hide Gore Boards", "hide_adult_boards": "Hide Adult Boards", "static_gif": "Static GIF", - "animated_gif": "Animated GIF" + "animated_gif": "Animated GIF", + "hide_avatars": "Hide avatars", + "anon_mode": "Anon mode", + "anon_mode_description": "Automatically use a different user ID in each thread" } \ No newline at end of file diff --git a/public/translations/es/default.json b/public/translations/es/default.json index 5c4191ad..651d35c2 100644 --- a/public/translations/es/default.json +++ b/public/translations/es/default.json @@ -221,5 +221,8 @@ "hide_gore_boards": "Ocultar tableros de gore", "hide_adult_boards": "Ocultar tableros para adultos", "static_gif": "GIF Estático", - "animated_gif": "GIF Animado" + "animated_gif": "GIF Animado", + "hide_avatars": "Ocultar avatares", + "anon_mode": "Modo anónimo", + "anon_mode_description": "Utiliza automáticamente un ID de usuario diferente en cada hilo" } \ No newline at end of file diff --git a/public/translations/fa/default.json b/public/translations/fa/default.json index 2c9e09a3..d617d11e 100644 --- a/public/translations/fa/default.json +++ b/public/translations/fa/default.json @@ -221,5 +221,8 @@ "hide_gore_boards": "پنهان کردن تخته های گور", "hide_adult_boards": "پنهان کردن تخته های بزرگسالان", "static_gif": "GIF ثابت", - "animated_gif": "GIF متحرک" + "animated_gif": "GIF متحرک", + "hide_avatars": "پنهان کردن آواتارها", + "anon_mode": "حالت ناشناس", + "anon_mode_description": "به طور خودکار از یک شناسه کاربری متفاوت در هر موضوع استفاده کنید" } \ No newline at end of file diff --git a/public/translations/fi/default.json b/public/translations/fi/default.json index 47b2be89..35059116 100644 --- a/public/translations/fi/default.json +++ b/public/translations/fi/default.json @@ -221,5 +221,8 @@ "hide_gore_boards": "Piilota Gore-laudat", "hide_adult_boards": "Piilota Aikuisten lautat", "static_gif": "Staattinen GIF", - "animated_gif": "Animoitu GIF" + "animated_gif": "Animoitu GIF", + "hide_avatars": "Piilota avatarit", + "anon_mode": "Anonyymi tila", + "anon_mode_description": "Käytä automaattisesti eri käyttäjä-ID:tä jokaisessa keskustelussa" } \ No newline at end of file diff --git a/public/translations/fil/default.json b/public/translations/fil/default.json index 55fc9cb4..b52f4692 100644 --- a/public/translations/fil/default.json +++ b/public/translations/fil/default.json @@ -221,5 +221,8 @@ "hide_gore_boards": "Itago ang mga Gore Boards", "hide_adult_boards": "Itago ang mga Adult Boards", "static_gif": "Static GIF", - "animated_gif": "Animated GIF" + "animated_gif": "Animated GIF", + "hide_avatars": "Itago ang mga avatar", + "anon_mode": "Anong mode", + "anon_mode_description": "Awtomatikong gamitin ang ibang user ID sa bawat thread" } \ No newline at end of file diff --git a/public/translations/fr/default.json b/public/translations/fr/default.json index b8d46d09..cba401e1 100644 --- a/public/translations/fr/default.json +++ b/public/translations/fr/default.json @@ -221,5 +221,8 @@ "hide_gore_boards": "Masquer les tableaux Gore", "hide_adult_boards": "Masquer les tableaux pour adultes", "static_gif": "GIF Statique", - "animated_gif": "GIF Animé" + "animated_gif": "GIF Animé", + "hide_avatars": "Masquer les avatars", + "anon_mode": "Mode anonyme", + "anon_mode_description": "Utilisez automatiquement un identifiant utilisateur différent dans chaque fil" } \ No newline at end of file diff --git a/public/translations/he/default.json b/public/translations/he/default.json index 31e7b6d6..4dd10446 100644 --- a/public/translations/he/default.json +++ b/public/translations/he/default.json @@ -221,5 +221,8 @@ "hide_gore_boards": "הסתר לוחות Gore", "hide_adult_boards": "הסתר לוחות המבוגרים", "static_gif": "GIF סטטי", - "animated_gif": "GIF מונפש" + "animated_gif": "GIF מונפש", + "hide_avatars": "הסתר את התמונות האישיות", + "anon_mode": "מצב אנונימי", + "anon_mode_description": "השתמש אוטומטית במזהה משתמש שונה בכל שרשור" } \ No newline at end of file diff --git a/public/translations/hi/default.json b/public/translations/hi/default.json index 064e5628..848ced25 100644 --- a/public/translations/hi/default.json +++ b/public/translations/hi/default.json @@ -221,5 +221,8 @@ "hide_gore_boards": "गोर बोर्ड्स छिपाएं", "hide_adult_boards": "वयस्क बोर्ड्स छिपाएं", "static_gif": "स्थिर GIF", - "animated_gif": "एनिमेटेड GIF" + "animated_gif": "एनिमेटेड GIF", + "hide_avatars": "अवतार छिपाएँ", + "anon_mode": "अनाम मोड", + "anon_mode_description": "प्रत्येक थ्रेड में स्वचालित रूप से एक अलग उपयोगकर्ता आईडी का उपयोग करें" } \ No newline at end of file diff --git a/public/translations/hu/default.json b/public/translations/hu/default.json index 5cb4ee4f..6a32f9e4 100644 --- a/public/translations/hu/default.json +++ b/public/translations/hu/default.json @@ -221,5 +221,8 @@ "hide_gore_boards": "Gore táblák elrejtése", "hide_adult_boards": "Felnőtt táblák elrejtése", "static_gif": "Statikus GIF", - "animated_gif": "Animált GIF" + "animated_gif": "Animált GIF", + "hide_avatars": "Avatarok elrejtése", + "anon_mode": "Anonim mód", + "anon_mode_description": "Automatikusan használjon más felhasználói azonosítót minden szálban" } \ No newline at end of file diff --git a/public/translations/id/default.json b/public/translations/id/default.json index 0a377ea3..9444d1df 100644 --- a/public/translations/id/default.json +++ b/public/translations/id/default.json @@ -221,5 +221,8 @@ "hide_gore_boards": "Sembunyikan Papan Gore", "hide_adult_boards": "Sembunyikan Papan Dewasa", "static_gif": "GIF Statis", - "animated_gif": "GIF Animasi" + "animated_gif": "GIF Animasi", + "hide_avatars": "Sembunyikan avatar", + "anon_mode": "Mode anonim", + "anon_mode_description": "Secara otomatis gunakan ID pengguna yang berbeda di setiap utas" } \ No newline at end of file diff --git a/public/translations/it/default.json b/public/translations/it/default.json index d37aef4c..1b2e2070 100644 --- a/public/translations/it/default.json +++ b/public/translations/it/default.json @@ -221,5 +221,8 @@ "hide_gore_boards": "Nascondi tavole Gore", "hide_adult_boards": "Nascondi tavole per adulti", "static_gif": "GIF Statica", - "animated_gif": "GIF Animata" + "animated_gif": "GIF Animata", + "hide_avatars": "Nascondi avatar", + "anon_mode": "Modalità anonima", + "anon_mode_description": "Usa automaticamente un ID utente diverso in ogni thread" } \ No newline at end of file diff --git a/public/translations/ja/default.json b/public/translations/ja/default.json index 0c2d765f..c8087ff2 100644 --- a/public/translations/ja/default.json +++ b/public/translations/ja/default.json @@ -221,5 +221,8 @@ "hide_gore_boards": "ゴアボードを非表示にする", "hide_adult_boards": "アダルトボードを非表示にする", "static_gif": "静的GIF", - "animated_gif": "アニメーションGIF" + "animated_gif": "アニメーションGIF", + "hide_avatars": "アバターを隠す", + "anon_mode": "匿名モード", + "anon_mode_description": "各スレッドで自動的に異なるユーザーIDを使用します" } \ No newline at end of file diff --git a/public/translations/ko/default.json b/public/translations/ko/default.json index 458625c0..db1e86a4 100644 --- a/public/translations/ko/default.json +++ b/public/translations/ko/default.json @@ -221,5 +221,8 @@ "hide_gore_boards": "고어 게시판 숨기기", "hide_adult_boards": "성인 게시판 숨기기", "static_gif": "정적 GIF", - "animated_gif": "애니메이션 GIF" + "animated_gif": "애니메이션 GIF", + "hide_avatars": "아바타 숨기기", + "anon_mode": "익명 모드", + "anon_mode_description": "각 스레드에서 자동으로 다른 사용자 ID를 사용합니다" } \ No newline at end of file diff --git a/public/translations/mr/default.json b/public/translations/mr/default.json index 6a72b834..02b6d7cb 100644 --- a/public/translations/mr/default.json +++ b/public/translations/mr/default.json @@ -221,5 +221,8 @@ "hide_gore_boards": "गोर बोर्ड्स लपवा", "hide_adult_boards": "वयस्क बोर्ड्स लपवा", "static_gif": "स्थिर GIF", - "animated_gif": "एनिमेटेड GIF" + "animated_gif": "एनिमेटेड GIF", + "hide_avatars": "अवतार लपवा", + "anon_mode": "अनाम मोड", + "anon_mode_description": "प्रत्येक थ्रेडमध्ये स्वयंचलितपणे वेगळा वापरकर्ता ID वापरा" } \ No newline at end of file diff --git a/public/translations/nl/default.json b/public/translations/nl/default.json index a26c02cf..562fe24c 100644 --- a/public/translations/nl/default.json +++ b/public/translations/nl/default.json @@ -221,5 +221,8 @@ "hide_gore_boards": "Gore Boards verbergen", "hide_adult_boards": "Volwassenen Boards verbergen", "static_gif": "Statische GIF", - "animated_gif": "Geanimeerde GIF" + "animated_gif": "Geanimeerde GIF", + "hide_avatars": "Avatars verbergen", + "anon_mode": "Anoniem modus", + "anon_mode_description": "Gebruik automatisch een ander gebruikers-ID in elk thread" } \ No newline at end of file diff --git a/public/translations/no/default.json b/public/translations/no/default.json index 84aa557f..9a32c597 100644 --- a/public/translations/no/default.json +++ b/public/translations/no/default.json @@ -221,5 +221,8 @@ "hide_gore_boards": "Skjul Gore Boards", "hide_adult_boards": "Skjul voksne Boards", "static_gif": "Statisk GIF", - "animated_gif": "Animasjons GIF" + "animated_gif": "Animasjons GIF", + "hide_avatars": "Skjul avatarer", + "anon_mode": "Anonim modus", + "anon_mode_description": "Bruk automatisk en annen bruker-ID i hver tråd" } \ No newline at end of file diff --git a/public/translations/pl/default.json b/public/translations/pl/default.json index fe0e8b02..22422f65 100644 --- a/public/translations/pl/default.json +++ b/public/translations/pl/default.json @@ -221,5 +221,8 @@ "hide_gore_boards": "Ukryj Gore Boards", "hide_adult_boards": "Ukryj Adult Boards", "static_gif": "Statyczny GIF", - "animated_gif": "Animowany GIF" + "animated_gif": "Animowany GIF", + "hide_avatars": "Ukryj awatary", + "anon_mode": "Tryb anonimowy", + "anon_mode_description": "Automatycznie używaj innego identyfikatora użytkownika w każdym wątku" } \ No newline at end of file diff --git a/public/translations/pt/default.json b/public/translations/pt/default.json index c0f070ff..72f365fe 100644 --- a/public/translations/pt/default.json +++ b/public/translations/pt/default.json @@ -221,5 +221,8 @@ "hide_gore_boards": "Ocultar Quadros Gore", "hide_adult_boards": "Ocultar Quadros para Adultos", "static_gif": "GIF Estático", - "animated_gif": "GIF Animado" + "animated_gif": "GIF Animado", + "hide_avatars": "Ocultar avatares", + "anon_mode": "Modo anônimo", + "anon_mode_description": "Use automaticamente um ID de usuário diferente em cada thread" } \ No newline at end of file diff --git a/public/translations/ro/default.json b/public/translations/ro/default.json index ea0e0406..1a22202c 100644 --- a/public/translations/ro/default.json +++ b/public/translations/ro/default.json @@ -221,5 +221,8 @@ "hide_gore_boards": "Ascundeți tablourile Gore", "hide_adult_boards": "Ascundeți tablourile pentru adulți", "static_gif": "GIF Static", - "animated_gif": "GIF Animat" + "animated_gif": "GIF Animat", + "hide_avatars": "Ascunde avatarele", + "anon_mode": "Mod anonim", + "anon_mode_description": "Utilizați automat un ID de utilizator diferit în fiecare fir" } \ No newline at end of file diff --git a/public/translations/ru/default.json b/public/translations/ru/default.json index 46831cc2..451de514 100644 --- a/public/translations/ru/default.json +++ b/public/translations/ru/default.json @@ -221,5 +221,8 @@ "hide_gore_boards": "Скрыть доски Gore", "hide_adult_boards": "Скрыть доски для взрослых", "static_gif": "Статичный GIF", - "animated_gif": "Анимированный GIF" + "animated_gif": "Анимированный GIF", + "hide_avatars": "Скрыть аватары", + "anon_mode": "Анонимный режим", + "anon_mode_description": "Автоматически используйте другой идентификатор пользователя в каждом потоке" } \ No newline at end of file diff --git a/public/translations/sq/default.json b/public/translations/sq/default.json index d34c9df6..5bb7d97b 100644 --- a/public/translations/sq/default.json +++ b/public/translations/sq/default.json @@ -221,5 +221,8 @@ "hide_gore_boards": "Fshihet Gore Boards", "hide_adult_boards": "Fshihet Adult Boards", "static_gif": "GIF Statik", - "animated_gif": "GIF i Animuar" + "animated_gif": "GIF i Animuar", + "hide_avatars": "Fsheh avatarët", + "anon_mode": "Mënyra anonime", + "anon_mode_description": "Përdorni automatikisht një ID përdoruesi të ndryshëm në çdo temë" } \ No newline at end of file diff --git a/public/translations/sv/default.json b/public/translations/sv/default.json index 8bb8271b..be707f0d 100644 --- a/public/translations/sv/default.json +++ b/public/translations/sv/default.json @@ -221,5 +221,8 @@ "hide_gore_boards": "Dölj Gore Boards", "hide_adult_boards": "Dölj vuxna Boards", "static_gif": "Statisk GIF", - "animated_gif": "Animerad GIF" + "animated_gif": "Animerad GIF", + "hide_avatars": "Dölj avatarer", + "anon_mode": "Anonymt läge", + "anon_mode_description": "Använd automatiskt ett annat användar-ID i varje tråd" } \ No newline at end of file diff --git a/public/translations/te/default.json b/public/translations/te/default.json index 8c9a12e6..969c599b 100644 --- a/public/translations/te/default.json +++ b/public/translations/te/default.json @@ -221,5 +221,8 @@ "hide_gore_boards": "గోర్ బోర్డ్స్ దాచు", "hide_adult_boards": "పురుషులు బోర్డ్లు దాచు", "static_gif": "స్టాటిక్ GIF", - "animated_gif": "అనిమేటెడ్ GIF" + "animated_gif": "అనిమేటెడ్ GIF", + "hide_avatars": "అవతార్లను దాచు", + "anon_mode": "అనానిమస్ మోడ్", + "anon_mode_description": "ప్రతి థ్రెడ్లో ఆటోమేటిక్‌గా ఒక వేరు వినియోగదారుడి ID ఉపయోగించండి" } \ No newline at end of file diff --git a/public/translations/th/default.json b/public/translations/th/default.json index 7089156d..f9fe9c12 100644 --- a/public/translations/th/default.json +++ b/public/translations/th/default.json @@ -221,5 +221,8 @@ "hide_gore_boards": "ซ่อนกระดาน Gore", "hide_adult_boards": "ซ่อนกระดานสำหรับผู้ใหญ่", "static_gif": "GIF แบบคงที่", - "animated_gif": "GIF ที่เคลื่อนไหว" + "animated_gif": "GIF ที่เคลื่อนไหว", + "hide_avatars": "ซ่อนอวาตาร์", + "anon_mode": "โหมดนิรนาม", + "anon_mode_description": "ใช้ ID ผู้ใช้ที่แตกต่างกันโดยอัตโนมัติในแต่ละเธรด" } \ No newline at end of file diff --git a/public/translations/tr/default.json b/public/translations/tr/default.json index 6e215a76..7519089e 100644 --- a/public/translations/tr/default.json +++ b/public/translations/tr/default.json @@ -221,5 +221,8 @@ "hide_gore_boards": "Gore Panolarını Gizle", "hide_adult_boards": "Yetişkin Panolarını Gizle", "static_gif": "Statik GIF", - "animated_gif": "Animasyonlu GIF" + "animated_gif": "Animasyonlu GIF", + "hide_avatars": "Avatarları gizle", + "anon_mode": "Gizli mod", + "anon_mode_description": "Her iplikte otomatik olarak farklı bir kullanıcı ID'si kullanın" } \ No newline at end of file diff --git a/public/translations/uk/default.json b/public/translations/uk/default.json index 8b32f9af..558fafe2 100644 --- a/public/translations/uk/default.json +++ b/public/translations/uk/default.json @@ -221,5 +221,8 @@ "hide_gore_boards": "Сховати дошки Gore", "hide_adult_boards": "Сховати дошки для дорослих", "static_gif": "Статичний GIF", - "animated_gif": "Анімований GIF" + "animated_gif": "Анімований GIF", + "hide_avatars": "Сховати аватари", + "anon_mode": "Режим анонімності", + "anon_mode_description": "Автоматично використовуйте інший ідентифікатор користувача в кожній гілці" } \ No newline at end of file diff --git a/public/translations/ur/default.json b/public/translations/ur/default.json index 7415250f..a97b2d8f 100644 --- a/public/translations/ur/default.json +++ b/public/translations/ur/default.json @@ -221,5 +221,8 @@ "hide_gore_boards": "گور بورڈز چھپائیں", "hide_adult_boards": "بالغ بورڈز چھپائیں", "static_gif": "اسٹیٹک GIF", - "animated_gif": "اینیمیٹڈ GIF" + "animated_gif": "اینیمیٹڈ GIF", + "hide_avatars": "اوٹار چھپائیں", + "anon_mode": "خفیہ موڈ", + "anon_mode_description": "ہر تھریڈ میں خود بخود مختلف صارف آئی ڈی کا استعمال کریں" } \ No newline at end of file diff --git a/public/translations/vi/default.json b/public/translations/vi/default.json index f7ae9b73..6fa02dac 100644 --- a/public/translations/vi/default.json +++ b/public/translations/vi/default.json @@ -221,5 +221,8 @@ "hide_gore_boards": "Ẩn Gore Boards", "hide_adult_boards": "Ẩn Adult Boards", "static_gif": "GIF Tĩnh", - "animated_gif": "GIF Hoạt Hình" + "animated_gif": "GIF Hoạt Hình", + "hide_avatars": "Ẩn avatar", + "anon_mode": "Chế độ ẩn danh", + "anon_mode_description": "Tự động sử dụng ID người dùng khác nhau trong mỗi chủ đề" } \ No newline at end of file diff --git a/public/translations/zh/default.json b/public/translations/zh/default.json index 50991f4c..0760ab0d 100644 --- a/public/translations/zh/default.json +++ b/public/translations/zh/default.json @@ -221,5 +221,8 @@ "hide_gore_boards": "隐藏Gore板块", "hide_adult_boards": "隐藏成人板块", "static_gif": "静态GIF", - "animated_gif": "动画GIF" + "animated_gif": "动画GIF", + "hide_avatars": "隐藏头像", + "anon_mode": "匿名模式", + "anon_mode_description": "在每个线程中自动使用不同的用户 ID" } \ No newline at end of file diff --git a/src/components/settings-modal/account-settings/account-settings.tsx b/src/components/settings-modal/account-settings/account-settings.tsx index c8a48dc8..12a4af17 100644 --- a/src/components/settings-modal/account-settings/account-settings.tsx +++ b/src/components/settings-modal/account-settings/account-settings.tsx @@ -6,15 +6,16 @@ import styles from './account-settings.module.css'; import useAnonModeStore from '../../../stores/use-anon-mode-store'; const AnonMode = () => { + const { t } = useTranslation(); const anonMode = useAnonModeStore((state) => state.anonMode); const setAnonMode = useAnonModeStore((state) => state.setAnonMode); return (
- Automatically use a different user ID in each thread + {t('anon_mode_description')}
); }; diff --git a/src/components/settings-modal/interface-settings/interface-settings.module.css b/src/components/settings-modal/interface-settings/interface-settings.module.css index f5aa0bcf..17c135bf 100644 --- a/src/components/settings-modal/interface-settings/interface-settings.module.css +++ b/src/components/settings-modal/interface-settings/interface-settings.module.css @@ -3,7 +3,6 @@ } .setting { - text-transform: capitalize; margin-left: 10px; margin-top: 10px; } diff --git a/src/components/settings-modal/interface-settings/interface-settings.tsx b/src/components/settings-modal/interface-settings/interface-settings.tsx index 288cda52..9fccc550 100644 --- a/src/components/settings-modal/interface-settings/interface-settings.tsx +++ b/src/components/settings-modal/interface-settings/interface-settings.tsx @@ -1,9 +1,10 @@ import { useState } from 'react'; import { useTranslation } from 'react-i18next'; -import useTheme from '../../../hooks/use-theme'; -import styles from './interface-settings.module.css'; -import packageJson from '../../../../package.json'; import useAvatarVisibilityStore from '../../../stores/use-avatar-visibility-store'; +import useTheme from '../../../hooks/use-theme'; +import packageJson from '../../../../package.json'; +import styles from './interface-settings.module.css'; +import _ from 'lodash'; const commitRef = process.env.REACT_APP_COMMIT_REF; const isElectron = window.isElectron === true; @@ -117,7 +118,7 @@ const InterfaceSettings = () => { return (
- {t('version')}:{' '} + {_.capitalize(t('version'))}:{' '} {packageJson.version} @@ -128,17 +129,17 @@ const InterfaceSettings = () => { )}
- {t('update')}: + {_.capitalize(t('update'))}:
- {t('style')}: