1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
| export default {
| start: 'Continue testing',
| submission: 'submit',
| down: 'download report',
| view: 'view report',
| lastQuestion: 'Last',
| nextQuestion: 'Next',
| recommendedTime: 'Recommended Time:',
| minute: ' minute',
| subject: 'subject',
| remainingTime: 'Remaining Time:',
| guideLanguage: 'Guide language',
| theFirst: 'Question ',
| section: '',
| demography: 'Demographic Information',
| required: 'required',
| range32: 'Exceed 200 characters',
| noquestionMsg: 'No question',
| questionExceptionMsg: 'submit excetpion',
| requiredMsg: 'please fill in the required fields',
| guide: 'Instruction',
| submitErro: 'submitting questionnaire error',
| unfinish: 'After submitting, I cannot continue to answer questions. Do you want to submit?',
| prompt: 'prompt',
| determine: 'determine',
| cancel: 'cancel',
| unfinishSubmit: 'The data has been successfully uploaded to the server and has been saved. Thank you.',
| finishSubmit: 'You have completed the work behavior questionnaire, and the data has been successfully uploaded to the server and saved. Thank you.',
| selectData: 'Date',
| startDo: 'Start the Test',
| second: ' second ',
| min: ' minute ',
| hour: ' hour ',
| finishMsg: 'You have completed this test, thank you. You can now close the browser.',
| userinfoErro: 'incorrect user information',
| errorDraghy: 'No demographic information, try switching languages',
| pleaseSelect: 'Select',
| langWelcomeChinese: '欢迎访问TAI的测试网站',
| langOptionChinese: '请先在下拉框处选择语言,然后点击“提交”开始测试。',
| uploadInfo: 'Uploading, saving data, please wait, do not close the browser...',
| examinee: 'Test-taker:',
| pleaseAnswerCarefully: '*Please answer carefully',
| pleaseAnswerCarefullyCiaq: '*请认真作答。特别提示,本测验关注的是你对各类活动的兴趣或喜好,而非能力等其他因素!',
| submitTimeout: ':Submit background timeout',
| submitExceptionInfo: 'The server network is abnormal, please close the browser and click the link to answer the question',
| langWelcomeEnglish: 'Welcome to TAI’s testing website.',
| langOptionEnglish: 'Please select a language, then click “submit.',
| statusInfo2: 'The question is suspended.',
| statusInfo3: 'The answer is over',
| statusInfo4: 'The title has expired',
| timeOutSubmit: 'The answer time has been exceeded, the data has been successfully uploaded to the server, and has been saved. Thank you.',
| nextPartInfo: 'Please wait, please do not close the browser...',
| partRemailTime: 'Remaining Time:',
| finishIntelligenceInfo: 'You have completed the cognitive ability test questionnaire, the data has been successfully uploaded to the server, and has been saved. Thank you.',
| finishPersonalityInfo: 'You have completed the personality quetionnaire, and the data has been successfully uploaded to the server and saved. ',
| finishCareerInterestsInfo: 'You have completed the Career Interests quetionnaire, and the data has been successfully uploaded to the server and saved. ',
| finishPersonalityDownInfo: 'You may click the red button below to download your test report.',
| finishViewReportInfo: 'You can click on the red button below to view your result report.',
| langWelcomeThai: 'ยินดีตอนรับสู่เว็บไซย์สำหรับทำแบบทดสอบของ',
| langOptionThai: 'กรุณาเลือกภาษา และคลิก “ดำเนินการต่อ.'
| }
|
|