Skip to content

Commit faee811

Browse files
authored
Merge pull request #2605 from rico24/patch-1
Update nl.json
2 parents 7fdf7de + b9c739d commit faee811

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Special thanks to the following contributors: @B1gG, @codac, @ezeholz, @khassel,
1515

1616
- Added French translations for "MODULE_CONFIG_ERROR" and "PRECIP".
1717
- Added German translation for "PRECIP".
18+
- Added Dutch translation for "WEEK", "PRECIP", "MODULE_CONFIG_CHANGED" and "MODULE_CONFIG_ERROR".
1819
- Added first test for Alert module.
1920
- Added support for `dateFormat` when not using `timeFormat: "absolute"`
2021
- Added custom-properties for colors and fonts for improved styling experience, see `custom.css.sample` file

translations/nl.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"DAYAFTERTOMORROW": "Overmorgen",
77
"RUNNING": "Eindigt over",
88
"EMPTY": "Geen geplande afspraken.",
9+
"WEEK": "Week {weekNumber}",
910

1011
"N": "N",
1112
"NNE": "NNO",
@@ -25,6 +26,10 @@
2526
"NNW": "NNW",
2627

2728
"FEELS": "Voelt als {DEGREE}",
29+
"PRECIP": "Neerslagkans",
30+
31+
"MODULE_CONFIG_CHANGED": "De configuratie opties voor de module {MODULE_NAME} zijn gewijzigd.\nControleer de documentatie.",
32+
"MODULE_CONFIG_ERROR": "Fout in de {MODULE_NAME} module. {ERROR}",
2833

2934
"UPDATE_NOTIFICATION": "MagicMirror² update beschikbaar.",
3035
"UPDATE_NOTIFICATION_MODULE": "Update beschikbaar voor {MODULE_NAME} module.",

0 commit comments

Comments
 (0)