Skip to content

Commit

Permalink
feat(i18n): add Dutch locale (#2076)
Browse files Browse the repository at this point in the history
  • Loading branch information
DeanLemans authored Dec 5, 2024
1 parent 4925a58 commit 981ddba
Showing 1 changed file with 90 additions and 0 deletions.
90 changes: 90 additions & 0 deletions _data/locales/nl-NL.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
# The layout text of site

# ----- Commons label -----

layout:
post: Post
category: Categorie
tag: Tag

# The tabs of sidebar
tabs:
# format: <filename_without_extension>: <value>
home: Startpagina
categories: Categorieën
tags: Tags
archives: Archief
about: Over

# the text displayed in the search bar & search results
search:
hint: Zoek
cancel: Annuleer
no_results: Oops! Geen resultaat gevonden.

panel:
lastmod: Recent Bijgewerkt
trending_tags: Trending Tags
toc: Inhoud

copyright:
# Shown at the bottom of the post
license:
template: Alle posts zijn onder :LICENSE_NAME gepubliceerd door de auteur.
name: CC BY 4.0
link: https://creativecommons.org/licenses/by/4.0/

# Displayed in the footer
brief: Sommige rechten voorbehouden.
verbose: >-
Tenzij anders vermeld, alle posts zijn onder de
Creative Commons Attribution 4.0 International (CC BY 4.0) gepubliceerd door de auteur.
meta: Gebruikt :THEME

not_found:
statement: Sorry, we hebben de URL verkeerd geplaatst of hij verwijst naar iets dat niet bestaat.

notification:
update_found: Nieuwe versie van inhoud beschikbaar.
update: Update

# ----- Posts related labels -----
post:
written_by: Door
posted: Posted
updated: Bijgewerkt
words: woorden
pageview_measure: Gelezen
read_time:
unit: min
prompt: lees
relate_posts: Verder Lezen
share: Deel
button:
next: Volgende
previous: Vorige
copy_code:
succeed: Gekopieerd!
share_link:
title: Link kopiëren
succeed: Succesvol gekopieerd!

# Date time format.
# See: <http://strftime.net/>, <https://day.js.org/docs/en/display/format>
df:
post:
strftime: "%b %e, %Y"
dayjs: "ll"
archives:
strftime: "%b"
dayjs: "MMM"

# categories page
categories:
category_measure:
singular: categorie
plural: categorieën
post_measure:
singular: post
plural: posts

0 comments on commit 981ddba

Please sign in to comment.