forked from welpo/tabi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnl.toml
93 lines (82 loc) · 3.37 KB
/
nl.toml
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
language_name = "Dutch" # Shown in language picker for multi-language sites.
date_locale = "nl_NL" #nl_BE can also be used for Flemish
full_stop = "." # Used at the end of a sentence.
# Menu items.
# Should match the names in config.extra.menu and config.extra.footer_menu.
blog = "blog"
archive = "archief"
tags = "labels"
projects = "projecten"
about = "over ons"
contact = "contact"
privacy = "privacybeleid"
site_statistics = "website statistieken"
sitemap = "sitemap"
# Search.
search = "Zoeken"
search_icon_title = "Klik of druk op $SHORTCUT om de zoekopdracht te openen" # $SHORTCUT will be replaced with the actual keyboard shortcut.
clear_search = "Verwijder zoekopdracht" # Title of the X icon next to search input.
zero_results = "Geen resultaten"
one_results = "$NUMBER resultaat" # "1 result"
many_results = "$NUMBER resultaten" # "3 results"
# Navigation.
read_more = "Lees meer"
one_posts = "$NUMBER bericht" # "1 post"
many_posts = "$NUMBER berichten" # "3 posts"
prev = "Vorige" # As in "Previous" page. - Vorige pagina
next = "Volgende" # As in "Next" page. - Volgende pagina
of = "van" # E.g. Page 1 "of" 3
all_posts = "Alle berichten"
all_tags = "Alle labels"
all_projects = "Alle projecten"
featured_projects = "Aanbevolen projecten"
language_selection = "Selecteer taal"
toggle_mode = "Schakel de $MODE-modus in" # $MODE will be replaced by a value (or both) below.
dark = "donker"
light = "licht"
reset_mode = "Reset de modus naar de standaardwaarde"
# Quick navigation buttons.
toggle_toc = "Schakel inhoudsopgave in of uit"
go_to_top = "Ga naar de bovenkant van de pagina"
go_to_comments = "Ga naar opmerkingen"
# Post metadata.
by_author = "Door $AUTHOR" # $AUTHOR will be replaced by the author(s).
author_separator = ", " # For multiple authors. Ensure spacing where necessary.
author_conjunction = " en " # For multiple authors. Ensure spacing where necessary.
draft = "VOORLOPIGE VERSIE"
zero_min_read = "<1 minuut lezen"
one_min_read = "$NUMBER minuut lezen"
many_min_read = "$NUMBER minuten lezen"
zero_words = "Geen woorden"
one_words = "$NUMBER woord"
many_words = "$NUMBER woorden"
last_updated_on = "Bijgewerkt op $DATE"
see_changes = "Zie wijzigingen"
# Post body.
table_of_contents = "Inhoudsopgave"
load_comments = "Laad opmerkingen"
# Copy code block button.
copied = "Gekopieerd!"
copy_code_to_clipboard = "Kopieer code naar klembord"
# Footer: Powered by Zola and tabi.
powered_by = "Aangedreven door"
and = "&"
site_source = "Sitebron"
# 404 error.
# https://welpo.github.io/tabi/404.html
page_missing = "Het lijkt erop dat de door u opgevraagde pagina ontbreekt"
translation_missing = "of het is nog niet in jouw taal vertaald"
check_url = "Controleer de URL op fouten of"
go_home = "ga terug naar de startpagina"
# For multilingual quote shortcode.
# https://welpo.github.io/tabi/blog/shortcodes/#multilingual-quotes
show_original_quote = "Toon origineel citaat"
show_translation = "Vertaling tonen"
open_quotation_mark = "“"
close_quotation_mark = "”"
# Translations for stylised Atom feed.
# https://welpo.github.io/tabi/atom.xml
# Must contain "About Feeds"; it will become a link.
about_feeds = "Dit is een webfeed, ook wel Atom-feed genoemd. Abonneer u door de URL uit de adresbalk naar uw nieuwslezer te kopiëren. Ga naar About Feeds voor meer informatie en om aan de slag te gaan. Het is gratis."
visit_the_site = "Bezoek website"
recent_posts = "Recente berichten"