Skip to content

Commit 777132c

Browse files
[DURACOM-383] update [en, it, uk] labels
1 parent 1e34ff9 commit 777132c

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

src/assets/i18n/en.json5

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1161,7 +1161,7 @@
11611161

11621162
"collection.delete.notification.fail": "Collection could not be deleted",
11631163

1164-
"collection.delete.notification.success": "Successfully deleted collection",
1164+
"collection.delete.notification.success": "Successfully started a process to delete this collection",
11651165

11661166
"collection.delete.text": "Are you sure you want to delete collection \"{{ dso }}\"",
11671167

@@ -1455,7 +1455,7 @@
14551455

14561456
"community.delete.notification.fail": "Community could not be deleted",
14571457

1458-
"community.delete.notification.success": "Successfully deleted community",
1458+
"community.delete.notification.success": "Successfully started a process to delete this community",
14591459

14601460
"community.delete.text": "Are you sure you want to delete community \"{{ dso }}\"",
14611461

@@ -2433,7 +2433,7 @@
24332433

24342434
"item.edit.delete.header": "Delete item: {{ id }}",
24352435

2436-
"item.edit.delete.success": "The item has been deleted",
2436+
"item.edit.delete.success": "Successfully started a process to delete this item",
24372437

24382438
"item.edit.head": "Edit Item",
24392439

src/assets/i18n/it.json5

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1923,7 +1923,7 @@
19231923
"collection.delete.notification.fail": "Impossibile eliminare la collection",
19241924

19251925
// "collection.delete.notification.success": "Successfully deleted collection",
1926-
"collection.delete.notification.success": "collection eliminata correttamente",
1926+
"collection.delete.notification.success": "Il processo per eliminare la collection è stato avviato con successo.",
19271927

19281928
// "collection.delete.text": "Are you sure you want to delete collection \"{{ dso }}\"",
19291929
"collection.delete.text": "Sei sicuro di voler eliminare la collection \"{{ dso }}\"",
@@ -2379,7 +2379,7 @@
23792379
"community.delete.notification.fail": "Impossibile eliminare la community",
23802380

23812381
// "community.delete.notification.success": "Successfully deleted community",
2382-
"community.delete.notification.success": "Community eliminata con successo",
2382+
"community.delete.notification.success": "Il processo per eliminare la community è stato avviato con successo",
23832383

23842384
// "community.delete.text": "Are you sure you want to delete community \"{{ dso }}\"",
23852385
"community.delete.text": "Sei sicuro di voler eliminare la community \"{{ dso }}\"",
@@ -3967,7 +3967,7 @@
39673967
"item.edit.delete.header": "Elimina item: {{ id }}",
39683968

39693969
// "item.edit.delete.success": "The item has been deleted",
3970-
"item.edit.delete.success": "L'item è stato eliminato",
3970+
"item.edit.delete.success": "Il processo per eliminare l'item è stato avviato con successo.",
39713971

39723972
// "item.edit.head": "Edit Item",
39733973
"item.edit.head": "Modifica item",
@@ -12072,4 +12072,4 @@
1207212072
"file-download-link.request-copy": "Request a copy of ",
1207312073

1207412074

12075-
}
12075+
}

src/assets/i18n/uk.json5

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2063,7 +2063,7 @@
20632063
"collection.delete.notification.fail": "Зібрання не може бути видалене",
20642064

20652065
// "collection.delete.notification.success": "Successfully deleted collection",
2066-
"collection.delete.notification.success": "Зібрання успішно видалено",
2066+
"collection.delete.notification.success": "Процес видалення зібрання було успішно розпочато",
20672067

20682068
// "collection.delete.text": "Are you sure you want to delete collection \"{{ dso }}\"",
20692069
"collection.delete.text": "Ви впевнені, що хочете видалити зібрання \"{{ dso }}\"?",
@@ -2564,7 +2564,7 @@
25642564
"community.delete.notification.fail": "Фонд не може бути видалено",
25652565

25662566
// "community.delete.notification.success": "Successfully deleted community",
2567-
"community.delete.notification.success": "Фонд успішно видалено",
2567+
"community.delete.notification.success": "Процес видалення фонду було успішно розпочато",
25682568

25692569
// "community.delete.text": "Are you sure you want to delete community \"{{ dso }}\"",
25702570
"community.delete.text": "Ви впевнені, що хочете видалити фонд \"{{ dso }}\"",
@@ -4290,7 +4290,7 @@
42904290
"item.edit.delete.header": "Видалити документ: {{ id }}",
42914291

42924292
// "item.edit.delete.success": "The item has been deleted",
4293-
"item.edit.delete.success": "Документ видалено",
4293+
"item.edit.delete.success": "Процес видалення документу було успішно розпочато",
42944294

42954295
// "item.edit.head": "Edit Item",
42964296
"item.edit.head": "Редагувати документ",

0 commit comments

Comments
 (0)