Files
lotteryAdmin/src/i18n/locales/zh/auth.json
kang a550c418e5 refactor(layout, i18n, admin): 优化布局结构与多语言支持
调整 AdminShell 组件的子组件顺序,提升代码可读性。更新 admin-breadcrumb 组件,简化导航标签翻译逻辑,确保多语言支持的一致性。重构 admin-language-switcher 组件,优化语言切换的用户体验,增强界面交互性。更新多语言配置,新增登录界面的副标题,提升用户体验。
2026-05-30 17:46:27 +08:00

26 lines
995 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"title": "登录",
"loginTitle": "后台登录",
"loginSubtitle": "请使用管理员账号登录",
"account": "账号",
"accountPlaceholder": "登录账号",
"password": "密码",
"passwordPlaceholder": "密码",
"captcha": "验证码",
"captchaPlaceholder": "图中字符",
"captchaLoading": "加载验证码中",
"captchaRefresh": "点击刷新验证码",
"captchaFetch": "点击获取",
"apiMissingTitle": "未配置 API 地址",
"apiMissingDescriptionPrefix": "请在环境中设置",
"apiMissingDescriptionSuffix": "Laravel 根 URL如 http://127.0.0.1:8000。",
"submit": "登录",
"submitting": "登录中…",
"captchaLoadFailed": "无法获取验证码,请检查接口或网络",
"apiBaseMissingToast": "API 代理未启用:请检查 LOTTERY_API_UPSTREAM 是否指向 Laravel",
"captchaRequired": "请先刷新验证码",
"welcome": "欢迎,{{name}}",
"networkFailed": "网络请求失败",
"loginFailed": "登录失败"
}