feat(i18n): add Dutch (#180)
This commit is contained in:
parent
1300e0d714
commit
b10d028ca9
@ -11,7 +11,7 @@ disqusShortname: hugo-theme-stack
|
|||||||
googleAnalytics:
|
googleAnalytics:
|
||||||
|
|
||||||
# Theme i18n support
|
# Theme i18n support
|
||||||
# Available values: en, fr, id, ja, ko, pt-br, zh-cn, es, de
|
# Available values: en, fr, id, ja, ko, pt-br, zh-cn, es, de, nl
|
||||||
DefaultContentLanguage: en
|
DefaultContentLanguage: en
|
||||||
|
|
||||||
permalinks:
|
permalinks:
|
||||||
|
53
i18n/nl.yaml
Normal file
53
i18n/nl.yaml
Normal file
@ -0,0 +1,53 @@
|
|||||||
|
toggleMenu:
|
||||||
|
other: Open Menu
|
||||||
|
|
||||||
|
darkMode:
|
||||||
|
other: Donkere modus
|
||||||
|
|
||||||
|
list:
|
||||||
|
page:
|
||||||
|
one: "{{ .Count }} pagina"
|
||||||
|
other: "{{ .Count }} pagina's"
|
||||||
|
|
||||||
|
section:
|
||||||
|
other: Sectie
|
||||||
|
|
||||||
|
subsection:
|
||||||
|
one: Subsectie
|
||||||
|
other: Subsecties
|
||||||
|
|
||||||
|
article:
|
||||||
|
relatedContents:
|
||||||
|
other: Gerelateerde inhoud
|
||||||
|
lastUpdatedOn:
|
||||||
|
other: Laatst bijgewerkt op
|
||||||
|
|
||||||
|
notFound:
|
||||||
|
title:
|
||||||
|
other: Niet gevonden
|
||||||
|
subtitle:
|
||||||
|
other: Deze pagina bestaat niet.
|
||||||
|
|
||||||
|
widget:
|
||||||
|
archives:
|
||||||
|
title:
|
||||||
|
other: Archieven
|
||||||
|
more:
|
||||||
|
other: Meer
|
||||||
|
tagCloud:
|
||||||
|
title:
|
||||||
|
other: Tags
|
||||||
|
|
||||||
|
search:
|
||||||
|
title:
|
||||||
|
other: Zoeken
|
||||||
|
placeholder:
|
||||||
|
other: Typ iets
|
||||||
|
resultTitle:
|
||||||
|
other: "#PAGES_COUNT pagina's (#TIME_SECONDS seconden)"
|
||||||
|
|
||||||
|
footer:
|
||||||
|
builtWith:
|
||||||
|
other: Gemaakt met {{ .Generator }}
|
||||||
|
designedBy:
|
||||||
|
other: Theme {{ .Theme }} ontworpen door {{ .DesignedBy }}
|
Loading…
Reference in New Issue
Block a user