summaryrefslogtreecommitdiff
path: root/sysret.org/themes/tabi-lean/i18n/nl.toml
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2025-09-13 15:01:06 -0600
committerAlejandro Soto <alejandro@34project.org>2025-09-13 15:01:06 -0600
commitf4fcda54638685899c730b3fa90a87d80d6dbef5 (patch)
tree0737e627cce304c3a9c4e757bc5f6571a7456091 /sysret.org/themes/tabi-lean/i18n/nl.toml
parentd8b9cf1f61cc07d625f1c37ccc28adfd58918416 (diff)
parent2c13119932765c6d788f08fb53abc244407c0d80 (diff)
Merge commit '6a7d3111b31e73fc66af5360149d41f690fbcaa4'
Diffstat (limited to 'sysret.org/themes/tabi-lean/i18n/nl.toml')
-rw-r--r--sysret.org/themes/tabi-lean/i18n/nl.toml98
1 files changed, 98 insertions, 0 deletions
diff --git a/sysret.org/themes/tabi-lean/i18n/nl.toml b/sysret.org/themes/tabi-lean/i18n/nl.toml
new file mode 100644
index 0000000..a300339
--- /dev/null
+++ b/sysret.org/themes/tabi-lean/i18n/nl.toml
@@ -0,0 +1,98 @@
+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.
+pinned = "Vastgezet"
+jump_to_posts = "Naar berichten springen"
+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"
+
+# iine appreciation button.
+like_this_post = "Vind ik leuk"
+
+# 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"