Skip to content

Commit a1d9511

Browse files
committed
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent 5b24f6d commit a1d9511

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

l10n/it.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ OC.L10N.register(
33
{
44
"_%n file_::_%n files_" : ["%n file","%n file","%n file"],
55
"MediaDC" : "MediaDC",
6-
"Tasks" : "Compiti",
6+
"Tasks" : "Attività",
77
"Resolved" : "Risolto",
88
"Settings" : "Impostazioni",
99
"Export" : "Esporta",
@@ -28,7 +28,7 @@ OC.L10N.register(
2828
"Videos" : "Video",
2929
"Start" : "Avvia",
3030
"Restart" : "Ricomincia",
31-
"Stop" : "Fermare",
31+
"Stop" : "Ferma",
3232
"Duplicate" : "Duplicato",
3333
"Delete" : "Elimina",
3434
"precision: " : "precisione:",
@@ -37,6 +37,7 @@ OC.L10N.register(
3737
"Delete task" : "Elimina attività",
3838
"Ignored" : "Ignorato",
3939
"Owner:" : "Proprietario:",
40+
"New task for folder scan successfully created" : "Nuova attività per la scansione della cartella creata correttamente",
4041
"Photos&Videos" : "Foto e video"
4142
},
4243
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

l10n/it.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{ "translations": {
22
"_%n file_::_%n files_" : ["%n file","%n file","%n file"],
33
"MediaDC" : "MediaDC",
4-
"Tasks" : "Compiti",
4+
"Tasks" : "Attività",
55
"Resolved" : "Risolto",
66
"Settings" : "Impostazioni",
77
"Export" : "Esporta",
@@ -26,7 +26,7 @@
2626
"Videos" : "Video",
2727
"Start" : "Avvia",
2828
"Restart" : "Ricomincia",
29-
"Stop" : "Fermare",
29+
"Stop" : "Ferma",
3030
"Duplicate" : "Duplicato",
3131
"Delete" : "Elimina",
3232
"precision: " : "precisione:",
@@ -35,6 +35,7 @@
3535
"Delete task" : "Elimina attività",
3636
"Ignored" : "Ignorato",
3737
"Owner:" : "Proprietario:",
38+
"New task for folder scan successfully created" : "Nuova attività per la scansione della cartella creata correttamente",
3839
"Photos&Videos" : "Foto e video"
3940
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
4041
}

l10n/uk.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ OC.L10N.register(
8080
"Add mask" : "Додати маску",
8181
"Error" : "Помилка",
8282
"Settings list is empty" : "Список налаштувань порожній",
83-
"Seems like database not initialized properly. Try to re-enable the app" : "Схоже, база даних не ініціалізована належним чином. Спробуйте увімкнути програму повторно",
83+
"Seems like database not initialized properly. Try to re-enable the app" : "Схоже, базу даних не ініціалізовано належним чином. Спробуйте увімкнути застосунок повторно",
8484
"Bug report" : "Звіт про недолік",
8585
"Settings successfully updated" : "Налаштування успішно оновлено",
8686
"Some error occurred while updating settings" : "Виникла помилка під час оновлення налаштувань",

l10n/uk.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"Add mask" : "Додати маску",
7979
"Error" : "Помилка",
8080
"Settings list is empty" : "Список налаштувань порожній",
81-
"Seems like database not initialized properly. Try to re-enable the app" : "Схоже, база даних не ініціалізована належним чином. Спробуйте увімкнути програму повторно",
81+
"Seems like database not initialized properly. Try to re-enable the app" : "Схоже, базу даних не ініціалізовано належним чином. Спробуйте увімкнути застосунок повторно",
8282
"Bug report" : "Звіт про недолік",
8383
"Settings successfully updated" : "Налаштування успішно оновлено",
8484
"Some error occurred while updating settings" : "Виникла помилка під час оновлення налаштувань",

0 commit comments

Comments
 (0)