mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-18 23:07:41 +00:00
fix: 修改翻译
This commit is contained in:
parent
834033f2fd
commit
57bafc01e3
@ -567,6 +567,7 @@
|
|||||||
"Acl": "访问控制",
|
"Acl": "访问控制",
|
||||||
"UserAclList": "用户登录",
|
"UserAclList": "用户登录",
|
||||||
"UserAclCreate": "创建用户登录规则",
|
"UserAclCreate": "创建用户登录规则",
|
||||||
|
"UserAclLists": "用户登录规则",
|
||||||
"UserAclUpdate": "更新用户登录规则",
|
"UserAclUpdate": "更新用户登录规则",
|
||||||
"UserAclDetail": "用户登录规则详情",
|
"UserAclDetail": "用户登录规则详情",
|
||||||
"AssetAclList": "登录资产",
|
"AssetAclList": "登录资产",
|
||||||
|
@ -287,6 +287,7 @@
|
|||||||
"Show": "Show",
|
"Show": "Show",
|
||||||
"Submit": "Submit",
|
"Submit": "Submit",
|
||||||
"Test": "Test",
|
"Test": "Test",
|
||||||
|
"SaveAndAddAnother":"Save and add another",
|
||||||
"TestSuccessMsg": "Test Success",
|
"TestSuccessMsg": "Test Success",
|
||||||
"To": "To",
|
"To": "To",
|
||||||
"Update": "Update",
|
"Update": "Update",
|
||||||
@ -565,6 +566,7 @@
|
|||||||
"UserAclList": "User acl list",
|
"UserAclList": "User acl list",
|
||||||
"UserAclCreate": "User acl create",
|
"UserAclCreate": "User acl create",
|
||||||
"UserAclUpdate": "User acl update",
|
"UserAclUpdate": "User acl update",
|
||||||
|
"UserAclLists": "User acl lists",
|
||||||
"UserAclDetail": "User acl detail",
|
"UserAclDetail": "User acl detail",
|
||||||
"AssetAclList": "Asset acl list",
|
"AssetAclList": "Asset acl list",
|
||||||
"AssetAclCreate": "Asset acl create",
|
"AssetAclCreate": "Asset acl create",
|
||||||
|
@ -65,7 +65,7 @@ export default {
|
|||||||
name: 'UserApplicationPermissionRules'
|
name: 'UserApplicationPermissionRules'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '用户登录规则',
|
title: this.$t('route.UserAclLists'),
|
||||||
name: 'UserAclList'
|
name: 'UserAclList'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user