mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-03 22:36:09 +00:00
commit
faee811d67
@ -15,6 +15,7 @@ Special thanks to the following contributors: @B1gG, @codac, @ezeholz, @khassel,
|
|||||||
|
|
||||||
- Added French translations for "MODULE_CONFIG_ERROR" and "PRECIP".
|
- Added French translations for "MODULE_CONFIG_ERROR" and "PRECIP".
|
||||||
- Added German translation for "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 first test for Alert module.
|
||||||
- Added support for `dateFormat` when not using `timeFormat: "absolute"`
|
- 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
|
- Added custom-properties for colors and fonts for improved styling experience, see `custom.css.sample` file
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
"DAYAFTERTOMORROW": "Overmorgen",
|
"DAYAFTERTOMORROW": "Overmorgen",
|
||||||
"RUNNING": "Eindigt over",
|
"RUNNING": "Eindigt over",
|
||||||
"EMPTY": "Geen geplande afspraken.",
|
"EMPTY": "Geen geplande afspraken.",
|
||||||
|
"WEEK": "Week {weekNumber}",
|
||||||
|
|
||||||
"N": "N",
|
"N": "N",
|
||||||
"NNE": "NNO",
|
"NNE": "NNO",
|
||||||
@ -25,6 +26,10 @@
|
|||||||
"NNW": "NNW",
|
"NNW": "NNW",
|
||||||
|
|
||||||
"FEELS": "Voelt als {DEGREE}",
|
"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": "MagicMirror² update beschikbaar.",
|
||||||
"UPDATE_NOTIFICATION_MODULE": "Update beschikbaar voor {MODULE_NAME} module.",
|
"UPDATE_NOTIFICATION_MODULE": "Update beschikbaar voor {MODULE_NAME} module.",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user