Initial commit
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
module.exports = {
|
||||
// 标准化活动
|
||||
standardizationActivity: {
|
||||
nodeName: 'Node name' // 节点名称
|
||||
},
|
||||
// 问答库
|
||||
questionAnswer: {
|
||||
classify: 'Classify',
|
||||
title: 'Title',
|
||||
quiz: 'Quiz',
|
||||
questionDesc: 'Problem Description',
|
||||
attach: 'Attachment',
|
||||
quizTime: 'Question Time',
|
||||
answer: 'answer',
|
||||
poster: 'Poster',
|
||||
answerNum: 'replies',
|
||||
top: '【top】',
|
||||
cancelTop: 'untop',
|
||||
setTop: 'Set To Top',
|
||||
answerQuestion: 'reply to a question',
|
||||
word: 'word',
|
||||
pleaseEnterAnswerDesc: '请输入回答描述',
|
||||
answerQuestionTitle: '回答问题',
|
||||
questionDetail: '问题详情'
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,65 @@
|
||||
module.exports = {
|
||||
// 标准化活动
|
||||
standardizationActivity: {
|
||||
nodeName: '节点名称', // 节点名称
|
||||
currentNode: '当前节点',
|
||||
conferenceStatisticsList: '统计列表',
|
||||
pleaseSelectNode: '请选择一个节点',
|
||||
parentNode: '上级节点',
|
||||
nodeTypes: '节点类型',
|
||||
standardizationWorkArea: '标准化工作领域',
|
||||
contactPersonContactInformation: '联络人联系方式',
|
||||
unit: '单位',
|
||||
phone: '电话',
|
||||
groupParticipation: '集团参与情况',
|
||||
paymentInfo: '支付信息',
|
||||
attendanceRecord: '参会记录',
|
||||
addContactInformation: '添加联系方式',
|
||||
addParticipation: '添加参与情况',
|
||||
addPaymentInfo: '添加支付信息',
|
||||
addAttendanceRecord: '添加参会记录',
|
||||
order: '我司在工作组排名顺序',
|
||||
ourPersonnel: '我司人员',
|
||||
data: '资料',
|
||||
cost: '费用',
|
||||
year: '年份',
|
||||
plan: '计划内',
|
||||
paymentMethod: '缴费方式',
|
||||
expenseReimbursement: '费用列支',
|
||||
meetingMaterial: '会议资料',
|
||||
pleaseEnterCorrectPhone: '请输入正确格式的电话',
|
||||
addUpToFourLevels: '该节点无法添加子节点',
|
||||
pleaseUploadGroupInfo: '请上传集团参与情况资料',
|
||||
pleaseUploadPaymentInfo: '请上传支付信息资料',
|
||||
pleaseUploadMeeting: '请上传参会记录会议资料'
|
||||
},
|
||||
// 问答库
|
||||
questionAnswer: {
|
||||
classify: '分类',
|
||||
title: '标题',
|
||||
quiz: '提问',
|
||||
questionDesc: '问题描述',
|
||||
attach: '附件',
|
||||
quizTime: '提问时间',
|
||||
answer: '回答',
|
||||
poster: '发帖人',
|
||||
answerNum: '个回复',
|
||||
top: '【置顶】',
|
||||
cancelTop: '取消置顶',
|
||||
setTop: '设置为置顶',
|
||||
answerQuestion: '回复问题',
|
||||
word: '字',
|
||||
pleaseEnterAnswerDesc: '请输入回答描述',
|
||||
answerQuestionTitle: '回答问题',
|
||||
questionDetail: '问题详情'
|
||||
},
|
||||
|
||||
// 征求意见
|
||||
askForAdvice: {
|
||||
standardNameNumber: '标准名称/编号',
|
||||
consultationCycle: '征求意见周期',
|
||||
processManuscript: '流程稿件',
|
||||
uploadDate: '上传日期',
|
||||
detailsOfComments: '意见详情'
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,48 @@
|
||||
// 首页的所有翻译
|
||||
module.exports = {
|
||||
// 一般检索
|
||||
generalSearch: {
|
||||
advancedSearch: 'Advanced Search',
|
||||
homePage: 'Home',
|
||||
searchHistory: '检索历史',
|
||||
queryCondition: 'Query Condition',
|
||||
retrievalMode: 'Retrieval Mode',
|
||||
resourceType: 'Resource Type',
|
||||
standardClass: 'Standard Class',
|
||||
dynamicType: 'Dynamic Type',
|
||||
applicableVehicleType: 'Applicable Vehicle Type',
|
||||
standardType: 'Standard Type',
|
||||
state: 'State',
|
||||
enterpriseStandardCode: 'Enterprise Standard Code',
|
||||
standardState: 'Standard State',
|
||||
standardGradeClassification: 'Standard Grade Classification',
|
||||
all: 'All',
|
||||
releaseDate: 'Release Date'
|
||||
},
|
||||
// 高级搜索
|
||||
advancedSearch: {
|
||||
standardNum: '标准号',
|
||||
standardName: '标准名称',
|
||||
releaseDate: '发布日期',
|
||||
materialDate: '实施日期',
|
||||
standardStatus: '标准状态'
|
||||
},
|
||||
// 快捷入口
|
||||
quickEnter: {
|
||||
quickEnter: '快捷入口',
|
||||
menuManage: '菜单管理',
|
||||
custom: '自定义',
|
||||
optionModules: '可选模块',
|
||||
personalDisplayModule: '个人展示模块',
|
||||
itemUnit: '项',
|
||||
itemsUnit: '项',
|
||||
listEmpty: '列表为空',
|
||||
pleaseEnterSearchContent: '请输入搜索内容',
|
||||
maxSelectedNine: '最多选择9个模块'
|
||||
},
|
||||
// 待办任务
|
||||
todoTask: {
|
||||
todoTask: '待办任务',
|
||||
more: '更多'
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,49 @@
|
||||
// 首页的所有翻译
|
||||
module.exports = {
|
||||
// 一般检索
|
||||
generalSearch: {
|
||||
advancedSearch: '高级搜索',
|
||||
homePage: '首页',
|
||||
searchHistory: '检索历史',
|
||||
queryCondition: '查询条件',
|
||||
retrievalMode: '检索方式',
|
||||
resourceType: '资源类型',
|
||||
standardClass: '标准类别',
|
||||
dynamicType: '动力类型',
|
||||
applicableVehicleType: '适用车辆类型',
|
||||
standardType: '标准类型',
|
||||
state: '状态',
|
||||
enterpriseStandardCode: '企业标准代号',
|
||||
standardState: '标准状态',
|
||||
standardGradeClassification: '标准等级分类',
|
||||
all: '全部',
|
||||
releaseDate: '发布日期',
|
||||
standardStatusSet: '标准状态设置'
|
||||
},
|
||||
// 高级搜索
|
||||
advancedSearch: {
|
||||
standardNum: '标准号',
|
||||
standardName: '标准名称',
|
||||
releaseDate: '发布日期',
|
||||
materialDate: '实施日期',
|
||||
standardStatus: '标准状态'
|
||||
},
|
||||
// 快捷入口
|
||||
quickEnter: {
|
||||
quickEnter: '快捷入口',
|
||||
menuManage: '菜单管理',
|
||||
custom: '自定义',
|
||||
optionModules: '可选模块',
|
||||
personalDisplayModule: '个人展示模块',
|
||||
itemUnit: '项',
|
||||
itemsUnit: '项',
|
||||
listEmpty: '列表为空',
|
||||
pleaseEnterSearchContent: '请输入搜索内容',
|
||||
maxSelectedNine: '最多选择9个模块'
|
||||
},
|
||||
// 待办任务
|
||||
todoTask: {
|
||||
todoTask: '待办任务',
|
||||
more: '更多'
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,614 @@
|
||||
const system = require('./system/en.js')
|
||||
const personalCenter = require('./personalCenter/en.js')
|
||||
const standardRegulationLibrary = require('./standardRegulationLibrary/en-us')
|
||||
const enterpriseStandardLibrary = require('./enterpriseStandardLibrary/en.js')
|
||||
const businessSupport = require('./businessSupport/en')
|
||||
const projectLibrary = require('./projectLibrary/en.js')
|
||||
const dashboard = require('./dashboard/en')
|
||||
const workCenter = require('./workCenter/en')
|
||||
|
||||
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',
|
||||
view: 'View',
|
||||
selectOne: 'Please select a data',
|
||||
essentialInformation: 'General Information',
|
||||
download: 'Download',
|
||||
unwatermarkedDownload: 'Unwatermarked download',
|
||||
fileName: 'File Name',
|
||||
fileDeclaration: 'File Declaration',
|
||||
newNode: 'New node',
|
||||
modifyNode: 'Modify Node',
|
||||
deleteNode: 'Delete Node',
|
||||
moveUp: 'Move Up',
|
||||
moveDown: 'Move Down',
|
||||
copy: 'Copy',
|
||||
confirmReplication: 'Confirm to copy?',
|
||||
confirmDeleteNodes: 'If there are child nodes under this node, they will be deleted synchronously. Are you sure to delete this data?',
|
||||
pleaseSelectData: 'Please Select Data',
|
||||
leastTwo: 'Please Select at Least two pieces of data',
|
||||
number: 'No.',
|
||||
title: 'Title',
|
||||
release: 'Release',
|
||||
withdraw: 'Withdraw',
|
||||
confirmRelease: 'Confirm Release?',
|
||||
confirmReleaseContent: 'Confirm to publish the data?',
|
||||
confirmWithdraw: 'Confirm to Withdraw?',
|
||||
confirmWithdrawContent: 'Confirm the withdrawal of this data?',
|
||||
doNotHavePermissionDeleteData: 'Do not have permission to delete this data',
|
||||
noData: 'No Data',
|
||||
dataLoading: 'Data loading...',
|
||||
confirmDelete: 'Confirm the listing title you want to delete?',
|
||||
uploadedBy: 'Uploaded By',
|
||||
uploadTime: 'Upload Time',
|
||||
uploadFileBtn: 'Upload File',
|
||||
tips: 'Tips',
|
||||
exportTip: 'Exporting, please wait',
|
||||
fileDownloadFail: 'File download failure',
|
||||
pleaseEnterTreeSystem: 'Please enter the tree system',
|
||||
project: 'Project',
|
||||
standardNumber: 'Standard Number',
|
||||
standardName: 'Standard Name',
|
||||
standardNumOrName: 'Standard Number Or Standard Name',
|
||||
fileImportError: 'File import error',
|
||||
flowCenter: 'Process Center——',
|
||||
processInformation: 'Process Information',
|
||||
basicServiceInformation: 'Basic Service Information',
|
||||
processApprovalInformation: 'Process Approval Information',
|
||||
processName: 'Process Name',
|
||||
expirationDate: 'Deadline Date',
|
||||
processExplain: 'Process Description',
|
||||
entrust: 'Entrust',
|
||||
turnTo: 'Turn To',
|
||||
agree: 'agree',
|
||||
reject: 'Reject',
|
||||
basicInformation: 'Basic Information',
|
||||
personalInformation: 'Personnel Information',
|
||||
finishDate: 'Finish Date',
|
||||
projectStatement: 'Project Statement',
|
||||
pleaseFillInAtLeastOneItem: 'Please Fill In At Least One Item',
|
||||
addAtLeastOneRowOfData: 'Please Add At Least One Row Of Data',
|
||||
mergeStandardInformation: '合并标准信息',
|
||||
pleaseEnterPersonnelInfo: '请完整填写人员信息',
|
||||
pleaseEnterRemarks: '请填写备注',
|
||||
lookDetail: '查看详情',
|
||||
batchReject: '批量驳回',
|
||||
pleaseSelectDistributeData: '请选择要分发的数据',
|
||||
deadline: '截止时间',
|
||||
submitAddAdd: '提交并新增',
|
||||
pleaseSelectOneStandard: '请选择至少一条标准',
|
||||
selectAtLeastOne: '选中至少一条列表数据',
|
||||
pleaseSelectTime: '请选择时间',
|
||||
oneTableAdded: '只能添加一个表格',
|
||||
addATable: '请添加一个表格',
|
||||
select: '选择',
|
||||
attach: '附件',
|
||||
checkedAll: '全选',
|
||||
pleaseCompleteTableInfo: '请完善表格信息',
|
||||
pleaseEnterAPositiveInteger: '请输入正整数',
|
||||
pleaseSelectStandard: '请选择标准',
|
||||
successfullyDelete: '删除成功',
|
||||
cannotAddAgain: '不能重复添加',
|
||||
noFileAvailableForPreview: '暂无可预览的文件',
|
||||
// 树右键
|
||||
treeRight: {
|
||||
addFolder: 'Create New Folder',
|
||||
addSubFolders: 'Add A Subfolder',
|
||||
editFolder: 'Edit Folder',
|
||||
deleteFolders: 'Delete Folders',
|
||||
folderName: 'Folder Name',
|
||||
administrativePrivileges: 'Administrative Permissions',
|
||||
checkPermissions: 'Read Permissions',
|
||||
folderOrder: 'Folder Order',
|
||||
deleteNode: 'If there is any file information, the file will be deleted. Are you sure to delete this data?'
|
||||
},
|
||||
// 页面头部
|
||||
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',
|
||||
post: 'post',
|
||||
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!'
|
||||
},
|
||||
// 文档工具
|
||||
docTool: {
|
||||
// 文档拆分
|
||||
split: {
|
||||
splitText: 'Split Library File',
|
||||
importResults: 'Import Split Results',
|
||||
splitState: 'Split state',
|
||||
editor: 'Editor',
|
||||
fileStatus: 'File status',
|
||||
splitTime: 'Split time',
|
||||
splitResult: 'Split result',
|
||||
batchCopy: 'Batch copy',
|
||||
batchEdit: 'Batch edit',
|
||||
mergerClause: 'Merge Item',
|
||||
dataType: 'Data type',
|
||||
split: 'Split',
|
||||
article: 'Article',
|
||||
clauseLabel: 'Clause label',
|
||||
splitResultFile: 'Split result file',
|
||||
splitImportResultTip: 'Upload the split result file in accordance with the relevant format requirements, please ',
|
||||
clickToView: 'click to view',
|
||||
gotIt: 'Got It',
|
||||
formatRequirement: 'Format requirement',
|
||||
formatRequirementContentOne: '1.The imported document is in zip format',
|
||||
formatRequirementContentTwo: '2.The images are in jpg, jpeg, png, gif format',
|
||||
formatRequirementContentThree: '3.The image in the document is displayed in the form of a link in the exported excel, click the link to jump to the specified local file',
|
||||
formatRequirementContentFour: '4.The table in the document is displayed in the form of a link in the exported excel. Click the link to jump to the specified sheet page',
|
||||
changePermissions: 'Change permissions',
|
||||
pleaseSelectUser: 'Please select a user',
|
||||
longTermEffectiveness: 'Long-term effectiveness',
|
||||
|
||||
selectFileType: 'Please select a file type',
|
||||
onlyWord: 'Only word files can be imported',
|
||||
fileType: 'File Type',
|
||||
kmvssTable: 'KMVSS Table',
|
||||
kmvssArticle: 'KMVSS Article',
|
||||
cfr: 'CFR',
|
||||
unece: 'UNECE',
|
||||
jpnAttachment: 'JPN Attachment',
|
||||
jpnArticle: 'JPN Article',
|
||||
gb: 'GB',
|
||||
gbt: 'GB/T',
|
||||
gso: 'GSO',
|
||||
batchSetting: 'Batch Set',
|
||||
clauseContent: 'Item Content',
|
||||
clauseNo: 'Item No.',
|
||||
clauseName: 'Item Name',
|
||||
selectDirectoryTerms: 'Please Select the directory location to add terms',
|
||||
documentSplitTemplate: 'Document Split Template',
|
||||
mergeTerms: 'Determine Merger Terms',
|
||||
pleaseUploadSplitFile: 'Please Upload Split File',
|
||||
text: 'Text',
|
||||
picture: 'Picture',
|
||||
table: 'Table',
|
||||
addQuantity: 'Add Quantity',
|
||||
enterQuantity: 'Please enter quantity',
|
||||
numberRows: 'Number of rows',
|
||||
numberColumns: 'Number of columns'
|
||||
},
|
||||
comparison: {
|
||||
oldDocumentTextNumber: 'Old document text number',
|
||||
oldDocumentTextName: 'Old document text name',
|
||||
oldTextState: 'Old text state',
|
||||
newDocumentTextNumber: 'New document text number',
|
||||
newDocumentTextName: 'New document text name',
|
||||
newTextState: 'New text state',
|
||||
releaseSituation: 'Release situation',
|
||||
comparisonResults: 'Comparison results',
|
||||
initiateComparison: 'Initiate Comparison',
|
||||
textStatus: 'Text Status',
|
||||
selectedStandard: 'Selected Standard',
|
||||
noComparisonDocumentSelected: 'No comparison document selected',
|
||||
remarkInfo: 'Remarks Info',
|
||||
initiateDocumentComparison: 'Initiate Document Comparison',
|
||||
documentComparison: 'Doc Comparison',
|
||||
viewTheComparisonResults: 'View Results',
|
||||
addFullTextComment: 'Full Text Comment',
|
||||
turnOffAutomaticMatching: 'Turn Off Auto Match',
|
||||
turnOnAutoMatch: 'Turn On Auto Match',
|
||||
comparisonOfArticles: 'Comparison Of Articles',
|
||||
consistentAssessment: 'Consistent',
|
||||
fullTextComments: 'Full Text Comment',
|
||||
pleaseSelectTheDataCompared: 'Please select the data to be compared',
|
||||
viewVarianceAssessment: 'View Variance',
|
||||
viewConsistentAssessment: 'View Consistent',
|
||||
viewAll: 'View All',
|
||||
exportComparisonReport: 'Export Comparison Report',
|
||||
comment: 'Comments',
|
||||
comparisonDifferenceComment: 'Comparison Difference Comment',
|
||||
comparativeComments: 'Comparative Comments',
|
||||
publishComment: 'Comment',
|
||||
noComment: 'No Comments',
|
||||
replyToComments: 'Reply To Comments'
|
||||
}
|
||||
},
|
||||
// 业务支持
|
||||
businessSupp: {
|
||||
dataCenter: {
|
||||
selectDirectoryLocation: 'Please select the directory location to add the folder',
|
||||
fileUploaded: 'File uploaded, please wait'
|
||||
}
|
||||
},
|
||||
// 消息中心
|
||||
message: {
|
||||
// 我的消息
|
||||
my: {
|
||||
myMessage: 'My Message',
|
||||
title: 'title',
|
||||
publisher: 'publisher',
|
||||
readingStatus: 'readingStatus',
|
||||
messageContent: 'Message Content',
|
||||
messageType: 'Message Type',
|
||||
allLabelsRead: 'All Mark as Read',
|
||||
subscriptionNotification: 'Subscription Notification',
|
||||
warningInformation: 'Warning Information',
|
||||
forwardPush: 'Forward Push',
|
||||
notificationTime: 'Release Time',
|
||||
areAllLabelsRead: 'Are All Mark as Read'
|
||||
}
|
||||
},
|
||||
// 标准选择器
|
||||
standardSelect: {
|
||||
standardSelection: 'Standard Selection',
|
||||
source: 'Source',
|
||||
standardNumOrName: 'Standard number/Standard name',
|
||||
standardNumber: 'Standard number',
|
||||
standardName: 'Standard name',
|
||||
releaseDate: 'Release date',
|
||||
textState: 'Text state',
|
||||
evaluationState: 'Evaluation state'
|
||||
},
|
||||
// 企标计划选择器
|
||||
enterprisePlanSelect: {
|
||||
title: '企标计划选择'
|
||||
},
|
||||
// 企标复审计划选择器
|
||||
enterpriseRecheckPlanSelect: {
|
||||
title: '企标复审计划选择'
|
||||
},
|
||||
// 用户/组织结构选择器
|
||||
userOrOrganSelect: {
|
||||
select: 'Select',
|
||||
selectUserOrOrgan: 'Select User/Organization',
|
||||
organization: 'Organization',
|
||||
name: 'name',
|
||||
secondLevel: 'Second Level',
|
||||
threeLevel: 'Three Level'
|
||||
},
|
||||
// 用户选择器
|
||||
userSelect: {
|
||||
select: 'Select',
|
||||
selectUser: 'Select User',
|
||||
userList: 'Users List',
|
||||
name: 'name',
|
||||
post: 'Post',
|
||||
selectedPersonnel: '已选人员',
|
||||
workGroup: '内部工作组'
|
||||
},
|
||||
// 内部工作组选择器
|
||||
workGroupSelect: {
|
||||
select: '选择',
|
||||
selectWorkGroup: '选择内部工作组',
|
||||
enterWorkGroupPressEnter: '请输入工作组名称按回车进行搜索'
|
||||
},
|
||||
// 弹框上传附件
|
||||
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'
|
||||
},
|
||||
importWithTemplate: {
|
||||
chooseFile: 'Select file',
|
||||
downTemplate: 'Click to download template',
|
||||
noFileMsg: 'Please select a file'
|
||||
},
|
||||
// 属性标识管理
|
||||
attributeIdentification:{
|
||||
labelName:'Label Name',
|
||||
firstLabel:'First Label',
|
||||
secondLabel:'Second Label',
|
||||
thirdLabel:'Third Label',
|
||||
},
|
||||
// 系统管理
|
||||
system,
|
||||
// 个人中心
|
||||
personalCenter,
|
||||
// 标准法规库
|
||||
standardRegulationLibrary,
|
||||
// 企标库
|
||||
enterpriseStandardLibrary,
|
||||
// 业务支持
|
||||
businessSupport,
|
||||
// 项目库
|
||||
projectLibrary,
|
||||
// 首页
|
||||
dashboard,
|
||||
// 工作中心
|
||||
workCenter
|
||||
}
|
||||
@@ -0,0 +1,171 @@
|
||||
// 企标库的所有翻译
|
||||
module.exports = {
|
||||
// 企业标准
|
||||
standard: {
|
||||
allocationStandard: 'Allocation Standard',
|
||||
shiftOutStandard: 'Shift Out Standard',
|
||||
initChange: 'Initiate Changes',
|
||||
temporaryPermissionSet: 'Temporary Permission Setting',
|
||||
temporaryPermissionRecord: '临时权限记录',
|
||||
collection: 'Collect',
|
||||
cancelCollection: 'Cancel Collection',
|
||||
exportExcelFile: 'Enterprise Standard Table',
|
||||
exportZipFile: 'Enterprise Standard Document',
|
||||
templateExport: 'Enterprise Standard Template',
|
||||
pleaseSelectLeastOneNode: 'Please select Level 2 and below system first',
|
||||
myCollectNotRemove: 'My collection system cannot be removed from the standard',
|
||||
authorizationDepart: '授权部门',
|
||||
authorizationUser: '授权人员',
|
||||
maturityDate: '授权到期日期',
|
||||
detailTitle: '企业标准详情页',
|
||||
evaluate: '企标评价',
|
||||
updateRecord: '更新记录',
|
||||
submitQuestion: '提交问题',
|
||||
standardResolutionSheet: '标准分解单',
|
||||
nodeName: '节点名称',
|
||||
subjectToClause: '章节条款',
|
||||
standardContentOrRequirements: '标准内容或要求',
|
||||
rectificationDepartment: '整改部门',
|
||||
auditContent: '稽查内容',
|
||||
disabledBatchDel: '选中数据中存在没有操作权限的数据,请重新选择',
|
||||
pleaseSelectUserOrDepart: '授权部门和授权人员至少需要选择一个',
|
||||
youNot: '您没有',
|
||||
dataPremissReCheck: '数据权限,请重新选择',
|
||||
authorizationExpirationDate: '授权到期日期',
|
||||
cancelAuthor: '解除授权',
|
||||
authorizationDate: '授权日期',
|
||||
authorizationStandard: '授权企标',
|
||||
confirmCancelAuthor: '确认解除授权?'
|
||||
},
|
||||
// 评审会记录
|
||||
reviewMeeting: {
|
||||
enterpriseStandardName: '企标名称',
|
||||
enterpriseStandardNum: '企标编号',
|
||||
reviewData: '评审日期',
|
||||
setQualityStandard: '设置优质标准',
|
||||
reviewDetail: '评分详情',
|
||||
principalDrafter: '主起草人',
|
||||
mainDraftUnit: '主起草单位',
|
||||
reviewer: '评审人',
|
||||
average: '平均总分',
|
||||
isQuality: '是否推荐为优质标准',
|
||||
selectMaxTen: '请最多选择10条',
|
||||
scoreDetailTitle: '企标详情',
|
||||
project: '项目',
|
||||
desc: '描述',
|
||||
score: '分值',
|
||||
grade: '评分',
|
||||
groundsForDemerit: '扣分理由'
|
||||
},
|
||||
// 宣贯
|
||||
publicize: {
|
||||
enterpriseStandardNum: '企标编号',
|
||||
enterpriseStandardName: '企标名称',
|
||||
publicizeData: '宣贯日期',
|
||||
publicist: '宣贯人',
|
||||
exportName: '企标宣贯表',
|
||||
fileExportName: '企标宣贯表',
|
||||
templateName: '企标宣贯模板',
|
||||
releaseDate: '发布日期',
|
||||
materialDate: '实施日期',
|
||||
relatedMaterial: '相关材料'
|
||||
},
|
||||
// 稽查
|
||||
check: {
|
||||
enterpriseStandardNum: '企标编号',
|
||||
enterpriseStandardName: '企标名称',
|
||||
status: '状态',
|
||||
scheduledCheckDate: '计划稽查日期',
|
||||
createdDate: '创建日期',
|
||||
department: '所属部门',
|
||||
exportFileName: '企标稽查表',
|
||||
exportPostponeDataName: '企标稽查延期数据',
|
||||
exportPostponeData: '导出延期数据',
|
||||
exportRectificationPlanName: '企标稽查整改计划',
|
||||
exportRectificationPlan: '导出整改计划',
|
||||
deferredCheck: '延期稽查',
|
||||
checkReport: '稽查报告',
|
||||
rectificationPlan: '整改计划',
|
||||
basedStandardNo: '稽查依据标准编号',
|
||||
basedStandardName: '稽查依据标准名称',
|
||||
planCheckTarget: '计划稽查对象',
|
||||
workGroup: '主责标准化工作组',
|
||||
headOfCheck: '稽查负责人',
|
||||
contactPerson: '标准化组对接人',
|
||||
checkFinishDate: '实际稽查完成日期',
|
||||
actualChecker: '实际稽查人',
|
||||
createDate: '创建日期',
|
||||
applyPostponeDate: '申请延期日期',
|
||||
postponement: '延期说明',
|
||||
basedClause: '依据条款',
|
||||
standardContent: '标准内容或要求',
|
||||
executiveCondition: '执行情况',
|
||||
file: '附件',
|
||||
score: '评分',
|
||||
checkBasedEnterpriseStandard: '稽查依据企标:',
|
||||
existProblem: '存在问题',
|
||||
rectificationMeasure: '整改措施',
|
||||
headOfRectification: '整改负责人',
|
||||
rectificationPlanFinishTime: '整改计划完成时间',
|
||||
rectificationActualFinishTime: '整改实际完成时间',
|
||||
rectificationStatus: '整改状态'
|
||||
},
|
||||
// 复审计划
|
||||
reviewPlan: {
|
||||
enterpriseStandardNum: '企标编号',
|
||||
enterpriseStandardName: '企标名称',
|
||||
publishDate: '发布日期',
|
||||
reviewDate: '复审日期',
|
||||
initReview: '发起复审',
|
||||
reviewResult: '复审结果',
|
||||
principalDrafter: '主起草人',
|
||||
mainDraftingUnit: '主起草单位'
|
||||
},
|
||||
// 企标计划
|
||||
plan: {
|
||||
oldEnterpriseStandardNum: '原企标编号',
|
||||
newEnterpriseStandardNum: '新企标编号',
|
||||
oldEnterpriseStandardName: '原企标名称',
|
||||
newEnterpriseStandardName: '新企标名称',
|
||||
principalDrafter: '主起草人',
|
||||
mainDraftingUnit: '主起草单位',
|
||||
headOfMainDraftingUnit: '主起草单位负责人',
|
||||
projectStatus: '项目状态',
|
||||
changeState: '变更状态',
|
||||
pusherWorkNo: '推进人工号',
|
||||
standardType: '标准类型',
|
||||
revisionType: '制修订类型',
|
||||
planApprovalDate: '计划报批日期',
|
||||
createDate: '创建日期',
|
||||
exportFileName: '企标计划表',
|
||||
authDepartment: '授权部门',
|
||||
enterpriseStandardCode: '企业标准代号',
|
||||
suitUnit: '配合单位',
|
||||
standardPusher: '标准推进人',
|
||||
draftPlanFinishDate: '草稿计划完成日期',
|
||||
exposureDraftPlanFinishDate: '征求意见稿计划完成日期',
|
||||
planSubmissionDate: '计划报批日期',
|
||||
draftFinishDate: '草稿完成日期',
|
||||
submitDraftDate: '提交草稿日期',
|
||||
isAskForAdvice: '是否征求意见',
|
||||
exposureDraftFinishDate: '征求意见稿完成日期',
|
||||
reviewDate: '评审日期',
|
||||
submissionDate: '报批日期',
|
||||
releaseDate: '发布日期',
|
||||
detailTitle: '企业标准计划详情页',
|
||||
basicInformation: '基础信息',
|
||||
englishNameOfEnterpriseStandard: '企标英文名称',
|
||||
gradeClassification: '企标等级分类',
|
||||
projectType: '项目类型',
|
||||
rangeOfApplication: '适用范围',
|
||||
enterpriseStandardSystem: '企标体系',
|
||||
partName: '零部件分类',
|
||||
scopeOfApplication: '标准适用范围',
|
||||
compilationIllustration: '编制说明',
|
||||
projectBackground: '立项背景、立项依据',
|
||||
similarNaStandardsAnalysis: '国际、国家及行业同类标准分析',
|
||||
similarEnStandardsAnalysis: '企业同类标准对比分析',
|
||||
standardLeadingNecessity: '立项标准的领先性与必要性',
|
||||
projectExpectedEffects: '立项目的及预期效果等'
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,177 @@
|
||||
// 企标库的所有翻译
|
||||
module.exports = {
|
||||
// 企业标准
|
||||
standard: {
|
||||
allocationStandard: '配置标准',
|
||||
shiftOutStandard: '移出标准',
|
||||
initChange: '发起更改',
|
||||
temporaryPermissionSet: '临时权限设置',
|
||||
temporaryPermissionRecord: '临时权限记录',
|
||||
collection: '收藏',
|
||||
cancelCollection: '取消收藏',
|
||||
exportExcelFile: '企业标准表',
|
||||
exportZipFile: '企业标准文件',
|
||||
templateExport: '企业标准导入模板',
|
||||
pleaseSelectLeastOneNode: '请先选择二级及以下体系',
|
||||
myCollectNotRemove: '我的收藏体系不可移出标准',
|
||||
authorizationDepart: '授权部门',
|
||||
authorizationUser: '授权人员',
|
||||
maturityDate: '授权到期日期',
|
||||
detailTitle: '企业标准详情页',
|
||||
evaluate: '企标评价',
|
||||
updateRecord: '更新记录',
|
||||
submitQuestion: '提交问题',
|
||||
standardResolutionSheet: '标准分解单',
|
||||
nodeName: '节点名称',
|
||||
subjectToClause: '章节条款',
|
||||
standardContentOrRequirements: '标准内容或要求',
|
||||
rectificationDepartment: '整改部门',
|
||||
auditContent: '稽查内容',
|
||||
disabledBatchDel: '选中数据中存在没有操作权限的数据,请重新选择',
|
||||
pleaseSelectUserOrDepart: '授权部门和授权人员至少需要选择一个',
|
||||
youNot: '您没有',
|
||||
dataPremissReCheck: '数据权限,请重新选择',
|
||||
authorizationExpirationDate: '授权到期日期',
|
||||
cancelAuthor: '解除授权',
|
||||
authorizationDate: '授权日期',
|
||||
authorizationStandard: '授权企标',
|
||||
confirmCancelAuthor: '确认解除授权?',
|
||||
viewAll: '查看全部',
|
||||
inputExample: '输入示例:',
|
||||
nullAutoCreate: '不填自动生成'
|
||||
},
|
||||
// 评审会记录
|
||||
reviewMeeting: {
|
||||
enterpriseStandardName: '企标名称',
|
||||
enterpriseStandardNum: '企标编号',
|
||||
reviewData: '评审日期',
|
||||
setQualityStandard: '设置优质标准',
|
||||
reviewDetail: '评分详情',
|
||||
principalDrafter: '主起草人',
|
||||
mainDraftUnit: '主起草单位',
|
||||
reviewer: '评审人',
|
||||
scorer: '评分人',
|
||||
average: '平均总分',
|
||||
isQuality: '是否推荐为优质标准',
|
||||
selectMaxTen: '请最多选择10条',
|
||||
scoreDetailTitle: '企标评价',
|
||||
project: '项目',
|
||||
desc: '描述',
|
||||
score: '分值',
|
||||
grade: '评分',
|
||||
groundsForDemerit: '扣分理由',
|
||||
reviewMeeting: '平均分:',
|
||||
number: '分'
|
||||
},
|
||||
// 宣贯
|
||||
publicize: {
|
||||
enterpriseStandardNum: '企标编号',
|
||||
enterpriseStandardName: '企标名称',
|
||||
publicizeData: '宣贯日期',
|
||||
publicist: '宣贯人',
|
||||
exportName: '企标宣贯表',
|
||||
fileExportName: '企标宣贯表',
|
||||
templateName: '企标宣贯模板',
|
||||
releaseDate: '发布日期',
|
||||
materialDate: '实施日期',
|
||||
relatedMaterial: '相关材料'
|
||||
},
|
||||
// 稽查
|
||||
check: {
|
||||
enterpriseStandardNum: '企标编号',
|
||||
enterpriseStandardName: '企标名称',
|
||||
status: '状态',
|
||||
scheduledCheckDate: '计划稽查日期',
|
||||
createdDate: '创建日期',
|
||||
department: '所属部门',
|
||||
exportFileName: '企标稽查表',
|
||||
exportPostponeDataName: '企标稽查延期数据',
|
||||
exportPostponeData: '导出延期数据',
|
||||
exportRectificationPlanName: '企标稽查整改计划',
|
||||
exportRectificationPlan: '导出整改计划',
|
||||
deferredCheck: '延期稽查',
|
||||
checkReport: '稽查报告',
|
||||
rectificationPlan: '整改计划',
|
||||
basedStandardNo: '稽查依据标准编号',
|
||||
basedStandardName: '稽查依据标准名称',
|
||||
planCheckTarget: '计划稽查对象',
|
||||
workGroup: '主责标准化工作组',
|
||||
headOfCheck: '稽查负责人',
|
||||
contactPerson: '标准化组对接人',
|
||||
checkFinishDate: '实际稽查完成日期',
|
||||
actualChecker: '实际稽查人',
|
||||
createDate: '创建日期',
|
||||
applyPostponeDate: '申请延期日期',
|
||||
postponement: '延期说明',
|
||||
basedClause: '依据条款',
|
||||
standardContent: '标准内容或要求',
|
||||
executiveCondition: '执行情况',
|
||||
file: '附件',
|
||||
score: '评分',
|
||||
checkBasedEnterpriseStandard: '稽查依据企标:',
|
||||
existProblem: '存在问题',
|
||||
rectificationMeasure: '整改措施',
|
||||
headOfRectification: '整改负责人',
|
||||
rectificationPlanFinishTime: '整改计划完成时间',
|
||||
rectificationActualFinishTime: '整改实际完成时间',
|
||||
rectificationStatus: '整改状态'
|
||||
},
|
||||
// 复审计划
|
||||
reviewPlan: {
|
||||
enterpriseStandardNum: '企标编号',
|
||||
enterpriseStandardName: '企标名称',
|
||||
publishDate: '发布日期',
|
||||
reviewDate: '复审日期',
|
||||
initReview: '发起复审',
|
||||
reviewResult: '复审结果',
|
||||
principalDrafter: '主起草人',
|
||||
mainDraftingUnit: '主起草单位'
|
||||
},
|
||||
// 企标计划
|
||||
plan: {
|
||||
oldEnterpriseStandardNum: '原企标编号',
|
||||
newEnterpriseStandardNum: '新企标编号',
|
||||
oldEnterpriseStandardName: '原企标名称',
|
||||
newEnterpriseStandardName: '新企标名称',
|
||||
principalDrafter: '主起草人',
|
||||
mainDraftingUnit: '主起草单位',
|
||||
headOfMainDraftingUnit: '主起草单位负责人',
|
||||
projectStatus: '项目状态',
|
||||
changeState: '变更状态',
|
||||
pusherWorkNo: '推进人工号',
|
||||
standardType: '标准类型',
|
||||
revisionType: '制修订类型',
|
||||
planApprovalDate: '计划报批日期',
|
||||
createDate: '创建日期',
|
||||
exportFileName: '企标计划表',
|
||||
authDepartment: '授权部门',
|
||||
enterpriseStandardCode: '企业标准代号',
|
||||
suitUnit: '配合单位',
|
||||
standardPusher: '标准推进人',
|
||||
draftPlanFinishDate: '草稿计划完成日期',
|
||||
exposureDraftPlanFinishDate: '征求意见稿计划完成日期',
|
||||
planSubmissionDate: '计划报批日期',
|
||||
draftFinishDate: '草稿完成日期',
|
||||
submitDraftDate: '提交草稿日期',
|
||||
isAskForAdvice: '是否征求意见',
|
||||
exposureDraftFinishDate: '征求意见稿完成日期',
|
||||
reviewDate: '评审日期',
|
||||
submissionDate: '报批日期',
|
||||
releaseDate: '发布日期',
|
||||
detailTitle: '企业标准计划详情页',
|
||||
basicInformation: '基础信息',
|
||||
englishNameOfEnterpriseStandard: '企标英文名称',
|
||||
gradeClassification: '企标等级分类',
|
||||
projectType: '项目类型',
|
||||
rangeOfApplication: '适用范围',
|
||||
enterpriseStandardSystem: '企标体系',
|
||||
partName: '零部件分类',
|
||||
scopeOfApplication: '标准适用范围',
|
||||
compilationIllustration: '编制说明',
|
||||
projectBackground: '立项背景、立项依据',
|
||||
similarNaStandardsAnalysis: '国际、国家及行业同类标准分析',
|
||||
similarEnStandardsAnalysis: '企业同类标准对比分析',
|
||||
standardLeadingNecessity: '立项标准的领先性与必要性',
|
||||
projectExpectedEffects: '立项目的及预期效果等'
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,44 @@
|
||||
// 个人中心的所有翻译
|
||||
module.exports = {
|
||||
// 我的收藏
|
||||
collection: {
|
||||
standardCategory: 'Standard Class',
|
||||
standardNo: 'Standard Number',
|
||||
standardName: 'Standard Name',
|
||||
cancelCollection: 'Cancel Collection',
|
||||
releaseDate: 'Release Date',
|
||||
newCarTypeDate: 'New Model Implementation Date',
|
||||
productCarDate: 'On The Production Date',
|
||||
standardState: 'Standard State'
|
||||
},
|
||||
// 已发分享
|
||||
sentShare: {
|
||||
transmitSearch: 'Forward Search',
|
||||
enterTransmitSearch: 'Please Enter Forward Information',
|
||||
owningPlate: 'Owning Plate',
|
||||
title: 'Title',
|
||||
recipient: 'Receiver',
|
||||
transmitTime: 'Forwarding Time'
|
||||
},
|
||||
// 已收分享
|
||||
receivedShare: {
|
||||
pushSearch: 'Push Search',
|
||||
enterPushInfo: 'Please Enter Push Information',
|
||||
owningPlate: 'Owning Plate',
|
||||
title: 'Title',
|
||||
forwarder: 'Forwarder',
|
||||
receiptTime: 'reception Time'
|
||||
},
|
||||
// 浏览记录
|
||||
browsingHistory: {
|
||||
clearBrowsingHistory: 'Clear Browsing History',
|
||||
standardNo: 'Standard Number',
|
||||
standardName: 'Standard Name',
|
||||
browsingTime: 'Browsing Time',
|
||||
confirmClearBrowsingHistory: 'confirm to clear browsing history'
|
||||
},
|
||||
// 我的消息
|
||||
myMessage: {
|
||||
noCanRemarkData: '当前没有可标注的数据'
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,57 @@
|
||||
// 个人中心的所有翻译
|
||||
module.exports = {
|
||||
// 我的收藏
|
||||
collection: {
|
||||
standardCategory: '标准类别',
|
||||
standardNo: '标准编号',
|
||||
standardName: '标准名称',
|
||||
cancelCollection: '取消收藏',
|
||||
releaseDate: '发布日期',
|
||||
newCarTypeDate: '新车型实施日期',
|
||||
productCarDate: '在产车实施日期',
|
||||
standardState: '标准状态'
|
||||
},
|
||||
// 已发分享
|
||||
sentShare: {
|
||||
transmitSearch: '转发搜索',
|
||||
enterTransmitSearch: '请输入转发信息',
|
||||
owningPlate: '所属板块',
|
||||
title: '标题',
|
||||
recipient: '接收人',
|
||||
transmitTime: '转发时间'
|
||||
},
|
||||
// 已收分享
|
||||
receivedShare: {
|
||||
pushSearch: '推送搜索',
|
||||
enterPushInfo: '请输入推送信息',
|
||||
owningPlate: '所属板块',
|
||||
title: '标题',
|
||||
forwarder: '转发人',
|
||||
receiptTime: '接收时间'
|
||||
},
|
||||
// 浏览记录
|
||||
browsingHistory: {
|
||||
clearBrowsingHistory: '清除浏览记录',
|
||||
standardNo: '标准编号',
|
||||
standardName: '标准名称',
|
||||
browsingTime: '浏览时间',
|
||||
confirmClearBrowsingHistory: '确认清除浏览记录'
|
||||
},
|
||||
// 我的消息
|
||||
myMessage: {
|
||||
noCanRemarkData: '当前没有可标注的数据'
|
||||
},
|
||||
// 任务转交
|
||||
taskCareOf: {
|
||||
basicLibraryInfo: '基础库信息',
|
||||
processInfo: '流程信息',
|
||||
user: '用户',
|
||||
type: '类型',
|
||||
standardNum: '标准号',
|
||||
standardName: '标准名称',
|
||||
role: '角色',
|
||||
transferUser: '转交人',
|
||||
transfer: '转交',
|
||||
nodeName: '节点名称'
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,36 @@
|
||||
module.exports = {
|
||||
projectName: 'Project name', // 项目名称
|
||||
workOrderNumber: 'Work order number', // 工作令编号
|
||||
projectHealthStatus: 'Project health', // 项目健康度
|
||||
selectProject: 'Select Project', // 选择项目
|
||||
projectLevel: 'Project level', // 项目级别
|
||||
|
||||
// 车型项目库
|
||||
vehicleItemLibrary: {
|
||||
vehicleItemLibrary: 'Vehicle item library', // 车型项目库
|
||||
PMSInfoSynchronization: 'PMS information synchronization', // PMS信息同步
|
||||
projectSource: 'Project source', // 项目来源
|
||||
projectName: 'Project name', // 项目名称
|
||||
projectLeader: 'Project leader', // 项目负责人,
|
||||
PMSDetails: 'PMS Details', // PMS详情
|
||||
riskOverview: 'Risk overview', // 风险性总览
|
||||
conform: 'Conform to', // 符合
|
||||
inconformity: 'Inconformity', // 不符合
|
||||
toBeVerified: 'To be verified', // 待验证
|
||||
uninvolved: 'Not involve', // 不涉及
|
||||
regulationsList: 'List of regulations', // 法规清单
|
||||
standardNumberStandardName: 'Standard number/Standard name', // 标准号/标准名称
|
||||
transfer: 'Transfer', // 调取
|
||||
standardNumber: 'Standard number', // 标准号
|
||||
standardName: 'Standard name', // 标准名称
|
||||
englishName: 'English name', // 英文名称
|
||||
standardState: 'Standard state', // 标准状态
|
||||
applicableVehicleType: 'Applicable vehicle type', // 适用车型
|
||||
productionDate: 'On the production date', // 在产车实施日期
|
||||
newModelImplementationDate: 'New model implementation date', // 新车型实施日期
|
||||
processState: 'Process state', // 流程状态
|
||||
evaluationResult: 'Evaluation result', // 评估结果
|
||||
responsibleDepartment: 'Responsible department', // 责任部门
|
||||
evaluationResultHistory: 'Evaluation result history' // 评估结果历史
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,66 @@
|
||||
module.exports = {
|
||||
projectName: '项目名称',
|
||||
workOrderNumber: '工作令编号',
|
||||
projectHealthStatus: '项目健康度',
|
||||
selectProject: '选择项目',
|
||||
projectLevel: '项目级别',
|
||||
|
||||
// 车型项目库
|
||||
vehicleItemLibrary: {
|
||||
vehicleItemLibrary: '车型项目库',
|
||||
PMSInfoSynchronization: 'PMS信息同步',
|
||||
projectSource: '项目来源',
|
||||
projectLeader: '项目负责人',
|
||||
PMSDetails: 'PMS详情',
|
||||
noMatchItemDetails: '未符合项详情',
|
||||
riskOverview: '风险性总览',
|
||||
conform: '符合',
|
||||
inconformity: '不符合',
|
||||
toBeVerified: '待验证',
|
||||
uninvolved: '不涉及',
|
||||
regulationsList: '法规清单',
|
||||
standardNumberStandardName: '标准编号/标准名称',
|
||||
transfer: '调取',
|
||||
standardNumber: '标准编号',
|
||||
standardName: '标准名称',
|
||||
englishName: '英文名称',
|
||||
standardState: '标准状态',
|
||||
applicableVehicleType: '适用车型',
|
||||
productionDate: '在产车实施日期',
|
||||
newModelImplementationDate: '新车型实施日期',
|
||||
processState: '流程状态',
|
||||
evaluationResult: '评估结果',
|
||||
responsibleDepartment: '责任部门',
|
||||
evaluationResultHistory: '评估结果历史',
|
||||
evaluationProcessDetail: '评估流程详情',
|
||||
standardNumberClauseNumber: '标准编号/条款号',
|
||||
projectNumber: '项目编号',
|
||||
evaluator: '评估人',
|
||||
dateOfEvaluation: '评估日期',
|
||||
nonConformanceTerm: '不符合项',
|
||||
solutions: '应对措施',
|
||||
riskPoint: '风险点',
|
||||
verificationScheme: '验证方案',
|
||||
estimateTheChangeCycle: '预估更改周期',
|
||||
estimatedDateOfCompletionOfRectification:'预计整改完成日期'
|
||||
},
|
||||
noncoincidenceItem: {
|
||||
noncoincidenceItem: '未符合项',
|
||||
batchClose: '批量关闭',
|
||||
actualRectificationCompletionDate: '实际整改完成日期',
|
||||
projectSelection: '项目选择',
|
||||
relevantProject: '相关项目',
|
||||
relatedProcess: '相关流程',
|
||||
viewNonMatchItemEvaluationResult: '查看未符合项整改结果',
|
||||
involvedItem: '涉及项目'
|
||||
},
|
||||
specialProjectLibrary: {
|
||||
specialProjectLibrary: '专项项目库',
|
||||
vehicleSeries: '车型系列',
|
||||
complianceAssessmentResults: '合规评估结果',
|
||||
basisDescription: '依据描述',
|
||||
whetherToApproveAProjectOrNot: '是否立项',
|
||||
vehicleModel: '车型',
|
||||
supportingMaterial: '佐证材料'
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,59 @@
|
||||
module.exports = {
|
||||
configStandard: 'Configuration standard', // 配置标准
|
||||
removeStandard: 'Removal criteria', // 移出标准
|
||||
nodeName: 'Node name', // 节点名称
|
||||
configStandardNoTreeNode: 'Please select Level 2 and below system first', // 请先选择二级及以下体系
|
||||
selectLeastOneTableData: 'Select at least one list data', // 选中至少一条列表数据
|
||||
standardResolutionSheet: 'Standard resolution sheet', // 标准分解单
|
||||
updateRecord: 'Update record', // 更新记录
|
||||
submitQuestion: 'Submit a question', // 提交问题
|
||||
standardCatalogue: 'Standard catalogue', // 标准目录
|
||||
clauseLabel: 'Clause label', // 条文标签
|
||||
clauseNumber: 'Article number', // 条文号
|
||||
clauseTitle: 'Title of article', // 条文标题
|
||||
regulatoryRequirementsType: 'Types of regulatory requirements', // 法规要求类型
|
||||
functionalClassification: 'Functional classification', // 功能分类
|
||||
functionalSpecialty: 'Functional specialty', // 功能专业
|
||||
blockCoding: 'Block coding', // 分组编码
|
||||
groupName: 'Group name', // 分组名称
|
||||
newCertificationImplementationTime: 'New certification implementation time', // 新认证实施时间
|
||||
certifiedImplementationTime: 'Certified implementation time', // 已认证实施时间
|
||||
newRegistrationImplementationTime: 'New registration implementation time', // 新注册实施时间
|
||||
applicableVehicleType: 'Applicable vehicle type', // 适用车型
|
||||
dynamicType: 'Dynamic type', // 动力类型
|
||||
inputExample: 'Input example:', // 输入示例
|
||||
// 国内标准
|
||||
domesticStandard: {
|
||||
treeSearchPlaceholder: 'Please enter the tree system', // 请输入树状图体系
|
||||
collection: 'Invoice Collection', // 收藏
|
||||
cancelCollection: 'Delete Collection', // 取消收藏
|
||||
exportFileName: 'Domestic standard', // 国内标准法规
|
||||
exportZipName: 'Domestic standards (with documents)', // 国内标准法规(带文件)
|
||||
templateName: 'Import templates for domestic standards' // 国内标准法规导入模板
|
||||
},
|
||||
overseasStandard: {
|
||||
exportFileName: 'Overseas standard',
|
||||
exportZipName: 'Overseas standard (with documentation)',
|
||||
templateName: 'Import template of overseas standard'
|
||||
},
|
||||
standardDetail: {
|
||||
standardNumber: 'Standard Number',
|
||||
problemOccurrenceTime: 'Problem occurrence time',
|
||||
respondent: 'Respondent',
|
||||
problemDescription: 'Problem description'
|
||||
},
|
||||
// 动态消息
|
||||
dynamicMessage: {
|
||||
dynamicHeading: 'Dynamic heading',
|
||||
dynamicCataloging: 'Dynamic cataloging',
|
||||
releaseStatus: 'Release status',
|
||||
releaseTime: 'Release time',
|
||||
pushRange: 'Push range',
|
||||
dynamicDetails: 'Dynamic details',
|
||||
dataText: 'Data text'
|
||||
},
|
||||
profileCenter: {
|
||||
typeOfOwnership: 'Type of ownership',
|
||||
uploadData: 'Upload data'
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,68 @@
|
||||
module.exports = {
|
||||
configStandard: '配置标准',
|
||||
removeStandard: '移出标准',
|
||||
nodeName: '节点名称',
|
||||
configStandardNoTreeNode: '请先选择二级及以下体系',
|
||||
selectLeastOneTableData: '选中至少一条列表数据',
|
||||
standardResolutionSheet: '标准分解单',
|
||||
updateRecord: '更新记录',
|
||||
submitQuestion: '提交问题',
|
||||
standardCatalogue: '标准目录',
|
||||
clauseLabel: '条文标签',
|
||||
clauseNumber: '条文号',
|
||||
clauseTitle: '条文标题',
|
||||
regulatoryRequirementsType: '法规要求类型', // 法规要求类型
|
||||
functionalClassification: '功能分类', // 功能分类
|
||||
functionalSpecialty: '功能专业', // 功能专业
|
||||
blockCoding: '分组编码', // 分组编码
|
||||
groupName: '分组名称', // 分组名称
|
||||
newCertificationImplementationTime: '新认证实施时间', // 新认证实施时间
|
||||
certifiedImplementationTime: '已认证实施时间', // 已认证实施时间
|
||||
newRegistrationImplementationTime: '新注册实施时间', // 新注册实施时间
|
||||
applicableVehicleType: '适用车型', // 适用车型
|
||||
dynamicType: '动力类型', // 动力类型
|
||||
inputExample: '输入示例:',
|
||||
// 国内标准
|
||||
domesticStandard: {
|
||||
treeSearchPlaceholder: '请输入树状图体系',
|
||||
collection: '收藏',
|
||||
cancelCollection: '取消收藏',
|
||||
exportFileName: '国内标准',
|
||||
exportZipName: '国内标准(带文件)',
|
||||
templateName: '国内标准导入模板'
|
||||
},
|
||||
overseasStandard: {
|
||||
exportFileName: '海外标准',
|
||||
exportZipName: '海外标准(带文件)',
|
||||
templateName: '海外标准导入模板'
|
||||
},
|
||||
standardDetail: {
|
||||
standardNumber: '标准编号',
|
||||
problemOccurrenceTime: '问题发生时间',
|
||||
respondent: '回答人',
|
||||
problemDescription: '问题描述'
|
||||
},
|
||||
// 动态消息
|
||||
dynamicMessage: {
|
||||
dynamicHeading: '动态标题',
|
||||
dynamicCataloging: '动态分类',
|
||||
releaseStatus: '发布状态',
|
||||
releaseTime: '发布时间',
|
||||
pushRange: '推送范围',
|
||||
dynamicDetails: '动态详情',
|
||||
dataText: '资料文本'
|
||||
},
|
||||
// 资料中心
|
||||
profileCenter: {
|
||||
typeOfOwnership: '所属类型',
|
||||
uploadData: '上传资料',
|
||||
addAPeer: '新增同级',
|
||||
newChild: '新增子级',
|
||||
pleaseSelectTheDirectoryOnTheLeft:'请选择左侧目录'
|
||||
},
|
||||
// 文档动态
|
||||
documentDynamics: {
|
||||
messageContent: '消息内容',
|
||||
notificationTime: '通知时间'
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,95 @@
|
||||
|
||||
module.exports = {
|
||||
// 标签管理
|
||||
tag: {
|
||||
tagItemManagement: '标签项管理',
|
||||
labelContentManagement: '标签内容管理',
|
||||
attributeName: '属性名称',
|
||||
attributeNameEnglish: '英文名称',
|
||||
fieldName: '字段名称',
|
||||
attributeType: '属性类型',
|
||||
fieldLength: '字段长度',
|
||||
displayOrder: '展示顺序',
|
||||
showArea: '展示区域',
|
||||
exhibitionAreaManagement: '展示区域管理',
|
||||
labelName: '标签名称',
|
||||
labelType: '标签类型',
|
||||
essentialInformation: '基本信息',
|
||||
domesticLaws: '国内法规',
|
||||
foreignStandards: '海外标准',
|
||||
enterpriseStandards: '企业标准',
|
||||
clauseSplitting: '条款拆分',
|
||||
// 新增模态框中字段
|
||||
module: '所属模块',
|
||||
required: '是否必填',
|
||||
optionContent: '选项内容',
|
||||
documentLibraryModuleDisplay: '文档库模块展示',
|
||||
documentLibraryListDisplay: '文档库列表展示',
|
||||
selectWhetherDisplayList: '请选择是否文档库列表展示',
|
||||
isShowDetail: '详情页展示',
|
||||
isShowDetailMessage: '请选择是否详情页展示',
|
||||
isShowAddForm: '新增是否展示',
|
||||
isShowAddFormMessage: '请选择是否新增表单显示',
|
||||
search: '是否搜索',
|
||||
isSort: '是否排序',
|
||||
displayOtherModules: '其它模块展示',
|
||||
regulationsListDisplay: '法规清单展示',
|
||||
selectDisplayListRegulations: '请选择法规清单是否展示',
|
||||
searchCenterDisplay: '搜索中心展示',
|
||||
selectSearchCenterDisplayed: '请选择搜索中心是否展示',
|
||||
selectWhetherRequired: '请选择是否必填',
|
||||
describe: '描述',
|
||||
dictionaryConfiguration: '字典配置',
|
||||
documentSplitDisplay: '文档拆分模块展示',
|
||||
documentSplitList: '文档拆分列表展示',
|
||||
selectSplitListDisplay: '请选择是否文档拆分列表展示',
|
||||
// 标签项内容管理
|
||||
labelItemName: '标签名称',
|
||||
// 字段列表
|
||||
name: '名称',
|
||||
dataValue: '数据值',
|
||||
parentName: '父级名称',
|
||||
select: '下拉选择',
|
||||
tree: '树形结构',
|
||||
pleaseEnterYourEnglishName: '请输入英文字段名称'
|
||||
},
|
||||
// 内部工作组
|
||||
internalWorkGroup: {
|
||||
treeSearchPlaceholder: 'Please enter the tree system',
|
||||
name: 'Name',
|
||||
workNo: 'Job Number',
|
||||
role: 'Role',
|
||||
post: 'Position',
|
||||
templateName: 'Internal workgroup table template',
|
||||
exportName: 'Internal workgroup table',
|
||||
nodeName: '分会名称',
|
||||
adminAuthority: '管理权限',
|
||||
workGroupName: '工作组名称',
|
||||
user: 'User',
|
||||
pleaseSelectASystem: 'Please select the left system'
|
||||
},
|
||||
// 企标级别映射
|
||||
enterpriseLevelMap: {
|
||||
levelCategory: 'Grade classification of enterprise standard',
|
||||
canLookDepart: 'Viewable department',
|
||||
remark: 'Remarks'
|
||||
},
|
||||
// 友情链接管理
|
||||
friendshipLink: {
|
||||
name: 'Link Name',
|
||||
shelfStatus: 'Shelf Status',
|
||||
linkName: 'Link Name',
|
||||
link: 'Link',
|
||||
isShelf: 'Shelf Or Not',
|
||||
sort: 'Sort',
|
||||
shelfWarn: 'the link is empty please fill in the link first',
|
||||
maxLinksReached: '当前上架链接已达上限!'
|
||||
},
|
||||
// 联络人管理
|
||||
contact: {
|
||||
departName: '部门名称',
|
||||
standardizationEngineer: '标准化工程师',
|
||||
contactPerson: '联络人',
|
||||
contactPersonSupervisorLevelLeader: '部门联络人主管级领导'
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,111 @@
|
||||
|
||||
module.exports = {
|
||||
// 标签管理
|
||||
tag: {
|
||||
tagItemManagement: '标签项管理',
|
||||
labelContentManagement: '标签内容管理',
|
||||
attributeName: '属性名称',
|
||||
attributeNameEnglish: '英文名称',
|
||||
fieldName: '字段名称',
|
||||
attributeType: '属性类型',
|
||||
fieldLength: '字段长度',
|
||||
displayOrder: '展示顺序',
|
||||
showArea: '展示区域',
|
||||
exhibitionAreaManagement: '展示区域管理',
|
||||
labelName: '标签名称',
|
||||
labelType: '标签类型',
|
||||
essentialInformation: '基本信息',
|
||||
domesticLaws: '国内法规',
|
||||
foreignStandards: '海外标准',
|
||||
enterpriseStandards: '企业标准',
|
||||
clauseSplitting: '条款拆分',
|
||||
// 新增模态框中字段
|
||||
module: '所属模块',
|
||||
required: '是否必填',
|
||||
optionContent: '选项内容',
|
||||
documentLibraryModuleDisplay: '模块展示',
|
||||
// 原来叫 文档库列表展示 后来去掉了前面的文档库
|
||||
documentLibraryListDisplay: '列表展示',
|
||||
selectWhetherDisplayList: '请选择是否文档库列表展示',
|
||||
isShowDetail: '详情页展示',
|
||||
isShowDetailMessage: '请选择是否详情页展示',
|
||||
isShowAddForm: '新增是否展示',
|
||||
isShowAddFormMessage: '请选择是否新增表单显示',
|
||||
search: '是否搜索',
|
||||
isSort: '是否排序',
|
||||
displayOtherModules: '其它模块展示',
|
||||
regulationsListDisplay: '法规清单展示',
|
||||
selectDisplayListRegulations: '请选择法规清单是否展示',
|
||||
searchCenterDisplay: '搜索中心展示',
|
||||
selectSearchCenterDisplayed: '请选择搜索中心是否展示',
|
||||
selectWhetherRequired: '请选择是否必填',
|
||||
describe: '描述',
|
||||
dictionaryConfiguration: '字典配置',
|
||||
documentSplitDisplay: '文档拆分模块展示',
|
||||
documentSplitList: '文档拆分列表展示',
|
||||
selectSplitListDisplay: '请选择是否文档拆分列表展示',
|
||||
// 标签项内容管理
|
||||
labelItemName: '标签名称',
|
||||
// 字段列表
|
||||
name: '名称',
|
||||
dataValue: '数据值',
|
||||
parentName: '父级名称',
|
||||
select: '下拉选择',
|
||||
tree: '树形结构',
|
||||
pleaseEnterYourEnglishName: '请输入英文字段名称',
|
||||
usableRange: '使用范围'
|
||||
},
|
||||
// 内部工作组
|
||||
internalWorkGroup: {
|
||||
treeSearchPlaceholder: '输入树状图体系',
|
||||
name: '姓名',
|
||||
workNo: '工号',
|
||||
role: '角色',
|
||||
post: '岗位',
|
||||
templateName: '内部工作组表模板',
|
||||
exportName: '内部工作组表',
|
||||
nodeName: '分会名称',
|
||||
adminAuthority: '管理权限',
|
||||
workGroupName: '工作组名称',
|
||||
user: '用户',
|
||||
pleaseSelectASystem: '请选择左侧体系'
|
||||
},
|
||||
// 企标级别映射
|
||||
enterpriseLevelMap: {
|
||||
levelCategory: '企标等级分类',
|
||||
canLookDepart: '可查看部门',
|
||||
remark: '备注'
|
||||
},
|
||||
// 友情链接管理
|
||||
friendshipLink: {
|
||||
name: '链接名称',
|
||||
shelfStatus: '上架状态',
|
||||
linkName: '链接名称',
|
||||
link: '链接',
|
||||
isShelf: '是否上架',
|
||||
sort: '排序',
|
||||
shelfWarn: '链接为空,请先填写链接',
|
||||
maxLinksReached: '当前上架链接已达上限!'
|
||||
},
|
||||
// 联络人管理
|
||||
contact: {
|
||||
departName: '部门名称',
|
||||
standardizationEngineer: '标准化工程师',
|
||||
contactPerson: '联络人',
|
||||
contactPersonSupervisorLevelLeader: '部门联络人主管级领导'
|
||||
},
|
||||
// 绑定零部件
|
||||
bindingParts: {
|
||||
partNumber: '零部件号',
|
||||
partName: '零部件名称',
|
||||
bindingPersonnel: '绑定人员',
|
||||
useBindingRelationship: '使用绑定关系',
|
||||
clauseNumber: '条款号',
|
||||
bindingTime: '绑定时间',
|
||||
confirmUseBindRelationship: '确认使用绑定关系',
|
||||
isUseBindRelationship: '是否使用绑定关系?',
|
||||
isBringIn: '是否引入',
|
||||
haveBind: '当前零部件分类结构下已有',
|
||||
isBringInRelation: '绑定标准关联关系,是否引入对应关系?'
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,349 @@
|
||||
module.exports = {
|
||||
basicInformation: '基础信息',
|
||||
personalInformation: '人员信息',
|
||||
checkTableRequired: '请检查表格必填项是否已填写',
|
||||
// 新建流程页
|
||||
newProcess: {
|
||||
externalStandardsManagementProcess: '外部标准管理流程',
|
||||
standardRegulationEntryCorrectionProcess: '标准法规入库/更正流程',
|
||||
annotateTheConsultationProcess: '标准征求意见流程',
|
||||
projectComplianceAssessmentProcess: '项目合规评估流程',
|
||||
noMatchTrackingProcess: '未符合项跟踪流程',
|
||||
regulatoryComplianceAssessmentProcess: '法规合规评估流程',
|
||||
regulatoryProcurementProcess: '法规采购流程',
|
||||
enterpriseProjectChangePlan: '企标立项/变更计划',
|
||||
annualRevisionPlanActivelyReport: '年度制修订计划审批流程(各部门主动上报)',
|
||||
annualRevisionPlanStandardizationInit: '年度制修订计划审批流程(标准化发起)',
|
||||
enterpriseStandardSystemRevisionProcess: '企标制修订流程',
|
||||
bidChangeProcess: '企标更改流程',
|
||||
processOfEnterpriseBidReview: '企标复审流程',
|
||||
processOfEnterpriseBidAnnulment: '企标废止流程',
|
||||
processOfSealingEnterpriseStandard: '企标封存流程',
|
||||
theSealedEnterpriseBidHasBeenActivatedProcess: '已封存企标启用流程',
|
||||
enterpriseStandardAuditPlan: '企标稽查计划',
|
||||
processOfEnterpriseStandardAudit: '企标稽查流程',
|
||||
auditExtensionApplicationProcess: '稽查延期申请流程',
|
||||
enterpriseStandardInspectionAndRectification: '企标稽查整改',
|
||||
permissionApplicationProcess: '权限申请流程',
|
||||
standardPromotionProcess: '标准宣贯流程',
|
||||
workgroupProcess: '工作组相关流程',
|
||||
postMeetingManagementProcess: '会后管理流程'
|
||||
},
|
||||
// 企标立项/变更计划
|
||||
enterpriseInitChangePlan: {
|
||||
applicationType: '申请类型',
|
||||
standardProjectEstablishment: '标准立项',
|
||||
change: '变更',
|
||||
itemCategory: '项目类别',
|
||||
formulate: '制定',
|
||||
revise: '修订',
|
||||
enterpriseStandardNum: '企标编号',
|
||||
enterpriseStandardName: '企标名称',
|
||||
enterpriseStandardCode: '企业标准代号',
|
||||
enterpriseNameCode: '企业名称代号',
|
||||
standardCategoryCode: '标准类别代号',
|
||||
yearNumber: '年代号',
|
||||
newEnterpriseStandardNum: '新企标编号',
|
||||
newEnterpriseStandardName: '新企标名称',
|
||||
standardEnglishName: '标准英文名称',
|
||||
standardSystem: '标准体系',
|
||||
standardType: '标准类型',
|
||||
standardGradeClassification: '标准等级分类',
|
||||
compilationIllustration: '编制说明',
|
||||
draftPlanFinishDate: '草稿计划完成日期',
|
||||
exposureDraftPlanFinishDate: '征求意见稿计划完成日期',
|
||||
planSubmissionDate: '计划报批日期',
|
||||
partName: '零部件分类',
|
||||
authorizationDepart: '授权部门',
|
||||
principalDrafter: '主起草人',
|
||||
mainDraftUnit: '主起草单位',
|
||||
headOfMainDraftingUnit: '起草单位负责人',
|
||||
standardPusher: '标准推进人',
|
||||
suitUnit: '配合单位',
|
||||
projectStatement: '立项说明',
|
||||
projectApprovalChangeReason: '立项/变更原因',
|
||||
projectBackground: '立项背景、立项依据',
|
||||
homogeneousStandardAnalysis: '国际、国家及行业同类标准分析',
|
||||
standardContrastiveAnalysis: '企业同类标准对比分析',
|
||||
leadershipAndNecessity: '立项标准的领先性与必要性',
|
||||
initiatedProject: '立项目的及预期效果等',
|
||||
uploadAttachment: '上传附件',
|
||||
completionTimeChange: '完成时间变更',
|
||||
terminationOfWork: '工作终止',
|
||||
masterDraftingDepartmentChanges: '主起草部门变更',
|
||||
merge: '合并',
|
||||
originalDraftPlanFinishDate: '原草稿计划完成日期',
|
||||
originalExposureDraftPlanFinishDate: '原征求意见稿计划完成日期',
|
||||
originalPlanSubmissionDate: '原计划报批日期',
|
||||
changeReason: '变更原因',
|
||||
superintendent: '所长',
|
||||
relatedPersonnel: '相关人员',
|
||||
originPrincipalDrafter: '原主起草人',
|
||||
originMainDraftUnit: '原主起草单位',
|
||||
originHeadOfMainDraftingUnit: '原起草单位负责人',
|
||||
typeOfRevision: '制修订类型',
|
||||
scopeOfApplication: '标准适用范围',
|
||||
pleaseSelectTwoSameProjectTypePlan: '请选择两个制修订类型一样的企标计划',
|
||||
pleaseSelectLeastTwoExpert: '请至少选择两位专家',
|
||||
newPrincipalDrafter: '新主起草人',
|
||||
newMainDraftUnit: '新主起草单位',
|
||||
newHeadOfMainDraftingUnit: '新起草单位负责人',
|
||||
regulatoryEngineer: '法规工程师'
|
||||
},
|
||||
// 年度制修订计划
|
||||
revisionPlanActivelyReport: {
|
||||
revisionPlanDesc: '制修订计划说明',
|
||||
whetherToSendAContact: '是否下发联络人',
|
||||
workingGroupContactPerson: '工作组/所联络人',
|
||||
contactSupervisorSuperiorLeader: '联络人主管级上一级领导',
|
||||
affiliatedWorkingGroup: '隶属工作组',
|
||||
contactsSupervisorLevelLeaders: '收集联络人主管级领导',
|
||||
templateExport: '年度制修订计划(各部门上报)导入模板',
|
||||
standardizationInitTemplate: '年度制修订计划(标准化发起)导入模板',
|
||||
batchSetContact: '批量设置联络人',
|
||||
contactPerson: '联络人',
|
||||
batchSetApprover: '批量设置审批人',
|
||||
approver: '审批人',
|
||||
batchSetDrafter: '批量设置主起草人',
|
||||
drafter: '主起草人',
|
||||
pleaseSelectContact: '请选择联络人',
|
||||
pleaseSelectApprover: '请选择审批人',
|
||||
pleaseSelectDrafter: '请选择主起草人',
|
||||
pleaseSelectSameApprover: '请选择相同的审批人'
|
||||
},
|
||||
// 企标制修订流程
|
||||
enStandardRevision: {
|
||||
standardText: '标准文本',
|
||||
onLineEditing: '在线编辑',
|
||||
addOtherDrafter: '添加其他起草人',
|
||||
addEditDrafter: '新增/编辑起草人',
|
||||
draftingUnit: '起草单位',
|
||||
drafter: '起草人',
|
||||
draftingScope: '起草范围',
|
||||
uploadStandard: '上传企标',
|
||||
pleaseUploadStandard: '请上传企标',
|
||||
lookUploadStandard: '查看已上传企标',
|
||||
conferee: '参会人员',
|
||||
meetingSummary: '会议纪要',
|
||||
compilationIllustration: '编制说明',
|
||||
isNeedAudit: '是否需要稽查',
|
||||
enterpriseStandardText: '企标文本',
|
||||
isCanAuditMeeting: '是否可以进行评审会',
|
||||
assessor: '评审人',
|
||||
scorer: '评分人',
|
||||
reviewDate: '评审日期',
|
||||
judgingVenue: '评审地点',
|
||||
pleaseEnterAllMarkItem: '请填写所有评分项',
|
||||
isOpenComment: '是否开启征求意见',
|
||||
departmentalLiaison: '部门联络人',
|
||||
deadlineForComments: '征求意见截止日期',
|
||||
workingGroup: '工作组',
|
||||
clauseNumber: '条款号',
|
||||
clauseName: '条款名称',
|
||||
contentOfRevisedOpinion: '修改意见内容(包括修改理由和依据)',
|
||||
departLiaisonLeader: '部门联络人主管级领导',
|
||||
proposer: '意见提出人',
|
||||
handlingSuggestion: '处理意见',
|
||||
reason: '理由',
|
||||
proofreader: '校对人(其他起草人)',
|
||||
approverLeader: '审批人(主管级领导)',
|
||||
approverStandardization: '审批人(标准化)',
|
||||
countersign: '会签(相关部门领导)',
|
||||
approverHeadEngineer: '审批(总工程师)',
|
||||
releaseDate: '发布日期',
|
||||
implementationDate: '实施日期'
|
||||
},
|
||||
enStandardChange: {
|
||||
releaseDate: '发布日期',
|
||||
materialDate: '实施日期',
|
||||
isTry: '是否试行',
|
||||
trialPeriod: '试行周期',
|
||||
scopeOfApplication: '标准适用范围',
|
||||
substituteStandardNumber: '代替标准号',
|
||||
quotedStandard: '引用标准',
|
||||
relevantFile: '关联文件',
|
||||
degreeOfBidAcquisition: '采标程度',
|
||||
adoptInternationalStandardNumber: '采用国际标准号',
|
||||
revisedOpinionContent: '修改意见内容',
|
||||
beforeUpdate: '修改前',
|
||||
afterUpdate: '修改后',
|
||||
updateReason: '修改理由',
|
||||
lookUpdateBeforeContent: '查看修改前内容',
|
||||
proposingDepartment: '提出部门',
|
||||
introducer: '提出人'
|
||||
},
|
||||
// 企标复审流程
|
||||
enStandardRecheck: {
|
||||
recheckDate: '复审日期',
|
||||
recheck: '复审',
|
||||
standGood: '继续有效',
|
||||
revise: '修订',
|
||||
annul: '废止',
|
||||
sealSave: '封存'
|
||||
},
|
||||
// 企标废止流程
|
||||
enStandardAnnul: {
|
||||
substituteStandardNumber: '代替企标编号',
|
||||
replacedByEnStandardNumber: '被代替企标编号',
|
||||
annulReason: '废止理由'
|
||||
},
|
||||
// 企标封存流程
|
||||
enStandardSealSave: {
|
||||
sealSaveReason: '封存理由'
|
||||
},
|
||||
// 已封存企标启用流程
|
||||
enStandardStartUse: {
|
||||
startUseReason: '启用理由'
|
||||
},
|
||||
// 流程配置
|
||||
processConfig: {
|
||||
processType: '流程类型',
|
||||
editFlowchart: '编辑流程图',
|
||||
editFlowNode: '编辑流程节点',
|
||||
deploy: '部署'
|
||||
},
|
||||
processDetail: {
|
||||
urgeHandle: '催办',
|
||||
flowChart: '流程图',
|
||||
taskNode: '任务节点',
|
||||
taskHandler: '任务受理人',
|
||||
completionTime: '完成时间',
|
||||
timeConsuming: '耗时',
|
||||
approvalOpinion: '审批意见',
|
||||
opinionContent: '意见内容'
|
||||
},
|
||||
// 标准征求意见
|
||||
standardConsultationProcess: {
|
||||
standardText: '标准文本',
|
||||
selectText: '选择文本',
|
||||
selectionStandardFile: '选择标准文件',
|
||||
relevantDocument: '相关文件',
|
||||
endDate: '征求意见结束日期',
|
||||
senderType: '下发人员类型',
|
||||
moduleOwner: '模块负责人',
|
||||
designEngineer: '设计工程师',
|
||||
solicitationList: '征求意见列表',
|
||||
chapterName: '章节名称',
|
||||
pleaseSelectCriteriaFirst: '请先选择标准',
|
||||
reasonForRevision: '修改意见理由(包括理由或依据)'
|
||||
},
|
||||
// 企标稽查计划
|
||||
esInspectionPlan: {
|
||||
inspectionPlan: '稽查计划',
|
||||
inspectionBasisStandardNumber: '稽查依据标准号',
|
||||
inspectionBasisStandardName: '稽查依据标准名称',
|
||||
planInspectionObjects: '计划稽查对象',
|
||||
mainDutyStandardizationGroup: '主责标准化工作组',
|
||||
department: '所属部门',
|
||||
planInspectionDate: '计划稽查日期',
|
||||
inspectionDirector: '稽查负责人',
|
||||
standardizationGroupContactPerson: '标准化组对接人',
|
||||
solicitingOpinionsFrom: '征求意见对象',
|
||||
remark: '备注',
|
||||
departmentPersonnel: '所属部门人员',
|
||||
creator: '创建人',
|
||||
initiator: '发起人',
|
||||
departOpinion: '所属部门意见',
|
||||
opinion: '意见',
|
||||
writeOpinion: '填写意见',
|
||||
solicitOpinion: '征求意见',
|
||||
solicitOpinionObject: '征求意见对象',
|
||||
isCountersign: '是否会签',
|
||||
countersignRelevantPersonnel: '会签相关人员',
|
||||
downloadTemplate: '企标稽查计划导入模板',
|
||||
pleaseFillOpinion: '请填写意见'
|
||||
},
|
||||
// 企标稽查流程
|
||||
esInspectionProcess: {
|
||||
inspectionPlanEs: '稽查计划企标',
|
||||
esNumber: '企标编号',
|
||||
esName: '企标名称',
|
||||
inspectionContent: '稽查内容',
|
||||
accordingToTerms: '依据条款',
|
||||
standardContentOrDemand: '标准内容或要求',
|
||||
opinion: '意见',
|
||||
sectionNumber: '章节编号',
|
||||
inspectionReport: '稽查报告',
|
||||
rectificationPlan: '整改计划',
|
||||
actualInspectionCompletionDate: '实际稽查完成日期',
|
||||
actualInspector: '实际稽查人',
|
||||
implementation: '执行情况',
|
||||
file: '附件',
|
||||
score: '评分',
|
||||
enterpriseStandard: '企标:',
|
||||
sectionClause: '章节条款',
|
||||
isNeedRectification: '是否需要整改',
|
||||
nonCompliantDescription: '不符合项描述',
|
||||
rectificationMeasures: '整改措施',
|
||||
rectificationUnit: '整改单位',
|
||||
rectificationDirector: '整改负责人',
|
||||
planDoneDate: '计划完成日期',
|
||||
rectificationPlanDoneDate: '整改计划完成日期',
|
||||
rectificationRealityDoneDate: '整改实际完成日期',
|
||||
rectificationStatus: '整改状态',
|
||||
pleaseFillInspectionContent: '请填写稽查内容',
|
||||
pleaseFillInspectionReport: '请填写稽查报告',
|
||||
pleaseFillRectificationPlan: '请填写整改计划',
|
||||
noInspectionReportAvailable: '该章节条款暂无稽查报告',
|
||||
contentLinkRectificationPlan: '该稽查内容已关联整改计划,不可删除',
|
||||
pleaseCompleteTimeAndUserInfo: '请完善时间及稽查人信息'
|
||||
},
|
||||
// 稽查延期申请流程
|
||||
incExtensionRequest: {
|
||||
state: '状态',
|
||||
requestExtension: '申请延期',
|
||||
requestExtensionDate: '申请延期日期',
|
||||
extensionDescription: '延期说明',
|
||||
inspectionContactPerson: '稽查联络人'
|
||||
},
|
||||
// 企标稽查整改
|
||||
esInspectionRectification: {
|
||||
inspectionBasis: '稽查依据',
|
||||
accordingToTerms: '依据条款',
|
||||
standardContentOrDemand: '标准内容或要求',
|
||||
rectificationUnit: '整改单位',
|
||||
nonCompliantDescription: '不符合项描述',
|
||||
rectificationMeasures: '整改措施',
|
||||
rectificationDirector: '整改负责人',
|
||||
planDoneDate: '计划完成日期',
|
||||
operationType: '操作类型',
|
||||
rectificationResults: '整改结果',
|
||||
file: '附件',
|
||||
requestExtensionDate: '申请延期日期',
|
||||
extensionDescription: '延期说明'
|
||||
},
|
||||
// 权限申请流程
|
||||
permissionApplicationProcess: {
|
||||
esNumber: '企标编号',
|
||||
esName: '企标名称',
|
||||
authExpirationDate: '授权到期日期',
|
||||
applicationDescription: '申请说明',
|
||||
applicant: '申请人',
|
||||
applyForPermission: '申请权限'
|
||||
},
|
||||
// 标准宣贯流程
|
||||
standardPromotionProcess: {
|
||||
urgency: '紧急程度',
|
||||
esNumber: '企标编号',
|
||||
esName: '企标名称',
|
||||
promoter: '宣贯人',
|
||||
mainDeliveryDepart: '主送部门',
|
||||
subject: '主题',
|
||||
promotionDate: '宣贯日期',
|
||||
participatingUnits: '参宣单位',
|
||||
contactPerson: '联络人',
|
||||
content: '内容',
|
||||
promotionalMaterials: '宣贯材料'
|
||||
},
|
||||
// 会后管理流程
|
||||
postMeetingManageProcess: {
|
||||
subStandardizationCommitteeName: '分标委名称',
|
||||
workGroupName: '工作组名称',
|
||||
standardNumber: '标准编号',
|
||||
standardName: '标准名称',
|
||||
meetingName: '会议名称',
|
||||
attendanceDate: '参会日期',
|
||||
relevantData: '相关材料',
|
||||
uncommitted: '未参加'
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,449 @@
|
||||
module.exports = {
|
||||
basicInformation: '基础信息',
|
||||
personalInformation: '人员信息',
|
||||
dispatchInformation: '业务分派信息',
|
||||
checkTableRequired: '请检查表格必填项是否已填写',
|
||||
// 新建流程页
|
||||
newProcess: {
|
||||
externalStandardsManagementProcess: '外部标准管理流程',
|
||||
standardRegulationEntryCorrectionProcess: '标准法规入库/变更流程',
|
||||
annotateTheConsultationProcess: '标准征求意见流程',
|
||||
projectComplianceAssessmentProcess: '项目合规评估流程',
|
||||
noMatchTrackingProcess: '未符合项跟踪流程',
|
||||
regulatoryComplianceAssessmentProcess: '法规合规评估流程',
|
||||
regulatoryProcurementProcess: '法规采购流程',
|
||||
enterpriseProjectChangePlan: '企标立项/变更计划',
|
||||
annualRevisionPlanActivelyReport: '年度制修订计划审批流程(各部门主动上报)',
|
||||
annualRevisionPlanStandardizationInit: '年度制修订计划审批流程(标准化发起)',
|
||||
enterpriseStandardSystemRevisionProcess: '企标制修订流程(草案编写/征求意见/报批)',
|
||||
bidChangeProcess: '企标更改流程',
|
||||
processOfEnterpriseBidReview: '企标复审流程',
|
||||
processOfEnterpriseBidAnnulment: '企标废止流程',
|
||||
processOfSealingEnterpriseStandard: '企标封存流程',
|
||||
theSealedEnterpriseBidHasBeenActivatedProcess: '已封存企标启用流程',
|
||||
enterpriseStandardAuditPlan: '企标稽查计划',
|
||||
processOfEnterpriseStandardAudit: '企标稽查流程',
|
||||
auditExtensionApplicationProcess: '稽查延期申请流程',
|
||||
enterpriseStandardInspectionAndRectification: '企标稽查整改',
|
||||
permissionApplicationProcess: '权限申请流程',
|
||||
standardPromotionProcess: '标准宣贯流程',
|
||||
workgroupProcess: '汽标委工作组相关流程',
|
||||
postMeetingManagementProcess: '会后管理流程'
|
||||
},
|
||||
// 企标立项/变更计划
|
||||
enterpriseInitChangePlan: {
|
||||
applicationType: '申请类型',
|
||||
standardProjectEstablishment: '标准立项',
|
||||
change: '变更',
|
||||
itemCategory: '项目类别',
|
||||
formulate: '制定',
|
||||
revise: '修订',
|
||||
enterpriseStandardNum: '企标编号',
|
||||
enterpriseStandardName: '企标名称',
|
||||
enterpriseStandardCode: '企业标准代号',
|
||||
enterpriseNameCode: '企业名称代号',
|
||||
standardCategoryCode: '标准类别代号',
|
||||
yearNumber: '年代号',
|
||||
newEnterpriseStandardNum: '新企标编号',
|
||||
newEnterpriseStandardName: '新企标名称',
|
||||
standardEnglishName: '标准英文名称',
|
||||
standardSystem: '标准体系',
|
||||
standardType: '标准类型',
|
||||
standardGradeClassification: '标准等级分类',
|
||||
compilationIllustration: '编制说明',
|
||||
draftPlanFinishDate: '草稿计划完成日期',
|
||||
exposureDraftPlanFinishDate: '征求意见稿计划完成日期',
|
||||
planSubmissionDate: '计划报批日期',
|
||||
partName: '零部件分类',
|
||||
authorizationDepart: '授权部门',
|
||||
principalDrafter: '主起草人',
|
||||
mainDraftUnit: '主起草单位',
|
||||
headOfMainDraftingUnit: '主起草单位负责人',
|
||||
standardPusher: '标准推进人',
|
||||
suitUnit: '配合单位',
|
||||
projectStatement: '立项说明',
|
||||
projectApprovalChangeReason: '立项/变更原因',
|
||||
projectBackground: '立项背景、立项依据',
|
||||
homogeneousStandardAnalysis: '国际、国家及行业同类标准分析',
|
||||
standardContrastiveAnalysis: '企业同类标准对比分析',
|
||||
leadershipAndNecessity: '立项标准的领先性与必要性',
|
||||
initiatedProject: '立项目的及预期效果等',
|
||||
uploadAttachment: '上传附件',
|
||||
completionTimeChange: '完成时间变更',
|
||||
terminationOfWork: '工作终止',
|
||||
dutyDepartChange: '责任部门变更',
|
||||
merge: '合并',
|
||||
originalDraftPlanFinishDate: '原草稿计划完成日期',
|
||||
originalExposureDraftPlanFinishDate: '原征求意见稿计划完成日期',
|
||||
originalPlanSubmissionDate: '原计划报批日期',
|
||||
changeReason: '变更原因',
|
||||
superintendent: '所长',
|
||||
relatedPersonnel: '相关人员',
|
||||
originPrincipalDrafter: '原主起草人',
|
||||
originMainDraftUnit: '原主起草单位',
|
||||
originHeadOfMainDraftingUnit: '原起草单位负责人',
|
||||
typeOfRevision: '制修订类型',
|
||||
scopeOfApplication: '标准适用范围',
|
||||
pleaseSelectTwoSameProjectTypePlan: '请选择两个制修订类型一样的企标计划',
|
||||
pleaseSelectLeastTwoExpert: '请至少选择两位专家',
|
||||
newPrincipalDrafter: '新主起草人',
|
||||
newMainDraftUnit: '新主起草单位',
|
||||
newHeadOfMainDraftingUnit: '新起草单位负责人',
|
||||
existingNumber: '企标编号已存在,需等待重新生成顺序号',
|
||||
numberReset: '顺序号已重新生成',
|
||||
regulatoryEngineer: '法规工程师'
|
||||
},
|
||||
// 年度制修订计划
|
||||
revisionPlanActivelyReport: {
|
||||
revisionPlanDesc: '制修订计划说明',
|
||||
whetherToSendAContact: '是否下发联络人',
|
||||
workingGroupContactPerson: '工作组/所联络人',
|
||||
contactSupervisorSuperiorLeader: '联络人主管级上一级领导',
|
||||
affiliatedWorkingGroup: '隶属工作组',
|
||||
contactsSupervisorLevelLeaders: '收集联络人主管级领导',
|
||||
templateExport: '年度制修订计划(各部门上报)导入模板',
|
||||
standardizationInitTemplate: '年度制修订计划(标准化发起)导入模板',
|
||||
batchSetContact: '批量设置联络人',
|
||||
contactPerson: '联络人',
|
||||
batchSetApprover: '批量设置审批人',
|
||||
approver: '审批人',
|
||||
batchSetDrafter: '批量设置主起草人',
|
||||
drafter: '主起草人',
|
||||
pleaseSelectContact: '请选择联络人',
|
||||
pleaseSelectApprover: '请选择审批人',
|
||||
pleaseSelectDrafter: '请选择主起草人',
|
||||
pleaseSelectSameApprover: '请选择相同的审批人',
|
||||
standizationEnterDataNotUpdate: '标准化填写的基本信息数据不可更改'
|
||||
},
|
||||
// 企标制修订流程
|
||||
enStandardRevision: {
|
||||
standardText: '标准文本',
|
||||
onLineEditing: '在线编辑',
|
||||
addOtherDrafter: '添加其他起草人',
|
||||
addEditDrafter: '新增/编辑起草人',
|
||||
draftingUnit: '起草单位',
|
||||
drafter: '起草人',
|
||||
draftingScope: '起草范围',
|
||||
uploadStandard: '上传企标',
|
||||
pleaseUploadStandard: '请上传企标',
|
||||
lookUploadStandard: '查看已上传企标',
|
||||
conferee: '参会人员',
|
||||
meetingSummary: '会议纪要',
|
||||
compilationIllustration: '编制说明',
|
||||
isNeedAudit: '是否需要稽查',
|
||||
enterpriseStandardText: '企标文本',
|
||||
isCanAuditMeeting: '是否可以进行评审会',
|
||||
assessor: '评审人',
|
||||
scorer: '评分人',
|
||||
reviewDate: '评审日期',
|
||||
judgingVenue: '评审地点',
|
||||
pleaseEnterAllMarkItem: '请填写所有评分项',
|
||||
isOpenComment: '是否开启征求意见',
|
||||
departmentalLiaison: '部门联络人',
|
||||
deadlineForComments: '征求意见截止日期',
|
||||
workingGroup: '工作组',
|
||||
solicitOpinionObject: '征求意见对象',
|
||||
clauseNumber: '条款号',
|
||||
clauseName: '条款名称',
|
||||
contentOfRevisedOpinion: '修改意见内容(包括修改理由和依据)',
|
||||
departLiaisonLeader: '部门联络人主管级领导',
|
||||
proposer: '意见提出人',
|
||||
handlingSuggestion: '处理意见',
|
||||
reason: '理由',
|
||||
proofreader: '校对人(其他起草人)',
|
||||
approverLeader: '审批人(主管级领导)',
|
||||
approverStandardization: '审批人(标准化)',
|
||||
countersign: '会签(相关部门领导)',
|
||||
approverHeadEngineer: '审批(总工程师)',
|
||||
releaseDate: '发布日期',
|
||||
implementationDate: '实施日期',
|
||||
esPlan: '企标计划',
|
||||
deadlineNeedGreaterThan: '征求意见截止日期需要比征求意见稿计划完成日期早',
|
||||
noStandardTextLook: '暂无标准文本可查看',
|
||||
summaryOfOpinions: '意见汇总'
|
||||
},
|
||||
// 企标更改流程
|
||||
enStandardChange: {
|
||||
releaseDate: '发布日期',
|
||||
materialDate: '实施日期',
|
||||
isTry: '是否试行',
|
||||
trialPeriod: '试行周期',
|
||||
scopeOfApplication: '标准适用范围',
|
||||
substituteStandardNumber: '代替标准号',
|
||||
quotedStandard: '引用标准',
|
||||
relevantFile: '关联文件',
|
||||
degreeOfBidAcquisition: '采标程度',
|
||||
adoptInternationalStandardNumber: '采用国际标准号',
|
||||
revisedOpinionContent: '修改意见内容',
|
||||
beforeUpdate: '修改前',
|
||||
afterUpdate: '修改后',
|
||||
updateReason: '修改理由',
|
||||
lookUpdateBeforeContent: '查看修改前内容',
|
||||
proposingDepartment: '提出部门',
|
||||
introducer: '提出人',
|
||||
levelCode: '更改级别代号',
|
||||
isHasGraph: '有无二维或三维图',
|
||||
customerConfirmation: '顾客确认(适用军品)',
|
||||
refreshFileNumber: '刷新文件号(三维)',
|
||||
inventory: '库存',
|
||||
workInProgress: '在制品',
|
||||
spareParts: '备件',
|
||||
relatedChanges: '关联更改项',
|
||||
changeTag: '更改标记',
|
||||
treatmentCount: '处数',
|
||||
effectiveDate: '生效日期'
|
||||
},
|
||||
// 企标复审流程
|
||||
enStandardRecheck: {
|
||||
recheckDate: '复审日期',
|
||||
recheck: '复审',
|
||||
standGood: '继续有效',
|
||||
revise: '修订',
|
||||
annul: '废止',
|
||||
sealSave: '封存'
|
||||
},
|
||||
// 企标废止流程
|
||||
enStandardAnnul: {
|
||||
substituteStandardNumber: '代替企标编号',
|
||||
replacedByEnStandardNumber: '被代替企标编号',
|
||||
annulReason: '废止理由'
|
||||
},
|
||||
// 企标封存流程
|
||||
enStandardSealSave: {
|
||||
sealSaveReason: '封存理由'
|
||||
},
|
||||
// 已封存企标启用流程
|
||||
enStandardStartUse: {
|
||||
startUseReason: '启用理由'
|
||||
},
|
||||
// 流程配置
|
||||
processConfig: {
|
||||
processType: '流程类型',
|
||||
editFlowchart: '编辑流程图',
|
||||
editFlowNode: '编辑流程节点',
|
||||
deploy: '部署'
|
||||
},
|
||||
processDetail: {
|
||||
urgeHandle: '催办',
|
||||
flowChart: '流程图',
|
||||
taskNode: '任务节点',
|
||||
taskHandler: '任务受理人',
|
||||
completionTime: '完成时间',
|
||||
timeConsuming: '耗时',
|
||||
approvalOpinion: '审批意见',
|
||||
opinionContent: '意见内容'
|
||||
},
|
||||
// 流程中心
|
||||
processCenter: {
|
||||
todoProcess: '待办流程',
|
||||
doneProcess: '已办流程',
|
||||
sentProcess: '已发流程',
|
||||
monitorProcess: '监控流程',
|
||||
draft: '草稿',
|
||||
processNumber: '流程编号',
|
||||
processType: '流程类型',
|
||||
nodeName: '节点名称',
|
||||
initiator: '发起人',
|
||||
receivingTaskTime: '接收任务时间',
|
||||
currentProcessor: '当前处理人',
|
||||
finishTime: '完成时间',
|
||||
processState: '流程状态',
|
||||
processTime: '流程耗时(小时)'
|
||||
},
|
||||
// 标准征求意见
|
||||
standardConsultationProcess: {
|
||||
standardText: '标准文本',
|
||||
selectText: '选择文本',
|
||||
selectionStandardFile: '选择标准文件',
|
||||
relevantDocument: '相关文件',
|
||||
endDate: '征求意见结束日期',
|
||||
senderType: '下发人员类型',
|
||||
moduleOwner: '模块负责人',
|
||||
designEngineer: '设计工程师',
|
||||
solicitationList: '征求意见列表',
|
||||
chapterName: '章节名称',
|
||||
pleaseSelectCriteriaFirst: '请先选择标准',
|
||||
reasonForRevision: '修改意见理由(包括理由或依据)',
|
||||
processExpiration: '该征求意见流程已结束,不能办理',
|
||||
isThereNoOpinion: '是否没有意见?',
|
||||
noOpinion: '无意见'
|
||||
},
|
||||
// 企标稽查计划
|
||||
esInspectionPlan: {
|
||||
inspectionPlan: '稽查计划',
|
||||
inspectionBasisStandardNumber: '稽查依据标准号',
|
||||
inspectionBasisStandardName: '稽查依据标准名称',
|
||||
planInspectionObjects: '计划稽查对象',
|
||||
mainDutyStandardizationGroup: '主责标准化工作组',
|
||||
department: '所属部门',
|
||||
planInspectionDate: '计划稽查日期',
|
||||
inspectionDirector: '稽查负责人',
|
||||
standardizationGroupContactPerson: '标准化组对接人',
|
||||
solicitingOpinionsFrom: '征求意见对象',
|
||||
remark: '备注',
|
||||
departmentPersonnel: '所属部门人员',
|
||||
creator: '创建人',
|
||||
initiator: '发起人',
|
||||
departOpinion: '所属部门意见',
|
||||
opinion: '意见',
|
||||
writeOpinion: '填写意见',
|
||||
solicitOpinion: '征求意见',
|
||||
solicitOpinionObject: '征求意见对象',
|
||||
isCountersign: '是否会签',
|
||||
countersignRelevantPersonnel: '会签相关人员',
|
||||
downloadTemplate: '企标稽查计划导入模板',
|
||||
pleaseFillOpinion: '请填写意见'
|
||||
},
|
||||
// 企标稽查流程
|
||||
esInspectionProcess: {
|
||||
inspectionPlanEs: '稽查计划企标',
|
||||
esNumber: '企标编号',
|
||||
esName: '企标名称',
|
||||
inspectionContent: '稽查内容',
|
||||
accordingToTerms: '依据条款',
|
||||
standardContentOrDemand: '标准内容或要求',
|
||||
opinion: '意见',
|
||||
sectionNumber: '章节编号',
|
||||
inspectionReport: '稽查报告',
|
||||
rectificationPlan: '整改计划',
|
||||
actualInspectionCompletionDate: '实际稽查完成日期',
|
||||
actualInspector: '实际稽查人',
|
||||
implementation: '执行情况',
|
||||
file: '附件',
|
||||
score: '评分',
|
||||
enterpriseStandard: '企标:',
|
||||
sectionClause: '章节条款',
|
||||
isNeedRectification: '是否需要整改',
|
||||
nonCompliantDescription: '不符合项描述',
|
||||
rectificationMeasures: '整改措施',
|
||||
rectificationUnit: '整改单位',
|
||||
rectificationDirector: '整改负责人',
|
||||
planDoneDate: '计划完成日期',
|
||||
rectificationPlanDoneDate: '整改计划完成日期',
|
||||
rectificationRealityDoneDate: '整改实际完成日期',
|
||||
rectificationStatus: '整改状态',
|
||||
pleaseFillInspectionContent: '请填写稽查内容',
|
||||
pleaseFillInspectionReport: '请填写稽查报告',
|
||||
pleaseFillRectificationPlan: '请填写整改计划',
|
||||
noInspectionReportAvailable: '该章节条款暂无稽查报告',
|
||||
contentLinkRectificationPlan: '该稽查内容已关联整改计划,不可删除',
|
||||
pleaseCompleteTimeAndUserInfo: '请完善时间及稽查人信息'
|
||||
},
|
||||
// 稽查延期申请流程
|
||||
incExtensionRequest: {
|
||||
state: '状态',
|
||||
requestExtension: '申请延期',
|
||||
requestExtensionDate: '申请延期日期',
|
||||
extensionDescription: '延期说明',
|
||||
inspectionContactPerson: '稽查联络人'
|
||||
},
|
||||
// 企标稽查整改
|
||||
esInspectionRectification: {
|
||||
inspectionBasis: '稽查依据',
|
||||
accordingToTerms: '依据条款',
|
||||
standardContentOrDemand: '标准内容或要求',
|
||||
rectificationUnit: '整改单位',
|
||||
nonCompliantDescription: '不符合项描述',
|
||||
rectificationMeasures: '整改措施',
|
||||
rectificationDirector: '整改负责人',
|
||||
planDoneDate: '计划完成日期',
|
||||
operationType: '操作类型',
|
||||
rectificationResults: '整改结果',
|
||||
file: '附件',
|
||||
requestExtensionDate: '申请延期日期',
|
||||
extensionDescription: '延期说明'
|
||||
},
|
||||
// 权限申请流程
|
||||
permissionApplicationProcess: {
|
||||
esNumber: '企标编号',
|
||||
esName: '企标名称',
|
||||
authExpirationDate: '授权到期日期',
|
||||
applicationDescription: '申请说明',
|
||||
applicant: '申请人',
|
||||
applyForPermission: '申请权限'
|
||||
},
|
||||
// 标准宣贯流程
|
||||
standardPromotionProcess: {
|
||||
urgency: '紧急程度',
|
||||
esNumber: '企标编号',
|
||||
esName: '企标名称',
|
||||
promoter: '宣贯人',
|
||||
mainDeliveryDepart: '主送部门',
|
||||
subject: '主题',
|
||||
promotionDate: '宣贯日期',
|
||||
participatingUnits: '参宣单位',
|
||||
contactPerson: '联络人',
|
||||
content: '内容',
|
||||
promotionalMaterials: '宣贯材料'
|
||||
},
|
||||
// 会后管理流程
|
||||
postMeetingManageProcess: {
|
||||
subStandardizationCommitteeName: '分标委名称',
|
||||
workGroupName: '工作组名称',
|
||||
standardNumber: '标准编号',
|
||||
standardName: '标准名称',
|
||||
meetingName: '会议名称',
|
||||
attendanceDate: '参会日期',
|
||||
relevantData: '相关材料',
|
||||
uncommitted: '未参加'
|
||||
},
|
||||
// 法规采购流程
|
||||
standardProcurementProcess: {
|
||||
reasonForPurchase: '采购理由',
|
||||
addAtLeastOne: '请添加至少一条数据',
|
||||
legalProcurement: '法规采购流程报表',
|
||||
carbonCopy: '抄送'
|
||||
},
|
||||
// 项目合规评估流程
|
||||
projectComplianceEvaluationProcess: {
|
||||
selectStandard: '选择标准',
|
||||
taskDistributing: '任务分发',
|
||||
nextStep: '下一步',
|
||||
lastStep: '上一步',
|
||||
rDComplianceList: '研发合规清单',
|
||||
salvageListSource: '分解单来源',
|
||||
vehicleItemInfo: '车型项目信息',
|
||||
propertiesAndTextAttachments: '属性及文本附件',
|
||||
batchSelector: '批量选择人员',
|
||||
standardNameClauseName: '标准名称/条款名称',
|
||||
terms: '条款内容',
|
||||
accountabilityUnit: '责任单位',
|
||||
responsibleUnitHead: '责任单位负责人',
|
||||
noCauseInvolved: '不涉及原因',
|
||||
cancelNotInvolve: '取消不涉及',
|
||||
preNodePeople: '上一节点处理人',
|
||||
evaluationFeedback: '评估反馈',
|
||||
ccPerson: '抄送人员',
|
||||
pleaseSelectResponsibleUnit: '请选择责任单位',
|
||||
pleaseSelectResponsibleUnitLeader: '请选择责任单位负责人',
|
||||
aUnitOnlyALeader: '一个责任单位只能选择一个责任单位负责人,请检查',
|
||||
pleaseSelectModuleOwner: '请选择模块负责人',
|
||||
pleaseSelectDesignEngineer: '请选择设计工程师',
|
||||
selectIncludeNotInvolved: '勾选数据中包含不涉及数据,不能选择人员'
|
||||
},
|
||||
// 未符合项跟踪流程
|
||||
noMatchTracking: {
|
||||
queryByCondition: '按条件查询',
|
||||
problemTypes: '问题类型',
|
||||
reorganizeTheSituation: '整改情况'
|
||||
},
|
||||
// 法规合规评估流程
|
||||
standardCompliance: {
|
||||
addStandard: '添加标准',
|
||||
responsibleUnitContactPerson: '责任单位联络人',
|
||||
pleaseSelectDeleteData: '请选择要删除的数据',
|
||||
moduleOwner: '模块责任人',
|
||||
projectAppraisal: '项目评估',
|
||||
stronglyRelatedVehicleType: '是否与车型强关联',
|
||||
doesNotFitModel: '不符合车型系列',
|
||||
projectApproval: '项目审批',
|
||||
projectFiling: '项目归档',
|
||||
pleaseAddStandard: '请添加标准',
|
||||
pleaseSelectResponsibleUnitContactPerson: '请选择责任单位联络人',
|
||||
atLeastOneData:'至少需要保留一条数据',
|
||||
pleaseSelectDesignEngineer: '请选择设计工程师',
|
||||
batchSelectDesignEngineer: '批量选择设计工程师',
|
||||
batchSelectCCPersonnel:'批量选择抄送人员',
|
||||
noProjectData: '不立项数据不能选择设计工程师'
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,696 @@
|
||||
const system = require('./system/zh.js')
|
||||
const personalCenter = require('./personalCenter/zh.js')
|
||||
const standardRegulationLibrary = require('./standardRegulationLibrary/zh-cn')
|
||||
const enterpriseStandardLibrary = require('./enterpriseStandardLibrary/zh.js')
|
||||
const businessSupport = require('./businessSupport/zh')
|
||||
const projectLibrary = require('./projectLibrary/zh.js')
|
||||
const dashboard = require('./dashboard/zh')
|
||||
const workCenter = require('./workCenter/zh')
|
||||
|
||||
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: '请输入或选择',
|
||||
view: '查看',
|
||||
viewDetail: '详情',
|
||||
selectOne: '请选择一条数据',
|
||||
essentialInformation: '基本信息',
|
||||
download: '下载',
|
||||
unwatermarkedDownload: '无水印下载',
|
||||
fileName: '文件名称',
|
||||
fileDeclaration: '文件说明',
|
||||
newNode: '新增节点',
|
||||
modifyNode: '修改节点',
|
||||
deleteNode: '删除节点',
|
||||
moveUp: '上移',
|
||||
moveDown: '下移',
|
||||
copy: '复制',
|
||||
confirmReplication: '确认复制?',
|
||||
confirmDeleteNodes: '该节点下若有子节点将同步删除,确认删除该条数据?',
|
||||
pleaseSelectData: '请选择数据',
|
||||
leastTwo: '请选择至少两条数据',
|
||||
number: '编号',
|
||||
title: '标题',
|
||||
release: '发布',
|
||||
withdraw: '撤回',
|
||||
confirmRelease: '确认发布?',
|
||||
confirmReleaseContent: '确认发布该条数据?',
|
||||
confirmWithdraw: '确认撤回?',
|
||||
confirmWithdrawContent: '确认撤回该条数据?',
|
||||
doNotHavePermissionDeleteData: '没有权限删除此数据',
|
||||
noData: '暂无数据',
|
||||
dataLoading: '数据加载中...',
|
||||
confirmDelete: '确定删除?',
|
||||
uploadedBy: '上传人',
|
||||
uploadTime: '上传时间',
|
||||
uploadFileBtn: '上传文件',
|
||||
tips: '提示',
|
||||
exportTip: '正在导出,请稍候',
|
||||
fileDownloadFail: '文件下载失败',
|
||||
pleaseEnterTreeSystem: '输入树状图体系',
|
||||
project: '项目',
|
||||
standardNumber: '标准编号',
|
||||
standardName: '标准名称',
|
||||
standardNumOrName: '标准编号/标准名称',
|
||||
fileImportError: '文件导入错误',
|
||||
flowCenter: '流程中心——',
|
||||
processInformation: '流程信息',
|
||||
basicServiceInformation: '业务基本信息',
|
||||
processApprovalInformation: '流程审批信息',
|
||||
processName: '流程名称',
|
||||
expirationDate: '截止日期',
|
||||
processExplain: '流程说明',
|
||||
entrust: '委托',
|
||||
turnTo: '转办',
|
||||
agree: '同意',
|
||||
reject: '驳回',
|
||||
basicInformation: '基础信息',
|
||||
personalInformation: '人员信息',
|
||||
rangeOfApplication: '适用范围',
|
||||
transact: '办理',
|
||||
compulsoryWithdrawal: '强制撤回',
|
||||
sureCompulsoryWithdrawal: '确认强制撤回吗?',
|
||||
finishDate: '完成日期',
|
||||
projectStatement: '立项说明',
|
||||
pleaseFillInAtLeastOneItem: '请至少填写一项',
|
||||
addAtLeastOneRowOfData: '请至少添加一行数据',
|
||||
mergeStandardInformation: '合并标准信息',
|
||||
pleaseEnterPersonnelInfo: '请完整填写人员信息',
|
||||
pleaseEnterRemarks: '请填写备注',
|
||||
lookDetail: '查看详情',
|
||||
batchReject: '批量驳回',
|
||||
pleaseSelectDistributeData: '请选择要分发的数据',
|
||||
deadline: '截止时间',
|
||||
submitAddAdd: '提交并新增',
|
||||
pleaseSelectOneStandard: '请选择至少一条标准',
|
||||
selectAtLeastOne: '选中至少一条列表数据',
|
||||
pleaseSelectTime: '请选择时间',
|
||||
oneTableAdded: '只能添加一个表格',
|
||||
addATable: '请添加一个表格',
|
||||
select: '选择',
|
||||
attach: '附件',
|
||||
checkedAll: '全选',
|
||||
pleaseCompleteTableInfo: '请完善表格信息',
|
||||
node: '节点',
|
||||
atLeastSelect: '至少选择',
|
||||
personnal: '人',
|
||||
pleaseEnterAPositiveInteger: '请输入正整数',
|
||||
implementationNeedGreaterThan: '实施日期需要至少比发布日期大15天',
|
||||
pleaseSelectStandard: '请选择标准',
|
||||
successfullyDelete: '删除成功',
|
||||
cannotAddAgain: '不能重复添加',
|
||||
pleaseSelectDate: '请选择日期',
|
||||
noFileAvailableForPreview: '暂无可预览的文件',
|
||||
enterpriseStandard: '企业标准',
|
||||
pleaseAtLeastSelectOneUser: '请至少选择一个用户',
|
||||
// 树右键
|
||||
treeRight: {
|
||||
addFolder: '新增文件夹',
|
||||
addSubFolders: '新增子文件夹',
|
||||
editFolder: '编辑文件夹',
|
||||
deleteFolders: '删除文件夹',
|
||||
folderName: '文件夹名称',
|
||||
administrativePrivileges: '管理权限',
|
||||
checkPermissions: '查看权限',
|
||||
folderOrder: '文件夹顺序',
|
||||
deleteNode: '若有文件信息将同步删除,确认删除该条数据?'
|
||||
},
|
||||
// 页面头部
|
||||
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: '用户姓名',
|
||||
post: '岗位',
|
||||
selectedAccount: '选中账号?',
|
||||
// 新增、编辑用户
|
||||
loginPassword: '登录密码',
|
||||
confirmPassword: '确认密码',
|
||||
reenterLoginPassword: '请重新输入登录密码',
|
||||
roleAssignment: '角色分配',
|
||||
departmentAllocation: '部门分配',
|
||||
identity: '身份',
|
||||
ordinaryUsers: '普通用户',
|
||||
superior: '上级',
|
||||
responsibleDepartment: '负责部门',
|
||||
mailbox: '邮箱',
|
||||
passwordConsists: '密码由8位数字、大小写字母和特殊符号组成!',
|
||||
workNo: '工号',
|
||||
passwordsEnteredTwice: '两次输入的密码不一样',
|
||||
phoneNumberExists: '手机号已存在',
|
||||
enterPhoneCorrect: '请输入正确格式的手机号码',
|
||||
mailboxExists: '邮箱已存在',
|
||||
enterMailboxCorrect: '请输入正确格式的邮箱',
|
||||
userExists: '用户名已存在',
|
||||
workNoExists: '工号已存在',
|
||||
handStamp: '手写章',
|
||||
uploadHandStamp: '上传手写章'
|
||||
},
|
||||
// 高级查询
|
||||
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: '您的手机号码格式不正确!'
|
||||
},
|
||||
// 文档工具
|
||||
docTool: {
|
||||
// 文档拆分
|
||||
split: {
|
||||
splitText: '拆分已入库文本',
|
||||
importResults: '导入拆分结果',
|
||||
splitState: '拆分状态',
|
||||
editor: '编辑人',
|
||||
fileStatus: '文件状态',
|
||||
splitTime: '拆分时间',
|
||||
splitResult: '拆分结果',
|
||||
batchCopy: '批量复制',
|
||||
batchEdit: '批量编辑',
|
||||
mergerClause: '合并条款',
|
||||
dataType: '资料类型',
|
||||
split: '拆分',
|
||||
article: '条文',
|
||||
clauseLabel: '条文标签',
|
||||
splitResultFile: '拆分结果文件',
|
||||
splitImportResultTip: '上传拆分结果文件需遵循相关格式要求,具体要求请',
|
||||
clickToView: '点击查看',
|
||||
gotIt: '知道了',
|
||||
formatRequirement: '格式要求',
|
||||
formatRequirementContentOne: '1.导入的文档是zip格式',
|
||||
formatRequirementContentTwo: '2.图片为jpg、jpeg、png、gif格式',
|
||||
formatRequirementContentThree: '3.文档中的图片,在导出excel中以链接的形式展示,点击链接跳转到本地指定的文件',
|
||||
formatRequirementContentFour: '4.文档中的表格,在导出excel中以链接的形式展示,点击链接跳转到指定的sheet页面',
|
||||
changePermissions: '更改权限',
|
||||
pleaseSelectUser: '请选择一个用户',
|
||||
longTermEffectiveness: '是否长期有效',
|
||||
selectFileType: '请选择文件类型',
|
||||
onlyWord: '只能导入word文件',
|
||||
fileType: '文件类型',
|
||||
kmvssTable: 'KMVSS Table',
|
||||
kmvssArticle: 'KMVSS Article',
|
||||
cfr: 'CFR',
|
||||
unece: 'UNECE',
|
||||
jpnAttachment: 'JPN Attachment',
|
||||
jpnArticle: 'JPN Article',
|
||||
gb: 'GB',
|
||||
gbt: 'GB/T',
|
||||
gso: 'GSO',
|
||||
batchSetting: '批量设置',
|
||||
clauseContent: '条文内容',
|
||||
clauseNo: '条款号',
|
||||
clauseName: '条款名称',
|
||||
selectDirectoryTerms: '请选择添加条款的目录位置',
|
||||
documentSplitTemplate: '拆分导入模版下载',
|
||||
mergeTerms: '确定合并条款',
|
||||
pleaseUploadSplitFile: '请上传拆分文件',
|
||||
text: '文本',
|
||||
picture: '图片',
|
||||
table: '表格',
|
||||
addQuantity: '添加数量',
|
||||
enterQuantity: '请输入数量',
|
||||
numberRows: '行数',
|
||||
numberColumns: '列数',
|
||||
maximumSelection: '最多选择',
|
||||
pieceOfData: '条数据'
|
||||
},
|
||||
// 文档比对
|
||||
comparison: {
|
||||
textNumber: '文本号',
|
||||
textName: '文本名称',
|
||||
oldDocumentTextNumber: '旧文档文本号',
|
||||
oldDocumentTextName: '旧文档文本名称',
|
||||
oldTextState: '旧文本状态',
|
||||
newDocumentTextNumber: '新文档文本号',
|
||||
newDocumentTextName: '新文档文本名称',
|
||||
newTextState: '新文本状态',
|
||||
releaseSituation: '发布情况',
|
||||
comparisonResults: '对比结果',
|
||||
initiateComparison: '发起对比',
|
||||
textStatus: '文本状态',
|
||||
selectedStandard: '所选标准',
|
||||
noComparisonDocumentSelected: '未选择对比文档',
|
||||
remarkInfo: '备注信息',
|
||||
initiateDocumentComparison: '发起文档对比',
|
||||
documentComparison: '文档对比',
|
||||
viewTheComparisonResults: '查看对比结果',
|
||||
addFullTextComment: '添加全文评论',
|
||||
turnOffAutomaticMatching: '关闭自动匹配',
|
||||
turnOnAutoMatch: '打开自动匹配',
|
||||
comparisonOfArticles: '条款对比评论',
|
||||
consistentAssessment: '一致',
|
||||
fullTextComments: '全文评论',
|
||||
pleaseSelectTheDataCompared: '请选择需要对比的数据',
|
||||
viewVarianceAssessment: '查看差异项',
|
||||
viewConsistentAssessment: '查看一致项',
|
||||
viewAll: '查看全部',
|
||||
exportComparisonReport: '导出对比报告',
|
||||
comment: '评论',
|
||||
comparisonDifferenceComment: '对比差异评论',
|
||||
comparativeComments: '对比评论',
|
||||
publishComment: '发表评论',
|
||||
noComment: '暂无评论',
|
||||
replyToComments: '回复评论'
|
||||
},
|
||||
// 自定义比对
|
||||
customComparison: {
|
||||
listName: '清单名称',
|
||||
countriesInvolved: '涉及国家',
|
||||
operator: '操作人',
|
||||
whetherToMakePublic: '是否公开',
|
||||
referenceStandard: '涉及标准',
|
||||
comparisonTime: '比对时间',
|
||||
onlineComparison: '在线对比',
|
||||
standardList: '标准列表',
|
||||
comparisonMaintain: '对比维护',
|
||||
listDetails: '清单详情',
|
||||
comparativeAnalysisResult: '对比分析结果',
|
||||
exitEdit: '退出编辑',
|
||||
specialty: '特点',
|
||||
comparisonItem: '比对项',
|
||||
relatedAccessory: '相关附件',
|
||||
reserveAnItem: '至少需要保留一项',
|
||||
enterTheListNameFirst: '请先输入清单名称,选择标准后将保存数据'
|
||||
},
|
||||
// 标准预警
|
||||
standardWarning: {
|
||||
implementEarlyWarningForNewModels: '新车型实施预警',
|
||||
implementEarlyWarningInProductionVehicles: '在产车实施预警'
|
||||
},
|
||||
// OCR文本识别
|
||||
ocrTextRecognition: {
|
||||
upload: '上传',
|
||||
getFile: '获取文件',
|
||||
standardCategory: '标准类别',
|
||||
standardNumber: '标准编号',
|
||||
standardName: '标准名称',
|
||||
textStatus: '文本状态',
|
||||
conversionResults: '转换结果',
|
||||
timeConsuming: '消耗时间(秒)',
|
||||
file: '文件',
|
||||
}
|
||||
},
|
||||
// 业务支持
|
||||
businessSupp: {
|
||||
dataCenter: {
|
||||
selectDirectoryLocation: '请选择添加文件夹的目录位置',
|
||||
fileUploaded: '文件上传中,请稍后'
|
||||
}
|
||||
},
|
||||
// 消息中心
|
||||
message: {
|
||||
// 我的消息
|
||||
my: {
|
||||
myMessage: '我的消息',
|
||||
title: '标题',
|
||||
publisher: '发布人',
|
||||
readingStatus: '阅读状态',
|
||||
messageContent: '消息内容',
|
||||
messageType: '消息类型',
|
||||
allLabelsRead: '全部标记已读',
|
||||
subscriptionNotification: '订阅通知',
|
||||
warningInformation: '预警信息',
|
||||
forwardPush: '转发推送',
|
||||
notificationTime: '发布时间',
|
||||
areAllLabelsRead: '是否全部标记已读'
|
||||
}
|
||||
},
|
||||
// 标准选择器
|
||||
standardSelect: {
|
||||
standardSelection: '标准选择',
|
||||
source: '来源',
|
||||
standardNumOrName: '标准编号/标准名称',
|
||||
standardNumber: '标准编号',
|
||||
standardName: '标准名称',
|
||||
releaseDate: '发布日期',
|
||||
textState: '标准状态',
|
||||
evaluationState: '评估状态'
|
||||
},
|
||||
// 条款选择器
|
||||
clauseSelect: {
|
||||
selectClause: '选择条款',
|
||||
clauseNumber: '条款号',
|
||||
clauseName: '条款名称',
|
||||
clauseContent: '条款内容',
|
||||
articleNumber: '条文号',
|
||||
articleTitle: '条文标题',
|
||||
articleContent: '条文内容',
|
||||
pleaseSelectStandard: '请先选择已拆分标准'
|
||||
},
|
||||
// 企标计划选择器
|
||||
enterprisePlanSelect: {
|
||||
title: '企标计划选择'
|
||||
},
|
||||
// 企标复审计划选择器
|
||||
enterpriseRecheckPlanSelect: {
|
||||
title: '企标复审计划选择'
|
||||
},
|
||||
// 用户/组织结构选择器
|
||||
userOrOrganSelect: {
|
||||
select: '选择',
|
||||
selectUserOrOrgan: '选择用户/机构',
|
||||
organization: '组织机构',
|
||||
name: '姓名',
|
||||
secondLevel: '二级',
|
||||
threeLevel: '三级'
|
||||
},
|
||||
// 用户选择器
|
||||
userSelect: {
|
||||
select: '选择',
|
||||
selectUser: '选择用户',
|
||||
userList: '用户列表',
|
||||
name: '姓名',
|
||||
post: '岗位',
|
||||
selectedPersonnel: '已选人员',
|
||||
workGroup: '内部工作组'
|
||||
},
|
||||
// 内部工作组选择器
|
||||
workGroupSelect: {
|
||||
select: '选择',
|
||||
selectWorkGroup: '选择内部工作组',
|
||||
enterWorkGroupPressEnter: '请输入工作组名称按回车进行搜索'
|
||||
},
|
||||
// 弹框上传附件
|
||||
uploadFile: {
|
||||
clickUpload: '点击上传',
|
||||
viewUploadedFiles: '查看已上传文件',
|
||||
clickOrDragUpload: '将文件拖到此处或点击上传',
|
||||
uploadFailed: '上传失败',
|
||||
cannotPreview: '该文件类型不支持预览,正在为您准备下载...',
|
||||
cannotUploadEmpty: '不能上传空文件',
|
||||
maxSize: '文件大小限制为500M',
|
||||
onlyUploadPic: '请上传图片',
|
||||
pleaseUpload: '请上传',
|
||||
theFollowingDocuments: 'M以下文件',
|
||||
file: '文件',
|
||||
fileFormatIncorrect: '文件格式不正确',
|
||||
uploadSuccessful: '上传成功',
|
||||
uploadMaximumATime: '一次最多上传二十张图片',
|
||||
deletedSuccessfully: '删除成功',
|
||||
},
|
||||
importWithTemplate: {
|
||||
chooseFile: '选择文件',
|
||||
downTemplate: '点击下载模板',
|
||||
noFileMsg: '请选择一个文件'
|
||||
},
|
||||
// 树选择弹框
|
||||
treeSelection: {
|
||||
primaryNodeName: '名称',
|
||||
selectedData: '已选数据'
|
||||
},
|
||||
// 属性标识管理
|
||||
attributeIdentification: {
|
||||
labelName: '标签名称',
|
||||
firstLabel: '一级标签',
|
||||
secondLabel: '二级标签',
|
||||
thirdLabel: '三级标签',
|
||||
labelDelete: '请再次确认是否删除1级/2级标签。删除后该标签无法重新添加,同时该标签目录下所有标签都会被删除',
|
||||
batchDelete: '您正在进行批量删除。1级/2级标签无法手动添加,请谨慎删除1级/2级标签。如果您选中了1级/2级标签,同时该标签目录下所有标签都会被删除'
|
||||
},
|
||||
|
||||
// 系统管理
|
||||
system,
|
||||
// 个人中心
|
||||
personalCenter,
|
||||
// 标准法规库
|
||||
standardRegulationLibrary,
|
||||
// 企标库
|
||||
enterpriseStandardLibrary,
|
||||
// 业务支持
|
||||
businessSupport,
|
||||
// 项目库
|
||||
projectLibrary,
|
||||
// 首页
|
||||
dashboard,
|
||||
// 工作中心
|
||||
workCenter,
|
||||
onlineEditor: {
|
||||
missRequireField: '缺少必填字段'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user