mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-15 14:24:39 +00:00
perf: 修改翻译
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -1597,7 +1597,8 @@
|
||||
"remoteAddr": "リモートアドレス",
|
||||
"replay": "リプレイ",
|
||||
"replaySession": "再生セッション",
|
||||
"replayStorage": "オブジェクトストレージ",
|
||||
"replayStorage": "ビデオ保存",
|
||||
"objectStorage": "オブジェクトストレージ",
|
||||
"riskLevel": "リスクレベル",
|
||||
"session": "会話",
|
||||
"sshPort": "SSHポート",
|
||||
|
||||
@@ -1582,7 +1582,8 @@
|
||||
"remoteAddr": "远端地址",
|
||||
"replay": "回放",
|
||||
"replaySession": "回放会话",
|
||||
"replayStorage": "对象存储",
|
||||
"replayStorage": "录像存储",
|
||||
"objectStorage": "对象存储",
|
||||
"riskLevel": "风险等级",
|
||||
"session": "会话",
|
||||
"sshPort": "SSH端口",
|
||||
|
||||
@@ -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')
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user