fix: 修改翻译

This commit is contained in:
Orange 2021-04-14 18:46:19 +08:00 committed by Jiangjie.Bai
parent 834033f2fd
commit 57bafc01e3
3 changed files with 4 additions and 1 deletions

View File

@ -567,6 +567,7 @@
"Acl": "访问控制",
"UserAclList": "用户登录",
"UserAclCreate": "创建用户登录规则",
"UserAclLists": "用户登录规则",
"UserAclUpdate": "更新用户登录规则",
"UserAclDetail": "用户登录规则详情",
"AssetAclList": "登录资产",

View File

@ -287,6 +287,7 @@
"Show": "Show",
"Submit": "Submit",
"Test": "Test",
"SaveAndAddAnother":"Save and add another",
"TestSuccessMsg": "Test Success",
"To": "To",
"Update": "Update",
@ -565,6 +566,7 @@
"UserAclList": "User acl list",
"UserAclCreate": "User acl create",
"UserAclUpdate": "User acl update",
"UserAclLists": "User acl lists",
"UserAclDetail": "User acl detail",
"AssetAclList": "Asset acl list",
"AssetAclCreate": "Asset acl create",

View File

@ -65,7 +65,7 @@ export default {
name: 'UserApplicationPermissionRules'
},
{
title: '用户登录规则',
title: this.$t('route.UserAclLists'),
name: 'UserAclList'
}
]