Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf: 修改翻译 #3726

Merged
merged 1 commit into from
Feb 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/i18n/langs/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 2 additions & 1 deletion src/i18n/langs/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -1597,7 +1597,8 @@
"remoteAddr": "リモートアドレス",
"replay": "リプレイ",
"replaySession": "再生セッション",
"replayStorage": "オブジェクトストレージ",
"replayStorage": "ビデオ保存",
"objectStorage": "オブジェクトストレージ",
"riskLevel": "リスクレベル",
"session": "会話",
"sshPort": "SSHポート",
Expand Down
3 changes: 2 additions & 1 deletion src/i18n/langs/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -1582,7 +1582,8 @@
"remoteAddr": "远端地址",
"replay": "回放",
"replaySession": "回放会话",
"replayStorage": "对象存储",
"replayStorage": "录像存储",
"objectStorage": "对象存储",
"riskLevel": "风险等级",
"session": "会话",
"sshPort": "SSH端口",
Expand Down
2 changes: 1 addition & 1 deletion src/views/settings/Storage/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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')
},
Expand Down
Loading