mirror of
				https://github.com/steveiliop56/tinyauth.git
				synced 2025-10-31 06:05:43 +00:00 
			
		
		
		
	 69a7972cd6
			
		
	
	69a7972cd6
	
	
	
		
			
			* 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 (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 (Greek) * New translations en.json (Greek) * New translations en.json (French)
		
			
				
	
	
		
			45 lines
		
	
	
		
			2.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			45 lines
		
	
	
		
			2.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "loginTitle": "Welcome back, login with",
 | |
|     "loginDivider": "Or continue with password",
 | |
|     "loginUsername": "Username",
 | |
|     "loginPassword": "Password",
 | |
|     "loginSubmit": "Login",
 | |
|     "loginFailTitle": "Failed to log in",
 | |
|     "loginFailSubtitle": "Please check your username and password",
 | |
|     "loginSuccessTitle": "Logged in",
 | |
|     "loginSuccessSubtitle": "Welcome back!",
 | |
|     "loginOauthFailTitle": "Internal error",
 | |
|     "loginOauthFailSubtitle": "Failed to get OAuth URL",
 | |
|     "loginOauthSuccessTitle": "Redirecting",
 | |
|     "loginOauthSuccessSubtitle": "Redirecting to your OAuth provider",
 | |
|     "continueRedirectingTitle": "Redirecting...",
 | |
|     "continueRedirectingSubtitle": "You should be redirected to the app soon",
 | |
|     "continueInvalidRedirectTitle": "Invalid redirect",
 | |
|     "continueInvalidRedirectSubtitle": "The redirect URL is invalid",
 | |
|     "continueInsecureRedirectTitle": "Insecure redirect",
 | |
|     "continueInsecureRedirectSubtitle": "You are trying to redirect from <Code>https</Code> to <Code>http</Code>, are you sure you want to continue?",
 | |
|     "continueTitle": "Continue",
 | |
|     "continueSubtitle": "Click the button to continue to your app.",
 | |
|     "internalErrorTitle": "Internal Server Error",
 | |
|     "internalErrorSubtitle": "An error occurred on the server and it currently cannot serve your request.",
 | |
|     "internalErrorButton": "Try again",
 | |
|     "logoutFailTitle": "Failed to log out",
 | |
|     "logoutFailSubtitle": "Please try again",
 | |
|     "logoutSuccessTitle": "Logged out",
 | |
|     "logoutSuccessSubtitle": "You have been logged out",
 | |
|     "logoutTitle": "Logout",
 | |
|     "logoutUsernameSubtitle": "You are currently logged in as <Code>{{username}}</Code>, click the button below to logout.",
 | |
|     "logoutOauthSubtitle": "You are currently logged in as <Code>{{username}}</Code> using the {{provider}} OAuth provider, click the button below to logout.",
 | |
|     "notFoundTitle": "Page not found",
 | |
|     "notFoundSubtitle": "The page you are looking for does not exist.",
 | |
|     "notFoundButton": "Go home",
 | |
|     "totpFailTitle": "Failed to verify code",
 | |
|     "totpFailSubtitle": "Please check your code and try again",
 | |
|     "totpSuccessTitle": "Verified",
 | |
|     "totpSuccessSubtitle": "Redirecting to your app",
 | |
|     "totpTitle": "Enter your TOTP code",
 | |
|     "unauthorizedTitle": "Unauthorized",
 | |
|     "unauthorizedResourceSubtitle": "The user with username {{username}} is not authorized to access the resource <Code>{{resource}}</Code>.",
 | |
|     "unaothorizedLoginSubtitle": "The user with username {{username}} is not authorized to login.",
 | |
|     "unauthorizedButton": "Try again"
 | |
| } |