mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-09-02 01:01:33 +02:00
New translations en.json (Italian)
[ci skip]
This commit is contained in:
@@ -399,27 +399,27 @@
|
||||
"federated_client_credentials_description": "Le credenziali client federate ti permettono di autenticare i client OIDC senza dover gestire segreti a lungo termine. Usano i token JWT rilasciati da autorità terze per le asserzioni dei client, tipo i token di identità del carico di lavoro.",
|
||||
"add_federated_client_credential": "Aggiungi Identità Federata",
|
||||
"add_another_federated_client_credential": "Aggiungi un'altra identità federata",
|
||||
"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",
|
||||
"federated_identity_number": "Identità {number}",
|
||||
"remove_federated_identity": "Rimuovi identità federata",
|
||||
"issuer": "Emittente",
|
||||
"subject": "Soggetto",
|
||||
"defaults_to_the_client_id": "Predefinito all'ID client",
|
||||
"audience": "Destinatario",
|
||||
"defaults_to_the_appname_url": "Per impostazione predefinita usa l'URL di {appName}",
|
||||
"signing_keys": "Chiavi di firma",
|
||||
"jwks_url": "URL JWKS",
|
||||
"defaults_to_the_issuer_jwks_url": "Per impostazione predefinita, {issuer}/.well-known/jwks.json",
|
||||
"public_keys": "Chiavi pubbliche",
|
||||
"public_key": "Chiave pubblica",
|
||||
"add_public_key": "Aggiungi chiave pubblica",
|
||||
"remove_public_key": "Rimuovi chiave pubblica {keyId}",
|
||||
"paste_public_key_description": "Incolla una chiave pubblica in formato JWK, oppure un JWKS per più chiavi. Ogni chiave deve avere un ID chiave.",
|
||||
"public_key_already_added": "Una chiave con l'ID chiave \"{keyId}\" è già stata aggiunta",
|
||||
"paste_a_public_key_or_a_jwks": "Incolla una chiave pubblica in formato JWK, oppure un JWKS contenente più chiavi",
|
||||
"the_value_is_not_valid_json": "Il valore non è JSON valido",
|
||||
"the_value_is_not_a_jwk_or_a_jwks": "Il valore non è un JWK o un JWKS",
|
||||
"the_jwks_does_not_contain_any_key": "Il JWKS non contiene alcuna chiave",
|
||||
"jwks_key_is_not_a_jwk": "La chiave {number} del JWKS non è un JWK",
|
||||
"oidc_allowed_group_count": "Numero Gruppi Consentiti",
|
||||
"show_advanced_options": "Mostra Opzioni Avanzate",
|
||||
"hide_advanced_options": "Nascondi Opzioni Avanzate",
|
||||
|
||||
Reference in New Issue
Block a user