summaryrefslogtreecommitdiffstats
path: root/apps/settings/l10n/it.json
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings/l10n/it.json')
-rw-r--r--apps/settings/l10n/it.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/apps/settings/l10n/it.json b/apps/settings/l10n/it.json
index a1785d44a35..27b3d2004cc 100644
--- a/apps/settings/l10n/it.json
+++ b/apps/settings/l10n/it.json
@@ -141,22 +141,51 @@
"Old user imported certificates" : "Certificati importati del vecchio utente.",
"A background job is pending that checks for user imported SSL certificates. Please check back later." : "È in sospeso un processo in background che controlla i certificati SSL importati dall'utente. Controlla più tardi.",
"There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Sono presenti alcuni certificati SSL importati dagli utenti, che non vengono più utilizzati con Nextcloud 21. Possono essere importati dalla riga di comando tramite il comando \"occ security:certificates:import\". I loro percorsi all'interno della cartella dei dati sono mostrati di seguito.",
+ "Database missing columns" : "Colonne mancanti nel database",
+ "Missing optional column \"%s\" in table \"%s\"." : "Manca la colonna facoltativa \"%s\" nella tabella \"%s\".",
"The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "Nel database mancano alcune colonne opzionali. Poiché l'aggiunta di colonne su tabelle grandi può richiedere del tempo, non sono state aggiunte automaticamente. Eseguendo \"occ db:add-missing-columns\", le colonne mancanti possono essere aggiunte manualmente mentre l'istanza è in esecuzione. Una volta che le colonne sono state aggiunte, alcune funzionalità potrebbero migliorare i tempi di risposta o l'usabilità.",
+ "Database missing indices" : "Indici mancanti nel database",
+ "Missing optional index \"%s\" in table \"%s\"." : "Manca l'indice facoltativo \"%s\" nella tabella \"%s\".",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Nel database mancano alcuni indici. Poiché l'aggiunta di indici su tabelle grandi può richiedere del tempo, non sono stati aggiunti automaticamente. Eseguendo \"occ db:add-missing-indices\", gli indici mancanti possono essere aggiunti manualmente mentre l'istanza è in esecuzione. Una volta che gli indici sono stati aggiunti, le interrogazioni a tali tabelle sono solitamente più veloci.",
+ "Database missing primary keys" : "Chiavi primarie mancanti nel database",
+ "Missing primary key on table \"%s\"." : "Manca la chiave primaria sulla tabella \"%s\".",
"The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "Nel database mancano alcune chiavi primarie. Poiché l'aggiunta di chiavi primarie su tabelle grandi può richiedere del tempo, non sono state aggiunte automaticamente. Eseguendo \"occ db:add-missing-primary-keys\", quelle chiavi mancanti possono essere aggiunte manualmente mentre l'istanza è in esecuzione.",
+ "Database pending bigint migrations" : "Database in attesa di migrazioni di bigint",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running \"occ db:convert-filecache-bigint\" those pending changes could be applied manually. This operation needs to be made while the instance is offline." : "In alcune colonne del database manca una conversione in big int. Poiché la modifica dei tipi di colonna su tabelle di grandi dimensioni potrebbe richiedere del tempo, non sono state modificate automaticamente. Eseguendo \"occ db:convert-filecache-bigint\" è possibile applicare manualmente le modifiche in sospeso. Questa operazione deve essere eseguita mentre l'istanza è offline.",
"Default phone region" : "Regione telefonica predefinita",
"Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective ISO 3166-1 code of the region to your config file." : "La tua installazione non ha una regione telefonica predefinita impostata. Ciò è necessario per poter convalidare i numeri di telefono nelle impostazioni del profilo senza un codice nazionale. Per consentire i numeri senza un codice nazionale, aggiungi \"default_phone_region\" con il rispettivo codice ISO 3166-1 della regione desiderata al file di configurazione.",
"Email test" : "Test email",
"Email test was successfully sent" : "Il test email è stato inviato con successo",
"You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "Non hai ancora impostato o verificato la configurazione del tuo server email. Vai alle \"Impostazioni di base\" per configurarle. Successivamente, utilizza il pulsante \"Invia email\" sotto il modulo per verificare le tue impostazioni.",
+ "File locking" : "Blocco dei file",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Il blocco di file transazionale è disattivato, ciò potrebbe comportare problemi di race condition. Attiva \"filelocking.enabled\" nel config.php per evitare questi problemi.",
+ "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "Il database viene usato per il blocco di file transazionale. Per migliorare le prestazioni, configura memcache, se disponibile.",
+ "Forwarded for headers" : "Inoltrato per intestazioni",
+ "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "La tua impostazione \"trusted_proxies\" non è corretta, dovrebbe essere un array.",
+ "The reverse proxy header configuration is incorrect. This is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud." : "La configurazione dell'intestazione del reverse proxy è errata. Questo è un problema di sicurezza e può consentire a un aggressore di falsificare il proprio indirizzo IP come visto da Nextcloud.",
+ "Your IP address was resolved as %s" : "Il tuo indirizzo IP è stato risolto come %s",
+ "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud." : "La configurazione dell'intestazione del reverse proxy è errata o stai accedendo a Nextcloud da un proxy fidato. Se non è così, si tratta di un problema di sicurezza e può consentire a un aggressore di falsificare il proprio indirizzo IP come visto da Nextcloud.",
"Internet connectivity" : "Connessione internet",
"Internet connectivity is disabled in configuration file." : "La connessione internet è disattivata nel file di configurazione.",
"This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "Questo server non ha una connessione a Internet funzionante: diversi dispositivi finali non sono raggiungibili. Ciò significa che alcune delle funzionalità come il montaggio di archivi esterni, le notifiche degli aggiornamenti o l'installazione di applicazioni di terze parti non funzioneranno. Anche l'accesso remoto ai file e l'invio di email di notifica potrebbero non funzionare. Attiva la connessione a Internet del server se desideri disporre di tutte le funzionalità.",
+ "Old server-side-encryption" : "Vecchia crittografia lato server",
"Disabled" : "Disabilitata",
"The old server-side-encryption format is enabled. We recommend disabling this." : "Il vecchio formato di cifratura lato server è abilitato. Ti consigliamo di disabilitarlo.",
+ "Memcache" : "Memcache",
+ "Configured" : "Configurato",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "Nessuna cache di memoria è stata configurata. Per migliorare le prestazioni, si prega di configurare una memcache, se disponibile.",
+ "PHP default charset" : "Set di caratteri PHP predefinito",
+ "PHP configuration option \"default_charset\" should be UTF-8" : "L'opzione di configurazione PHP \"default_charset\" dovrebbe essere UTF-8",
+ "Freetype" : "Freetype",
"Supported" : "Supportata",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "La tua versione di PHP non supporta FreeType. Ciò causerà problemi con le immagini dei profili e con l'interfaccia delle impostazioni.",
+ "PHP getenv" : "getenv PHP",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP non sembra essere configurato correttamente per interrogare le variabili d'ambiente di sistema. Il test con getenv(\"PATH\") restituisce solo una risposta vuota.",
+ "PHP memory limit" : "Limite di memoria PHP",
+ "The PHP memory limit is below the recommended value of %s." : "Il limite di memoria di PHP è inferiore al valore consigliato di %s.",
+ "PHP modules" : "Moduli PHP",
+ "This instance is missing some required PHP modules. It is required to install them: %s." : "Questa istanza manca di alcuni moduli PHP richiesti. È necessario installarli: %s.",
+ "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them: %s." : "Questa istanza manca di alcuni moduli PHP consigliati. Per migliori prestazioni e compatibilità, è vivamente consigliato installarli: %s.",
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "La configurazione di sola lettura è stata abilitata. Ciò impedisce l'impostazione di alcune configurazioni tramite l'interfaccia web. Inoltre, i file devono essere resi scrivibili manualmente per ogni aggiornamento.",
"MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Stai usando la versione \"%s\" di MariaDB. Nextcloud 21 e successivi non supportano questa versione e richiedono MariaDB 10.2 o successivi.",
"MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Stai usando la versione \"%s\" di MySQL. Nextcloud 21 e successivi non supportano questa versione e richiedono MySQL 8.0 o MariaDB 10.2 o successivi.",