Skip to content

Commit 1ce55cd

Browse files
committed
New translations en.json (Portuguese, Brazilian)
1 parent b75a53d commit 1ce55cd

1 file changed

Lines changed: 22 additions & 3 deletions

File tree

frontend/src/lib/i18n/locales/pt-BR.json

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,31 @@
5151
"forgotPasswordTitle": "Esqueceu sua senha?",
5252
"failedToFetchProvidersTitle": "Falha ao carregar provedores de autenticação. Verifique sua configuração.",
5353
"errorTitle": "Ocorreu um erro",
54-
"errorSubtitle": "Ocorreu um erro ao tentar executar esta ação. Por favor, verifique o console para mais informações.",
54+
"errorSubtitleInfo": "The following error occurred while processing your request:",
55+
"errorSubtitle": "An error occurred while trying to perform this action. Please check your browser console or the app logs for more information.",
5556
"forgotPasswordMessage": "Você pode redefinir sua senha alterando a variável de ambiente `USERS`.",
5657
"fieldRequired": "Este campo é obrigatório",
5758
"invalidInput": "Entrada Inválida",
5859
"domainWarningTitle": "Domínio inválido",
5960
"domainWarningSubtitle": "Esta instância está configurada para ser acessada de <code>{{appUrl}}</code>, mas <code>{{currentUrl}}</code> está sendo usado. Se você continuar, você pode encontrar problemas com a autenticação.",
6061
"ignoreTitle": "Ignorar",
61-
"goToCorrectDomainTitle": "Ir para o domínio correto"
62-
}
62+
"goToCorrectDomainTitle": "Ir para o domínio correto",
63+
"authorizeTitle": "Authorize",
64+
"authorizeCardTitle": "Continue to {{app}}?",
65+
"authorizeSubtitle": "Would you like to continue to this app? Please carefully review the permissions requested by the app.",
66+
"authorizeSubtitleOAuth": "Would you like to continue to this app?",
67+
"authorizeLoadingTitle": "Loading...",
68+
"authorizeLoadingSubtitle": "Please wait while we load the client information.",
69+
"authorizeSuccessTitle": "Authorized",
70+
"authorizeSuccessSubtitle": "You will be redirected to the app in a few seconds.",
71+
"authorizeErrorClientInfo": "An error occurred while loading the client information. Please try again later.",
72+
"authorizeErrorMissingParams": "The following parameters are missing: {{missingParams}}",
73+
"openidScopeName": "OpenID Connect",
74+
"openidScopeDescription": "Allows the app to access your OpenID Connect information.",
75+
"emailScopeName": "Email",
76+
"emailScopeDescription": "Allows the app to access your email address.",
77+
"profileScopeName": "Profile",
78+
"profileScopeDescription": "Allows the app to access your profile information.",
79+
"groupsScopeName": "Groups",
80+
"groupsScopeDescription": "Allows the app to access your group information."
81+
}

0 commit comments

Comments
 (0)