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

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2021-10-30 05:57:43 +0300
committerNextcloud bot <bot@nextcloud.com>2021-10-30 05:57:43 +0300
commitf1c01e3401208950f19ab78488f145b425e15c42 (patch)
tree077423607da436b7a2b26b5a90cfb0f3261147ce /l10n
parentfb830b369bdd94847f96e4130d283504f8e81f59 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'l10n')
-rw-r--r--l10n/it.js17
-rw-r--r--l10n/it.json17
2 files changed, 32 insertions, 2 deletions
diff --git a/l10n/it.js b/l10n/it.js
index 507984e..d94b1c7 100644
--- a/l10n/it.js
+++ b/l10n/it.js
@@ -1,6 +1,12 @@
OC.L10N.register(
"notifications",
{
+ "Hello %s" : "Ciao %s",
+ "Hello %s," : "Ciao %s,",
+ "_New notification for %s_::_%n new notifications for %s_" : ["Nuova notifica per %s","%n nuove notifiche per %s"],
+ "_You have a new notification for %s_::_You have %n new notifications for %s_" : ["Hai una nuova notifica per %s","Hai %n nuove notifiche per %s"],
+ "You can change the frequency of these emails or disable them in the <a href=\"%s\">settings</a>." : "Puoi cambiare la frequenza di queste email o disattivarle nelle <a href=\"%s\">impostazioni</a>.",
+ "You can change the frequency of these emails or disable them in the settings: %s" : "Puoi cambiare la frequenza di queste email o disattivarle nelle impostazioni: %s",
"Admin notifications" : "Notifiche amministratore ",
"Notifications" : "Notifiche",
"This app provides a backend and frontend for the notification API available in Nextcloud." : "Questa applicazione fornisce un motore e un'interfaccia per le API di notifica disponibili in Nextcloud.",
@@ -13,6 +19,15 @@ OC.L10N.register(
"Dismiss" : "Annulla",
"seconds ago" : "secondi fa",
"Failed to dismiss notification" : "Cancellazione notifiche non riuscita",
- "in {path}" : "in {path}"
+ "in {path}" : "in {path}",
+ "You need to set up your email address before you can receive notification emails." : "Devi impostare l'indirizzo di posta prima di poter ricevere le email di notifica.",
+ "Send email reminders about unhandled notifications after:" : "Invia promemoria via email riguardo notifiche non gestite dopo:",
+ "Never" : "Mai",
+ "1 hour" : "1 ora",
+ "3 hours" : "3 ore",
+ "1 day" : "1 giorno",
+ "1 week" : "1 settimana",
+ "Your settings have been updated." : "Le impostazioni sono state aggiornate.",
+ "An error occurred while updating your settings." : "Si è verificato un errore durante l'aggiornamento delle impostazioni."
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/it.json b/l10n/it.json
index b2c37fb..4683d30 100644
--- a/l10n/it.json
+++ b/l10n/it.json
@@ -1,4 +1,10 @@
{ "translations": {
+ "Hello %s" : "Ciao %s",
+ "Hello %s," : "Ciao %s,",
+ "_New notification for %s_::_%n new notifications for %s_" : ["Nuova notifica per %s","%n nuove notifiche per %s"],
+ "_You have a new notification for %s_::_You have %n new notifications for %s_" : ["Hai una nuova notifica per %s","Hai %n nuove notifiche per %s"],
+ "You can change the frequency of these emails or disable them in the <a href=\"%s\">settings</a>." : "Puoi cambiare la frequenza di queste email o disattivarle nelle <a href=\"%s\">impostazioni</a>.",
+ "You can change the frequency of these emails or disable them in the settings: %s" : "Puoi cambiare la frequenza di queste email o disattivarle nelle impostazioni: %s",
"Admin notifications" : "Notifiche amministratore ",
"Notifications" : "Notifiche",
"This app provides a backend and frontend for the notification API available in Nextcloud." : "Questa applicazione fornisce un motore e un'interfaccia per le API di notifica disponibili in Nextcloud.",
@@ -11,6 +17,15 @@
"Dismiss" : "Annulla",
"seconds ago" : "secondi fa",
"Failed to dismiss notification" : "Cancellazione notifiche non riuscita",
- "in {path}" : "in {path}"
+ "in {path}" : "in {path}",
+ "You need to set up your email address before you can receive notification emails." : "Devi impostare l'indirizzo di posta prima di poter ricevere le email di notifica.",
+ "Send email reminders about unhandled notifications after:" : "Invia promemoria via email riguardo notifiche non gestite dopo:",
+ "Never" : "Mai",
+ "1 hour" : "1 ora",
+ "3 hours" : "3 ore",
+ "1 day" : "1 giorno",
+ "1 week" : "1 settimana",
+ "Your settings have been updated." : "Le impostazioni sono state aggiornate.",
+ "An error occurred while updating your settings." : "Si è verificato un errore durante l'aggiornamento delle impostazioni."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file