refactor: 合并多语言支持的显示名称字段,优化奖池手动爆发功能的返回数据结构,增强管理端权限控制
This commit is contained in:
@@ -26,7 +26,31 @@
|
||||
"createTask": "创建任务",
|
||||
"clear": "清除",
|
||||
"done": "完成",
|
||||
"exportExcel": "导出 Excel"
|
||||
"exportExcel": "导出 Excel",
|
||||
"save": "保存修改",
|
||||
"updateSuccess": "更新成功",
|
||||
"updateFailed": "更新失败",
|
||||
"updatePassword": "更新密码"
|
||||
},
|
||||
"accountSettings": "账号设置",
|
||||
"accountSettingsDesc": "管理您的基本账号资料及安全设置。",
|
||||
"profileSettings": "基本资料",
|
||||
"profileSettingsDesc": "更新您的显示名称。",
|
||||
"securitySettings": "安全设置",
|
||||
"securitySettingsDesc": "修改您的登录密码。如不修改请留空。",
|
||||
"fields": {
|
||||
"nickname": "昵称",
|
||||
"newPassword": "新密码",
|
||||
"confirmPassword": "确认密码"
|
||||
},
|
||||
"placeholders": {
|
||||
"nickname": "请输入昵称",
|
||||
"password": "请输入新密码",
|
||||
"confirmPassword": "请再次输入新密码"
|
||||
},
|
||||
"validation": {
|
||||
"required": "请填写{{field}}",
|
||||
"passwordMismatch": "两次输入的密码不一致"
|
||||
},
|
||||
"aria": {
|
||||
"expand": "展开",
|
||||
@@ -59,7 +83,16 @@
|
||||
"date": {
|
||||
"placeholder": "选择日期",
|
||||
"rangePlaceholder": "选择日期范围",
|
||||
"rangeHint": "先选开始日,再选结束日(单日可对同一天点两次);点「完成」关闭面板。"
|
||||
"rangeHint": "先选开始日,再选结束日(单日可对同一天点两次);点「完成」关闭面板。",
|
||||
"weekdays": {
|
||||
"sunday": "星期日",
|
||||
"monday": "星期一",
|
||||
"tuesday": "星期二",
|
||||
"wednesday": "星期三",
|
||||
"thursday": "星期四",
|
||||
"friday": "星期五",
|
||||
"saturday": "星期六"
|
||||
}
|
||||
},
|
||||
"pagination": {
|
||||
"perPage": "每页条数",
|
||||
@@ -76,6 +109,10 @@
|
||||
"errors": {
|
||||
"loadFailed": "加载失败"
|
||||
},
|
||||
"permission": {
|
||||
"deniedTitle": "无访问权限",
|
||||
"deniedDescription": "当前账号没有访问此页面的权限。如需开通,请联系管理员在角色管理中分配相应功能权限。"
|
||||
},
|
||||
"table": {
|
||||
"id": "ID"
|
||||
},
|
||||
@@ -98,6 +135,7 @@
|
||||
"draws": "期号列表",
|
||||
"rules_plays": "投注规则",
|
||||
"rules_odds": "赔率与回水",
|
||||
"rules": "投注规则",
|
||||
"risk_cap": "限额版本",
|
||||
"risk": "风控中心",
|
||||
"settlement": "结算",
|
||||
@@ -105,12 +143,18 @@
|
||||
"reconcile": "对账",
|
||||
"tickets": "注单列表",
|
||||
"audit": "审计日志",
|
||||
"settings": "系统设置"
|
||||
"settings": "系统设置",
|
||||
"account": "账号设置"
|
||||
},
|
||||
"sidebar": {
|
||||
"workspace": "工作台"
|
||||
},
|
||||
"auth": {
|
||||
"checking": "正在校验登录状态…"
|
||||
},
|
||||
"confirm": {
|
||||
"cancel": "取消",
|
||||
"confirm": "确认执行",
|
||||
"confirmSave": "确认保存"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user