Welcome to mirror list, hosted at ThFree Co, Russian Federation.

nl.yaml « i18n - gitlab.com/VincentTam/huginn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: aedd5da92aad11ab14c19c63888d53fb9d15f3ac (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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
# 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"
- id: seeMorePosts
  translation: "Zie meer berichten"
- id: page
  translation: "Pagina"
- id: toc
  translation: "Inhoudsopgave"
- id: paginatorPrevious
  translation: "Vorige"
- id: paginatorNext
  translation: "Volgende"


# 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: commentFormInfo
  translation: "Uw e-mailadres wordt niet gepubliceerd. Verplichte velden zijn gemarkeerd"
- id: useMarkdown
  translation: "Je kunt Markdown-syntax gebruiken"
- id: yourName
  translation: "Jouw naam"
- id: yourEmail
  translation: "Jouw e-mailadres"
- id: yourWebsite
  translation: "Jouw website"
- id: replyToMsg
  translation: "Commentaar toevoegen aan deze commentaar"
- id: btnSubmit
  translation: "Commentaar toevoegen"
- id: btnSubmitted
  translation: "Toegevoegd"
- id: btnReset
  translation: "Reset"
- id: successMsg
  translation: "Bedankt voor uw reactie! Het zal op de site worden weergegeven zodra het is goedgekeurd."
- id: errorMsg
  translation: "Sorry, er is een fout opgetreden bij uw inzending. Zorg ervoor dat alle vereiste velden zijn voltooid en probeer het opnieuw."

# Delayed Disqus
- id: show
  translation: "Laat"
- id: comments
  translation: "reacties zien"

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