mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-10-28 20:55:42 +00:00
* New translations en.json (German) * 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 (Portuguese, Brazilian) * New translations en.json (Polish) * New translations en.json (German) * 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)
51 lines
3.4 KiB
JSON
51 lines
3.4 KiB
JSON
{
|
|
"loginTitle": "Bem-vindo de volta, acesse com",
|
|
"loginDivider": "Ou continuar com uma senha",
|
|
"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": "Você falhou em iniciar sessão muitas vezes, por favor tente novamente mais tarde",
|
|
"loginSuccessTitle": "Sessão Iniciada",
|
|
"loginSuccessSubtitle": "Bem-vindo de volta!",
|
|
"loginOauthFailTitle": "Erro interno",
|
|
"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": "Você está tentando redirecionar de <Code>https</Code> para <Code>http</Code>, você tem certeza que deseja continuar?",
|
|
"continueTitle": "Continuar",
|
|
"continueSubtitle": "Clique no botão para continuar para o seu aplicativo.",
|
|
"internalErrorTitle": "Erro interno do servidor",
|
|
"internalErrorSubtitle": "Ocorreu um erro no servidor e atualmente não pode servir sua solicitação.",
|
|
"internalErrorButton": "Tentar novamente",
|
|
"logoutFailTitle": "Falha ao encerrar sessão",
|
|
"logoutFailSubtitle": "Por favor, tente novamente",
|
|
"logoutSuccessTitle": "Sessão encerrada",
|
|
"logoutSuccessSubtitle": "Você foi desconectado",
|
|
"logoutTitle": "Sair",
|
|
"logoutUsernameSubtitle": "Você está atualmente logado como <Code>{{username}}</Code>, clique no botão abaixo para sair.",
|
|
"logoutOauthSubtitle": "Você está atualmente logado como <Code>{{username}}</Code> usando o provedor {{provider}} OAuth, clique no botão abaixo para sair.",
|
|
"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",
|
|
"unauthorizedTitle": "Não autorizado",
|
|
"unauthorizedResourceSubtitle": "O usuário com nome de usuário <Code>{{username}}</Code> não está autorizado a acessar o recurso <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>.",
|
|
"unauthorizedButton": "Tentar novamente",
|
|
"untrustedRedirectTitle": "Redirecionamento não confiável",
|
|
"untrustedRedirectSubtitle": "Você está tentando redirecionar para um domínio que não corresponde ao seu domínio configurado (<Code>{{domain}}</Code>). Tem certeza que deseja continuar?",
|
|
"cancelTitle": "Cancelar",
|
|
"forgotPasswordTitle": "Esqueceu sua senha?"
|
|
} |