From c34f302b1c91bd3b091cd03fa60fae86b385f902 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 19 Aug 2020 21:47:18 +0900 Subject: [PATCH] =?UTF-8?q?enhance(client):=20=E3=82=B5=E3=83=BC=E3=83=90?= =?UTF-8?q?=E3=83=BC=E3=81=8B=E3=82=89=E5=88=87=E6=96=AD=E3=81=95=E3=82=8C?= =?UTF-8?q?=E3=81=9F=E3=81=A8=E3=81=8D=E3=81=AB=E3=83=80=E3=82=A4=E3=82=A2?= =?UTF-8?q?=E3=83=AD=E3=82=B0=E3=81=A7=E8=AD=A6=E5=91=8A=E3=82=92=E8=A1=A8?= =?UTF-8?q?=E7=A4=BA=E3=81=A7=E3=81=8D=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locales/ja-JP.yml | 7 ++++++- src/client/components/stream-indicator.vue | 11 +---------- src/client/init.ts | 20 ++++++++++++++++++++ src/client/pages/preferences/index.vue | 13 +++++++------ src/client/store.ts | 2 +- 5 files changed, 35 insertions(+), 18 deletions(-) diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 678f20e8c..870041d67 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -264,6 +264,7 @@ rename: "名前を変更" avatar: "アイコン" banner: "バナー" nsfw: "閲覧注意" +whenServerDisconnected: "サーバーとの接続が失われたとき" disconnectedFromServer: "サーバーから切断されました" reload: "リロード" doNothing: "なにもしない" @@ -364,7 +365,6 @@ unregister: "登録を解除" passwordLessLogin: "パスワード無しログイン" resetPassword: "パスワードをリセット" newPasswordIs: "新しいパスワードは「{password}」です" -autoReloadWhenDisconnected: "サーバー切断時に自動リロード" autoNoteWatch: "ノートの自動ウォッチ" autoNoteWatchDescription: "あなたがリアクションしたり返信したりした他のユーザーのノートに関する通知を受け取るようにします。" reduceUiAnimation: "UIのアニメーションを減らす" @@ -567,6 +567,11 @@ database: "データベース" channel: "チャンネル" create: "作成" +_serverDisconnectedBehavior: + reload: "自動でリロード" + dialog: "ダイアログで警告" + quiet: "控えめに警告" + _channel: create: "チャンネルを作成" edit: "チャンネルを編集" diff --git a/src/client/components/stream-indicator.vue b/src/client/components/stream-indicator.vue index ec00f4cbf..9005cb9a8 100644 --- a/src/client/components/stream-indicator.vue +++ b/src/client/components/stream-indicator.vue @@ -1,5 +1,5 @@