mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 19:53:36 +00:00
Added missing translations
This commit is contained in:
parent
fa0b83f056
commit
6b8b37843b
@ -17,6 +17,7 @@ _This release is scheduled to be released on 2022-01-01._
|
|||||||
- Cleaned up `updatenotification` module and switched to nunjuck template.
|
- Cleaned up `updatenotification` module and switched to nunjuck template.
|
||||||
- Moved calendar tests from category `electron` to `e2e`.
|
- Moved calendar tests from category `electron` to `e2e`.
|
||||||
- Update missed translations for Korean language (ko.json)
|
- Update missed translations for Korean language (ko.json)
|
||||||
|
- Update missed translations for Dutch language (nl.json)
|
||||||
- Cleaned up `alert` module and switched to nunjuck template.
|
- Cleaned up `alert` module and switched to nunjuck template.
|
||||||
- Moved weather tests from category `electron` to `e2e`.
|
- Moved weather tests from category `electron` to `e2e`.
|
||||||
- Updated github actions.
|
- Updated github actions.
|
||||||
|
@ -30,6 +30,12 @@
|
|||||||
|
|
||||||
"MODULE_CONFIG_CHANGED": "De configuratie opties voor de module {MODULE_NAME} zijn gewijzigd.\nControleer de documentatie.",
|
"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}",
|
"MODULE_CONFIG_ERROR": "Fout in de {MODULE_NAME} module. {ERROR}",
|
||||||
|
"MODULE_ERROR_MALFORMED_URL": "Ongeldige url.",
|
||||||
|
"MODULE_ERROR_NO_CONNECTION": "Geen internet verbinding.",
|
||||||
|
"MODULE_ERROR_UNAUTHORIZED": "Authenticatie mislukt.",
|
||||||
|
"MODULE_ERROR_UNSPECIFIED": "Bekijk de logs voor meer informatie.",
|
||||||
|
|
||||||
|
"NEWSFEED_NO_ITEMS": "Geen nieuws op dit moment.",
|
||||||
|
|
||||||
"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