diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c7ec8bc..2356e47f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,16 +19,17 @@ _This release is scheduled to be released on 2022-04-01._ ### Updated -- deprecated roboto fonts package `roboto-fontface-bower` replaced with `fontsource`. -- update `electron` to v17, `helmet` to v5 (use defaults of v4) and other dependencies. -- updates Font Awesome css class to new default style (fixes #2768) -- replaced deprecated modules `currentweather` and `weatherforecast` with dummy modules only displaying that they have to be replaced. -- include all calendar events from the configured date range when broadcasting. +- Deprecated roboto fonts package `roboto-fontface-bower` replaced with `fontsource`. +- Update `electron` to v17, `helmet` to v5 (use defaults of v4) and other dependencies. +- Updates Font Awesome css class to new default style (fixes #2768) +- Replaced deprecated modules `currentweather` and `weatherforecast` with dummy modules only displaying that they have to be replaced. +- Include all calendar events from the configured date range when broadcasting. +- Update Danish translation. ### Fixed -- improved and speedup e2e tests, artificial wait after mm start removed. -- improved husky setup not blocking `git commit` if `husky` or `npm` is not installed. +- Improved and speedup e2e tests, artificial wait after mm start removed. +- Improved husky setup not blocking `git commit` if `husky` or `npm` is not installed. - Using a consistent spelling of MagicMirror². ## [2.18.0] - 2022-01-01 diff --git a/translations/da.json b/translations/da.json index 3371a2ae..9fe3f547 100644 --- a/translations/da.json +++ b/translations/da.json @@ -26,6 +26,16 @@ "NNW": "NNV", "FEELS": "Føles som {DEGREE}", + "PRECIP": "PoP", + + "MODULE_CONFIG_CHANGED": "Konfigurationsmulighederne for {MODULE_NAME} modulet er ændret.\nSe venligst dokumentationen.", + "MODULE_CONFIG_ERROR": "Fejl i {MODULE_NAME} modulet. {ERROR}", + "MODULE_ERROR_MALFORMED_URL": "Forkert url.", + "MODULE_ERROR_NO_CONNECTION": "Ingen internetforbindelse.", + "MODULE_ERROR_UNAUTHORIZED": "Godkendelse mislykkedes.", + "MODULE_ERROR_UNSPECIFIED": "Tjek logfiler for flere detaljer.", + + "NEWSFEED_NO_ITEMS": "Ingen nyheder i øjeblikket.", "UPDATE_NOTIFICATION": "MagicMirror² opdatering tilgængelig.", "UPDATE_NOTIFICATION_MODULE": "Opdatering tilgængelig for {MODULE_NAME} modulet.",