From 00ddeb421ad2ca7bebc2e39d88353725340d5b98 Mon Sep 17 00:00:00 2001 From: koenr Date: Wed, 7 Jul 2021 13:16:15 +0200 Subject: [PATCH] Add Dutch translation nl.yaml (#460) --- i18n/nl.yaml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 i18n/nl.yaml diff --git a/i18n/nl.yaml b/i18n/nl.yaml new file mode 100644 index 0000000..63a9931 --- /dev/null +++ b/i18n/nl.yaml @@ -0,0 +1,28 @@ +- id: prev_page + translation: "Vorige" + +- id: next_page + translation: "Volgende" + +- id: read_time + translation: + one: "1 min" + other: "{{ .Count }} min" + +- id: toc + translation: "Inhoudsopgave" + +- id: translations + translation: "Vertalingen" + +- id: home + translation: "Startpagina" + +- id: edit_post + translation: "Bewerk" + +- id: code_copy + translation: "kopieer" + +- id: code_copied + translation: "gekopieerd!"