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

nl.yaml « i18n - github.com/nodejh/hugo-theme-cactus-plus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e2f288a6985e75191f8ac37c73cf77f9f0c98fac (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
home:
  other: Huis

archive:
  other: Archief

tags:
  other: Tags

subscribe:
  other: Abonneren
  
about:
  other: Over

404title:
  other: 404 - Pagina Niet Gevonden

404subtitle:
  other: 'De pagina waar u naar op zoek bent, lijkt niet te bestaan.'

readMore:
  other: Lees meer

minuteRead:
  other: "{{ .ReadingTime }} minuten leestijd"

publishDate:
  other: >-
    {{ .PublishDate.Day }} {{ index $.Site.Data.months_nl (printf "%d" .PublishDate.Month) }} {{ .PublishDate.Year }}

publishDateFull:
  other: >-
    {{ .PublishDate.Day }} {{ index $.Site.Data.months_nl (printf "%d" .PublishDate.Month) }} {{ .PublishDate.Year }}

wordCount:
  one: "{{ .WordCount }} woord"
  other: "{{ .WordCount }} woorden"

postsNewer:
  other: Nieuwere posts

postsOlder:
  other: Oudere posts

poweredBy:
  other: >-
    Gemaakt met <a href='http://www.gohugo.io/'>Hugo</a> Thema door <a
    href='https://https://github.com/nodejh/hugo-theme-mini'>nodejh</a>

publishDateShort:
  other: >-
    {{ .PublishDate.Day }} {{ index $.Site.Data.months_nl (printf "%d" .PublishDate.Month) }}