diff --git a/front/src/locales/ja_JP.json b/front/src/locales/ja_JP.json index 8646c2ce3..74c044a56 100644 --- a/front/src/locales/ja_JP.json +++ b/front/src/locales/ja_JP.json @@ -3056,6 +3056,23 @@ } }, "views": { + "ChooseInstance": { + "header": { + "chooseInstance": "インスタンスを選んでください", + "failure": "入力されたURLにアクセスできません", + "suggestions": "おすすめのポッド" + }, + "help": { + "notFunkwhaleServer": "入力されたURL先はFunkwhaleのサーバーではありません", + "serverDown": "サーバーがダウンしてるかもしれません" + }, + "label": { + "url": "FunkwhaleインスタンスのURL" + }, + "message": { + "newUrl": "現在{url}のFunkwhaleインスタンスを利用しています" + } + }, "Notifications": { "button": { "read": "全てを既読にする", @@ -4332,24 +4349,6 @@ }, "title": "ラジオ" } - }, - "ChooseInstance": { - "button": {}, - "header": { - "chooseInstance": "インスタンスを選んでください", - "failure": "入力されたURLにアクセスできません", - "suggestions": "おすすめのポッド" - }, - "help": { - "notFunkwhaleServer": "入力されたURL先はFunkwhaleのサーバーではありません", - "serverDown": "サーバーがダウンしてるかもしれません" - }, - "label": { - "url": "FunkwhaleインスタンスのURL" - }, - "message": { - "newUrl": "現在{url}のFunkwhaleインスタンスを利用しています" - } } } }