feat: 完善中文心理测评平台

This commit is contained in:
mikemoi
2026-06-22 22:59:01 +02:00
commit 9227c687fc
160 changed files with 16974 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
export default {
questionnaire: {
page: {
title: '量表详情',
introduction: '简介',
questionCount: '问题数',
evaluationTime: '测评时间',
instructions: '测试说明',
scoringMethod: '评分方法',
dimensions: '维度说明',
notes: '注意事项',
references: '参考资料',
startSurvey: '开始测评',
},
result: {
resultNotFoundTitle: '结果未找到',
resultNotFoundDesc: '无法获取你的测评结果,请重新完成测评。',
retryTest: '重新测评',
},
},
} as const;