Add Dutch language file (#282)

This commit is contained in:
Chris Vahl 2021-01-17 15:51:42 +01:00 committed by GitHub
parent 45db8e96db
commit b9c51bd3a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

25
i18n/nl.toml Normal file
View file

@ -0,0 +1,25 @@
[404_title]
other = "404"
[404_description]
other = "Oeps! Of je hebt een bug gevonden{{ with .Site.Params.email }} (in dat geval, [neem contact met me op](mailto:{{ . }})) {{ end }} of de pagina bestaat simpelweg niet!"
[index_projects_allProjects]
other = "Alle projecten"
[index_blog_latestPosts]
other = "Laatste bericht"
[index_blog_allPosts]
other = "Alle berichten"
[index_blog_readMore]
other = "Lees verder"
[index_currentTime]
other = "Mijn huidige lokale tijd is"
[nav_backToSection]
other = "Terug naar {{ .Title }}"
[nav_main]
other = "Start"
[blog_readingTime]
one = "{{ .Count }} minuut leestijd"
other = "{{ .Count }} minuten leestijd"
[blog_shareThis]
other = "Deel dit"
[footer_text]
other = "[**Introduction**](https://github.com/victoriadrake/hugo-theme-introduction/) thema voor [Hugo](http://gohugo.io/). Gemaakt met [<i class=\"fa fa-heart\"></i> en <i class=\"fa fa-coffee\"></i>](https://victoria.dev) door open-source auteurs."