From ad1f944358d0c72e7071c11b3e1c012f14e961fe Mon Sep 17 00:00:00 2001 From: Ico Davids Date: Tue, 31 Jan 2023 17:44:02 +0100 Subject: [PATCH] Update Dutch localization 8 (#562) * Updates to Dutch localization: - Improve consistency - Move some localizable strings to Plurals to improve grammar * Undo accidental changes to French localization --- .../Plurals/nl.lproj/Localizable.stringsdict | 69 +++++++++++++++++++ .../Localization/nl.lproj/Localizable.strings | 24 +++---- 2 files changed, 79 insertions(+), 14 deletions(-) diff --git a/IceCubesApp/Resources/Localization/Plurals/nl.lproj/Localizable.stringsdict b/IceCubesApp/Resources/Localization/Plurals/nl.lproj/Localizable.stringsdict index a7c1fef3..3ef94320 100644 --- a/IceCubesApp/Resources/Localization/Plurals/nl.lproj/Localizable.stringsdict +++ b/IceCubesApp/Resources/Localization/Plurals/nl.lproj/Localizable.stringsdict @@ -18,6 +18,7 @@ %lld nieuwe posts + notifications-others-count %lld NSStringLocalizedFormatKey @@ -34,5 +35,73 @@ en %lld anderen + notifications.label.mention %lld + + NSStringLocalizedFormatKey + %#@count@ + count + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + lld + one + heeft jou vermeld + other + hebben jou vermeld + + + + notifications.label.follow %lld + + NSStringLocalizedFormatKey + %#@count@ + count + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + lld + one + volgt jou + other + volgen jou + + + + notifications.label.reblog %lld + + NSStringLocalizedFormatKey + %#@count@ + count + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + lld + one + boostte + other + boostten + + + + notifications.label.favorite %lld + + NSStringLocalizedFormatKey + %#@count@ + count + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + lld + one + markeerde jouw bericht als favoriet + other + markeerden jouw bericht als favoriet + + + diff --git a/IceCubesApp/Resources/Localization/nl.lproj/Localizable.strings b/IceCubesApp/Resources/Localization/nl.lproj/Localizable.strings index 7c24a0b8..b82f3987 100644 --- a/IceCubesApp/Resources/Localization/nl.lproj/Localizable.strings +++ b/IceCubesApp/Resources/Localization/nl.lproj/Localizable.strings @@ -1,7 +1,7 @@ // MARK: Common strings "action.cancel" = "Annuleer"; "action.delete" = "Verwijder"; -"action.save" = "Opslaan"; +"action.save" = "Bewaar"; "action.done" = "Gereed"; "action.retry" = "Opnieuw"; "action.view.error" = "Bekijk fout"; @@ -125,10 +125,10 @@ "settings.push.duplicate.title" = "Dubbele meldingen"; "settings.push.duplicate.footer" = "Ontvang je dubbele meldingen? Gebruik deze magische knop om dit probleem te verhelpen"; "settings.push.duplicate.button.fix" = "🪄 Los op"; -"settings.other.autoplay-video" = "Auto Play Videos"; -"settings.display.font" = "Timeline Font"; -"settings.display.font.system" = "System"; -"settings.display.font.custom" = "Custom"; +"settings.other.autoplay-video" = "Speel video’s automatisch af"; +"settings.display.font" = "Tijdlijnlettertype"; +"settings.display.font.system" = "Systeem"; +"settings.display.font.custom" = "Aangepast"; // MARK: Tabs "tab.explore" = "Ontdekken"; @@ -177,8 +177,8 @@ "account.edit.account-settings.private" = "Privé"; "account.edit.account-settings.section-title" = "Accountinstellingen"; "account.edit.display-name" = "Weergavenaam"; -"account.edit.error.save.message" = "Er heeft zich een fout voorgedaan tijdens het opslaan van je profiel. Probeer het nogmaals"; -"account.edit.error.save.title" = "Fout tijdens het opslaan van je profiel"; +"account.edit.error.save.message" = "Er heeft zich een fout voorgedaan tijdens het bewaren van je profiel. Probeer het nogmaals"; +"account.edit.error.save.title" = "Fout tijdens het bewaren van je profiel"; "account.edit.navigation-title" = "Profiel bewerken"; "account.edit.post-settings.privacy" = "Standaardprivacy"; "account.edit.post-settings.section-title" = "Postinstellingen"; @@ -260,12 +260,8 @@ "notifications.empty.title" = "Geen notificaties"; "notifications.error.message" = "Er heeft zich een fout voorgedaan tijdens het laden van je notificaties. Probeer het nogmaals."; "notifications.error.title" = "Er heeft zich een fout voorgedaan"; -"notifications.label.favorite %lld" = "heeft jouw bericht als favoriet gemarkeerd"; -"notifications.label.follow %lld" = "volgt jou"; "notifications.label.follow-request" = "wil je volgen"; -"notifications.label.mention %lld" = "heeft jou vermeld"; "notifications.label.poll" = "poll beëindigd"; -"notifications.label.reblog %lld" = "boostte"; "notifications.label.status" = "nieuwe status"; "notifications.label.update" = "wijzigde een post"; "notifications.menu-title.favorite" = "Favoriet"; @@ -289,7 +285,7 @@ // MARK: Package: Status "status.action.translate" = "Vertaal"; -"status.action.translate-from-%@" = "Vertaal uit %@"; +"status.action.translate-from-%@" = "Vertaal uit het %@"; "status.action.translated-label" = "Vertaald met behulp van DeepL.com"; "status.action.bookmark" = "Voeg bladwijzer toe"; "status.action.boost" = "Boosten"; @@ -310,8 +306,8 @@ "status.action.unfavorite" = "Verwijder favoriet"; "status.action.unpin" = "Maak los"; "status.action.view-in-browser" = "Open in browser"; -"status.draft.delete" = "Concept verwijderen"; -"status.draft.save" = "Concept opslaan"; +"status.draft.delete" = "Verwijder concept"; +"status.draft.save" = "Bewaar concept"; "status.editor.ai-prompt.correct" = "Corrigeer tekst"; "status.editor.ai-prompt.emphasize" = "Benadruk tekst"; "status.editor.ai-prompt.fit" = "Kort tekst in";