From f50a5740947a3a86029ba6c7047de9a4ae68a222 Mon Sep 17 00:00:00 2001 From: Carmen Bianca Bakker Date: Thu, 11 Jan 2018 17:25:29 +0100 Subject: [PATCH 1/2] Add Dutch translation --- i18n/nl.yaml | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 i18n/nl.yaml diff --git a/i18n/nl.yaml b/i18n/nl.yaml new file mode 100644 index 0000000..c6ca412 --- /dev/null +++ b/i18n/nl.yaml @@ -0,0 +1,64 @@ +# Content +- id: dateFormat + translation: "2006.01.02" +- id: shortdateFormat + translation: "2 Jan, 2006 15:04:05" +- id: postedOnDate + translation: "Gepost op {{ .Count }}" +- id: lastModified + translation: "(Laatst gewijzigd op {{ .Count }})" +- id: translationsLabel + translation: "Andere talen: " +- id: translationsSeparator + translation: ", " +- id: readMore + translation: "Meer lezen" +- id: olderPosts + translation: "Oudere berichten" +- id: newerPosts + translation: "Nieuwere berichten" +- id: previousPost + translation: "Vorige bericht" +- id: nextPost + translation: "Volgende bericht" +- id: readTime + translation: "minuten" +- id: words + translation: "woorden" + + +# 404 page +- id: pageNotFound + translation: "Oeps, deze pagina bestaat niet. (404 Error)" + +# Footer +- id: poweredBy # Accepts HTML + translation: 'Hugo v{{ .Hugo.Version }}-aangedreven  •  Thema door Beautiful Jekyll aangepast voor Beautiful Hugo' + +# Navigation +- id: toggleNavigation + translation: "Navigatie" +- id: languageSwitcherLabel + translation: "Taal" +- id: gcseLabelShort + translation: "Zoeken" +- id: gcseLabelLong + translation: "Zoek {{ .Site.Title }}" +- id: gcseClose + translation: "Sluiten" + +# Staticman +- id: noComment + translation: "Geen commentaar" +- id: oneComment + translation: "reactie" +- id: moreComment + translation: "reacties" +- id: useMarkdown + translation: "Je kunt Markdown-syntax gebruiken" +- id: yourName + translation: "Jouw naam" +- id: yourEmail + translation: "Jouw e-mailadres" +- id: yourWebsite + translation: "Jouw website" From 9e3bfd17488c6dddd23bb38e7970a16743b8e7af Mon Sep 17 00:00:00 2001 From: Carmen Bianca Bakker Date: Sat, 13 Jan 2018 09:54:25 +0100 Subject: [PATCH 2/2] Use dashes, not dots, for dates --- i18n/nl.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/nl.yaml b/i18n/nl.yaml index c6ca412..9b9c347 100644 --- a/i18n/nl.yaml +++ b/i18n/nl.yaml @@ -1,6 +1,6 @@ # Content - id: dateFormat - translation: "2006.01.02" + translation: "2006-01-02" - id: shortdateFormat translation: "2 Jan, 2006 15:04:05" - id: postedOnDate