feat: 增加管理端多语言与多模块界面国际化支持

This commit is contained in:
2026-05-19 09:11:55 +08:00
parent 49a4caf01e
commit 1b1dfc92ab
110 changed files with 4053 additions and 1308 deletions

View File

@@ -4,7 +4,7 @@
"ne": "नेपाली",
"zh": "中文",
"title": "界面语言",
"changed": "语言"
"changed": "语言已切换为 {{language}}"
},
"app": {
"title": "彩票后台"
@@ -15,6 +15,65 @@
"search": "搜索",
"apply": "应用",
"loading": "加载中...",
"submitting": "提交中..."
"submitting": "提交中...",
"logout": "退出登录",
"close": "关闭",
"viewAll": "查看全部",
"viewDetails": "查看详情",
"reviewNow": "立即审核",
"create": "创建",
"createTask": "创建任务",
"clear": "清除",
"done": "完成"
},
"date": {
"placeholder": "选择日期",
"rangePlaceholder": "选择日期范围",
"rangeHint": "先选开始日,再选结束日(单日可对同一天点两次);点「完成」关闭面板。"
},
"pagination": {
"perPage": "每页条数",
"selectPlaceholder": "请选择",
"summary": "共 {{total}} 条;第 {{page}} / {{lastPage}} 页",
"previous": "上一页",
"next": "下一页"
},
"states": {
"noData": "暂无数据",
"loading": "加载中…",
"comingSoon": "功能开发中"
},
"errors": {
"loadFailed": "加载失败"
},
"toolbar": {
"defaultAdmin": "管理员",
"notifications": "通知",
"notificationsComingSoon": "通知功能开发中",
"accountSettings": "账号设置",
"loggedOut": "已退出登录"
},
"nav": {
"home": "首页",
"dashboard": "仪表盘",
"admin_users": "管理列表",
"players": "玩家列表",
"wallet": "钱包流水",
"draws": "期号列表",
"config": "运营配置",
"risk": "风控",
"settlement": "结算",
"jackpot": "Jackpot",
"reconcile": "对账",
"tickets": "玩家注单",
"reports": "报表导出",
"audit": "审计日志",
"settings": "系统设置"
},
"sidebar": {
"workspace": "工作台"
},
"auth": {
"checking": "正在校验登录状态…"
}
}