mirror of
				https://github.com/steveiliop56/tinyauth.git
				synced 2025-10-31 22:25:43 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			62 lines
		
	
	
		
			3.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			62 lines
		
	
	
		
			3.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "loginTitle": "欢迎回来,请使用以下方式登录",
 | |
|     "loginTitleSimple": "欢迎回来,请登录",
 | |
|     "loginDivider": "或",
 | |
|     "loginUsername": "用户名",
 | |
|     "loginPassword": "密码",
 | |
|     "loginSubmit": "登录",
 | |
|     "loginFailTitle": "登录失败",
 | |
|     "loginFailSubtitle": "请检查您的用户名和密码",
 | |
|     "loginFailRateLimit": "您登录失败次数过多。请稍后再试",
 | |
|     "loginSuccessTitle": "已登录",
 | |
|     "loginSuccessSubtitle": "欢迎回来!",
 | |
|     "loginOauthFailTitle": "发生错误",
 | |
|     "loginOauthFailSubtitle": "获取 OAuth URL 失败",
 | |
|     "loginOauthSuccessTitle": "重定向中",
 | |
|     "loginOauthSuccessSubtitle": "重定向到您的 OAuth 提供商",
 | |
|     "loginOauthAutoRedirectTitle": "OAuth Auto Redirect",
 | |
|     "loginOauthAutoRedirectSubtitle": "You will be automatically redirected to your OAuth provider to authenticate.",
 | |
|     "loginOauthAutoRedirectButton": "Redirect now",
 | |
|     "continueTitle": "继续",
 | |
|     "continueRedirectingTitle": "正在重定向……",
 | |
|     "continueRedirectingSubtitle": "您应该很快被重定向到应用",
 | |
|     "continueRedirectManually": "Redirect me manually",
 | |
|     "continueInsecureRedirectTitle": "不安全的重定向",
 | |
|     "continueInsecureRedirectSubtitle": "您正在尝试从<code>https</code>重定向到<code>http</code>可能存在风险。您确定要继续吗?",
 | |
|     "continueUntrustedRedirectTitle": "Untrusted redirect",
 | |
|     "continueUntrustedRedirectSubtitle": "You are trying to redirect to a domain that does not match your configured domain (<code>{{cookieDomain}}</code>). Are you sure you want to continue?",
 | |
|     "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": "用户 <code>{{ip}}</code> 无权访问资源 <code>{{resource}}</code>。",
 | |
|     "unauthorizedButton": "重试",
 | |
|     "cancelTitle": "取消",
 | |
|     "forgotPasswordTitle": "忘记密码?",
 | |
|     "failedToFetchProvidersTitle": "加载身份验证提供程序失败,请检查您的配置。",
 | |
|     "errorTitle": "发生了错误",
 | |
|     "errorSubtitle": "执行此操作时发生错误,请检查控制台以获取更多信息。",
 | |
|     "forgotPasswordMessage": "您可以通过更改 `USERS ` 环境变量重置您的密码。",
 | |
|     "fieldRequired": "必添字段",
 | |
|     "invalidInput": "无效的输入",
 | |
|     "domainWarningTitle": "Invalid Domain",
 | |
|     "domainWarningSubtitle": "This instance is configured to be accessed from <code>{{appUrl}}</code>, but <code>{{currentUrl}}</code> is being used. If you proceed, you may encounter issues with authentication.",
 | |
|     "ignoreTitle": "Ignore",
 | |
|     "goToCorrectDomainTitle": "Go to correct domain"
 | |
| } | 
