Files
NextEdu/src/shared/i18n/messages/zh-CN/common.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

87 lines
2.1 KiB
JSON

{
"app": {
"title": "Next_Edu - K12 智慧教务系统",
"description": "企业级 K12 教务管理系统"
},
"actions": {
"save": "保存",
"cancel": "取消",
"delete": "删除",
"confirm": "确认",
"search": "搜索",
"reset": "重置",
"submit": "提交",
"back": "返回",
"next": "下一步",
"previous": "上一步",
"finish": "完成",
"skip": "跳过",
"retry": "重试",
"close": "关闭",
"add": "添加",
"remove": "移除",
"edit": "编辑",
"view": "查看",
"loading": "加载中...",
"saving": "保存中...",
"submitting": "提交中..."
},
"status": {
"success": "成功",
"failure": "失败",
"pending": "待处理",
"active": "已启用",
"disabled": "已禁用",
"expired": "已过期",
"exhausted": "已用尽"
},
"locale": {
"switch": "切换语言",
"zh-CN": "中文",
"en": "English"
},
"empty": {
"default": "暂无数据",
"noResults": "未找到匹配结果"
},
"pagination": {
"previous": "上一页",
"next": "下一页",
"page": "第 {page} 页",
"total": "共 {total} 条"
},
"accessDenied": "访问被拒绝",
"accessDeniedDesc": "该资源对您的账号不可用。",
"somethingWentWrong": "出了点问题",
"tryAgain": "重试",
"user": {
"loading": "加载中...",
"notLoggedIn": "未登录",
"profile": "个人资料",
"settings": "设置",
"logout": "退出登录"
},
"sidebar": {
"collapse": "收起",
"toggleSidebar": "切换侧边栏"
},
"breadcrumb": {
"home": "首页"
},
"widget": {
"error": "组件加载失败",
"retry": "重试",
"loading": "加载中...",
"block": "区块",
"loadFailed": "{title}加载失败",
"defaultFallback": "请重试或刷新页面",
"retryAriaLabel": "重试加载{title}",
"loadingAriaLabel": "{title}加载中"
},
"error": {
"boundaryTitle": "区块加载失败",
"boundaryDescription": "处理请求时发生错误,请重试。",
"retry": "重试"
}
}