Skip to content

Commit

Permalink
chore(i18n): add Dutch translations
Browse files Browse the repository at this point in the history
Co-authored-by: Razon Yang <razonyang@gmail.com>
  • Loading branch information
onknows and razonyang authored May 10, 2023
1 parent 92f1b64 commit 70e39ae
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
39 changes: 39 additions & 0 deletions data/search/i18n/nl.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
[all]
other = "Allen"

[cancel]
other = "Annuleren"

[expand]
other = "Uitbreiden"

[index_fails]
other = "Initialisatie-index mislukt."

[input_placeholder]
other = "Typ om te zoeken"

[search_stat]
one = "Gevonden {total} resultaat in {time}."
other = "Gevonden {total} resultaten in {time}."

[sort_by_default]
other = "Beste overeenkomst"

[sort_by_date_asc]
other = "Oudste"

[sort_by_date_desc]
other = "Nieuwste"

[to_close]
other = "sluiten"

[to_navigate]
other = "navigeren"

[to_search]
other = "zoeken"

[to_select]
other = "selecteren"
2 changes: 2 additions & 0 deletions i18n/nl.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[search]
other = "zoeken"

0 comments on commit 70e39ae

Please sign in to comment.