-
Notifications
You must be signed in to change notification settings - Fork 431
fix(localizations): update pt-BR translations #7668
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
+18
−12
Closed
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| '@clerk/localizations': patch | ||
| --- | ||
|
|
||
| Add missing pt-BR translations for enterprise connections, password errors, and organization switcher | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -231,7 +231,7 @@ export const ptBR: LocalizationResource = { | |
| formFieldInputPlaceholder__password: 'Digite sua senha', | ||
| formFieldInputPlaceholder__phoneNumber: 'Digite seu número de telefone', | ||
| formFieldInputPlaceholder__username: 'Digite seu nome de usuário', | ||
| formFieldInput__emailAddress_format: undefined, | ||
| formFieldInput__emailAddress_format: 'Formato de exemplo: [email protected]', | ||
| formFieldLabel__apiKey: 'Chave API', | ||
| formFieldLabel__apiKeyDescription: 'Descrição', | ||
| formFieldLabel__apiKeyExpiration: 'Expiração', | ||
|
|
@@ -510,11 +510,11 @@ export const ptBR: LocalizationResource = { | |
| }, | ||
| }, | ||
| organizationSwitcher: { | ||
| action__closeOrganizationSwitcher: undefined, | ||
| action__closeOrganizationSwitcher: 'Fechar seletor de organização', | ||
| action__createOrganization: 'Criar organização', | ||
| action__invitationAccept: 'Participar', | ||
| action__manageOrganization: 'Gerenciar organização', | ||
| action__openOrganizationSwitcher: undefined, | ||
| action__openOrganizationSwitcher: 'Abrir seletor de organização', | ||
| action__suggestionsAccept: 'Solicitar participação', | ||
| notSelected: 'Nenhuma organização selecionada', | ||
| personalWorkspace: 'Conta pessoal', | ||
|
|
@@ -676,8 +676,8 @@ export const ptBR: LocalizationResource = { | |
| title: 'Verifique seu e-mail', | ||
| }, | ||
| enterpriseConnections: { | ||
| subtitle: undefined, | ||
| title: undefined, | ||
| subtitle: 'Selecione a conta corporativa com a qual deseja continuar.', | ||
| title: 'Escolha sua conta corporativa', | ||
| }, | ||
| forgotPassword: { | ||
| formTitle: 'Código de redefinição de senha', | ||
|
|
@@ -710,13 +710,13 @@ export const ptBR: LocalizationResource = { | |
| title: 'Insira sua senha', | ||
| }, | ||
| passwordCompromised: { | ||
| title: undefined, | ||
| title: 'Senha comprometida', | ||
| }, | ||
| passwordPwned: { | ||
| title: 'Senha comprometida', | ||
| }, | ||
| passwordUntrusted: { | ||
| title: undefined, | ||
| title: 'Senha não confiável', | ||
| }, | ||
| phoneCode: { | ||
| formTitle: 'Código de verificação', | ||
|
|
@@ -814,8 +814,8 @@ export const ptBR: LocalizationResource = { | |
| }, | ||
| }, | ||
| enterpriseConnections: { | ||
| subtitle: undefined, | ||
| title: undefined, | ||
| subtitle: 'Selecione a conta corporativa com a qual deseja continuar.', | ||
| title: 'Escolha sua conta corporativa', | ||
| }, | ||
| legalConsent: { | ||
| checkbox: { | ||
|
|
@@ -909,7 +909,7 @@ export const ptBR: LocalizationResource = { | |
| actionLink: 'Sair', | ||
| actionText: 'Conectado como {{identifier}}', | ||
| }, | ||
| subtitle: undefined, | ||
| subtitle: 'Sua conta requer uma nova senha antes de continuar', | ||
| title: 'Resetar senha', | ||
| }, | ||
| unstable__errors: { | ||
|
|
@@ -928,7 +928,7 @@ export const ptBR: LocalizationResource = { | |
| form_identifier_exists__phone_number: 'Telefone já está em uso. Por favor, tente outro.', | ||
| form_identifier_exists__username: 'Nome de usuário já está em uso. Por favor, tente outro.', | ||
| form_identifier_not_found: 'Não foi possível encontrar o usuário.', | ||
| form_new_password_matches_current: undefined, | ||
| form_new_password_matches_current: 'A nova senha não pode ser igual à senha atual.', | ||
| form_param_format_invalid: 'Formato inválido.', | ||
| form_param_format_invalid__email_address: 'O endereço de e-mail deve ser um endereço de e-mail válido.', | ||
| form_param_format_invalid__phone_number: 'Número de telefone precisa estar num formato internacional válido.', | ||
|
|
@@ -949,7 +949,8 @@ export const ptBR: LocalizationResource = { | |
| form_password_pwned__sign_in: 'Esta senha foi comprometida, por favor redefina sua senha.', | ||
| form_password_size_in_bytes_exceeded: | ||
| 'Sua senha excedeu o número máximo de bytes permitidos, por favor, encurte-a ou remova alguns caracteres especiais.', | ||
| form_password_untrusted__sign_in: undefined, | ||
| form_password_untrusted__sign_in: | ||
| 'Sua senha pode estar comprometida. Para proteger sua conta, continue com um método de login alternativo. Você precisará redefinir sua senha após o login.', | ||
| form_password_validation_failed: 'Senha incorreta', | ||
| form_username_invalid_character: 'Nome de usuário contém caracteres inválidos. Por favor, tente outro.', | ||
| form_username_invalid_length: 'Nome de usuário deve ter entre 3 e 256 caracteres.', | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add or confirm tests for these localization additions.
No tests were added or updated in this PR; please add coverage or point to existing localization snapshot tests that validate the new pt-BR keys to avoid regressions. As per coding guidelines.
🤖 Prompt for AI Agents