From b1cd11236acae1cadaf7f7ebaabb0fbdf0c11b57 Mon Sep 17 00:00:00 2001 From: amzrk2 Date: Wed, 29 Apr 2020 08:06:38 +0800 Subject: Update nl translation --- exampleSite/config.toml | 2 +- i18n/nl.toml | 50 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+), 1 deletion(-) create mode 100644 i18n/nl.toml diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 8a28bfc..76f5131 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -7,7 +7,7 @@ enableRobotsTXT = true disableKinds = ["RSS", "taxonomyTerm"] ## Change this two to switch between different language -## Now support: en, zh-hans, zh-hant, ja +## Now support: en, zh-hans, zh-hant, ja, nl defaultContentLanguage = "en" languageCode = "en" diff --git a/i18n/nl.toml b/i18n/nl.toml new file mode 100644 index 0000000..7366e87 --- /dev/null +++ b/i18n/nl.toml @@ -0,0 +1,50 @@ +[sidebarToc] + other = "Inhoud" + +[sidebarPages] + other = "Pagina's" + +[sidebarTags] + other = "Tags" + +[sidebarLinks] + other = "Links" + +[sidebarBangumiChart] + other = "Bangumi" + +[footerPoweredFront] + other = "Powered by " + +[footerPoweredEnd] + other = " " + +[postMetaNoTag] + other = "Geen Tags" + +[postMetaWordCount] + other = " woorden" + +[postCopyrightFront] + other = "Tenzij anders vermeld is de inhoud van deze site eigendom van " + +[postCopyrightEnd] + other = "." + +[postCommentLoading] + other = "Commentaren worden geladen..." + +[postCommentLoadingFailed] + other = "Commentaren konden niet geladen worden." + +[archivesTotalPages] + other = "Totaal aantal posts: " + +[tagsCurrentTag] + other = "Alle posts met de tag {{ .Title }}: " + +[webpCheckerFront] + other = "Uw huidige browser ondersteund deze pagina niet " + +[webpCheckerEnd] + other = " afbeeldingen" \ No newline at end of file -- cgit v1.2.3