mirror of
https://github.com/jumpserver/lina.git
synced 2025-10-22 16:23:28 +00:00
fix: 修复字段翻译问题
This commit is contained in:
@@ -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"
|
||||||
},
|
},
|
||||||
|
@@ -1566,6 +1566,7 @@
|
|||||||
"test": "テスト",
|
"test": "テスト",
|
||||||
"type": "タイプ",
|
"type": "タイプ",
|
||||||
"user": "ユーザー",
|
"user": "ユーザー",
|
||||||
|
"is_locked": "一時停止するかどうか",
|
||||||
"riskLevels": {
|
"riskLevels": {
|
||||||
"common": "普通"
|
"common": "普通"
|
||||||
},
|
},
|
||||||
|
@@ -1555,6 +1555,7 @@
|
|||||||
"test": "测试",
|
"test": "测试",
|
||||||
"type": "类型",
|
"type": "类型",
|
||||||
"user": "用户",
|
"user": "用户",
|
||||||
|
"is_locked": "是否暂停",
|
||||||
"riskLevels": {
|
"riskLevels": {
|
||||||
"common": "普通"
|
"common": "普通"
|
||||||
},
|
},
|
||||||
|
@@ -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'),
|
||||||
|
Reference in New Issue
Block a user