|
|
@@ -16,7 +16,7 @@ export default {
|
|
|
'pages.data.option.remove.tips': 'Confirm to delete?',
|
|
|
'pages.data.option.disabled': 'Disable',
|
|
|
'pages.data.option.disabled.tips': 'Confirm to disable?',
|
|
|
- 'pages.data.option.enabled': 'enable',
|
|
|
+ 'pages.data.option.enabled': 'Enable',
|
|
|
'pages.data.option.enabled.tips': 'Confirm to enable?',
|
|
|
'pages.data.option.add': 'Add',
|
|
|
'pages.data.option.edit': 'Edit',
|
|
|
@@ -74,7 +74,7 @@ export default {
|
|
|
'pages.system.authorization.screen.default': 'Default',
|
|
|
'pages.system.authorization.screen.system': 'System',
|
|
|
'pages.system.authorization.screen.business': 'Business Functions',
|
|
|
- 'pages.system.authorization.screen.multiTenant': 'Multi Tenant',
|
|
|
+ 'pages.system.authorization.screen.tenant': 'Multi Tenant',
|
|
|
'pages.system.authorization.screen.tip': 'Please enter the permission name',
|
|
|
'pages.system.authorization.actions': 'Permission To Operate',
|
|
|
'pages.system.authorization.selectAll': 'Select All',
|
|
|
@@ -86,6 +86,18 @@ export default {
|
|
|
'pages.system.role.option.bindUser': 'Bind User',
|
|
|
// 系统设置-角色管理-绑定用户
|
|
|
'pages.bindUser.theBoundUser': 'The Bound User',
|
|
|
+ 'pages.bindUser.theBoundUser.success': 'Unbundling success',
|
|
|
+ 'pages.bindUser.theBoundUser.fail': 'Operation failure',
|
|
|
+ 'pages.bindUser.theBoundUser.typeError': 'Unbind type data error',
|
|
|
+ 'pages.bindUser.bindTheNewUser': 'Bind The New User',
|
|
|
+ 'pages.bindUser.bindTheNewUser.selected': 'Selected',
|
|
|
+ 'pages.bindUser.bindTheNewUser.item': 'item',
|
|
|
+ 'pages.bindUser.bindTheNewUser.deselect': 'Deselect',
|
|
|
+ 'pages.bindUser.bindTheNewUser.bulkBinds': 'Bulk Binds',
|
|
|
+ 'pages.bindUser.bindTheNewUser.untieInBulk': 'Untie In Bulk',
|
|
|
+ 'pages.bindUser.bindTheNewUser.success': 'Binding success',
|
|
|
+ 'pages.bindUser.bindTheNewUser.fail': 'Binding failure',
|
|
|
+ 'pages.bindUser.bindTheNewUser.typeError': 'Error binding type data',
|
|
|
// 系统设置-权限管理
|
|
|
'pages.system.permission': 'Permission',
|
|
|
'pages.system.permission.id': 'ID',
|