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

nl-nl.yaml « i18n - github.com/kakawait/hugo-tranquilpeak-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 26aca41f43c4c625ad03ea0d1efaad6a7fb3f962 (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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
## GLOBAL ##
- id: "global.home"
  translation: "Beginpagina"

- id: "global.categories"
  translation: "Categorieem"

- id: "global.category"
  translation: "Categorie"

- id: "global.tags"
  translation: "Tags"

- id: "global.tag"
  translation: "Tag"

- id: "global.archives"
  translation: "Archieven"

- id: "global.search"
  translation: "Zoeken"

- id: "global.about"
  translation: "Over"

- id: "global.author_picture"
  translation: "Foto van auteur"

- id: "global.share_on"
  translation: "Delen op %s"

- id: "global.mail"
  translation: "Mail"

- id: "global.rss"
  translation: "RSS"

- id: "global.search_category"
  translation: "Zoek op categorie"

- id: "global.search_tag"
  translation: "Zoek op tag"

- id: "global.search_date"
  translation: "Zoek op datum (YYYY/MM/DD)"

## GLOBAL.POST_FOUND ##
- id: "global.posts_found.zero"
  translation: "Geen posts gevonden"

- id: "global.posts_found.one"
  translation: "1 post gevonden"

- id: "global.posts_found.other"
  translation: "{n} posts gevonden"

## GLOBAL.CATEGORIES_FOUND ##
- id: "global.categories_found.zero"
  translation: "geen categorie gevonden"

- id: "global.categories_found.one"
  translation: "1 categorie gevonden"

- id: "global.categories_found.other"
  translation: "{n} categorieen gevonden"

## GLOBAL.TAGS_FOUND ##
- id: "global.tags_found.zero"
  translation: "geen tags gevonden"

- id: "global.tags_found.one"
  translation: "1 tag gevonden"

- id: "global.tags_found.other"
  translation: "{n} tags gevonden"

## PAGINATION ##
- id: "pagination.page"
  translation: "pagina {{ .Paginator.PageNumber }}"

- id: "pagination.of"
  translation: "van {{ .Paginator.TotalPages }}"

- id: "pagination.newer_posts"
  translation: "NIEUWERE POSTS"

- id: "pagination.older_posts"
  translation: "OUDERE POSTS"

- id: "pagination.previous"
  translation: "VORIGE"

- id: "pagination.next"
  translation: "VOLGENDE"

## POST ##
- id: "post.no_title"
  translation: "Geen titel"

- id: "post.categorized_in"
  translation: "in"

- id: "post.tagged_in"
  translation: "GETAGGED IN"

- id: "post.toc"
  translation: "Inhoudsopgave"

- id: "post.read_more"
  translation: "Lees verder"

- id: "post.go_to_website"
  translation: "Ga naar website"

- id: "post.comment_and_share"
  translation: "Reageer en deel"

## FOOTER ##
- id: "footer.all_rights_reserved"
  translation: "Alle rechten voorbehouden"

## DATE ##
- id: "date.month.january"
  translation: "Januari"

- id: "date.month.february"
  translation: "Februari"

- id: "date.month.march"
  translation: "Maart"

- id: "date.month.april"
  translation: "April"

- id: "date.month.may"
  translation: "Mei"

- id: "date.month.june"
  translation: "Juni"

- id: "date.month.july"
  translation: "Juli"

- id: "date.month.august"
  translation: "Augustus"

- id: "date.month.september"
  translation: "September"

- id: "date.month.october"
  translation: "Oktober"

- id: "date.month.november"
  translation: "November"

- id: "date.month.december"
  translation: "December"