mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-08-31 08:11:27 +02:00
New translations en.json (Catalan)
[ci skip]
This commit is contained in:
@@ -399,6 +399,27 @@
|
||||
"federated_client_credentials_description": "Les credencials de client federat permeten autenticar clients OIDC sense gestionar secrets de llarga durada. Fan servir tokens JWT emesos per autoritats de tercers per a assertions de client, p. ex. tokens d'identitat de càrrega de treball.",
|
||||
"add_federated_client_credential": "Afegeix credencial de client federat",
|
||||
"add_another_federated_client_credential": "Afegeix una altra credencial de client federat",
|
||||
"federated_identity_number": "Identitat {number}",
|
||||
"remove_federated_identity": "Elimina la identitat federada",
|
||||
"issuer": "Emissor",
|
||||
"subject": "Subjecte",
|
||||
"defaults_to_the_client_id": "Per defecte, l'ID del client",
|
||||
"audience": "Audiència",
|
||||
"defaults_to_the_appname_url": "Per defecte, l'URL de {appName}",
|
||||
"signing_keys": "Claus de signatura",
|
||||
"jwks_url": "URL de JWKS",
|
||||
"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": "Nombre de grups permesos",
|
||||
"show_advanced_options": "Mostra opcions avançades",
|
||||
"hide_advanced_options": "Oculta opcions avançades",
|
||||
|
||||
Reference in New Issue
Block a user