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": "访问控制", "Acl": "访问控制",
"UserAclList": "用户登录", "UserAclList": "用户登录",
"UserAclCreate": "创建用户登录规则", "UserAclCreate": "创建用户登录规则",
"UserAclLists": "用户登录规则",
"UserAclUpdate": "更新用户登录规则", "UserAclUpdate": "更新用户登录规则",
"UserAclDetail": "用户登录规则详情", "UserAclDetail": "用户登录规则详情",
"AssetAclList": "登录资产", "AssetAclList": "登录资产",

View File

@ -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",

View File

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