Merge pull request #2605 from rico24/patch-1

Update nl.json
This commit is contained in:
Michael Teeuw 2021-06-29 09:56:35 +02:00 committed by GitHub
commit faee811d67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -15,6 +15,7 @@ Special thanks to the following contributors: @B1gG, @codac, @ezeholz, @khassel,
- Added French translations for "MODULE_CONFIG_ERROR" and "PRECIP".
- Added German translation for "PRECIP".
- Added Dutch translation for "WEEK", "PRECIP", "MODULE_CONFIG_CHANGED" and "MODULE_CONFIG_ERROR".
- Added first test for Alert module.
- Added support for `dateFormat` when not using `timeFormat: "absolute"`
- Added custom-properties for colors and fonts for improved styling experience, see `custom.css.sample` file

View File

@ -6,6 +6,7 @@
"DAYAFTERTOMORROW": "Overmorgen",
"RUNNING": "Eindigt over",
"EMPTY": "Geen geplande afspraken.",
"WEEK": "Week {weekNumber}",
"N": "N",
"NNE": "NNO",
@ -25,6 +26,10 @@
"NNW": "NNW",
"FEELS": "Voelt als {DEGREE}",
"PRECIP": "Neerslagkans",
"MODULE_CONFIG_CHANGED": "De configuratie opties voor de module {MODULE_NAME} zijn gewijzigd.\nControleer de documentatie.",
"MODULE_CONFIG_ERROR": "Fout in de {MODULE_NAME} module. {ERROR}",
"UPDATE_NOTIFICATION": "MagicMirror² update beschikbaar.",
"UPDATE_NOTIFICATION_MODULE": "Update beschikbaar voor {MODULE_NAME} module.",