Skip to content
This repository was archived by the owner on Oct 13, 2025. It is now read-only.

Commit 1325190

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

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

l10n/nl.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ OC.L10N.register(
2626
"Duplicate" : "Duplicaat",
2727
"Delete" : "Verwijder",
2828
"Edit" : "Bewerk",
29-
"Delete task" : "Verwijder taak"
29+
"Delete task" : "Verwijder taak",
30+
"Task successfully deleted" : "Taak succesvol verwijderd"
3031
},
3132
"nplurals=2; plural=(n != 1);");

l10n/nl.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"Duplicate" : "Duplicaat",
2525
"Delete" : "Verwijder",
2626
"Edit" : "Bewerk",
27-
"Delete task" : "Verwijder taak"
27+
"Delete task" : "Verwijder taak",
28+
"Task successfully deleted" : "Taak succesvol verwijderd"
2829
},"pluralForm" :"nplurals=2; plural=(n != 1);"
2930
}

0 commit comments

Comments
 (0)