From 6f245263e96d578156ceb19a35fdd226c6c3ee91 Mon Sep 17 00:00:00 2001 From: Ico Davids Date: Sat, 18 Feb 2023 21:25:26 +0100 Subject: [PATCH] Updates to Dutch localization: (#935) --- .../Localization/nl.lproj/Localizable.strings | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/IceCubesApp/Resources/Localization/nl.lproj/Localizable.strings b/IceCubesApp/Resources/Localization/nl.lproj/Localizable.strings index 3a004cde..f82e7ac8 100644 --- a/IceCubesApp/Resources/Localization/nl.lproj/Localizable.strings +++ b/IceCubesApp/Resources/Localization/nl.lproj/Localizable.strings @@ -261,11 +261,11 @@ "account.action.logout" = "Log uit"; "account.action.edit-filters" = "Bewerk filters"; -"account.relation.note.edit" = "Edit Note"; -"account.relation.note.edit.placeholder" = "Enter Note text"; -"account.relation.note.edit.error.save.message" = "Error while saving your note, please try again."; -"account.relation.note.edit.error.save.title" = "Error while saving your note"; -"account.relation.note.label" = "Note:"; +"account.relation.note.edit" = "Bewerk notitie"; +"account.relation.note.edit.placeholder" = "Voer notitietekst in"; +"account.relation.note.edit.error.save.message" = "Er is een fout opgetreden tijdens het bewaren van de notitie, probeer het nogmaals."; +"account.relation.note.edit.error.save.title" = "Fout tijdens bewaren notitie"; +"account.relation.note.label" = "Notitie:"; // MARK: Package: Conversations "conversations.action.delete" = "Verwijder";