Skip to content

Commit

Permalink
New Crowdin updates (#95)
Browse files Browse the repository at this point in the history
* New translations en.json (German)

* New translations en.json (Dutch)

* New translations en.json (Norwegian Bokmal)

* New translations en.json (Dutch)
  • Loading branch information
kkuepper committed Apr 25, 2023
1 parent 36cf378 commit 061ec28
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
7 changes: 7 additions & 0 deletions locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,12 @@
"headline": "Fehler",
"text": "Die Seite \"{path}\" gibt es nicht"
}
},
"track": {
"a11y": {
"download": "Herunterladen",
"queue": "Zur Warteschlange hinzufügen",
"options": "Show options"
}
}
}
4 changes: 2 additions & 2 deletions locales/nb.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"track": {
"a11y": {
"download": "Last ned",
"queue": "Legg til i ",
"options": "Vis alternativer"
"queue": "Legg til i køen",
"options": "Show options"
}
}
}
9 changes: 8 additions & 1 deletion locales/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,14 @@
"error": {
"page-not-found": {
"headline": "Fout",
"text": "Sorry. We can't find the page \"{path}\"."
"text": "Sorry, we kunnen de pagina \"{path}\" niet vinden."
}
},
"track": {
"a11y": {
"download": "Download",
"queue": "Toevoegen aan wachtrij",
"options": "Toon opties"
}
}
}

0 comments on commit 061ec28

Please sign in to comment.