Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translations update from Hosted Weblate #564

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions fittrackee_client/src/locales/nl/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,14 @@
"HERE": "hier",
"HIDDEN": "Verborgen",
"HOME": "Startscherm",
"HOURS": "uur|uren",
"INACTIVE": "inactief",
"LABEL": "label",
"MINUTES": "minuut|minuten",
"NEXT": "volgende",
"NO_DESCRIPTION": "geen beschrijving",
"PREVIOUS": "vorige",
"SECONDS": "seconde|secondes",
"SELECTS": {
"ORDER": {
"ASC": "oplopend",
Expand Down
2 changes: 1 addition & 1 deletion fittrackee_client/src/locales/nl/error.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"APP_ERROR": "Er heeft zich een onbekende fout voorgedaan.<br />Probeer aub later opnieuw of contacteer de administrator.",
"APP_ERROR": "Er heeft zich een onbekende fout voorgedaan.<br />Probeer het later opnieuw of contacteer de administrator.",
"NOT_FOUND": {
"PAGE": "Pagina niet gevonden",
"WORKOUT": "Training niet gevonden"
Expand Down
5 changes: 5 additions & 0 deletions fittrackee_client/src/locales/nl/statistics.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"STATISTICS": "Statistieken",
"STATISTICS_CHARTS": {
"month": "Maandelijkse statistieken",
"week": "Wekelijkse statistieken",
"year": "Jaarlijkse statistieken"
},
"TIME_FRAMES": {
"month": "maand",
"week": "week",
Expand Down
2 changes: 2 additions & 0 deletions fittrackee_client/src/locales/nl/workouts.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,10 @@
"WITHOUT_GPX": "zonder .gpx bestand",
"WITH_GPX": "met .gpx bestand",
"WORKOUT": "training | trainingen",
"WORKOUT_CHART": "grafiek snelheid en hoogte training",
"WORKOUT_DATE": "datum training",
"WORKOUT_DELETION_CONFIRMATION": "Weet u zeker dat u deze training wilt verwijderen?",
"WORKOUT_MAP": "kaart training",
"ZIP_ARCHIVE": ".zip bestand",
"ZIP_ARCHIVE_DESCRIPTION": "of .zip archief met .gpx bestanden"
}