66 lines
2.3 KiB
JavaScript
66 lines
2.3 KiB
JavaScript
module.exports = {
|
|
// 标准化活动
|
|
standardizationActivity: {
|
|
nodeName: 'Node name', // 节点名称
|
|
currentNode: 'Current Node',
|
|
conferenceStatisticsList: 'Statistical List',
|
|
pleaseSelectNode: 'Please select a node',
|
|
parentNode: 'Superior Node',
|
|
nodeTypes: 'Node Type',
|
|
standardizationWorkArea: 'Standardization work field',
|
|
contactPersonContactInformation: 'Contact person contact information',
|
|
unit: 'Unit',
|
|
phone: 'Phone',
|
|
groupParticipation: 'Group Participation Situation',
|
|
paymentInfo: 'Payment Information',
|
|
attendanceRecord: 'Meeting Records',
|
|
addContactInformation: 'Add Contact Information',
|
|
addParticipation: 'Add Participation Status',
|
|
addPaymentInfo: 'Add Payment Information',
|
|
addAttendanceRecord: 'Add Attendance Record',
|
|
order: 'Our company\'s ranking order in the working group',
|
|
ourPersonnel: 'Our personnel',
|
|
data: 'Information',
|
|
cost: 'Cost',
|
|
year: 'Year',
|
|
plan: 'Inside The Plan',
|
|
paymentMethod: 'Payment Method',
|
|
expenseReimbursement: 'Expense Allocation',
|
|
meetingMaterial: 'Meeting Materials',
|
|
pleaseEnterCorrectPhone: 'Please enter the phone number in the correct format',
|
|
addUpToFourLevels: 'This node cannot add child nodes',
|
|
pleaseUploadGroupInfo: 'Please upload information on the participation of the group',
|
|
pleaseUploadPaymentInfo: 'Please upload payment information materials',
|
|
pleaseUploadMeeting: 'Please upload meeting records and materials'
|
|
},
|
|
// 问答库
|
|
questionAnswer: {
|
|
classify: 'Classify',
|
|
title: 'Title',
|
|
quiz: 'Quiz',
|
|
questionDesc: 'Problem Description',
|
|
attach: 'Annex',
|
|
quizTime: 'Question Time',
|
|
answer: 'Answer',
|
|
poster: 'Poster',
|
|
answerNum: 'Replies',
|
|
top: '【Top】',
|
|
cancelTop: 'Cancel Top up',
|
|
setTop: 'Set To Top',
|
|
answerQuestion: 'Reply to a question',
|
|
word: 'Word',
|
|
pleaseEnterAnswerDesc: 'Please enter the answer description',
|
|
answerQuestionTitle: 'Question answering',
|
|
questionDetail: 'Problem Details'
|
|
},
|
|
|
|
// 征求意见
|
|
askForAdvice: {
|
|
standardNameNumber: 'Regulation Name / Regulations No.',
|
|
consultationCycle: 'Consultation Period',
|
|
processManuscript: 'Process Manuscript',
|
|
uploadDate: 'Upload Date',
|
|
detailsOfComments: 'Opinion Details'
|
|
}
|
|
}
|