From 3b4201d2bfc576a060920c0df3bc952ef940f515 Mon Sep 17 00:00:00 2001 From: wangruidong <940853815@qq.com> Date: Mon, 5 Feb 2024 15:49:22 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BF=AE=E6=94=B9=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/langs/en.json | 3 ++- src/i18n/langs/ja.json | 3 ++- src/i18n/langs/zh.json | 3 ++- src/views/settings/Storage/index.vue | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/src/i18n/langs/en.json b/src/i18n/langs/en.json index 8f2eaddae..38b946a79 100644 --- a/src/i18n/langs/en.json +++ b/src/i18n/langs/en.json @@ -1603,7 +1603,8 @@ "remoteAddr": "Remote addr", "replay": "replay", "replaySession": "Replay session", - "replayStorage": "Object storage", + "replayStorage": "Replay storage", + "objectStorage": "Object storage", "riskLevel": "Risk level", "session": "Session", "sshPort": "SSH port", diff --git a/src/i18n/langs/ja.json b/src/i18n/langs/ja.json index bfe341f78..003cfc63a 100644 --- a/src/i18n/langs/ja.json +++ b/src/i18n/langs/ja.json @@ -1597,7 +1597,8 @@ "remoteAddr": "リモートアドレス", "replay": "リプレイ", "replaySession": "再生セッション", - "replayStorage": "オブジェクトストレージ", + "replayStorage": "ビデオ保存", + "objectStorage": "オブジェクトストレージ", "riskLevel": "リスクレベル", "session": "会話", "sshPort": "SSHポート", diff --git a/src/i18n/langs/zh.json b/src/i18n/langs/zh.json index a16afb5d0..614b99b22 100644 --- a/src/i18n/langs/zh.json +++ b/src/i18n/langs/zh.json @@ -1582,7 +1582,8 @@ "remoteAddr": "远端地址", "replay": "回放", "replaySession": "回放会话", - "replayStorage": "对象存储", + "replayStorage": "录像存储", + "objectStorage": "对象存储", "riskLevel": "风险等级", "session": "会话", "sshPort": "SSH端口", diff --git a/src/views/settings/Storage/index.vue b/src/views/settings/Storage/index.vue index 28c44f260..d9692a366 100644 --- a/src/views/settings/Storage/index.vue +++ b/src/views/settings/Storage/index.vue @@ -23,7 +23,7 @@ export default { activeMenu: 'ReplayStorage', submenu: [ { - title: this.$t('sessions.replayStorage'), + title: this.$t('sessions.objectStorage'), name: 'ReplayStorage', hidden: () => !this.$hasPerm('terminal.view_replaystorage') },