summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/l10n/it.js4
-rw-r--r--core/l10n/it.json4
2 files changed, 8 insertions, 0 deletions
diff --git a/core/l10n/it.js b/core/l10n/it.js
index 48e8aafcdd5..34855415a5e 100644
--- a/core/l10n/it.js
+++ b/core/l10n/it.js
@@ -84,6 +84,7 @@ OC.L10N.register(
"You have not set or verified your email server configuration, yet. Please head over to the {mailSettingsStart}Basic settings{mailSettingsEnd} 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 di posta elettronica. Vai nelle {mailSettingsStart}Impostazioni di base{mailSettingsEnd} per configurarla. Successivamente, usa il pulsante \"Invia email\" sotto al modulo per verificare le impostazioni.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Il tuo database non è in esecuzione con il livello di isolamento delle transazioni \"READ COMMITTED\". Ciò può causare problemi quando diverse azioni sono eseguite in parallelo.",
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Il modulo PHP 'fileinfo' non è presente. Consigliamo vivamente di abilitare questo modulo per ottenere risultati migliori con il rilevamento dei tipi MIME.",
+ "Your remote address was identified as \"{remoteAddress}\" and is bruteforce throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Il tuo indirizzo remoto è stato identificato come \"{remoteAddress}\" e al momento è strozzato con forza bruta rallentando le prestazioni di varie richieste. Se l'indirizzo remoto non è tuo può essere indicativo che un proxy non è configurato correttamente. Puoi trovare maggiori informazioni nella {linkstart}documentazione ↗{linkend}.",
"Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the {linkstart}documentation ↗{linkend} for more information." : "Il blocco del file transazionale è disattivato, ciò potrebbe comportare problemi di race condition. Attiva \"filelocking.enabled\" nel config.php per evitare questi problemi. Vedi la {linkstart}documentazione ↗{linkend} per ulteriori informazioni.",
"The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "Il database viene usato per il blocco transazionale dei file. Per migliorare le prestazioni, configura memcache, se disponibile. Vedi la {linkstart}documentazione ↗{linkend} per maggiori informazioni.",
"Please make sure to set the \"overwrite.cli.url\" option in your config.php file to the URL that your users mainly use to access this Nextcloud. Suggestion: \"{suggestedOverwriteCliURL}\". Otherwise there might be problems with the URL generation via cron. (It is possible though that the suggested URL is not the URL that your users mainly use to access this Nextcloud. Best is to double check this in any case.)" : "Assicurati di impostare l'opzione \"overwrite.cli.url\" nel tuo file config.php all'URL che i tuoi utenti usano abitualmente per accedere a questo Nextcloud. Consiglio: \"{suggestedOverwriteCliURL}\". Altrimenti potrebbero esserci problemi con la generazione dell'URL via cron. (È possibile comunque che l'URL consigliato non sia l'URL che i tuoi utenti usano abitualmente per accedere a questo Nextcloud. È meglio controllarlo due volte in ogni caso.)",
@@ -235,8 +236,11 @@ OC.L10N.register(
"Looking for {term} …" : "Ricerca di {term} in corso...",
"No" : "No",
"Yes" : "Sì",
+ "Choose {file}" : "Scegli {file}",
"Choose" : "Scegli",
+ "Copy to {target}" : "Copia in {target}",
"Copy" : "Copia",
+ "Move to {target}" : "Sposta in {target}",
"Move" : "Sposta",
"OK" : "OK",
"Error loading message template: {error}" : "Errore durante il caricamento del modello di messaggio: {error}",
diff --git a/core/l10n/it.json b/core/l10n/it.json
index ecfb9337419..bfec983e9da 100644
--- a/core/l10n/it.json
+++ b/core/l10n/it.json
@@ -82,6 +82,7 @@
"You have not set or verified your email server configuration, yet. Please head over to the {mailSettingsStart}Basic settings{mailSettingsEnd} 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 di posta elettronica. Vai nelle {mailSettingsStart}Impostazioni di base{mailSettingsEnd} per configurarla. Successivamente, usa il pulsante \"Invia email\" sotto al modulo per verificare le impostazioni.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Il tuo database non è in esecuzione con il livello di isolamento delle transazioni \"READ COMMITTED\". Ciò può causare problemi quando diverse azioni sono eseguite in parallelo.",
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Il modulo PHP 'fileinfo' non è presente. Consigliamo vivamente di abilitare questo modulo per ottenere risultati migliori con il rilevamento dei tipi MIME.",
+ "Your remote address was identified as \"{remoteAddress}\" and is bruteforce throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Il tuo indirizzo remoto è stato identificato come \"{remoteAddress}\" e al momento è strozzato con forza bruta rallentando le prestazioni di varie richieste. Se l'indirizzo remoto non è tuo può essere indicativo che un proxy non è configurato correttamente. Puoi trovare maggiori informazioni nella {linkstart}documentazione ↗{linkend}.",
"Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the {linkstart}documentation ↗{linkend} for more information." : "Il blocco del file transazionale è disattivato, ciò potrebbe comportare problemi di race condition. Attiva \"filelocking.enabled\" nel config.php per evitare questi problemi. Vedi la {linkstart}documentazione ↗{linkend} per ulteriori informazioni.",
"The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "Il database viene usato per il blocco transazionale dei file. Per migliorare le prestazioni, configura memcache, se disponibile. Vedi la {linkstart}documentazione ↗{linkend} per maggiori informazioni.",
"Please make sure to set the \"overwrite.cli.url\" option in your config.php file to the URL that your users mainly use to access this Nextcloud. Suggestion: \"{suggestedOverwriteCliURL}\". Otherwise there might be problems with the URL generation via cron. (It is possible though that the suggested URL is not the URL that your users mainly use to access this Nextcloud. Best is to double check this in any case.)" : "Assicurati di impostare l'opzione \"overwrite.cli.url\" nel tuo file config.php all'URL che i tuoi utenti usano abitualmente per accedere a questo Nextcloud. Consiglio: \"{suggestedOverwriteCliURL}\". Altrimenti potrebbero esserci problemi con la generazione dell'URL via cron. (È possibile comunque che l'URL consigliato non sia l'URL che i tuoi utenti usano abitualmente per accedere a questo Nextcloud. È meglio controllarlo due volte in ogni caso.)",
@@ -233,8 +234,11 @@
"Looking for {term} …" : "Ricerca di {term} in corso...",
"No" : "No",
"Yes" : "Sì",
+ "Choose {file}" : "Scegli {file}",
"Choose" : "Scegli",
+ "Copy to {target}" : "Copia in {target}",
"Copy" : "Copia",
+ "Move to {target}" : "Sposta in {target}",
"Move" : "Sposta",
"OK" : "OK",
"Error loading message template: {error}" : "Errore durante il caricamento del modello di messaggio: {error}",