diff --git a/src/frontend/langs/ja-JP.json b/src/frontend/langs/ja-JP.json index 4abb2eb..cadbeb4 100644 --- a/src/frontend/langs/ja-JP.json +++ b/src/frontend/langs/ja-JP.json @@ -53,6 +53,7 @@ "settings": "設定", "accentColor": "アクセントカラー", "changelog": "更新履歴", + "otherSettings": "その他の設定", "_sidebar": { "dashboard": "ダッシュボード", "tools": "ツール", diff --git a/src/frontend/pages/settings.tsx b/src/frontend/pages/settings.tsx index 0539aee..f8fa55d 100644 --- a/src/frontend/pages/settings.tsx +++ b/src/frontend/pages/settings.tsx @@ -110,53 +110,54 @@ export const SettingPage: React.VFC = () => { })); }, [dispatch, t]); - return session.isLoading || !data ? (
) : (

{t('appearance')}

-
-

{t('theme')}

-
- { - themes.map(theme => ( - - )) - } -
-
-
-

{t('accentColor')}

-
- {designSystemColors.map(c => ( - dispatch(changeAccentColor(e.target.value))} /> - ))} -
- -
-
-

{t('language')}

- -
- -
- {t('translatedByTheCommunity')}  - {t('helpTranslation')} +
+
+

{t('theme')}

+
+ { + themes.map(theme => ( + + )) + }
-
+
+

{t('accentColor')}

+
+ {designSystemColors.map(c => ( + dispatch(changeAccentColor(e.target.value))} /> + ))} +
+ +
+
+

{t('language')}

+ +
+ +
+ {t('translatedByTheCommunity')}  + {t('helpTranslation')} +
+
+
+
-

その他の設定

+

{t('otherSettings')}