fix: 修复字段翻译问题

This commit is contained in:
halo
2023-12-06 21:33:46 +08:00
committed by 老广
parent 351e250688
commit 96e23ddb52
4 changed files with 6 additions and 0 deletions

View File

@@ -1578,6 +1578,7 @@
"test": "Test", "test": "Test",
"type": "Type", "type": "Type",
"user": "Use", "user": "Use",
"is_locked": "Is Locked",
"riskLevels": { "riskLevels": {
"common": "common" "common": "common"
}, },

View File

@@ -1566,6 +1566,7 @@
"test": "テスト", "test": "テスト",
"type": "タイプ", "type": "タイプ",
"user": "ユーザー", "user": "ユーザー",
"is_locked": "一時停止するかどうか",
"riskLevels": { "riskLevels": {
"common": "普通" "common": "普通"
}, },

View File

@@ -1555,6 +1555,7 @@
"test": "测试", "test": "测试",
"type": "类型", "type": "类型",
"user": "用户", "user": "用户",
"is_locked": "是否暂停",
"riskLevels": { "riskLevels": {
"common": "普通" "common": "普通"
}, },

View File

@@ -139,6 +139,9 @@ export default {
}, },
width: '80px' width: '80px'
}, },
is_locked: {
label: this.$t('sessions.is_locked')
},
actions: { actions: {
prop: 'actions', prop: 'actions',
label: this.$t('common.Actions'), label: this.$t('common.Actions'),