From 87c914ffe57995f1a9844fa19cbd4fe19ca7b91a Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期四, 29 九月 2022 18:47:21 +0800 Subject: [PATCH] 角色管理新增,删除,修改 --- src/assets/lang/en.js | 169 +++++++++++++++++++++++++++++--------------------------- 1 files changed, 88 insertions(+), 81 deletions(-) diff --git a/src/assets/lang/en.js b/src/assets/lang/en.js index c3fe8d7..8fa9a3a 100644 --- a/src/assets/lang/en.js +++ b/src/assets/lang/en.js @@ -27,40 +27,40 @@ SpatialData: 'SpatialData', versionManage: 'versionManage', dictionaryManage: 'dictionaryManage', - dictionaryManageObj:{ - tableName:"table name", - selectTableName:"select table name", - add:"add", - del:"delete", - number:"number", - fieldName:"field name", - fieldAliasName:"field alias name", - fieldType:"field Type", - fieldLength:"field length", - FieldPrecision:"Field Precision", - rangeAssociationTable:"range association table", - remark:"remark", - creationTime:"creation time", - createPersonnel:"create personnel", - updateTime:"update time", - updatePersonnel:"update personnel", - operation:"operation", - lookOver:"look over", - revamp:"revamp", - particulars:"particulars", - tableAliasName:"table alias name", - cancel:"cancel", - confirm:"confirm", - tips:"tips", - deletedSuccessfully:"deleted successfully", - DeleteFailed:"delete failed", - tipsDelete:"Are you sure you want to delete the selected content?", - FailedAdd:"Failed to add", - NewSuccess:"Successfully added", - tipsAdd:"Are you sure you want to add it?", - failModify:"fail to modify", - modifySuccessfully:"modify successfully", - tipsUp:"Are you sure to save the changes?", + dictionaryManageObj: { + tableName: 'table name', + selectTableName: 'select table name', + add: 'add', + del: 'delete', + number: 'number', + fieldName: 'field name', + fieldAliasName: 'field alias name', + fieldType: 'field Type', + fieldLength: 'field length', + FieldPrecision: 'Field Precision', + rangeAssociationTable: 'range association table', + remark: 'remark', + creationTime: 'creation time', + createPersonnel: 'create personnel', + updateTime: 'update time', + updatePersonnel: 'update personnel', + operation: 'operation', + lookOver: 'look over', + revamp: 'revamp', + particulars: 'particulars', + tableAliasName: 'table alias name', + cancel: 'cancel', + confirm: 'confirm', + tips: 'tips', + deletedSuccessfully: 'deleted successfully', + DeleteFailed: 'delete failed', + tipsDelete: 'Are you sure you want to delete the selected content?', + FailedAdd: 'Failed to add', + NewSuccess: 'Successfully added', + tipsAdd: 'Are you sure you want to add it?', + failModify: 'fail to modify', + modifySuccessfully: 'modify successfully', + tipsUp: 'Are you sure to save the changes?', }, styleManage: 'styleManage', }, @@ -378,45 +378,45 @@ fv9: 'Other', }, orgManage: 'Org Manage', - orgManageObj:{ - companyName:"companyName", - flatType:"flatType", - inquire:"inquire", - delete:"delete", - add:"add", - num:"num", - phone:"phone", - operate:"operate", - edit:"edit", - unitInformation:"unitInformation", - userList:"userList", - username:"username", - ChineseNameUsername:"ChineseName username", - phoneNumberToTeceiveShortMessages:"phoneNumber to teceiveShort messages", - status:"status", - confirm:"confirm", - close:"close", - administrativeDvisionsList:"administrativeDvisions List", - name:"name", - coding:"coding", - codeOfAdministrativeDivision:"code of administrative division", - LevelForExaminationAndApproval:"Level for examination and approval", - seaAreaUseClass:"seaAreaUseClass", - reset:"reset", - immediatelyCreate:"immediatelyCreate", - pinyinInitials:"pinyinInitials", - abbreviation:"abbreviation", - unitCode:"unitCode", - organizationCode:"organizationCode", - companyAdministrator:"companyAdministrator", - picture:"picture", - division:"division", - EMail:"EMail", - fax:"fax", - postalCode:"postalCode", - website:"website", - cmpanyAddress:"cmpanyAddress", - companyIntroduction:"companyIntroduction", + orgManageObj: { + companyName: 'companyName', + flatType: 'flatType', + inquire: 'inquire', + delete: 'delete', + add: 'add', + num: 'num', + phone: 'phone', + operate: 'operate', + edit: 'edit', + unitInformation: 'unitInformation', + userList: 'userList', + username: 'username', + ChineseNameUsername: 'ChineseName username', + phoneNumberToTeceiveShortMessages: 'phoneNumber to teceiveShort messages', + status: 'status', + confirm: 'confirm', + close: 'close', + administrativeDvisionsList: 'administrativeDvisions List', + name: 'name', + coding: 'coding', + codeOfAdministrativeDivision: 'code of administrative division', + LevelForExaminationAndApproval: 'Level for examination and approval', + seaAreaUseClass: 'seaAreaUseClass', + reset: 'reset', + immediatelyCreate: 'immediatelyCreate', + pinyinInitials: 'pinyinInitials', + abbreviation: 'abbreviation', + unitCode: 'unitCode', + organizationCode: 'organizationCode', + companyAdministrator: 'companyAdministrator', + picture: 'picture', + division: 'division', + EMail: 'EMail', + fax: 'fax', + postalCode: 'postalCode', + website: 'website', + cmpanyAddress: 'cmpanyAddress', + companyIntroduction: 'companyIntroduction', }, userAuditing: 'User Auditing', UA: { @@ -442,16 +442,23 @@ }, roleManage: 'Role Manage', RM: { - roleName: 'roleName', - ownedSystem: 'ownedSystem', - add: 'add', - query: 'query', - reset: 'reset', - index: 'index', + roleName: 'RoleName', + ownedSystem: 'Affiliated unit', + add: 'Add', + query: 'Query', + reset: 'Reset', + index: 'Index', Permission: 'Permission', resourcePermission: 'Resource Permission', - groupSetting: 'groupSetting', - one: 'one', + groupSetting: 'GroupSetting', + one: 'One', + describe: 'Describe', + remarks: 'Remarks', + creationtime: 'Creation Time', + creationuser: 'Creation Personne', + updateontime: 'Update Time', + updateonuser: 'Update Personnel', + insertRole: 'Add role information', }, groupManage: 'groupManage', GM: { -- Gitblit v1.9.3