From fac6cd5bc5835d6aad5dede1e59d94606d614570 Mon Sep 17 00:00:00 2001 From: Robert Date: Fri, 29 Jul 2022 14:00:18 +0200 Subject: =?UTF-8?q?Add=20nl=20translations=20=F0=9F=87=B3=F0=9F=87=B1=20(#?= =?UTF-8?q?415)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- i18n/nl.toml | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 i18n/nl.toml diff --git a/i18n/nl.toml b/i18n/nl.toml new file mode 100644 index 0000000..4ca1791 --- /dev/null +++ b/i18n/nl.toml @@ -0,0 +1,45 @@ +[categories] +other = "Categorieën" + +[authors] +other = "Auteurs" + +[tags] +other = "Tags" + +[socialMedia] +other = "Social media" + +[latestPosts] +other = "Laatste berichten" + +[search] +other = "Zoeken ..." + +[noSearchResults] +other = "Niets gevonden." + +[olderPosts] +other = "Oudere berichten" + +[newerPosts] +other = "Nieuwere berichten" + +[continueReading] +other = "Lees verder" + +[otherLanguages] +other = "Andere talen" + +[readingTime] +one = "1 min lezen" +other = "{{.Count}} min lezen" + +[tableOfContents] +other = "Inhoudsopgave" + +[series] +other = "Series" + +[archive] +other = "Archief" -- cgit v1.2.3