diff options
Diffstat (limited to 'apps/oauth2/l10n/it.json')
-rw-r--r-- | apps/oauth2/l10n/it.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/oauth2/l10n/it.json b/apps/oauth2/l10n/it.json index 73ae81ba7bf..9d60054a248 100644 --- a/apps/oauth2/l10n/it.json +++ b/apps/oauth2/l10n/it.json @@ -1,11 +1,20 @@ { "translations": { "OAuth 2.0 clients" : "Client OAuth 2.0", + "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 consente a servizi esterni di richiedere accesso a {instanceName}.", "Name" : "Nome", + "_headerName_::_col_" : ["headerName","col"], "Redirection URI" : "URI di redirezione", + "_headerRedirectUri_::_col_" : ["headerRedirectUri","col"], "Client Identifier" : "Identificatore client", + "_headerClientIdentifier_::_col_" : ["headerClientIdentifier","col"], "Secret" : "Segreto", + "_headerSecret_::_col_" : ["headerSecret","col"], "Add client" : "Aggiungi client", "Add" : "Aggiungi", + "_button_::_submit_" : ["button","submit"], + "_section_::_oauth2_" : ["section","oauth2"], + "Show client secret" : "Mostra segreto del client", + "Delete" : "Elimina", "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Consente l'autenticazione compatibile con OAuth2 da altre applicazioni web.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "L'applicazione OAuth2 consente agli amministratori di configurare la procedura di autenticazione per consentire anche l'autenticazione compatibile con OAuth2 da altre applicazioni web.", |