--在线用户,角色管理国际化
This commit is contained in:
@@ -12,6 +12,7 @@ export default {
|
||||
msgSuccess: 'Success {msg}',
|
||||
errorFields: 'Please fill in the required information in {num} correctly!',
|
||||
tablePaginationTotal: 'A total of {total} items',
|
||||
zebra:'Tabular zebra pattern',
|
||||
ok: 'Ok',
|
||||
cancel: 'Cancel',
|
||||
close: 'Close',
|
||||
@@ -538,7 +539,7 @@ export default {
|
||||
delSure:'Confirm deletion of data item with user ID {userId}?',
|
||||
export:'Export',
|
||||
import:'Import',
|
||||
exportSure:'Are you sure to export the xlsx table file based on search criteria??',
|
||||
exportSure:'Are you sure to export the xlsx table file based on search criteria?',
|
||||
phone:'Phone Number',
|
||||
createTime:'Creation time',
|
||||
userTop:'User profile',
|
||||
@@ -550,7 +551,20 @@ export default {
|
||||
loginPwd:'Login password',
|
||||
updateSure:'Do you want to update existing data',
|
||||
downloadObj:'Download Tpl',
|
||||
}
|
||||
},
|
||||
role:{
|
||||
allScopeOptions:'All data permissions',
|
||||
byMyselfScopeOptions:'Custom data permissions',
|
||||
onlyClassScopeOptions:'Data permissions of this department',
|
||||
classAllScopeOptions:'Data permissions for this department and the following',
|
||||
myselfScopeOptions:'Only personal data permissions',
|
||||
roleId:'Role number',
|
||||
roleName:'Role Name',
|
||||
roleKey:'Role key',
|
||||
roleSort:'Role order',
|
||||
roleStatus:'Role status',
|
||||
createTime:'Creation time',
|
||||
}
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user