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

@@ -1,3 +1,24 @@
{
"title": "Login"
"title": "Login",
"loginTitle": "Admin Login",
"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": "NEXT_PUBLIC_LOTTERY_API_BASE_URL is not configured",
"captchaRequired": "Refresh the captcha first",
"welcome": "Welcome, {{name}}",
"networkFailed": "Network request failed",
"loginFailed": "Login failed"
}