diff --git a/src/config/locales/de/translation.json b/src/config/locales/de/translation.json index c9ff8ed6..08283b40 100644 --- a/src/config/locales/de/translation.json +++ b/src/config/locales/de/translation.json @@ -116,6 +116,7 @@ "wrapper_mask_color": "Modal wrapper" }, "font_size": "Schriftgröße", + "font_family": "Font family", "display_style": { "title": "Anzeigestil", "display_name_and_username": "Anzeige- und Benutzername", diff --git a/src/config/locales/fr/translation.json b/src/config/locales/fr/translation.json index f88a48a2..372b2050 100644 --- a/src/config/locales/fr/translation.json +++ b/src/config/locales/fr/translation.json @@ -116,6 +116,7 @@ "wrapper_mask_color": "Modal wrapper" }, "font_size": "Taille des caractères", + "font_family": "Font family", "display_style": { "title": "Format d'affichage", "display_name_and_username": "Nom et utilisateur⋅trice", diff --git a/src/config/locales/ja/translation.json b/src/config/locales/ja/translation.json index 63af2e66..8dcfc7a7 100644 --- a/src/config/locales/ja/translation.json +++ b/src/config/locales/ja/translation.json @@ -116,6 +116,7 @@ "wrapper_mask_color": "モーダル背景" }, "font_size": "フォントサイズ", + "font_family": "フォント", "display_style": { "title": "ユーザ名の表示形式", "display_name_and_username": "表示名+ユーザー名", diff --git a/src/config/locales/ko/translation.json b/src/config/locales/ko/translation.json index d6b75cb4..8b6eb775 100644 --- a/src/config/locales/ko/translation.json +++ b/src/config/locales/ko/translation.json @@ -116,6 +116,7 @@ "wrapper_mask_color": "Modal wrapper" }, "font_size": "폰트 크기", + "font_family": "Font family", "display_style": { "title": "사용자 표시 형식", "display_name_and_username": "닉네임과 아이디 모두 보이기", diff --git a/src/config/locales/pl/translation.json b/src/config/locales/pl/translation.json index 4130851c..bfe143e6 100644 --- a/src/config/locales/pl/translation.json +++ b/src/config/locales/pl/translation.json @@ -116,6 +116,7 @@ "wrapper_mask_color": "Modal wrapper" }, "font_size": "Rozmiar czcionki", + "font_family": "Font family", "display_style": { "title": "Styl wyświetlania", "display_name_and_username": "Nazwa wyświetlana i nazwa użytkownika",