From 1d2637c980075da59500c7126bd08c4df03cf8ad Mon Sep 17 00:00:00 2001 From: Krekos Date: Sat, 12 Mar 2022 12:21:20 +0100 Subject: [PATCH 1/4] Add missing CS translations --- translations/cs.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/translations/cs.json b/translations/cs.json index d1efdec4..22251845 100644 --- a/translations/cs.json +++ b/translations/cs.json @@ -24,7 +24,12 @@ "WNW": "ZSZ", "NW": "SZ", "NNW": "SSZ", + + "FEELS": "Pocitově {DEGREE}", + "PRECIP": "Pravděpodobnost deště", + "NEWSFEED_NO_ITEMS": "Žádné zprávy.", + "UPDATE_NOTIFICATION": "Dostupná aktualizace pro MagicMirror².", "UPDATE_NOTIFICATION_MODULE": "Dostupná aktualizace pro modul {MODULE_NAME}.", "UPDATE_INFO_SINGLE": "Současná instalace je na větvi {BRANCH_NAME} pozadu o {COMMIT_COUNT} commit.", From 8d296e563d734adf3a2661769f4464b3d34f0b3b Mon Sep 17 00:00:00 2001 From: Krekos Date: Sat, 12 Mar 2022 12:21:20 +0100 Subject: [PATCH 2/4] Add missing CS translations --- translations/cs.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/translations/cs.json b/translations/cs.json index d1efdec4..22251845 100644 --- a/translations/cs.json +++ b/translations/cs.json @@ -24,7 +24,12 @@ "WNW": "ZSZ", "NW": "SZ", "NNW": "SSZ", + + "FEELS": "Pocitově {DEGREE}", + "PRECIP": "Pravděpodobnost deště", + "NEWSFEED_NO_ITEMS": "Žádné zprávy.", + "UPDATE_NOTIFICATION": "Dostupná aktualizace pro MagicMirror².", "UPDATE_NOTIFICATION_MODULE": "Dostupná aktualizace pro modul {MODULE_NAME}.", "UPDATE_INFO_SINGLE": "Současná instalace je na větvi {BRANCH_NAME} pozadu o {COMMIT_COUNT} commit.", From 9f750e598096b70097be3430443f89b166e37863 Mon Sep 17 00:00:00 2001 From: Michael Teeuw Date: Fri, 1 Apr 2022 20:20:43 +0200 Subject: [PATCH 3/4] Add Changelog. --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b5a0286..1a8e66db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,8 @@ _This release is scheduled to be released on 2022-04-01._ - The modules get a class hidden added/removed if they get hidden/shown which will also toggle pointer-events. - Added new config option `showTitleAsUrl` to newsfeed module. If set, the diplayed title is a link to the article which is useful when running in a browser and you want to read this article. - Added internal cors proxy to get weather providers working without public proxies (fixes #2714). The new url `http(s)://address:port/cors?url=https://whatever-to-proxy` can be used in other modules too. -- Added a WeatherProvider for Weatherflow +- Added a WeatherProvider for Weatherflow. +- Added missing Czech translations. ### Updated From c57c9c2a8f13fbd9d9c279260f075d18efa7f2bc Mon Sep 17 00:00:00 2001 From: Michael Teeuw Date: Fri, 1 Apr 2022 20:21:46 +0200 Subject: [PATCH 4/4] Run Prettier. --- translations/cs.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/translations/cs.json b/translations/cs.json index 22251845..ffe9e149 100644 --- a/translations/cs.json +++ b/translations/cs.json @@ -24,12 +24,12 @@ "WNW": "ZSZ", "NW": "SZ", "NNW": "SSZ", - + "FEELS": "Pocitově {DEGREE}", "PRECIP": "Pravděpodobnost deště", "NEWSFEED_NO_ITEMS": "Žádné zprávy.", - + "UPDATE_NOTIFICATION": "Dostupná aktualizace pro MagicMirror².", "UPDATE_NOTIFICATION_MODULE": "Dostupná aktualizace pro modul {MODULE_NAME}.", "UPDATE_INFO_SINGLE": "Současná instalace je na větvi {BRANCH_NAME} pozadu o {COMMIT_COUNT} commit.",