1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- # Content
- - id: dateFormat
- translation: "2006-01-02"
- - id: shortdateFormat
- translation: "2 Jan, 2006 15:04:05"
- - id: postedOnDate
- translation: "Gepost op {{ . }}"
- - id: lastModified
- translation: "(Laatst gewijzigd op {{ . }})"
- - 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: '<a href="https://gohugo.io">Hugo v{{ .Site.Hugo.Version }}</a>-aangedreven • Thema door <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a> aangepast van <a href="https://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a>'
- # 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"
- # Delayed Disqus
- - id: show
- translation: "Laat zien"
- - id: comments
- translation: "reacties"
- # Related posts
- - id: seeAlso
- translation: "Zie ook"
|