Some checks failed
lotteryadmin CI / build (push) Has been cancelled
- 各角色仪表盘:KPI 可点击跳转、快捷入口、去重冗余区块,代理/站点降级 analytics - 代理线路:创建玩家权限、侧栏搜索、深链 URL、档案保存与删除预检等修复 - 统一密码最短 6 位;代理模块表格/侧栏背景色一致(admin-table-inset) - 报表、钱包、对账、开奖、结算、配置等模块结构与 i18n 同步更新
27 lines
1.1 KiB
JSON
27 lines
1.1 KiB
JSON
{
|
|
"title": "Login",
|
|
"loginTitle": "Admin Login",
|
|
"loginSubtitle": "Sign in with your admin account",
|
|
"account": "Account",
|
|
"accountPlaceholder": "Login account",
|
|
"password": "Password",
|
|
"passwordPlaceholder": "Password",
|
|
"captcha": "Captcha",
|
|
"captchaPlaceholder": "Enter captcha",
|
|
"captchaLoading": "Loading captcha",
|
|
"captchaRefresh": "Click to refresh captcha",
|
|
"captchaFetch": "Click to get captcha",
|
|
"apiMissingTitle": "API base URL not configured",
|
|
"apiMissingDescriptionPrefix": "Set",
|
|
"apiMissingDescriptionSuffix": "in the environment (Laravel base URL, for example http://127.0.0.1:8000).",
|
|
"submit": "Log in",
|
|
"submitting": "Signing in…",
|
|
"captchaLoadFailed": "Failed to load captcha. Check the API or network.",
|
|
"apiBaseMissingToast": "API proxy is not enabled: check LOTTERY_API_UPSTREAM points to Laravel",
|
|
"captchaRequired": "Refresh the captcha first",
|
|
"passwordMinLength": "Password must be at least 6 characters",
|
|
"welcome": "Welcome, {{name}}",
|
|
"networkFailed": "Network request failed",
|
|
"loginFailed": "Login failed"
|
|
}
|