From 3d490f67912ed738e856c4ddff00f4ce389857c2 Mon Sep 17 00:00:00 2001 From: "plebeius.eth" Date: Sat, 4 Nov 2023 09:41:20 +0100 Subject: [PATCH] chore(translations): translate "settings", rename account_bar_preferences to settings --- public/translations/ar/default.json | 4 ++-- public/translations/bn/default.json | 4 ++-- public/translations/cs/default.json | 4 ++-- public/translations/da/default.json | 4 ++-- public/translations/de/default.json | 4 ++-- public/translations/el/default.json | 4 ++-- public/translations/en/default.json | 4 ++-- public/translations/es/default.json | 4 ++-- public/translations/fa/default.json | 4 ++-- public/translations/fi/default.json | 4 ++-- public/translations/fil/default.json | 4 ++-- public/translations/fr/default.json | 4 ++-- public/translations/he/default.json | 4 ++-- public/translations/hi/default.json | 4 ++-- public/translations/hu/default.json | 4 ++-- public/translations/id/default.json | 4 ++-- public/translations/it/default.json | 4 ++-- public/translations/ja/default.json | 4 ++-- public/translations/ko/default.json | 4 ++-- public/translations/mr/default.json | 4 ++-- public/translations/nl/default.json | 4 ++-- public/translations/no/default.json | 4 ++-- public/translations/pl/default.json | 4 ++-- public/translations/pt/default.json | 4 ++-- public/translations/ro/default.json | 4 ++-- public/translations/ru/default.json | 4 ++-- public/translations/sq/default.json | 4 ++-- public/translations/sv/default.json | 4 ++-- public/translations/te/default.json | 4 ++-- public/translations/th/default.json | 4 ++-- public/translations/tr/default.json | 4 ++-- public/translations/uk/default.json | 4 ++-- public/translations/ur/default.json | 4 ++-- public/translations/vi/default.json | 4 ++-- public/translations/zh/default.json | 4 ++-- src/components/header/account-bar/account-bar.tsx | 2 +- 36 files changed, 71 insertions(+), 71 deletions(-) diff --git a/public/translations/ar/default.json b/public/translations/ar/default.json index 8e3c8e8e..5113a796 100644 --- a/public/translations/ar/default.json +++ b/public/translations/ar/default.json @@ -6,7 +6,6 @@ "header_top": "الأعلى تصويتًا", "header_about": "حول", "header_comments": "تعليقات", - "account_bar_preferences": "التفضيلات", "account_bar_language": "العربية", "account_bar_submit": "إرسال", "dark": "داكن", @@ -49,5 +48,6 @@ "reply_score_singular": "1 نقطة", "reply_score_plural": "{{count}} نقاط", "removed": "تمت الإزالة", - "one_comment": "1 تعليق" + "one_comment": "1 تعليق", + "account_bar_settings": "الإعدادات" } \ No newline at end of file diff --git a/public/translations/bn/default.json b/public/translations/bn/default.json index 17d6a12e..87bd0993 100644 --- a/public/translations/bn/default.json +++ b/public/translations/bn/default.json @@ -6,7 +6,6 @@ "header_top": "শীর্ষ", "header_about": "সম্পর্কে", "header_comments": "মন্তব্য", - "account_bar_preferences": "পছন্দ", "account_bar_language": "ইংরেজি", "account_bar_submit": "জমা দিন", "dark": "অন্ধকার", @@ -49,5 +48,6 @@ "reply_score_singular": "1 পয়েন্ট", "reply_score_plural": "{{count}} পয়েন্ট", "removed": "অপসারণ করা হয়েছে", - "one_comment": "1 মন্তব্য" + "one_comment": "1 মন্তব্য", + "account_bar_settings": "সেটিংস" } \ No newline at end of file diff --git a/public/translations/cs/default.json b/public/translations/cs/default.json index 38174a64..13843cf2 100644 --- a/public/translations/cs/default.json +++ b/public/translations/cs/default.json @@ -6,7 +6,6 @@ "header_top": "Nejlepší", "header_about": "O", "header_comments": "komentáře", - "account_bar_preferences": "Předvolby", "account_bar_language": "Angličtina", "account_bar_submit": "Odeslat", "dark": "Tmavý", @@ -49,5 +48,6 @@ "reply_score_singular": "1 bod", "reply_score_plural": "{{count}} body", "removed": "Odstraněno", - "one_comment": "1 komentář" + "one_comment": "1 komentář", + "account_bar_settings": "nastavení" } \ No newline at end of file diff --git a/public/translations/da/default.json b/public/translations/da/default.json index e16e3d6d..b02444a5 100644 --- a/public/translations/da/default.json +++ b/public/translations/da/default.json @@ -6,7 +6,6 @@ "header_top": "Top", "header_about": "Om", "header_comments": "kommentarer", - "account_bar_preferences": "Indstillinger", "account_bar_language": "Engelsk", "account_bar_submit": "Indsend", "dark": "Mørk", @@ -49,5 +48,6 @@ "reply_score_singular": "1 point", "reply_score_plural": "{{count}} point", "removed": "Fjernet", - "one_comment": "1 kommentar" + "one_comment": "1 kommentar", + "account_bar_settings": "indstillinger" } \ No newline at end of file diff --git a/public/translations/de/default.json b/public/translations/de/default.json index 556371dd..41f83ada 100644 --- a/public/translations/de/default.json +++ b/public/translations/de/default.json @@ -6,7 +6,6 @@ "header_top": "Top", "header_about": "Über", "header_comments": "Kommentare", - "account_bar_preferences": "Einstellungen", "account_bar_language": "Deutsch", "account_bar_submit": "Einreichen", "dark": "Dunkel", @@ -49,5 +48,6 @@ "reply_score_singular": "1 Punkt", "reply_score_plural": "{{count}} Punkte", "removed": "Entfernt", - "one_comment": "1 Kommentar" + "one_comment": "1 Kommentar", + "account_bar_settings": "Einstellungen" } \ No newline at end of file diff --git a/public/translations/el/default.json b/public/translations/el/default.json index 62e3ab74..d17e1d4f 100644 --- a/public/translations/el/default.json +++ b/public/translations/el/default.json @@ -6,7 +6,6 @@ "header_top": "Κορυφαία", "header_about": "Σχετικά", "header_comments": "σχόλια", - "account_bar_preferences": "Προτιμήσεις", "account_bar_language": "Αγγλικά", "account_bar_submit": "Υποβολή", "dark": "Σκοτεινός", @@ -49,5 +48,6 @@ "reply_score_singular": "1 βαθμός", "reply_score_plural": "{{count}} βαθμοί", "removed": "Αφαιρέθηκε", - "one_comment": "1 σχόλιο" + "one_comment": "1 σχόλιο", + "account_bar_settings": "ρυθμίσεις" } \ No newline at end of file diff --git a/public/translations/en/default.json b/public/translations/en/default.json index 441e4740..01aa371c 100644 --- a/public/translations/en/default.json +++ b/public/translations/en/default.json @@ -6,7 +6,6 @@ "header_top": "top", "header_about": "about", "header_comments": "comments", - "account_bar_preferences": "preferences", "account_bar_language": "English", "account_bar_submit": "submit", "dark": "dark", @@ -49,5 +48,6 @@ "reply_score_singular": "1 point", "reply_score_plural": "{{count}} points", "removed": "Removed", - "one_comment": "1 comment" + "one_comment": "1 comment", + "account_bar_settings": "settings" } \ No newline at end of file diff --git a/public/translations/es/default.json b/public/translations/es/default.json index 14b2ae15..c75f9ce2 100644 --- a/public/translations/es/default.json +++ b/public/translations/es/default.json @@ -6,7 +6,6 @@ "header_top": "mejor valorado", "header_about": "acerca de", "header_comments": "comentarios", - "account_bar_preferences": "preferencias", "account_bar_language": "Español", "account_bar_submit": "enviar", "dark": "oscuro", @@ -49,5 +48,6 @@ "reply_score_singular": "1 punto", "reply_score_plural": "{{count}} puntos", "removed": "Eliminado", - "one_comment": "1 comentario" + "one_comment": "1 comentario", + "account_bar_settings": "ajustes" } \ No newline at end of file diff --git a/public/translations/fa/default.json b/public/translations/fa/default.json index 86eea4fa..4e8f5814 100644 --- a/public/translations/fa/default.json +++ b/public/translations/fa/default.json @@ -6,7 +6,6 @@ "header_top": "برتر", "header_about": "درباره", "header_comments": "نظرات", - "account_bar_preferences": "تنظیمات", "account_bar_language": "انگلیسی", "account_bar_submit": "ارسال", "dark": "تاریک", @@ -49,5 +48,6 @@ "reply_score_singular": "1 امتیاز", "reply_score_plural": "{{count}} امتیاز", "removed": "حذف شد", - "one_comment": "1 نظر" + "one_comment": "1 نظر", + "account_bar_settings": "تنظیمات" } \ No newline at end of file diff --git a/public/translations/fi/default.json b/public/translations/fi/default.json index fe8f8fd2..34671975 100644 --- a/public/translations/fi/default.json +++ b/public/translations/fi/default.json @@ -6,7 +6,6 @@ "header_top": "Parhaat", "header_about": "Tietoja", "header_comments": "kommentit", - "account_bar_preferences": "Asetukset", "account_bar_language": "Englanti", "account_bar_submit": "Lähetä", "dark": "Tumma", @@ -49,5 +48,6 @@ "reply_score_singular": "1 piste", "reply_score_plural": "{{count}} pistettä", "removed": "Poistettu", - "one_comment": "1 kommentti" + "one_comment": "1 kommentti", + "account_bar_settings": "asetukset" } \ No newline at end of file diff --git a/public/translations/fil/default.json b/public/translations/fil/default.json index 5d182701..a0d03b7d 100644 --- a/public/translations/fil/default.json +++ b/public/translations/fil/default.json @@ -6,7 +6,6 @@ "header_top": "Pinakamataas", "header_about": "Tungkol sa", "header_comments": "mga komento", - "account_bar_preferences": "Mga Kagustuhan", "account_bar_language": "Ingles", "account_bar_submit": "Ipadala", "dark": "Madilim", @@ -49,5 +48,6 @@ "reply_score_singular": "1 punto", "reply_score_plural": "{{count}} punto", "removed": "Tinanggal", - "one_comment": "1 komento" + "one_comment": "1 komento", + "account_bar_settings": "mga setting" } \ No newline at end of file diff --git a/public/translations/fr/default.json b/public/translations/fr/default.json index b8256913..2f3b3642 100644 --- a/public/translations/fr/default.json +++ b/public/translations/fr/default.json @@ -6,7 +6,6 @@ "header_top": "au top", "header_about": "à propos", "header_comments": "commentaires", - "account_bar_preferences": "préférences", "account_bar_language": "Français", "account_bar_submit": "soumettre", "dark": "sombre", @@ -49,5 +48,6 @@ "reply_score_singular": "1 point", "reply_score_plural": "{{count}} points", "removed": "Supprimé", - "one_comment": "1 commentaire" + "one_comment": "1 commentaire", + "account_bar_settings": "paramètres" } \ No newline at end of file diff --git a/public/translations/he/default.json b/public/translations/he/default.json index 86904a66..3d05cc59 100644 --- a/public/translations/he/default.json +++ b/public/translations/he/default.json @@ -6,7 +6,6 @@ "header_top": "הכי מדורג", "header_about": "אודות", "header_comments": "תגובות", - "account_bar_preferences": "העדפות", "account_bar_language": "אנגלית", "account_bar_submit": "שלח", "dark": "כהה", @@ -49,5 +48,6 @@ "reply_score_singular": "1 נקודה", "reply_score_plural": "{{count}} נקודות", "removed": "הוסר", - "one_comment": "1 הערה" + "one_comment": "1 הערה", + "account_bar_settings": "הגדרות" } \ No newline at end of file diff --git a/public/translations/hi/default.json b/public/translations/hi/default.json index a91d5843..9327dc5b 100644 --- a/public/translations/hi/default.json +++ b/public/translations/hi/default.json @@ -6,7 +6,6 @@ "header_top": "सर्वाधिक मत", "header_about": "के बारे में", "header_comments": "टिप्पणियां", - "account_bar_preferences": "प्राथमिकताएँ", "account_bar_language": "हिंदी", "account_bar_submit": "भेजें", "dark": "अंधेरा", @@ -49,5 +48,6 @@ "reply_score_singular": "1 अंक", "reply_score_plural": "{{count}} अंक", "removed": "हटा दिया गया", - "one_comment": "1 टिप्पणी" + "one_comment": "1 टिप्पणी", + "account_bar_settings": "सेटिंग्स" } \ No newline at end of file diff --git a/public/translations/hu/default.json b/public/translations/hu/default.json index c7afd3a2..03b47786 100644 --- a/public/translations/hu/default.json +++ b/public/translations/hu/default.json @@ -6,7 +6,6 @@ "header_top": "Legjobbak", "header_about": "Ról", "header_comments": "hozzászólások", - "account_bar_preferences": "Beállítások", "account_bar_language": "Angol", "account_bar_submit": "Küldés", "dark": "Sötét", @@ -49,5 +48,6 @@ "reply_score_singular": "1 pont", "reply_score_plural": "{{count}} pont", "removed": "Eltávolítva", - "one_comment": "1 megjegyzés" + "one_comment": "1 megjegyzés", + "account_bar_settings": "beállítások" } \ No newline at end of file diff --git a/public/translations/id/default.json b/public/translations/id/default.json index f178717f..809cb166 100644 --- a/public/translations/id/default.json +++ b/public/translations/id/default.json @@ -6,7 +6,6 @@ "header_top": "Teratas", "header_about": "Tentang", "header_comments": "komentar", - "account_bar_preferences": "Preferensi", "account_bar_language": "Inggris", "account_bar_submit": "Kirim", "dark": "Gelap", @@ -49,5 +48,6 @@ "reply_score_singular": "1 poin", "reply_score_plural": "{{count}} poin", "removed": "Dihapus", - "one_comment": "1 komentar" + "one_comment": "1 komentar", + "account_bar_settings": "pengaturan" } \ No newline at end of file diff --git a/public/translations/it/default.json b/public/translations/it/default.json index f919406a..098be1fb 100644 --- a/public/translations/it/default.json +++ b/public/translations/it/default.json @@ -6,7 +6,6 @@ "header_top": "più votati", "header_about": "info", "header_comments": "commenti", - "account_bar_preferences": "preferenze", "account_bar_language": "Italiano", "account_bar_submit": "invia", "dark": "scuro", @@ -49,5 +48,6 @@ "reply_score_singular": "1 punto", "reply_score_plural": "{{count}} punti", "removed": "Rimosso", - "one_comment": "1 commento" + "one_comment": "1 commento", + "account_bar_settings": "impostazioni" } \ No newline at end of file diff --git a/public/translations/ja/default.json b/public/translations/ja/default.json index 090d6952..b5b10f4a 100644 --- a/public/translations/ja/default.json +++ b/public/translations/ja/default.json @@ -6,7 +6,6 @@ "header_top": "トップ評価", "header_about": "について", "header_comments": "コメント", - "account_bar_preferences": "設定", "account_bar_language": "日本語", "account_bar_submit": "送信", "dark": "暗い", @@ -49,5 +48,6 @@ "reply_score_singular": "1 ポイント", "reply_score_plural": "{{count}} ポイント", "removed": "削除されました", - "one_comment": "1つのコメント" + "one_comment": "1つのコメント", + "account_bar_settings": "設定" } \ No newline at end of file diff --git a/public/translations/ko/default.json b/public/translations/ko/default.json index a463280a..4e569be4 100644 --- a/public/translations/ko/default.json +++ b/public/translations/ko/default.json @@ -6,7 +6,6 @@ "header_top": "최고", "header_about": "대하여", "header_comments": "댓글", - "account_bar_preferences": "설정", "account_bar_language": "영어", "account_bar_submit": "제출", "dark": "어두운", @@ -49,5 +48,6 @@ "reply_score_singular": "1 점", "reply_score_plural": "{{count}} 점", "removed": "제거됨", - "one_comment": "1 댓글" + "one_comment": "1 댓글", + "account_bar_settings": "설정" } \ No newline at end of file diff --git a/public/translations/mr/default.json b/public/translations/mr/default.json index 3b1d860b..81f7addd 100644 --- a/public/translations/mr/default.json +++ b/public/translations/mr/default.json @@ -6,7 +6,6 @@ "header_top": "शीर्ष", "header_about": "बद्दल", "header_comments": "टिप्पण्या", - "account_bar_preferences": "प्राथमिकता", "account_bar_language": "इंग्रजी", "account_bar_submit": "सबमिट करा", "dark": "गडद", @@ -49,5 +48,6 @@ "reply_score_singular": "1 गुण", "reply_score_plural": "{{count}} गुण", "removed": "काढून टाकला", - "one_comment": "1 टिप्पणी" + "one_comment": "1 टिप्पणी", + "account_bar_settings": "सेटिंग्ज" } \ No newline at end of file diff --git a/public/translations/nl/default.json b/public/translations/nl/default.json index 7d9659ac..e11c1f66 100644 --- a/public/translations/nl/default.json +++ b/public/translations/nl/default.json @@ -6,7 +6,6 @@ "header_top": "Top", "header_about": "Over", "header_comments": "reacties", - "account_bar_preferences": "Voorkeuren", "account_bar_language": "Engels", "account_bar_submit": "Indienen", "dark": "Donker", @@ -49,5 +48,6 @@ "reply_score_singular": "1 punt", "reply_score_plural": "{{count}} punten", "removed": "Verwijderd", - "one_comment": "1 opmerking" + "one_comment": "1 opmerking", + "account_bar_settings": "instellingen" } \ No newline at end of file diff --git a/public/translations/no/default.json b/public/translations/no/default.json index 60d0bf7a..f91826d5 100644 --- a/public/translations/no/default.json +++ b/public/translations/no/default.json @@ -6,7 +6,6 @@ "header_top": "Topp", "header_about": "Om", "header_comments": "kommentarer", - "account_bar_preferences": "Innstillinger", "account_bar_language": "Engelsk", "account_bar_submit": "Send inn", "dark": "Mørk", @@ -49,5 +48,6 @@ "reply_score_singular": "1 poeng", "reply_score_plural": "{{count}} poeng", "removed": "Fjernet", - "one_comment": "1 kommentar" + "one_comment": "1 kommentar", + "account_bar_settings": "innstillinger" } \ No newline at end of file diff --git a/public/translations/pl/default.json b/public/translations/pl/default.json index c5f4daef..a0d36899 100644 --- a/public/translations/pl/default.json +++ b/public/translations/pl/default.json @@ -6,7 +6,6 @@ "header_top": "Najlepsze", "header_about": "O", "header_comments": "komentarze", - "account_bar_preferences": "Preferencje", "account_bar_language": "Angielski", "account_bar_submit": "Zatwierdź", "dark": "Ciemny", @@ -49,5 +48,6 @@ "reply_score_singular": "1 punkt", "reply_score_plural": "{{count}} punkty", "removed": "Usunięto", - "one_comment": "1 komentarz" + "one_comment": "1 komentarz", + "account_bar_settings": "ustawienia" } \ No newline at end of file diff --git a/public/translations/pt/default.json b/public/translations/pt/default.json index 9272bb29..35ce5bab 100644 --- a/public/translations/pt/default.json +++ b/public/translations/pt/default.json @@ -6,7 +6,6 @@ "header_top": "mais votado", "header_about": "sobre", "header_comments": "comentários", - "account_bar_preferences": "preferências", "account_bar_language": "Português", "account_bar_submit": "enviar", "dark": "escuro", @@ -49,5 +48,6 @@ "reply_score_singular": "1 ponto", "reply_score_plural": "{{count}} pontos", "removed": "Removido", - "one_comment": "1 comentário" + "one_comment": "1 comentário", + "account_bar_settings": "configurações" } \ No newline at end of file diff --git a/public/translations/ro/default.json b/public/translations/ro/default.json index 7739bb0a..803088ad 100644 --- a/public/translations/ro/default.json +++ b/public/translations/ro/default.json @@ -6,7 +6,6 @@ "header_top": "Top", "header_about": "Despre", "header_comments": "comentarii", - "account_bar_preferences": "Preferințe", "account_bar_language": "Engleză", "account_bar_submit": "Trimite", "dark": "Întunecat", @@ -49,5 +48,6 @@ "reply_score_singular": "1 punct", "reply_score_plural": "{{count}} puncte", "removed": "Eliminat", - "one_comment": "1 comentariu" + "one_comment": "1 comentariu", + "account_bar_settings": "setări" } \ No newline at end of file diff --git a/public/translations/ru/default.json b/public/translations/ru/default.json index 9f6430c0..e88d6155 100644 --- a/public/translations/ru/default.json +++ b/public/translations/ru/default.json @@ -6,7 +6,6 @@ "header_top": "Лучшее", "header_about": "О", "header_comments": "комментарии", - "account_bar_preferences": "Настройки", "account_bar_language": "Английский", "account_bar_submit": "Отправить", "dark": "Темный", @@ -49,5 +48,6 @@ "reply_score_singular": "1 очко", "reply_score_plural": "{{count}} очков", "removed": "Удалено", - "one_comment": "1 комментарий" + "one_comment": "1 комментарий", + "account_bar_settings": "настройки" } \ No newline at end of file diff --git a/public/translations/sq/default.json b/public/translations/sq/default.json index 52a1f437..d5a48f5c 100644 --- a/public/translations/sq/default.json +++ b/public/translations/sq/default.json @@ -6,7 +6,6 @@ "header_top": "Më të votuarit", "header_about": "Rreth", "header_comments": "komentarë", - "account_bar_preferences": "Preferencat", "account_bar_language": "Anglisht", "account_bar_submit": "Dërgo", "dark": "Errët", @@ -49,5 +48,6 @@ "reply_score_singular": "1 pikë", "reply_score_plural": "{{count}} pikë", "removed": "U hoq", - "one_comment": "1 koment" + "one_comment": "1 koment", + "account_bar_settings": "cilësimet" } \ No newline at end of file diff --git a/public/translations/sv/default.json b/public/translations/sv/default.json index e4dd6f00..47d8c4b2 100644 --- a/public/translations/sv/default.json +++ b/public/translations/sv/default.json @@ -6,7 +6,6 @@ "header_top": "Topp", "header_about": "Om", "header_comments": "kommentarer", - "account_bar_preferences": "Inställningar", "account_bar_language": "Engelska", "account_bar_submit": "Skicka", "dark": "Mörk", @@ -49,5 +48,6 @@ "reply_score_singular": "1 poäng", "reply_score_plural": "{{count}} poäng", "removed": "Borttagen", - "one_comment": "1 kommentar" + "one_comment": "1 kommentar", + "account_bar_settings": "inställningar" } \ No newline at end of file diff --git a/public/translations/te/default.json b/public/translations/te/default.json index 4e652388..323cf47f 100644 --- a/public/translations/te/default.json +++ b/public/translations/te/default.json @@ -6,7 +6,6 @@ "header_top": "ఉత్తమ", "header_about": "గురించి", "header_comments": "వ్యాఖ్యలు", - "account_bar_preferences": "ప్రాధాన్యతలు", "account_bar_language": "ఇంగ్లీష్", "account_bar_submit": "సబ్మిట్", "dark": "ముదురు", @@ -49,5 +48,6 @@ "reply_score_singular": "1 పాయింట్", "reply_score_plural": "{{count}} పాయింట్లు", "removed": "తొలగించబడింది", - "one_comment": "1 వ్యాఖ్య" + "one_comment": "1 వ్యాఖ్య", + "account_bar_settings": "సెట్టింగులు" } \ No newline at end of file diff --git a/public/translations/th/default.json b/public/translations/th/default.json index eea48d2f..2de22828 100644 --- a/public/translations/th/default.json +++ b/public/translations/th/default.json @@ -6,7 +6,6 @@ "header_top": "ยอดนิยมที่สุด", "header_about": "เกี่ยวกับ", "header_comments": "ความคิดเห็น", - "account_bar_preferences": "การตั้งค่า", "account_bar_language": "อังกฤษ", "account_bar_submit": "ส่ง", "dark": "มืด", @@ -49,5 +48,6 @@ "reply_score_singular": "1 แต้ม", "reply_score_plural": "{{count}} แต้ม", "removed": "ถูกนำออก", - "one_comment": "1 ความคิดเห็น" + "one_comment": "1 ความคิดเห็น", + "account_bar_settings": "การตั้งค่า" } \ No newline at end of file diff --git a/public/translations/tr/default.json b/public/translations/tr/default.json index e3a98ff6..f594c1ec 100644 --- a/public/translations/tr/default.json +++ b/public/translations/tr/default.json @@ -6,7 +6,6 @@ "header_top": "En İyi", "header_about": "Hakkında", "header_comments": "yorumlar", - "account_bar_preferences": "Tercihler", "account_bar_language": "İngilizce", "account_bar_submit": "Gönder", "dark": "Karanlık", @@ -49,5 +48,6 @@ "reply_score_singular": "1 puan", "reply_score_plural": "{{count}} puan", "removed": "Kaldırıldı", - "one_comment": "1 yorum" + "one_comment": "1 yorum", + "account_bar_settings": "ayarlar" } \ No newline at end of file diff --git a/public/translations/uk/default.json b/public/translations/uk/default.json index 9d27d360..ff663e26 100644 --- a/public/translations/uk/default.json +++ b/public/translations/uk/default.json @@ -6,7 +6,6 @@ "header_top": "Топ", "header_about": "Про", "header_comments": "коментарі", - "account_bar_preferences": "Налаштування", "account_bar_language": "Англійська", "account_bar_submit": "Надіслати", "dark": "Темний", @@ -49,5 +48,6 @@ "reply_score_singular": "1 бал", "reply_score_plural": "{{count}} бали", "removed": "Видалено", - "one_comment": "1 коментар" + "one_comment": "1 коментар", + "account_bar_settings": "налаштування" } \ No newline at end of file diff --git a/public/translations/ur/default.json b/public/translations/ur/default.json index 77876d2a..5a5a8dc3 100644 --- a/public/translations/ur/default.json +++ b/public/translations/ur/default.json @@ -6,7 +6,6 @@ "header_top": "سب سے اوپر", "header_about": "کے بارے میں", "header_comments": "تبصرے", - "account_bar_preferences": "ترجیحات", "account_bar_language": "انگلش", "account_bar_submit": "جمع کرائیں", "dark": "تاریک", @@ -49,5 +48,6 @@ "reply_score_singular": "1 پوائنٹ", "reply_score_plural": "{{count}} پوائنٹس", "removed": "ہٹا دیا گیا", - "one_comment": "1 تبصرہ" + "one_comment": "1 تبصرہ", + "account_bar_settings": "ترتیبات" } \ No newline at end of file diff --git a/public/translations/vi/default.json b/public/translations/vi/default.json index 51c11b72..d459f810 100644 --- a/public/translations/vi/default.json +++ b/public/translations/vi/default.json @@ -6,7 +6,6 @@ "header_top": "Hàng đầu", "header_about": "Về", "header_comments": "bình luận", - "account_bar_preferences": "Tùy chỉnh", "account_bar_language": "Tiếng Anh", "account_bar_submit": "Gửi", "dark": "Tối", @@ -49,5 +48,6 @@ "reply_score_singular": "1 điểm", "reply_score_plural": "{{count}} điểm", "removed": "Đã xóa", - "one_comment": "1 bình luận" + "one_comment": "1 bình luận", + "account_bar_settings": "cài đặt" } \ No newline at end of file diff --git a/public/translations/zh/default.json b/public/translations/zh/default.json index d0bb5f32..1817ada5 100644 --- a/public/translations/zh/default.json +++ b/public/translations/zh/default.json @@ -6,7 +6,6 @@ "header_top": "最高票", "header_about": "关于", "header_comments": "评论", - "account_bar_preferences": "偏好设置", "account_bar_language": "简体中文", "account_bar_submit": "提交", "dark": "暗", @@ -49,5 +48,6 @@ "reply_score_singular": "1 分", "reply_score_plural": "{{count}} 分", "removed": "已删除", - "one_comment": "1 条评论" + "one_comment": "1 条评论", + "account_bar_settings": "设置" } \ No newline at end of file diff --git a/src/components/header/account-bar/account-bar.tsx b/src/components/header/account-bar/account-bar.tsx index fc08b36b..b179b212 100644 --- a/src/components/header/account-bar/account-bar.tsx +++ b/src/components/header/account-bar/account-bar.tsx @@ -37,7 +37,7 @@ const AccountBar = () => { | - {t('account_bar_preferences')} + {t('account_bar_settings')} );