Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/oauth2/l10n/it.json')
-rw-r--r--apps/oauth2/l10n/it.json24
1 files changed, 8 insertions, 16 deletions
diff --git a/apps/oauth2/l10n/it.json b/apps/oauth2/l10n/it.json
index 9d60054a248..312042bf563 100644
--- a/apps/oauth2/l10n/it.json
+++ b/apps/oauth2/l10n/it.json
@@ -1,23 +1,15 @@
{ "translations": {
+ "Your redirect url needs to be a full url for example: https://yourdomain.com/path" : "Il tuo URL di redirezione deve essere un URL completo, ad esempio: https://tuodominio.com/percorso",
+ "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.",
"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.",
- "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 consente a servizi esterni di richiedere accesso al tuo %s."
+ "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 consente a servizi esterni di richiedere accesso al tuo %s.",
+ "Redirection URI" : "URI di redirezione",
+ "Secret" : "Segreto",
+ "Add" : "Aggiungi"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file