Files
NextEdu/src/shared/i18n/messages/zh-CN/questions.json
SpecialX 0e63c24ed9
Some checks failed
CI / scheduled-backup (push) Has been skipped
CI / backup-verify (push) Has been skipped
CI / weekly-dr-drill (push) Failing after 0s
CI / build-deploy (push) Has been cancelled
CI / security-scan (push) Has been cancelled
feat(shared,tests): add error boundaries, lib utils, i18n messages, and integration tests
shared:

- Add class-filter, error-state, route-error, section-error-boundary, widget-boundary components

- Add ui/alert component

- Add constants directory

- Add breached-password, export-utils, permission-bitmap, rate-limit, resolve-action-error, route-permissions, route-resolver, type-guards lib

- Add i18n messages (en, zh-CN) for invitation-codes, parent, questions, rbac

tests:

- Add integration tests for elective

- Add tests/setup/empty-stub

scripts:

- Add update-md.cjs, tmp_append_en.ps1, tmp_merge_en.ps1 utilities
2026-07-03 10:26:38 +08:00

157 lines
5.1 KiB
JSON

{
"title": "题库",
"subtitle": "管理考试与作业的题目仓库。",
"addQuestion": "添加题目",
"search": {
"placeholder": "搜索题目内容..."
},
"filters": {
"type": "题型",
"typeAll": "全部题型",
"difficulty": "难度",
"difficultyAll": "任意难度",
"difficulty1": "简单 (1)",
"difficulty2": "偏易 (2)",
"difficulty3": "中等 (3)",
"difficulty4": "偏难 (4)",
"difficulty5": "困难 (5)",
"knowledgePoint": "知识点",
"knowledgePointAll": "全部知识点",
"textbook": "教材",
"textbookAll": "全部教材",
"chapter": "章节",
"chapterAll": "全部章节",
"clear": "清除筛选"
},
"table": {
"type": "题型",
"content": "内容",
"difficulty": "难度",
"knowledgePoints": "知识点",
"created": "创建时间",
"actions": "操作",
"noResults": "暂无数据",
"selected": "已选 {count} 项,共 {total} 项",
"previous": "上一页",
"next": "下一页"
},
"type": {
"single_choice": "单选题",
"multiple_choice": "多选题",
"judgment": "判断题",
"text": "简答题",
"composite": "复合题"
},
"difficulty": {
"1": "简单",
"2": "偏易",
"3": "中等",
"4": "偏难",
"5": "困难"
},
"empty": {
"withFilters": "没有匹配的题目",
"withoutFilters": "暂无题目",
"withFiltersDesc": "请尝试清除筛选或调整关键词。",
"withoutFiltersDesc": "创建你的第一道题目以开始构建试卷和作业。"
},
"dialog": {
"createTitle": "创建新题目",
"editTitle": "编辑题目",
"createDesc": "向题库添加新题目,填写以下信息。",
"editDesc": "更新题目信息。",
"questionType": "题目类型",
"selectType": "选择题型",
"difficulty": "难度 (1-5)",
"selectDifficulty": "选择难度",
"questionContent": "题目内容",
"contentPlaceholder": "在此输入题目内容...",
"contentDescription": "支持基本文本,富文本编辑器即将上线。",
"knowledgePoints": "知识点",
"knowledgePointsOptional": "可选",
"knowledgePointsSelected": "已选 {count} 个",
"searchKnowledgePoints": "搜索知识点...",
"noKnowledgePoints": "未找到知识点。",
"loading": "加载中...",
"options": "选项",
"addOption": "添加选项",
"optionPlaceholder": "选项 {index}",
"markCorrect": "标记为正确答案",
"cancel": "取消",
"create": "创建题目",
"update": "更新题目",
"creating": "创建中...",
"updating": "更新中..."
},
"actions": {
"menuLabel": "打开菜单",
"actions": "操作",
"copyId": "复制 ID",
"viewDetails": "查看详情",
"edit": "编辑",
"delete": "删除",
"copyIdSuccess": "题目 ID 已复制到剪贴板",
"copyIdFailed": "复制题目 ID 失败",
"deleteSuccess": "题目删除成功",
"deleteFailed": "删除题目失败",
"deleteConfirmTitle": "确定要删除吗?",
"deleteConfirmDesc": "此操作不可撤销,将永久删除该题目并从服务器移除。",
"deleteConfirmCancel": "取消",
"deleteConfirmAction": "删除",
"deleting": "删除中...",
"detailsTitle": "题目详情",
"detailsId": "ID: {id}",
"detailsType": "题型",
"detailsDifficulty": "难度",
"detailsContent": "内容",
"detailsAuthor": "作者",
"detailsTags": "标签",
"detailsUnknown": "未知"
},
"error": {
"loadFailed": "题库加载失败",
"loadFailedDesc": "请稍后重试,或联系管理员。",
"retry": "重试",
"invalidFormat": "题目内容格式无效",
"invalidSubmission": "提交格式无效,应为 JSON。",
"validationFailed": "校验失败",
"missingId": "缺少题目 ID",
"operationFailed": "操作失败",
"unexpected": "发生意外错误",
"createdSuccess": "题目创建成功",
"updatedSuccess": "题目更新成功"
},
"noPermission": {
"title": "无权限",
"description": "您没有权限执行此操作。"
},
"batch": {
"selected": "已选 {count} 项",
"delete": "批量删除",
"clear": "清除选择",
"cancel": "取消",
"deleteConfirmTitle": "确认批量删除?",
"deleteConfirmDesc": "将删除 {count} 道题目及其子题,此操作不可撤销。",
"deleteConfirmAction": "确认删除",
"deleting": "删除中...",
"deleteSuccess": "成功删除 {count} 道题目",
"deleteFailed": "批量删除失败"
},
"importExport": {
"export": "导出",
"import": "导入",
"exporting": "导出中...",
"importing": "导入中...",
"exportSuccess": "成功导出 {count} 道题目",
"exportFailed": "导出失败",
"importSuccess": "成功导入 {count} 道题目",
"importFailed": "导入失败",
"invalidFile": "无效的文件格式",
"readFailed": "文件读取失败",
"confirmTitle": "确认导入",
"confirmDesc": "请确认以下内容是要导入的题目数据:",
"confirmImport": "确认导入",
"cancel": "取消"
}
}