summaryrefslogtreecommitdiffstats
path: root/lib/l10n/it.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2023-05-27 00:18:02 +0000
committerNextcloud bot <bot@nextcloud.com>2023-05-27 00:18:02 +0000
commit0ad9cbf8848d1472c616f137af2ca3af79d944a5 (patch)
treed60e0ddae173af46c5ab27d63dc3fac0b3153a86 /lib/l10n/it.js
parent281d0aa9644e62b59c894fd465ae2cbd31d33141 (diff)
downloadnextcloud-server-0ad9cbf8848d1472c616f137af2ca3af79d944a5.tar.gz
nextcloud-server-0ad9cbf8848d1472c616f137af2ca3af79d944a5.zip
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/it.js')
-rw-r--r--lib/l10n/it.js17
1 files changed, 13 insertions, 4 deletions
diff --git a/lib/l10n/it.js b/lib/l10n/it.js
index 5f0579dd454..98d3e1c1bb0 100644
--- a/lib/l10n/it.js
+++ b/lib/l10n/it.js
@@ -5,6 +5,7 @@ OC.L10N.register(
"This can usually be fixed by giving the web server write access to the config directory." : "Ciò può essere corretto di solito fornendo al server web accesso in scrittura alla cartella config.",
"But, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it." : "Ma, se preferisci mantenere il file config.php in sola lettura, imposta l'opzione \"config_is_read_only\" a true.",
"See %s" : "Vedi %s",
+ "Application %1$s is not present or has a non-compatible version with this server. Please check the apps directory." : "L'applicazione %1$s non è presente o ha una versione non compatibile con questo server. Controlla l'elenco delle app.",
"Sample configuration detected" : "Configurazione di esempio rilevata",
"It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "È stato rilevato che la configurazione di esempio è stata copiata. Ciò può compromettere la tua installazione e non è supportato. Leggi la documentazione prima di modificare il file config.php",
"404" : "404",
@@ -57,6 +58,7 @@ OC.L10N.register(
"Avatar image is not square" : "L'immagine personale non è quadrata",
"Files" : "File",
"View profile" : "Vedi profilo",
+ "Local time: %s" : "Ora locale: %s",
"today" : "oggi",
"tomorrow" : "domani",
"yesterday" : "ieri",
@@ -112,11 +114,16 @@ OC.L10N.register(
"Address" : "Indirizzo",
"Profile picture" : "Immagine di profilo",
"About" : "Informazioni",
+ "Display name" : "Nome visualizzato",
"Headline" : "Titolo",
"Organisation" : "Organizzazione",
"Role" : "Ruolo",
"Unknown user" : "Utente sconosciuto",
"Additional settings" : "Impostazioni aggiuntive",
+ "Enter the database username and name for %s" : "Inserisci il nome utente del database e il nome per %s",
+ "Enter the database username for %s" : "Inserisci il nome utente del database per %s",
+ "Enter the database name for %s" : "Inserisci il nome del database per %s",
+ "You cannot use dots in the database name %s" : "Non puoi usare punti nel nome del database %s",
"MySQL username and/or password not valid" : "Nome utente e/o password di MySQL non validi",
"You need to enter details of an existing account." : "Devi inserire i dettagli di un account esistente.",
"Oracle connection could not be established" : "La connessione a Oracle non può essere stabilita",
@@ -149,6 +156,7 @@ OC.L10N.register(
"%1$s shared »%2$s« with you." : "%1$s ha condiviso «%2$s» con te.",
"Click the button below to open it." : "Fai clic sul pulsante sotto per aprirlo.",
"The requested share does not exist anymore" : "La condivisione richiesta non esiste più",
+ "The user was not created because the user limit has been reached. Check your notifications to learn more." : "L'utente non è stato creato perché il limite è stato raggiunto. Controlla le notifiche per maggiori informazioni.",
"Could not find category \"%s\"" : "Impossibile trovare la categoria \"%s\"",
"Sunday" : "Domenica",
"Monday" : "Lunedì",
@@ -198,6 +206,7 @@ OC.L10N.register(
"A valid password must be provided" : "Deve essere fornita una password valida",
"The username is already being used" : "Il nome utente è già utilizzato",
"Could not create user" : "Impossibile creare l'utente",
+ "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", spaces and \"_.@-'\"" : "Solo i seguenti caratteri sono consentiti in un nome utente: \"a-z\", \"A-Z\", \"0-9\", spazi e \"_.@-'\"",
"A valid username must be provided" : "Deve essere fornito un nome utente valido",
"Username contains whitespace at the beginning or at the end" : "Il nome utente contiene spazi all'inizio o alla fine",
"Username must not consist of dots only" : "Il nome utente non può consistere di soli punti",
@@ -207,6 +216,7 @@ OC.L10N.register(
"App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "L'applicazione \"%1$s\" non può essere installata poiché le seguenti dipendenze non sono soddisfatte: %2$s",
"a safe home for all your data" : "un posto sicuro per tutti i tuoi dati",
"File is currently busy, please try again later" : "Il file è attualmente occupato, riprova più tardi",
+ "Cannot download file" : "Impossibile scaricare il file",
"Application is not enabled" : "L'applicazione non è abilitata",
"Authentication error" : "Errore di autenticazione",
"Token expired. Please reload page." : "Token scaduto. Ricarica la pagina.",
@@ -232,6 +242,8 @@ OC.L10N.register(
"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Ciò è causato probabilmente da una cache/acceleratore come Zend OPcache o eAccelerator.",
"PHP modules have been installed, but they are still listed as missing?" : "Sono stati installati moduli PHP, ma sono elencati ancora come mancanti?",
"Please ask your server administrator to restart the web server." : "Chiedi all'amministratore di riavviare il server web.",
+ "The required %s config variable is not configured in the config.php file." : "La variabile %s necessaria non è configurata nel file config.php .",
+ "Please ask your server administrator to check the Nextcloud configuration." : "Chiedi all'amministratore del server di controllare la configurazione di Nextcloud.",
"PostgreSQL >= 9 required." : "Richiesto PostgreSQL >= 9.",
"Please upgrade your database version." : "Aggiorna la versione del tuo database.",
"Your data directory is readable by other users." : "La cartella dei dati è leggibile dagli altri utenti.",
@@ -253,10 +265,7 @@ OC.L10N.register(
"Storage connection timeout. %s" : "Timeout di connessione all'archiviazione. %s",
"The files of the app %1$s were not replaced correctly. Make sure it is a version compatible with the server." : "I file dell'applicazione %1$s non sono stati sostituiti correttamente. Assicurati che sia una versione compatibile con il server.",
"Full name" : "Nome completo",
- "%s enter the database username and name." : "%s digita il nome utente e il nome del database.",
- "%s enter the database username." : "%s digita il nome utente del database.",
- "%s enter the database name." : "%s digita il nome del database.",
- "%s you may not use dots in the database name" : "%s non dovresti utilizzare punti nel nome del database",
+ "The user limit has been reached and the user was not created. Check your notifications to learn more." : "È stato raggiunto il limite di utenti e l'utente non è stato creato. Controlla le notifiche per maggiori informazioni.",
"Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-'\"" : "Solo i seguenti caratteri sono consentiti in un nome utente: \"a-z\", \"A-Z\", \"0-9\", e \"_.@-'\"",
"libxml2 2.7.0 is at least required. Currently %s is installed." : "È richiesta almeno la versione 2.7.0 di libxml2. Quella attualmente installata è la %s.",
"To fix this issue update your libxml2 version and restart your web server." : "Per risolvere questo problema, aggiorna la tua versione di libxml2 e riavvia il server web."