From df3ad126f163abf826902896c5aef25aafcd752b Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Mon, 15 Jan 2024 00:43:56 +0000 Subject: [PATCH] Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/it.js | 3 ++- l10n/it.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/l10n/it.js b/l10n/it.js index e2f73394..e7f68f57 100644 --- a/l10n/it.js +++ b/l10n/it.js @@ -14,6 +14,7 @@ OC.L10N.register( "Months" : "Mesi", "Years" : "Anni", "Creation" : "Creazione", - "Last modification" : "Ultima modifica" + "Last modification" : "Ultima modifica", + "An error occurred while changing the setting" : "Si è verificato un errore durante la modifica delle impostazioni" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/it.json b/l10n/it.json index c03f4e53..18c22a40 100644 --- a/l10n/it.json +++ b/l10n/it.json @@ -12,6 +12,7 @@ "Months" : "Mesi", "Years" : "Anni", "Creation" : "Creazione", - "Last modification" : "Ultima modifica" + "Last modification" : "Ultima modifica", + "An error occurred while changing the setting" : "Si è verificato un errore durante la modifica delle impostazioni" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file