Files
NextEdu/src/shared/i18n/messages/zh-CN/error-book.json
SpecialX e3b8455b31 feat(i18n): add new i18n message files and update request config
- Add new i18n message files: audit, course-plans, files, leave, nav, practice, scheduling, student, users

- Update existing i18n messages: ai, attendance, common, diagnostic, elective, error-book, exam-homework, grades, lesson-preparation, school, settings

- Update i18n request config for new locale handling
2026-06-24 12:04:01 +08:00

124 lines
4.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"title": "错题本",
"description": "自动收录考试与作业中的错题,科学复习,攻克薄弱点",
"stats": {
"total": "错题总数",
"new": "待学习",
"learning": "学习中",
"mastered": "已掌握",
"dueReview": "待复习",
"masteredRate": "掌握率"
},
"status": {
"new": "待学习",
"learning": "学习中",
"mastered": "已掌握",
"archived": "已归档"
},
"source": {
"exam": "考试",
"homework": "作业",
"manual": "手动添加"
},
"review": {
"again": "重来",
"hard": "困难",
"good": "良好",
"easy": "简单",
"againDesc": "完全不会,明天再复习",
"hardDesc": "勉强答对2 天后复习",
"goodDesc": "正常答对4 天后复习",
"easyDesc": "轻松答对7 天后复习"
},
"actions": {
"add": "手动添加",
"viewDetail": "查看详情",
"saveNote": "保存笔记",
"archive": "归档",
"delete": "删除",
"collect": "采集错题"
},
"fields": {
"question": "选择题目",
"note": "学习笔记",
"errorTags": "错误原因标签",
"masteryLevel": "掌握度",
"reviewCount": "复习次数",
"nextReview": "下次复习",
"createdAt": "添加时间"
},
"errorTags": {
"concept": "概念不清",
"calculation": "计算错误",
"careless": "粗心大意",
"misread": "审题不清",
"method": "方法不当",
"memory": "记忆错误",
"time": "时间不足"
},
"empty": {
"title": "错题本为空",
"description": "完成考试或作业后,错题会自动收录到这里。你也可以手动添加错题。"
},
"teacher": {
"title": "错题分析",
"description": "查看班级学生的错题统计与薄弱知识点,辅助精准教学",
"coverage": "覆盖学生",
"totalErrors": "错题总数",
"avgMastery": "平均掌握率",
"weakPoints": "薄弱知识点",
"subjectDist": "学科错题分布",
"studentDetail": "学生错题详情",
"topWrong": "高频错题",
"noClass": "暂无可查看的班级",
"noStudent": "班级暂无学生"
},
"parent": {
"title": "子女错题本",
"description": "查看子女的错题情况与学习进度",
"noChild": "暂无子女关联",
"noChildDesc": "您的账号尚未关联子女,请联系学校管理员进行关联。",
"unknown": "未知",
"totalErrors": "错题总数",
"dueReview": "待复习",
"newItems": "待学习",
"mastered": "已掌握",
"mastery": "{rate}% 掌握",
"weakPoints": "薄弱知识点",
"errorsAndMastery": "{count} 错 · {rate}% 掌握"
},
"admin": {
"title": "全校错题分析",
"description": "全校错题统计与薄弱知识点分析,辅助教学决策",
"description2": "按学科查看全校学生的错题统计与薄弱知识点。",
"noPermissionTitle": "权限不足",
"noPermissionDescription": "您没有权限查看全校错题分析数据。",
"noStudentsTitle": "暂无学生数据",
"noStudentsDescription": "系统中还没有学生用户,无法查看错题分析。",
"topStudents": "错题最多的学生 Top 50",
"studentsWithErrors": "共 {count} 名学生有错题",
"noChapterDataTitle": "暂无章节错题数据",
"noChapterDataDescription": "尚未关联知识点到章节,无法显示章节维度统计。",
"noKnowledgePointDataTitle": "暂无知识点数据",
"noKnowledgePointDataDescription": "错题尚未关联知识点,无法显示薄弱知识点统计。",
"noStudentErrorsTitle": "暂无学生错题",
"noStudentErrorsDescription": "所选学科下没有学生错题数据。"
},
"messages": {
"added": "错题已添加",
"noteSaved": "笔记已保存",
"reviewRecorded": "复习结果已记录",
"archived": "错题已归档",
"deleted": "错题已删除",
"collected": "已采集 {{count}} 道错题",
"noNewErrors": "没有新的错题需要采集",
"addFailed": "添加错题失败",
"saveFailed": "保存失败",
"deleteFailed": "删除失败",
"archiveFailed": "归档失败",
"collectFailed": "采集错题失败",
"notFound": "错题不存在或无权访问",
"selectQuestion": "请选择题目"
}
}