diff --git a/l10n/it.js b/l10n/it.js index b1a1da1..e48eb02 100644 --- a/l10n/it.js +++ b/l10n/it.js @@ -16,6 +16,7 @@ OC.L10N.register( "Saved" : "Salvati", "Antivirus for files" : "Antivirus per i file", "An antivirus app for Nextcloud based on ClamAV" : "Un'applicazione di antivirus per Nextcloud basata su ClamAV", + "Antivirus for files is an antivirus app for Nextcloud based on ClamAV.\n\n* 🕵️‍♂️ When the user uploads a file, it's checked\n* ☢️ Uploaded and infected files will be deleted and a notification will be shown and/or sent via email\n* 🔎 Background Job to scan all files\n\nThis application inspects files that are uploaded to Nextcloud for viruses before they are written to the Nextcloud storage. If a file is identified as a virus, it is either logged or not uploaded to the server. The application relies on the underlying ClamAV virus scanning engine, which the admin points Nextcloud to when configuring the application.\nFor this app to be effective, the ClamAV virus definitions should be kept up to date. Also note that enabling this app will impact system performance as additional processing is required for every upload. More information is available in the Antivirus documentation." : "Antivirus per file è un'applicazione antivirus per Nextcloud basata su ClamAV.\n\n* 🕵️‍♂️ Quando l'utente carica un file, il file viene controllato\n* ☢️ I file caricati e infetti saranno eliminati e una notifica sarà mostrata e/o inviata tramite email\n* 🔎 Operazione in background per analizzare tutti i file\n\nQuesta applicazione ispeziona i file che sono caricati su Nextcloud alla ricerca di virus prima che siano scritti sull'archiviazione di Nextcloud. Se un file è identificato come virus, esso viene registrato o non caricato sul server. L'applicazione si affida al motore di scansione antivirus ClamAV sottostante, al quale l'amministratore punta Nextcloud quando configura l'applicazione.\nAffinché questa applicazione sia effettiva, le definizioni dei virus di ClamAV dovrebbero essere tenute aggiornate. Nota anche che l'abilitazione di questa applicazione avrà un impatto sulle prestazioni del sistema perché ulteriore capacità di elaborazione sarà richiesta per ogni caricamento. Altre informazioni sono disponibili nella documentazione di Antivirus.", "Greetings {user}," : "Saluti {user},", "Sorry, but a malware was detected in a file you tried to upload and it had to be deleted." : "Spiacenti, ma un malware è stato rilevato in un file che hai provato a caricare e deve essere eliminato.", "This email is a notification from {host}. Please, do not reply." : "Questo messaggio è una notifica da {host}. Non rispondere.", diff --git a/l10n/it.json b/l10n/it.json index 8eaaddb..a8a5857 100644 --- a/l10n/it.json +++ b/l10n/it.json @@ -14,6 +14,7 @@ "Saved" : "Salvati", "Antivirus for files" : "Antivirus per i file", "An antivirus app for Nextcloud based on ClamAV" : "Un'applicazione di antivirus per Nextcloud basata su ClamAV", + "Antivirus for files is an antivirus app for Nextcloud based on ClamAV.\n\n* 🕵️‍♂️ When the user uploads a file, it's checked\n* ☢️ Uploaded and infected files will be deleted and a notification will be shown and/or sent via email\n* 🔎 Background Job to scan all files\n\nThis application inspects files that are uploaded to Nextcloud for viruses before they are written to the Nextcloud storage. If a file is identified as a virus, it is either logged or not uploaded to the server. The application relies on the underlying ClamAV virus scanning engine, which the admin points Nextcloud to when configuring the application.\nFor this app to be effective, the ClamAV virus definitions should be kept up to date. Also note that enabling this app will impact system performance as additional processing is required for every upload. More information is available in the Antivirus documentation." : "Antivirus per file è un'applicazione antivirus per Nextcloud basata su ClamAV.\n\n* 🕵️‍♂️ Quando l'utente carica un file, il file viene controllato\n* ☢️ I file caricati e infetti saranno eliminati e una notifica sarà mostrata e/o inviata tramite email\n* 🔎 Operazione in background per analizzare tutti i file\n\nQuesta applicazione ispeziona i file che sono caricati su Nextcloud alla ricerca di virus prima che siano scritti sull'archiviazione di Nextcloud. Se un file è identificato come virus, esso viene registrato o non caricato sul server. L'applicazione si affida al motore di scansione antivirus ClamAV sottostante, al quale l'amministratore punta Nextcloud quando configura l'applicazione.\nAffinché questa applicazione sia effettiva, le definizioni dei virus di ClamAV dovrebbero essere tenute aggiornate. Nota anche che l'abilitazione di questa applicazione avrà un impatto sulle prestazioni del sistema perché ulteriore capacità di elaborazione sarà richiesta per ogni caricamento. Altre informazioni sono disponibili nella documentazione di Antivirus.", "Greetings {user}," : "Saluti {user},", "Sorry, but a malware was detected in a file you tried to upload and it had to be deleted." : "Spiacenti, ma un malware è stato rilevato in un file che hai provato a caricare e deve essere eliminato.", "This email is a notification from {host}. Please, do not reply." : "Questo messaggio è una notifica da {host}. Non rispondere.",