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
This commit is contained in:
SpecialX
2026-06-24 12:04:01 +08:00
parent 37d2688a28
commit e3b8455b31
41 changed files with 1835 additions and 27 deletions

View File

@@ -185,5 +185,20 @@
"noWeaknesses": "No weaknesses identified.",
"reportMeta": "Period: {period} · Overall: {score}%",
"historyReportMeta": "{date} · Overall: {score}%"
},
"parent": {
"title": "Children Diagnostic",
"description": "View your children's knowledge point mastery and diagnostic reports.",
"noChildren": "No children linked",
"noChildrenDesc": "Your account is not linked to any children. Please contact the school administrator.",
"selectChild": "Select a child",
"selectChildPlaceholder": "Choose a child to view their diagnostic data",
"overallMastery": "Overall Mastery",
"knowledgePoints": "Knowledge Points",
"strengths": "Strengths",
"weaknesses": "Weaknesses",
"reports": "Diagnostic Reports",
"noReports": "No diagnostic reports for this child yet.",
"mastery": "Mastery"
}
}