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

github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy Cai <github@jimmycai.com>2022-10-29 18:14:19 +0300
committerGitHub <noreply@github.com>2022-10-29 18:14:19 +0300
commitb03390d237427a2b9cfee55949cb1da62f1a6856 (patch)
treefd7da57cfcebc07d16483f3e9c3d71aee3562138 /i18n/nl.yaml
parent8a597a5c9c861d2bce22a5e06c7667cd9c8e263a (diff)
Revert "Merge branch 'canary' into master" (#712)
Revert "Merge branch 'canary' into master (#711)" This reverts commit 8a597a5c9c861d2bce22a5e06c7667cd9c8e263a.
Diffstat (limited to 'i18n/nl.yaml')
-rw-r--r--i18n/nl.yaml51
1 files changed, 35 insertions, 16 deletions
diff --git a/i18n/nl.yaml b/i18n/nl.yaml
index 620d915..a814232 100644
--- a/i18n/nl.yaml
+++ b/i18n/nl.yaml
@@ -1,38 +1,57 @@
-toggleMenu: Open Menu
+toggleMenu:
+ other: Open Menu
-darkMode: Donkere modus
+darkMode:
+ other: Donkere modus
list:
page:
one: "{{ .Count }} pagina"
other: "{{ .Count }} pagina's"
- section: Sectie
+
+ section:
+ other: Sectie
+
subsection:
one: Subsectie
other: Subsecties
article:
- relatedContent: Gerelateerde inhoud
- lastUpdatedOn: Laatst bijgewerkt op
+ relatedContent:
+ other: Gerelateerde inhoud
+ lastUpdatedOn:
+ other: Laatst bijgewerkt op
notFound:
- title: Niet gevonden
- subtitle: Deze pagina bestaat niet.
+ title:
+ other: Niet gevonden
+ subtitle:
+ other: Deze pagina bestaat niet.
widget:
archives:
- title: Archief
- more: Meer
+ title:
+ other: Archief
+ more:
+ other: Meer
tagCloud:
- title: Tags
+ title:
+ other: Tags
+
categoriesCloud:
- title: Categorie
+ title:
+ other: Categorie
search:
- title: Zoeken
- placeholder: Typ iets
- resultTitle: "#PAGES_COUNT pagina's (#TIME_SECONDS seconden)"
+ title:
+ other: Zoeken
+ placeholder:
+ other: Typ iets
+ resultTitle:
+ other: "#PAGES_COUNT pagina's (#TIME_SECONDS seconden)"
footer:
- builtWith: Gemaakt met {{ .Generator }}
- designedBy: Theme {{ .Theme }} ontworpen door {{ .DesignedBy }}
+ builtWith:
+ other: Gemaakt met {{ .Generator }}
+ designedBy:
+ other: Theme {{ .Theme }} ontworpen door {{ .DesignedBy }}