From 05f0d1855c0b49823864ca571480442e43945711 Mon Sep 17 00:00:00 2001 From: Kristjan SCHMIDT <35647502+KristjanESPERANTO@users.noreply.github.com> Date: Tue, 1 Feb 2022 23:51:01 +0100 Subject: [PATCH 1/3] Update Danish translation Translation from @The-Exterminator #2805 --- translations/da.json | 10 ++++++++++ 1 file changed, 10 insertions(+) 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.", From c98967cb1e8c54517d51bc256b44c9fc6d44cf2c Mon Sep 17 00:00:00 2001 From: Kristjan SCHMIDT <35647502+KristjanESPERANTO@users.noreply.github.com> Date: Wed, 2 Feb 2022 00:46:05 +0100 Subject: [PATCH 2/3] Update Danish translation --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63710cf9..0c0ce976 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ _This release is scheduled to be released on 2022-04-01._ - 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 From b70a9c36fa006080488313bbb93e7dc998089928 Mon Sep 17 00:00:00 2001 From: Kristjan SCHMIDT <35647502+KristjanESPERANTO@users.noreply.github.com> Date: Wed, 2 Feb 2022 00:48:50 +0100 Subject: [PATCH 3/3] Begin with capital letters --- CHANGELOG.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c0ce976..048e38c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,17 +18,17 @@ _This release is scheduled to be released on 2022-04-01._ ### Updated -- deprecated roboto fonts package `roboto-fontface-bower` replaced with `fontsource`. -- update `helmet` to v5, use defaults of v4. -- 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 `helmet` to v5, use defaults of v4. +- 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