mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-10-30 05:35:44 +00:00
59 lines
4.0 KiB
JSON
59 lines
4.0 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",
|
|
"continueTitle": "Continuar",
|
|
"continueRedirectingTitle": "Redirecionando...",
|
|
"continueRedirectingSubtitle": "Você deve ser redirecionado para o aplicativo em breve",
|
|
"continueRedirectManually": "Redirect me manually",
|
|
"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?",
|
|
"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": "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",
|
|
"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.",
|
|
"forgotPasswordMessage": "You can reset your password by changing the `USERS` environment variable.",
|
|
"fieldRequired": "This field is required",
|
|
"invalidInput": "Invalid input",
|
|
"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"
|
|
} |