pref(session): 优化会话列表字段翻译

This commit is contained in:
jym503558564
2020-08-31 11:11:05 +08:00
committed by 老广
parent 2fc8cea9ef
commit 596a26bfb6
3 changed files with 3 additions and 0 deletions

View File

@@ -537,6 +537,7 @@
"active": "激活中", "active": "激活中",
"alive": "在线", "alive": "在线",
"asset": "资产", "asset": "资产",
"target": "目标",
"bucket": "桶名称", "bucket": "桶名称",
"command": "命令", "command": "命令",
"commandStorage": "命令存储", "commandStorage": "命令存储",

View File

@@ -535,6 +535,7 @@
"active": "active", "active": "active",
"alive": "alive", "alive": "alive",
"asset": "Asset", "asset": "Asset",
"target": "Target",
"bucket": "Bucket", "bucket": "Bucket",
"command": "Command", "command": "Command",
"commandStorage": "Command storage", "commandStorage": "Command storage",

View File

@@ -47,6 +47,7 @@ export default {
showOverflowTooltip: true showOverflowTooltip: true
}, },
asset: { asset: {
label: this.$t('sessions.target'),
showOverflowTooltip: true showOverflowTooltip: true
}, },
command_amount: { command_amount: {