From 07f907f472d33235260a2fc58a97470e70acb9a3 Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Sat, 29 Aug 2026 00:03:09 +0200 Subject: [PATCH] New translations en.json (Portuguese, Brazilian) [ci skip] --- frontend/messages/pt-BR.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/frontend/messages/pt-BR.json b/frontend/messages/pt-BR.json index 6638aab1..3424d962 100644 --- a/frontend/messages/pt-BR.json +++ b/frontend/messages/pt-BR.json @@ -399,6 +399,27 @@ "federated_client_credentials_description": "As credenciais federadas do cliente permitem autenticar clientes OIDC sem precisar gerenciar segredos de longa duração. Elas usam tokens JWT emitidos por autoridades terceirizadas para afirmações do cliente, tipo tokens de identidade de carga de trabalho.", "add_federated_client_credential": "Adicionar credencial de cliente federado", "add_another_federated_client_credential": "Adicionar outra credencial de cliente federado", + "federated_identity_number": "Identity {number}", + "remove_federated_identity": "Remove federated identity", + "issuer": "Issuer", + "subject": "Subject", + "defaults_to_the_client_id": "Defaults to the client ID", + "audience": "Audience", + "defaults_to_the_appname_url": "Defaults to the {appName} URL", + "signing_keys": "Signing keys", + "jwks_url": "JWKS URL", + "defaults_to_the_issuer_jwks_url": "Defaults to {issuer}/.well-known/jwks.json", + "public_keys": "Public keys", + "public_key": "Public key", + "add_public_key": "Add public key", + "remove_public_key": "Remove public key {keyId}", + "paste_public_key_description": "Paste a public key in JWK format, or a JWKS for multiple keys. Every key must have a key ID.", + "public_key_already_added": "A key with the key ID \"{keyId}\" has already been added", + "paste_a_public_key_or_a_jwks": "Paste a public key in JWK format, or a JWKS containing multiple keys", + "the_value_is_not_valid_json": "The value is not valid JSON", + "the_value_is_not_a_jwk_or_a_jwks": "The value is not a JWK or a JWKS", + "the_jwks_does_not_contain_any_key": "The JWKS does not contain any key", + "jwks_key_is_not_a_jwk": "Key {number} of the JWKS is not a JWK", "oidc_allowed_group_count": "Total de grupos permitidos", "show_advanced_options": "Mostrar opções avançadas", "hide_advanced_options": "Ocultar opções avançadas",