[update]系统管理-双语处理;角色授权树形结构增加英文字段
This commit is contained in:
@@ -20,7 +20,7 @@ module.exports = {
|
||||
delete: 'Delete',
|
||||
more: 'More',
|
||||
areYouSure: 'Confirm to delete?',
|
||||
details: 'Details',
|
||||
details: 'View',
|
||||
serialNumber: 'No.',
|
||||
operation: 'Operation',
|
||||
confirm: 'Confirm',
|
||||
@@ -33,12 +33,12 @@ module.exports = {
|
||||
batchDelete: 'Delete in Batch',
|
||||
total: 'Total',
|
||||
strip: 'Items',
|
||||
createTime: 'Time of Creation',
|
||||
createTime: 'Creation Time',
|
||||
selectARecord: 'Please select a record!',
|
||||
confirmDeletion: 'Confirm Deletion',
|
||||
deleteAData: 'Delete Selected Data?',
|
||||
description: 'Description',
|
||||
enable: 'Enable',
|
||||
enable: ' Enable',
|
||||
disable: 'Disabled',
|
||||
normal: 'Normal',
|
||||
startTime: 'Start Time',
|
||||
@@ -286,7 +286,7 @@ module.exports = {
|
||||
confirmPassword: 'Confirm Password',
|
||||
reenterLoginPassword: 'Please re-enter your login password',
|
||||
roleAssignment: 'Role Assignment',
|
||||
departmentAllocation: 'Department Allocation',
|
||||
departmentAllocation: 'Department',
|
||||
identity: 'Identity',
|
||||
ordinaryUsers: 'Ordinary Users',
|
||||
superior: 'Superior',
|
||||
@@ -364,8 +364,8 @@ module.exports = {
|
||||
roleManage: {
|
||||
roleName: 'Role Name',
|
||||
newRole: 'Create New Role',
|
||||
userBtn: 'Users',
|
||||
toGrantAuthorization: 'Authorized',
|
||||
userBtn: 'User(s)',
|
||||
toGrantAuthorization: 'Authorization',
|
||||
newUser: 'New User',
|
||||
existingUsers: 'Existing Users',
|
||||
roleCode: 'Role Code',
|
||||
@@ -380,7 +380,8 @@ module.exports = {
|
||||
youHavePermissions: 'The permissions you have',
|
||||
saveOnly: 'Save Only',
|
||||
saveAndClose: 'Save And Close',
|
||||
rolePermissionConfig: 'Role Permission Configuration'
|
||||
rolePermissionConfig: 'Role Permission Configuration',
|
||||
addUser: 'Add User(s)'
|
||||
},
|
||||
// 数据字典列表、新增编辑
|
||||
dict: {
|
||||
|
||||
Reference in New Issue
Block a user