mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-10-28 12:45:47 +00:00
* New translations en.json (Serbian (Cyrillic)) * New translations en.json (Serbian (Cyrillic)) * New translations en.json (Romanian) * New translations en.json (French) * New translations en.json (Spanish) * New translations en.json (Afrikaans) * New translations en.json (Arabic) * New translations en.json (Catalan) * New translations en.json (Czech) * New translations en.json (Danish) * New translations en.json (German) * New translations en.json (Greek) * New translations en.json (Finnish) * New translations en.json (Hebrew) * New translations en.json (Hungarian) * New translations en.json (Italian) * New translations en.json (Japanese) * New translations en.json (Korean) * New translations en.json (Dutch) * New translations en.json (Norwegian) * New translations en.json (Polish) * New translations en.json (Portuguese) * New translations en.json (Russian) * New translations en.json (Serbian (Cyrillic)) * New translations en.json (Swedish) * New translations en.json (Turkish) * New translations en.json (Ukrainian) * New translations en.json (Chinese Simplified) * New translations en.json (Chinese Traditional) * New translations en.json (English) * New translations en.json (Vietnamese) * New translations en.json (Portuguese, Brazilian) * New translations en.json (Polish) * New translations en.json (Greek) * New translations en.json (Chinese Traditional)
57 lines
3.4 KiB
JSON
57 lines
3.4 KiB
JSON
{
|
|
"loginTitle": "欢迎回来,请使用以下方式登录",
|
|
"loginTitleSimple": "欢迎回来,请登录",
|
|
"loginDivider": "或",
|
|
"loginUsername": "用户名",
|
|
"loginPassword": "密码",
|
|
"loginSubmit": "登录",
|
|
"loginFailTitle": "登录失败",
|
|
"loginFailSubtitle": "请检查您的用户名和密码",
|
|
"loginFailRateLimit": "您登录失败次数过多。请稍后再试",
|
|
"loginSuccessTitle": "已登录",
|
|
"loginSuccessSubtitle": "欢迎回来!",
|
|
"loginOauthFailTitle": "发生错误",
|
|
"loginOauthFailSubtitle": "获取 OAuth URL 失败",
|
|
"loginOauthSuccessTitle": "重定向中",
|
|
"loginOauthSuccessSubtitle": "重定向到您的 OAuth 提供商",
|
|
"continueRedirectingTitle": "正在重定向……",
|
|
"continueRedirectingSubtitle": "您应该很快被重定向到应用",
|
|
"continueInvalidRedirectTitle": "无效的重定向",
|
|
"continueInvalidRedirectSubtitle": "重定向URL无效",
|
|
"continueInsecureRedirectTitle": "不安全的重定向",
|
|
"continueInsecureRedirectSubtitle": "您正在尝试从<code>https</code>重定向到<code>http</code>可能存在风险。您确定要继续吗?",
|
|
"continueTitle": "继续",
|
|
"continueSubtitle": "点击按钮以继续您的应用。",
|
|
"logoutFailTitle": "注销失败",
|
|
"logoutFailSubtitle": "请重试",
|
|
"logoutSuccessTitle": "已登出",
|
|
"logoutSuccessSubtitle": "您已登出",
|
|
"logoutTitle": "登出",
|
|
"logoutUsernameSubtitle": "您当前登录用户为<code>{{username}}</code>。点击下方按钮注销。",
|
|
"logoutOauthSubtitle": "您当前以<code>{{username}}</code>登录,使用的是{{provider}} OAuth 提供商。点击下方按钮注销。",
|
|
"notFoundTitle": "无法找到页面",
|
|
"notFoundSubtitle": "您正在查找的页面不存在。",
|
|
"notFoundButton": "回到主页",
|
|
"totpFailTitle": "无法验证代码",
|
|
"totpFailSubtitle": "请检查您的代码并重试",
|
|
"totpSuccessTitle": "已验证",
|
|
"totpSuccessSubtitle": "重定向到您的应用",
|
|
"totpTitle": "输入您的 TOTP 代码",
|
|
"totpSubtitle": "请输入您身份验证器应用中的代码。",
|
|
"unauthorizedTitle": "未授权",
|
|
"unauthorizedResourceSubtitle": "用户名为<code>{{username}}</code>的用户无权访问资源<code>{{resource}}</code>。",
|
|
"unauthorizedLoginSubtitle": "用户名为<code>{{username}}</code>的用户无权登录。",
|
|
"unauthorizedGroupsSubtitle": "用户名为<code>{{username}}</code>的用户不在资源<code>{{resource}}</code>所需的组中。",
|
|
"unauthorizedIpSubtitle": "Your IP address <code>{{ip}}</code> is not authorized to access the resource <code>{{resource}}</code>.",
|
|
"unauthorizedButton": "重试",
|
|
"untrustedRedirectTitle": "不可信的重定向",
|
|
"untrustedRedirectSubtitle": "您正在尝试重定向到一个与您已配置的域名 (<code>{{domain}}</code>) 不匹配的域名。您确定要继续吗?",
|
|
"cancelTitle": "取消",
|
|
"forgotPasswordTitle": "忘记密码?",
|
|
"failedToFetchProvidersTitle": "加载身份验证提供程序失败,请检查您的配置。",
|
|
"errorTitle": "发生了错误",
|
|
"errorSubtitle": "执行此操作时发生错误,请检查控制台以获取更多信息。",
|
|
"forgotPasswordMessage": "You can reset your password by changing the `USERS` environment variable.",
|
|
"fieldRequired": "This field is required",
|
|
"invalidInput": "Invalid input"
|
|
} |