init
This commit is contained in:
@@ -0,0 +1,341 @@
|
||||
module.exports = {
|
||||
// 共用
|
||||
pleaseSelect: 'Please Select ',
|
||||
pleaseEnter: 'Please Enter ',
|
||||
query: 'Search',
|
||||
reset: 'Reset',
|
||||
putAway: 'Less',
|
||||
open: 'More',
|
||||
edit: 'Edit',
|
||||
delete: 'Delete',
|
||||
more: 'More',
|
||||
areYouSure: 'Confirm to delete?',
|
||||
details: 'Details',
|
||||
serialNumber: 'No.',
|
||||
operation: 'Operation',
|
||||
confirm: 'Confirm',
|
||||
whether: 'Whether',
|
||||
selectLeastOne: 'Please select at least one item',
|
||||
date: 'Date',
|
||||
time: 'Time',
|
||||
upload: 'Upload',
|
||||
close: 'Close',
|
||||
batchDelete: 'Delete in Batch',
|
||||
total: 'Total',
|
||||
strip: 'Items',
|
||||
createTime: 'Time of Creation',
|
||||
selectARecord: 'Please select a record!',
|
||||
confirmDeletion: 'Confirm Deletion',
|
||||
deleteAData: 'Delete Selected Data?',
|
||||
description: 'Description',
|
||||
enable: 'Enable',
|
||||
disable: 'Disabled',
|
||||
normal: 'Normal',
|
||||
startTime: 'Start Time',
|
||||
endTime: 'End Time',
|
||||
areYouWantDiscardEditing: 'Are you sure you want to discard editing?',
|
||||
cancel: 'Cancel',
|
||||
nothing: 'Nothing',
|
||||
deleteSucceeded: 'Delete Succeeded',
|
||||
deletionFailed: 'Deletion Failed',
|
||||
phoneNumber: 'Phone Number',
|
||||
department: 'Department',
|
||||
organization: 'Organization',
|
||||
role: 'Role',
|
||||
export: 'Export',
|
||||
import: 'Import',
|
||||
recycleBin: 'Recycle Bin',
|
||||
batchOperation: 'Batch Operation',
|
||||
selected: 'Selected',
|
||||
term: 'Item',
|
||||
empty: 'Empty',
|
||||
status: 'Status',
|
||||
aRcord: 'A Rcord',
|
||||
operationAllowedAccount: 'This Operation is not Allowed for administrator account, please select again!',
|
||||
adminDoNotAllowOperation: 'The administrator account does not Allow this Operation!',
|
||||
preservation: 'Save',
|
||||
condition: 'Condition',
|
||||
no: 'No',
|
||||
click: 'Click',
|
||||
add: 'Add',
|
||||
newlyAdded: 'Add',
|
||||
yes: 'Yes',
|
||||
not: 'No',
|
||||
cannotEmpty: 'Cannot Be Empty',
|
||||
savedSuccessfully: 'Saved',
|
||||
uploadPictures: 'Please Upload Pictures',
|
||||
determine: 'Confirm',
|
||||
submit: 'Submit',
|
||||
parentChildConnection: 'Parent-child connection',
|
||||
cancelConnection: 'Disassociate',
|
||||
checkAll: 'Check All',
|
||||
deselectAll: 'Deselect All',
|
||||
expandAll: 'Expand All',
|
||||
mergeAll: 'Drop All',
|
||||
treeOperation: 'Tree Operation',
|
||||
creator: 'Created by',
|
||||
sort: 'Order',
|
||||
address: 'Address',
|
||||
remarks: 'Comments',
|
||||
name: 'Name',
|
||||
englishName: 'English Name',
|
||||
dataExport: 'Data Export',
|
||||
exportWithFile: 'Export With File',
|
||||
share: 'Share',
|
||||
templateDownload: 'Download Template',
|
||||
confirmBatchDeletion: 'Confirm Batch Deletion ? ',
|
||||
operationSuccessful: 'Operation Successful',
|
||||
operationFailed: 'Operation Failed',
|
||||
nodeQuickLookup: 'Node Quick Find',
|
||||
pleaseEnterOrSelect: 'Please Enter Or Select',
|
||||
// 页面头部
|
||||
header: {
|
||||
userMenuSearchMenu: 'Search menu',
|
||||
welcome: 'Welcome',
|
||||
logOutOfUserMenu: 'Logout',
|
||||
personalCenter: 'Personal Center',
|
||||
accountSetting: 'Account Setting',
|
||||
systemSetting: 'System Setting',
|
||||
changePassword: 'Change Password',
|
||||
switchDepartments: 'Switch Departments',
|
||||
clearCache: 'Clear Cache',
|
||||
notice: 'Notice',
|
||||
systemNotice: 'System Notifications',
|
||||
lookMore: 'View More'
|
||||
},
|
||||
// 用户管理
|
||||
user: {
|
||||
userAccount: 'User Account',
|
||||
enterAccountFuzzyQuery: 'Enter Account Fuzzy Search',
|
||||
gender: 'Gender',
|
||||
male: 'Male',
|
||||
female: 'Female',
|
||||
realName: 'User Name',
|
||||
pleaseEnterFullPhone: 'Please enter the full phone number',
|
||||
userStatues: 'User Status',
|
||||
frozen: 'Frozen',
|
||||
addUser: 'Add User',
|
||||
userInformation: 'User Information',
|
||||
roleAllocation: 'Role Allocation',
|
||||
thaw: 'Thaw',
|
||||
password: 'Password',
|
||||
freezePassword: 'Are you sure to freeze?',
|
||||
youThaw: 'Are you sure to thaw?',
|
||||
freezePasManagementPage: 'This is the user management page',
|
||||
heads: 'Heads',
|
||||
account: 'Account',
|
||||
userName: 'User Name',
|
||||
selectedAccount: 'Selected account?',
|
||||
// 新增、编辑用户
|
||||
loginPassword: 'Login Password',
|
||||
confirmPassword: 'Confirm Password',
|
||||
reenterLoginPassword: 'Please re-enter your login password',
|
||||
roleAssignment: 'Role Assignment',
|
||||
departmentAllocation: 'Department Allocation',
|
||||
identity: 'Identity',
|
||||
ordinaryUsers: 'Ordinary Users',
|
||||
superior: 'Superior',
|
||||
responsibleDepartment: 'Responsible Department',
|
||||
mailbox: 'Mailbox',
|
||||
passwordConsists: 'The password consists of 8 digits, upper and lower case letters and special symbols!',
|
||||
workNo: 'Job Number',
|
||||
passwordsEnteredTwice: 'The passwords entered twice are different',
|
||||
phoneNumberExists: 'Phone number already exists',
|
||||
enterPhoneCorrect: 'Please enter the phone number in the correct format',
|
||||
mailboxExists: 'Mailbox Already Exists',
|
||||
enterMailboxCorrect: 'Please enter a mailbox in the correct format',
|
||||
userExists: 'User name already exists',
|
||||
workNoExists: 'Job number already exists'
|
||||
},
|
||||
// 高级查询
|
||||
superQuery: {
|
||||
advancedQuery: 'Advanced Search',
|
||||
constructor: 'Constructor',
|
||||
advancedQueryEffective: 'Advanced Search on',
|
||||
saveQueryCriteria: 'Save Search Conditions',
|
||||
filterMatching: 'Match Filter Conditions',
|
||||
allMatching: '(Must Meet All Conditions)',
|
||||
anyOneMatches: '(Meet Either Conditions)',
|
||||
selectQueryField: 'Select Search Field',
|
||||
matchRules: 'Matching Rules',
|
||||
beEqualTo: 'Equal to',
|
||||
contain: 'Contain',
|
||||
withStart: 'Start with',
|
||||
withEnd: 'End with',
|
||||
in: 'In',
|
||||
notEqual: 'Not equal to',
|
||||
granter: 'Greater than',
|
||||
greaterOrEqual: 'Greater than or equal to',
|
||||
less: 'Less than',
|
||||
lessOrEqual: 'Less than or equal to',
|
||||
user: 'User',
|
||||
numericalValue: 'Value',
|
||||
enterValue: 'Enter Value',
|
||||
savedQuery: 'Saved Search',
|
||||
noQueriesSaved: 'Not Found',
|
||||
savedName: 'Saved Name',
|
||||
cannotQueryEmpty: 'Conditions cannot be empty',
|
||||
emptyCannotSaved: 'Empty conditions cannot be saved',
|
||||
alreadyExists: 'Already exists, overwrite?',
|
||||
deleteQuery: 'Delete current search?'
|
||||
},
|
||||
// 选择部门弹框
|
||||
selectDepartment: {
|
||||
clickSelectDepartment: 'Please click Select Department',
|
||||
selectDepartment: 'Select department',
|
||||
enterDepartmentPressEnter: 'Please enter the department name and press Enter to search'
|
||||
},
|
||||
// 用户回收站
|
||||
userRecycle: {
|
||||
clearSelection: 'Clear Selection',
|
||||
batchRestore: 'Batch Restore',
|
||||
restoreUser: 'Restore User',
|
||||
completelyDelete: 'Completely Delete',
|
||||
whetherRestoreUser: 'Restore user or not',
|
||||
userRestoreSuccessfully: 'User restoration success!',
|
||||
completelyDeleteUser: 'Delete user completely',
|
||||
sureCompletelyDelete: 'Are you sure you want to completely delete this',
|
||||
users: 'Users?',
|
||||
comDeleteAfterCannotRestore: 'Note: Complete deletion will not be restored, please exercise caution!',
|
||||
usersSucceeded: 'Users Succeeded!',
|
||||
whetherRestoreSelectedUser: 'Whether to restore selected users?',
|
||||
selectedUserRestoreSuccess: 'Selected user restore success!'
|
||||
},
|
||||
// 重新设定密码弹框
|
||||
resetPassword: {
|
||||
resetPasswordModalTitle: 'Reset Password'
|
||||
},
|
||||
// 角色管理
|
||||
roleManage: {
|
||||
roleName: 'Role Name',
|
||||
newRole: 'Create New Role',
|
||||
userBtn: 'Users',
|
||||
toGrantAuthorization: 'Authorized',
|
||||
newUser: 'New User',
|
||||
existingUsers: 'Existing Users',
|
||||
roleCode: 'Role Code',
|
||||
pleaseSelectARole: 'Please choose a role!',
|
||||
// 新增,编辑角色
|
||||
roleDescribe: 'RoleDescribe',
|
||||
lengthIsTwoToThirty: 'The length is 2 to 30 characters',
|
||||
notExceed: 'not exceed',
|
||||
charLength: 'characters in length',
|
||||
roleCodeNotChinese: 'The role code cannot enter Chinese characters!',
|
||||
// 角色权限配置
|
||||
youHavePermissions: 'The permissions you have',
|
||||
saveOnly: 'Save Only',
|
||||
saveAndClose: 'Save And Close',
|
||||
rolePermissionConfig: 'Role Permission Configuration'
|
||||
},
|
||||
// 数据字典列表、新增编辑
|
||||
dict: {
|
||||
dictionaryName: 'Dictionary Name',
|
||||
dictionaryEnglishName: 'Dictionary English Name',
|
||||
dictionaryNumber: 'Dictionary NO.',
|
||||
dictInfo: 'Dictionary Information',
|
||||
refreshCache: 'Refresh Cache',
|
||||
dictConfiguration: 'Dictionary Configuration',
|
||||
complete: 'Complete',
|
||||
failed: 'Failed',
|
||||
// 字典项列表
|
||||
dictList: 'Dictionary List',
|
||||
// 字典配置项新增,编辑弹框
|
||||
dataValue: 'Data Value',
|
||||
rankingValue: 'Ranking Value',
|
||||
valueSmallerIsHigher: 'The smaller the value, the higher the value',
|
||||
valueCannotContainSpecChar: 'Data values cannot contain special characters!',
|
||||
// 字典回收站弹框
|
||||
dictFetch: 'Dictionary Fetch',
|
||||
completeDeleteDict: 'Delete Dictionary Completely',
|
||||
sureCompleteDeleteDict: 'Are you sure you want to delete this dictionary entry completely?',
|
||||
deleteDictCannotRestore: 'Note: Complete deletion will not be restored, please exercise caution!'
|
||||
},
|
||||
// 操作日志列表
|
||||
log: {
|
||||
loginLog: 'Login Log',
|
||||
operationLog: 'Operation Log',
|
||||
searchLog: 'Search Log',
|
||||
enterSearchKeyword: 'Please enter a search keyword',
|
||||
logContent: 'Log Content',
|
||||
operatorID: 'Operator ID',
|
||||
operatorName: 'Operator Name',
|
||||
logType: 'Log Type',
|
||||
operationType: 'Operation Type',
|
||||
requestMethod: 'Request Method',
|
||||
requestParam: 'Request Parameters',
|
||||
elapsedTime: 'Elapsed Time (MS)',
|
||||
// 数据日志
|
||||
tableName: 'Table Name',
|
||||
dataID: 'Data ID',
|
||||
dataComparison: 'Data Comparison',
|
||||
versionNumber: 'Version',
|
||||
dataContent: 'Data Content',
|
||||
selectTwoPiecesData: 'Please select two pieces of data',
|
||||
selectSameDatabase: 'Please select the same database table and data ID for comparison',
|
||||
promptInformation: 'Prompt Information'
|
||||
},
|
||||
// 部门管理
|
||||
depart: {
|
||||
addDepartment: 'Add Department',
|
||||
addSubordinate: 'Add Subordinate',
|
||||
departmentInformation: 'Department Information',
|
||||
deleteMultiplePiecesData: 'Delete Multiple Items',
|
||||
currentSelection: 'Current Selection',
|
||||
deselect: 'Deselect',
|
||||
enterDepartmentName: 'Please enter department name',
|
||||
essentialInformation: 'General Information',
|
||||
organizationName: 'Organization Name',
|
||||
enterOrganizationDepartment: 'Please enter organization / department name',
|
||||
superiorDepartment: 'Superior Department',
|
||||
organizationCode: 'Organization Code',
|
||||
organizationType: 'Organization Type',
|
||||
company: 'Company',
|
||||
post: 'Post',
|
||||
selectDepartmentFirst: 'Please select a Department first!',
|
||||
departmentAuth: 'Department Authority',
|
||||
fax: 'Fax',
|
||||
atLeastSelectARecord: 'Please select at least one record!',
|
||||
sureDeleteSelected: 'Are you sure you want to delete the selected',
|
||||
pieceData: 'Piece of data and child node data?',
|
||||
clickCheckUpdateDepart: 'Click to select the department you want to modify!',
|
||||
selectSuperiorDepartmentFirst: 'Please click to select the superior Department first',
|
||||
deleteDepartmentData: 'Are you sure you want to delete this Department and child node data?',
|
||||
departmentPermissionConfig: 'Department Permission Configuration',
|
||||
clickCheckADepart: 'Please click to select a department!',
|
||||
mobileFormatCorrect: 'Your mobile number format is incorrect!'
|
||||
},
|
||||
// 文档库
|
||||
docLibrary: {
|
||||
cancelCollection: 'Delete Collection',
|
||||
cancelSubscribe: 'Unsubscribe',
|
||||
detailsPhasedImplementation: 'Phased Implementation',
|
||||
statuteNumberClause: 'Statute number/clause',
|
||||
implementationDateTwo: 'Implementation Date',
|
||||
typeofImplementation: 'Type of implementation'
|
||||
},
|
||||
// 标准选择器
|
||||
standardSelect: {
|
||||
standardSelection: 'Standard Selection'
|
||||
},
|
||||
// 弹框上传附件
|
||||
uploadFile: {
|
||||
clickUpload: 'Click To Upload',
|
||||
viewUploadedFiles: 'View Uploaded Files',
|
||||
clickOrDragUpload: 'Click or drag file to this area to upload',
|
||||
uploadFailed: 'Upload Failed',
|
||||
cannotPreview: 'This file type does not support preview, is preparing for you to download...',
|
||||
cannotUploadEmpty: 'Cannot upload empty files',
|
||||
maxSize: 'The file size is limited to 500M',
|
||||
onlyUploadPic: 'Please upload pictures',
|
||||
pleaseUpload: 'Please Upload',
|
||||
file: 'File'
|
||||
},
|
||||
// 系统管理
|
||||
system: {
|
||||
// 标签管理
|
||||
tag: {
|
||||
tagItemManagement: '标签项管理',
|
||||
labelContentManagement: '标签内容管理'
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,350 @@
|
||||
module.exports = {
|
||||
// 共用
|
||||
pleaseSelect: '请选择',
|
||||
pleaseEnter: '请输入',
|
||||
query: '查询',
|
||||
reset: '重置',
|
||||
putAway: '收起',
|
||||
open: '展开',
|
||||
edit: '编辑',
|
||||
delete: '删除',
|
||||
more: '更多',
|
||||
areYouSure: '确定删除吗?',
|
||||
details: '详情',
|
||||
serialNumber: '序号',
|
||||
operation: '操作',
|
||||
confirm: '确认',
|
||||
whether: '是否',
|
||||
selectLeastOne: '请选择至少一条数据',
|
||||
date: '日期',
|
||||
time: '时间',
|
||||
upload: '上传',
|
||||
close: '关闭',
|
||||
batchDelete: '批量删除',
|
||||
total: '共',
|
||||
strip: '条',
|
||||
createTime: '创建时间',
|
||||
selectARecord: '请选择一条记录!',
|
||||
confirmDeletion: '确认删除',
|
||||
deleteAData: '是否删除选中数据?',
|
||||
description: '描述',
|
||||
enable: '启用',
|
||||
disable: '禁用',
|
||||
normal: '正常',
|
||||
startTime: '开始时间',
|
||||
endTime: '结束时间',
|
||||
areYouWantDiscardEditing: '确定放弃编辑?',
|
||||
cancel: '取消',
|
||||
nothing: '无',
|
||||
deleteSucceeded: '删除成功',
|
||||
deletionFailed: '删除失败',
|
||||
phoneNumber: '手机号码',
|
||||
department: '部门',
|
||||
organization: '组织机构',
|
||||
role: '角色',
|
||||
export: '导出',
|
||||
import: '导入',
|
||||
recycleBin: '回收站',
|
||||
batchOperation: '批量操作',
|
||||
selected: '已选择',
|
||||
term: '项',
|
||||
empty: '清空',
|
||||
status: '状态',
|
||||
aRcord: '一条记录',
|
||||
operationAllowedAccount: '管理员账号不允许此操作,请重新选择!',
|
||||
adminDoNotAllowOperation: '管理员账号不允许此操作!',
|
||||
preservation: '保存',
|
||||
condition: '条件',
|
||||
no: '没有任何',
|
||||
click: '点击',
|
||||
add: '添加',
|
||||
newlyAdded: '新增',
|
||||
yes: '是',
|
||||
not: '否',
|
||||
cannotEmpty: '不能为空',
|
||||
savedSuccessfully: '保存成功',
|
||||
determine: '确定',
|
||||
submit: '提交',
|
||||
uploadPictures: '请上传图片',
|
||||
parentChildConnection: '父子关联',
|
||||
cancelConnection: '取消关联',
|
||||
checkAll: '全部勾选',
|
||||
deselectAll: '取消全选',
|
||||
expandAll: '展开所有',
|
||||
mergeAll: '合并所有',
|
||||
treeOperation: '树操作',
|
||||
creator: '创建人',
|
||||
sort: '排序',
|
||||
address: '地址',
|
||||
remarks: '备注',
|
||||
name: '名称',
|
||||
englishName: '英文名称',
|
||||
dataExport: '数据导出',
|
||||
exportWithFile: '带文件导出',
|
||||
share: '分享',
|
||||
templateDownload: '模板下载',
|
||||
confirmBatchDeletion: '确定批量删除?',
|
||||
operationSuccessful: '操作成功',
|
||||
operationFailed: '操作失败',
|
||||
nodeQuickLookup: '节点快速查找',
|
||||
pleaseEnterOrSelect: '请输入或选择',
|
||||
// 页面头部
|
||||
header: {
|
||||
userMenuSearchMenu: '搜索菜单',
|
||||
welcome: '欢迎您',
|
||||
logOutOfUserMenu: '退出登录',
|
||||
personalCenter: '个人中心',
|
||||
accountSetting: '账户设置',
|
||||
systemSetting: '系统设置',
|
||||
changePassword: '密码修改',
|
||||
switchDepartments: '切换部门',
|
||||
clearCache: '清理缓存',
|
||||
notice: '通知',
|
||||
systemNotice: '系统通知',
|
||||
lookMore: '查看更多'
|
||||
},
|
||||
// 用户管理
|
||||
user: {
|
||||
userAccount: '用户账号',
|
||||
enterAccountFuzzyQuery: '输入用户账号模糊查询',
|
||||
gender: '性别',
|
||||
male: '男',
|
||||
female: '女',
|
||||
realName: '真实名字',
|
||||
pleaseEnterFullPhone: '请输入完整手机号',
|
||||
userStatues: '用户状态',
|
||||
frozen: '冻结',
|
||||
addUser: '添加用户',
|
||||
userInformation: '用户信息',
|
||||
roleAllocation: '角色配置',
|
||||
thaw: '解冻',
|
||||
password: '密码',
|
||||
freezePassword: '确定冻结吗?',
|
||||
youThaw: '确定解冻吗',
|
||||
freezePasManagementPage: '这是用户管理页面',
|
||||
heads: '头像',
|
||||
account: '账号',
|
||||
userName: '用户姓名',
|
||||
selectedAccount: '选中账号?',
|
||||
// 新增、编辑用户
|
||||
loginPassword: '登录密码',
|
||||
confirmPassword: '确认密码',
|
||||
reenterLoginPassword: '请重新输入登录密码',
|
||||
roleAssignment: '角色分配',
|
||||
departmentAllocation: '部门分配',
|
||||
identity: '身份',
|
||||
ordinaryUsers: '普通用户',
|
||||
superior: '上级',
|
||||
responsibleDepartment: '负责部门',
|
||||
mailbox: '邮箱',
|
||||
passwordConsists: '密码由8位数字、大小写字母和特殊符号组成!',
|
||||
workNo: '工号',
|
||||
passwordsEnteredTwice: '两次输入的密码不一样',
|
||||
phoneNumberExists: '手机号已存在',
|
||||
enterPhoneCorrect: '请输入正确格式的手机号码',
|
||||
mailboxExists: '邮箱已存在',
|
||||
enterMailboxCorrect: '请输入正确格式的邮箱',
|
||||
userExists: '用户名已存在',
|
||||
workNoExists: '工号已存在'
|
||||
},
|
||||
// 高级查询
|
||||
superQuery: {
|
||||
advancedQuery: '高级查询',
|
||||
constructor: '构造器',
|
||||
advancedQueryEffective: '已有高级搜索条件生效',
|
||||
saveQueryCriteria: '保存查询条件',
|
||||
filterMatching: '过滤条件匹配',
|
||||
allMatching: '(所有条件都要求匹配)',
|
||||
anyOneMatches: '(条件中的任意一个匹配)',
|
||||
selectQueryField: '选择查询字段',
|
||||
matchRules: '匹配规则',
|
||||
beEqualTo: '等于',
|
||||
contain: '包含',
|
||||
withStart: '以..开始',
|
||||
withEnd: '以..结尾',
|
||||
in: '在...中',
|
||||
notEqual: '不等于',
|
||||
granter: '大于',
|
||||
greaterOrEqual: '大于等于',
|
||||
less: '小于',
|
||||
lessOrEqual: '小于等于',
|
||||
user: '用户',
|
||||
numericalValue: '数值',
|
||||
enterValue: '请输入值',
|
||||
savedQuery: '保存的查询',
|
||||
noQueriesSaved: '没有保存任何查询',
|
||||
savedName: '保存的名称',
|
||||
cannotQueryEmpty: '不能查询空条件',
|
||||
emptyCannotSaved: '空条件不能保存',
|
||||
alreadyExists: '已存在,是否覆盖?',
|
||||
deleteQuery: '是否删除当前查询?'
|
||||
},
|
||||
// 选择部门弹框
|
||||
selectDepartment: {
|
||||
clickSelectDepartment: '请点击选择部门',
|
||||
selectDepartment: '选择部门',
|
||||
enterDepartmentPressEnter: '请输入部门名称按回车进行搜索'
|
||||
},
|
||||
// 用户回收站
|
||||
userRecycle: {
|
||||
clearSelection: '清空选择',
|
||||
batchRestore: '批量还原',
|
||||
restoreUser: '还原用户',
|
||||
completelyDelete: '彻底删除',
|
||||
whetherRestoreUser: '是否还原用户',
|
||||
userRestoreSuccessfully: '用户还原成功!',
|
||||
completelyDeleteUser: '彻底删除用户',
|
||||
sureCompletelyDelete: '您确定要彻底删除这',
|
||||
users: '个用户吗?',
|
||||
comDeleteAfterCannotRestore: '注意:彻底删除后将无法恢复,请谨慎操作!',
|
||||
usersSucceeded: '个用户成功!',
|
||||
whetherRestoreSelectedUser: '是否还原选中用户?',
|
||||
selectedUserRestoreSuccess: '选中用户还原成功!'
|
||||
},
|
||||
// 重新设定密码弹框
|
||||
resetPassword: {
|
||||
resetPasswordModalTitle: '重新设定密码'
|
||||
},
|
||||
// 角色管理
|
||||
roleManage: {
|
||||
roleName: '角色名称',
|
||||
newRole: '新建角色',
|
||||
userBtn: '用户',
|
||||
toGrantAuthorization: '授权',
|
||||
newUser: '新增用户',
|
||||
existingUsers: '已有用户',
|
||||
roleCode: '角色编码',
|
||||
pleaseSelectARole: '请选择一个角色!',
|
||||
// 新增,编辑角色、
|
||||
roleDescribe: '角色描述',
|
||||
lengthIsTwoToThirty: '长度在 2 到 30 个字符',
|
||||
notExceed: '长度不超过',
|
||||
charLength: '个字符',
|
||||
roleCodeNotChinese: '角色编码不可输入汉字!',
|
||||
// 角色权限配置
|
||||
youHavePermissions: '所拥有的权限',
|
||||
saveOnly: '仅保存',
|
||||
saveAndClose: '保存并关闭',
|
||||
rolePermissionConfig: '角色权限配置'
|
||||
},
|
||||
// 数据字典列表、新增编辑
|
||||
dict: {
|
||||
dictionaryName: '字典名称',
|
||||
dictionaryEnglishName: '字典英文名称',
|
||||
dictionaryNumber: '字典编码',
|
||||
dictInfo: '字典信息',
|
||||
refreshCache: '刷新缓存',
|
||||
dictConfiguration: '字典配置',
|
||||
complete: '完成',
|
||||
failed: '失败',
|
||||
// 字典项列表
|
||||
dictList: '字典列表',
|
||||
// 字典配置项新增,编辑弹框
|
||||
dataValue: '数据值',
|
||||
rankingValue: '排序值',
|
||||
valueSmallerIsHigher: '值越小越靠前',
|
||||
valueCannotContainSpecChar: '数据值不能包含特殊字符!',
|
||||
// 字典回收站弹框
|
||||
dictFetch: '字典取回',
|
||||
completeDeleteDict: '彻底删除字典',
|
||||
sureCompleteDeleteDict: '您确定要彻底删除这个字典项吗?',
|
||||
deleteDictCannotRestore: '注意:彻底删除后将无法恢复,请谨慎操作!'
|
||||
},
|
||||
// 操作日志列表
|
||||
log: {
|
||||
loginLog: '登录日志',
|
||||
operationLog: '操作日志',
|
||||
searchLog: '搜索日志',
|
||||
enterSearchKeyword: '请输入搜索关键词',
|
||||
logContent: '日志内容',
|
||||
operatorID: '操作人ID',
|
||||
operatorName: '操作人名称',
|
||||
logType: '日志类型',
|
||||
operationType: '操作类型',
|
||||
requestMethod: '请求方法',
|
||||
requestParam: '请求参数',
|
||||
elapsedTime: '耗时(毫秒)',
|
||||
// 数据日志
|
||||
tableName: '表名',
|
||||
dataID: '数据ID',
|
||||
dataComparison: '数据比较',
|
||||
versionNumber: '版本号',
|
||||
dataContent: '数据内容',
|
||||
selectTwoPiecesData: '请选择两条数据',
|
||||
selectSameDatabase: '请选择相同的数据库表和数据ID进行比较',
|
||||
promptInformation: '提示信息'
|
||||
},
|
||||
// 部门管理
|
||||
depart: {
|
||||
addDepartment: '添加部门',
|
||||
addSubordinate: '添加下级',
|
||||
departmentInformation: '部门信息',
|
||||
deleteMultiplePiecesData: '删除多条数据',
|
||||
currentSelection: '当前选择',
|
||||
deselect: '取消选择',
|
||||
enterDepartmentName: '请输入部门名称',
|
||||
essentialInformation: '基本信息',
|
||||
organizationName: '机构名称',
|
||||
enterOrganizationDepartment: '请输入机构/部门名称',
|
||||
superiorDepartment: '上级部门',
|
||||
organizationCode: '机构编码',
|
||||
organizationType: '机构类型',
|
||||
company: '公司',
|
||||
post: '岗位',
|
||||
selectDepartmentFirst: '请先选择一个部门!',
|
||||
departmentAuth: '部门权限',
|
||||
fax: '传真',
|
||||
atLeastSelectARecord: '请至少选择一条记录!',
|
||||
sureDeleteSelected: '确定要删除所选中的',
|
||||
pieceData: '条数据,以及子节点数据吗?',
|
||||
clickCheckUpdateDepart: '请点击选择要修改部门!',
|
||||
selectSuperiorDepartmentFirst: '请先点击选中上级部门',
|
||||
deleteDepartmentData: '确定要删除此部门以及子节点数据吗?',
|
||||
departmentPermissionConfig: '部门权限配置',
|
||||
clickCheckADepart: '请点击选择一个部门!',
|
||||
mobileFormatCorrect: '您的手机号码格式不正确!'
|
||||
},
|
||||
// 文档库
|
||||
docLibrary: {
|
||||
cancelCollection: '取消收藏',
|
||||
cancelSubscribe: '取消订阅',
|
||||
detailsPhasedImplementation: '分阶段实施详情',
|
||||
statuteNumberClause: '法规编号/条款',
|
||||
implementationDateTwo: '实施日期',
|
||||
typeofImplementation: '实施类型'
|
||||
},
|
||||
// 标准选择器
|
||||
standardSelect: {
|
||||
standardSelection: '标准选择'
|
||||
},
|
||||
// 弹框上传附件
|
||||
uploadFile: {
|
||||
clickUpload: '点击上传',
|
||||
viewUploadedFiles: '查看已上传文件',
|
||||
clickOrDragUpload: '将文件拖到此处或点击上传',
|
||||
uploadFailed: '上传失败',
|
||||
cannotPreview: '该文件类型不支持预览,正在为您准备下载...',
|
||||
cannotUploadEmpty: '不能上传空文件',
|
||||
maxSize: '文件大小限制为500M',
|
||||
onlyUploadPic: '请上传图片',
|
||||
pleaseUpload: '请上传',
|
||||
file: '文件'
|
||||
},
|
||||
// 系统管理
|
||||
system: {
|
||||
// 标签管理
|
||||
tag: {
|
||||
tagItemManagement: '标签项管理',
|
||||
labelContentManagement: '标签内容管理',
|
||||
attributeName: '属性名称',
|
||||
attributeNameEnglish: '英文名称',
|
||||
attributeType: '属性类型',
|
||||
fieldLength: '字段长度',
|
||||
displayOrder: '展示顺序',
|
||||
showArea: '展示区域',
|
||||
exhibitionAreaManagement: '展示区域管理',
|
||||
labelName: '标签名称',
|
||||
labelType: '标签类型',
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user