mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-10-28 20:55:42 +00:00
* New translations en.json (Spanish) * New translations en.json (Spanish) * New translations en.json (German) * New translations en.json (Chinese Simplified) * New translations en.json (Spanish) * New translations en.json (German) * New translations en.json (Chinese Simplified) * New translations en.json (Romanian) * New translations en.json (French) * 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 (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 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 (Russian) * New translations en.json (German)
54 lines
3.6 KiB
JSON
54 lines
3.6 KiB
JSON
{
|
|
"loginTitle": "Bem-vindo de volta, acesse com",
|
|
"loginTitleSimple": "Welcome back, please login",
|
|
"loginDivider": "Or",
|
|
"loginUsername": "Nome de usuário",
|
|
"loginPassword": "Senha",
|
|
"loginSubmit": "Entrar",
|
|
"loginFailTitle": "Falha ao iniciar sessão",
|
|
"loginFailSubtitle": "Por favor, verifique seu usuário e senha",
|
|
"loginFailRateLimit": "You failed to login too many times. Please try again later",
|
|
"loginSuccessTitle": "Sessão Iniciada",
|
|
"loginSuccessSubtitle": "Bem-vindo de volta!",
|
|
"loginOauthFailTitle": "An error occurred",
|
|
"loginOauthFailSubtitle": "Falha ao obter URL de OAuth",
|
|
"loginOauthSuccessTitle": "Redirecionando",
|
|
"loginOauthSuccessSubtitle": "Redirecionando para seu provedor OAuth",
|
|
"continueRedirectingTitle": "Redirecionando...",
|
|
"continueRedirectingSubtitle": "Você deve ser redirecionado para o aplicativo em breve",
|
|
"continueInvalidRedirectTitle": "Redirecionamento inválido",
|
|
"continueInvalidRedirectSubtitle": "O endereço de redirecionamento é inválido",
|
|
"continueInsecureRedirectTitle": "Redirecionamento inseguro",
|
|
"continueInsecureRedirectSubtitle": "You are trying to redirect from <code>https</code> to <code>http</code> which is not secure. Are you sure you want to continue?",
|
|
"continueTitle": "Continuar",
|
|
"continueSubtitle": "Clique no botão para continuar para o seu aplicativo.",
|
|
"logoutFailTitle": "Falha ao encerrar sessão",
|
|
"logoutFailSubtitle": "Por favor, tente novamente",
|
|
"logoutSuccessTitle": "Sessão encerrada",
|
|
"logoutSuccessSubtitle": "Você foi desconectado",
|
|
"logoutTitle": "Sair",
|
|
"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": "Página não encontrada",
|
|
"notFoundSubtitle": "A página que você está procurando não existe.",
|
|
"notFoundButton": "Voltar para a tela inicial",
|
|
"totpFailTitle": "Falha ao verificar código",
|
|
"totpFailSubtitle": "Por favor, verifique seu código e tente novamente",
|
|
"totpSuccessTitle": "Verificado",
|
|
"totpSuccessSubtitle": "Redirecionando para o seu aplicativo",
|
|
"totpTitle": "Insira o seu código TOTP",
|
|
"totpSubtitle": "Please enter the code from your authenticator app.",
|
|
"unauthorizedTitle": "Não autorizado",
|
|
"unauthorizedResourceSubtitle": "The user with username <code>{{username}}</code> is not authorized to access the resource <code>{{resource}}</code>.",
|
|
"unauthorizedLoginSubtitle": "The user with username <code>{{username}}</code> is not authorized to login.",
|
|
"unauthorizedGroupsSubtitle": "The user with username <code>{{username}}</code> is not in the groups required by the resource <code>{{resource}}</code>.",
|
|
"unauthorizedIpSubtitle": "Your IP address <code>{{ip}}</code> is not authorized to access the resource <code>{{resource}}</code>.",
|
|
"unauthorizedButton": "Tentar novamente",
|
|
"untrustedRedirectTitle": "Redirecionamento não confiável",
|
|
"untrustedRedirectSubtitle": "You are trying to redirect to a domain that does not match your configured domain (<code>{{domain}}</code>). Are you sure you want to continue?",
|
|
"cancelTitle": "Cancelar",
|
|
"forgotPasswordTitle": "Esqueceu sua senha?",
|
|
"failedToFetchProvidersTitle": "Failed to load authentication providers. Please check your configuration.",
|
|
"errorTitle": "An error occurred",
|
|
"errorSubtitle": "An error occurred while trying to perform this action. Please check the console for more information."
|
|
} |