mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
Added Dutch translation
Added Dutch translation to Alert module
This commit is contained in:
parent
b34505c086
commit
9416980096
@ -24,6 +24,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
- Add calendar option to set a separate date format for full day events.
|
- Add calendar option to set a separate date format for full day events.
|
||||||
- Add ability for `currentweather` module to display indoor temperature via INDOOR_TEMPERATURE notification
|
- Add ability for `currentweather` module to display indoor temperature via INDOOR_TEMPERATURE notification
|
||||||
- Add ability to change the path of the `custom.css`.
|
- Add ability to change the path of the `custom.css`.
|
||||||
|
- Add translation Dutch to Alert module.
|
||||||
|
|
||||||
### Updated
|
### Updated
|
||||||
- Added missing keys to Polish translation.
|
- Added missing keys to Polish translation.
|
||||||
|
@ -30,7 +30,8 @@ Module.register("alert",{
|
|||||||
getTranslations: function() {
|
getTranslations: function() {
|
||||||
return {
|
return {
|
||||||
en: "translations/en.json",
|
en: "translations/en.json",
|
||||||
de: "translations/de.json"
|
de: "translations/de.json",
|
||||||
|
nl: "translations/nl.json",
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
show_notification: function(message) {
|
show_notification: function(message) {
|
||||||
|
4
modules/default/alert/translations/nl.json
Normal file
4
modules/default/alert/translations/nl.json
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"sysTitle": "MagicMirror Notificatie",
|
||||||
|
"welcome": "Welkom, Succesvol gestart!"
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user