feat: 完善中文心理测评平台
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
export default {
|
||||
questionnaire: {
|
||||
page: {
|
||||
title: '量表详情',
|
||||
introduction: '简介',
|
||||
questionCount: '问题数',
|
||||
evaluationTime: '测评时间',
|
||||
instructions: '测试说明',
|
||||
scoringMethod: '评分方法',
|
||||
dimensions: '维度说明',
|
||||
notes: '注意事项',
|
||||
references: '参考资料',
|
||||
startSurvey: '开始测评',
|
||||
},
|
||||
result: {
|
||||
resultNotFoundTitle: '结果未找到',
|
||||
resultNotFoundDesc: '无法获取你的测评结果,请重新完成测评。',
|
||||
retryTest: '重新测评',
|
||||
},
|
||||
},
|
||||
} as const;
|
||||
Reference in New Issue
Block a user