summaryrefslogtreecommitdiff
path: root/themes/beautifulhugo/i18n/nl.yaml
blob: 370f5c6fd0d40adcacd871962213564c2715db16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# 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="http://gohugo.io">Hugo v{{ .Site.Hugo.Version }}</a>-aangedreven &nbsp;&bull;&nbsp; Thema door <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a> aangepast voor <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</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"
- id: comments
  translation: "reacties zien"

# Related posts
- id: seeAlso
  translation: "Zie ook"