Added missing translations

This commit is contained in:
rico24 2021-12-21 20:50:11 +01:00
parent fa0b83f056
commit 6b8b37843b
2 changed files with 7 additions and 0 deletions

View File

@ -17,6 +17,7 @@ _This release is scheduled to be released on 2022-01-01._
- Cleaned up `updatenotification` module and switched to nunjuck template.
- Moved calendar tests from category `electron` to `e2e`.
- 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.
- Moved weather tests from category `electron` to `e2e`.
- Updated github actions.

View File

@ -30,6 +30,12 @@
"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_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_MODULE": "Update beschikbaar voor {MODULE_NAME} module.",