From 6ee46686bc32b369f7bea9d38cd1afec29cbace1 Mon Sep 17 00:00:00 2001 From: Bas Leenders <42170170+basleenders@users.noreply.github.com> Date: Sat, 9 Dec 2023 13:30:17 +0100 Subject: [PATCH] Added translation in Dutch --- locales/nl.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 locales/nl.json diff --git a/locales/nl.json b/locales/nl.json new file mode 100644 index 0000000..c4c50af --- /dev/null +++ b/locales/nl.json @@ -0,0 +1,21 @@ +{ + "Enter your email": "Voer je mailadres in ", + "Account": "Account", + "Subscribe": "Abonneer", + "Subscribe to {blogtitle}": "Abonneer je op {blogtitle}", + "A collection of posts": "Een collectie van berichten", + "A collection of 1 post": "Een collectie van 1 bericht", + "A collection of % posts": "Een collectie van % berichten", + "Get the latest posts delivered right to your inbox": "Krijg nieuwe berichten direct in je inbox", + "Go to the front page": "Ga naar de voorpagina", + "Latest Posts": "Laatste berichten", + "Message": "Melding", + "No posts": "Geen berichten", + "Ref": "Ref", + "1 post": "1 bericht", + "% posts": "% bericht", + "1 min read": "1 minuut leestijd", + "% min read": "% minuten leestijd", + "Great! Check your inbox and click the link to confirm your subscription.": "Geweldig! Controleer je inbox en klik op de link om je abonnement te bevestigen.", + "Please enter a valid email address!": "Voer alsjeblieft geen geldig e-mailadres in!" +} \ No newline at end of file