From 717c6555cb5ae13516ee1f3fb1c90c08a50b729d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gy=C3=B6rgy=20Bal=C3=A1ssy?= Date: Fri, 13 Jul 2018 16:23:34 +0200 Subject: [PATCH 1/4] ADDED: Missing Hungarian localization for the "WEEK" resource key. --- translations/hu.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/translations/hu.json b/translations/hu.json index 6c0a1a28..78c69859 100644 --- a/translations/hu.json +++ b/translations/hu.json @@ -7,6 +7,8 @@ "RUNNING": "Vége lesz", "EMPTY": "Nincs közelgő esemény.", + "WEEK": "{weekNumber}. hét", + "N": "É", "NNE": "ÉÉK", "NE": "ÉK", From db21ced10498a7d2e2515527f7a6cbf59d73825f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gy=C3=B6rgy=20Bal=C3=A1ssy?= Date: Fri, 13 Jul 2018 16:26:15 +0200 Subject: [PATCH 2/4] ADDED: Missing Hungarian localization for the "FEELS" resource key. --- translations/hu.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/translations/hu.json b/translations/hu.json index 78c69859..6b1b9067 100644 --- a/translations/hu.json +++ b/translations/hu.json @@ -28,5 +28,7 @@ "UPDATE_NOTIFICATION": "MagicMirror² elérhető egy frissítés!", "UPDATE_NOTIFICATION_MODULE": "A frissítés {MODULE_NAME} modul néven érhető el.", - "UPDATE_INFO": "A jelenlegi telepítés {COMMIT_COUNT} mögött {BRANCH_NAME} ágon található." + "UPDATE_INFO": "A jelenlegi telepítés {COMMIT_COUNT} mögött {BRANCH_NAME} ágon található.", + + "FEELS": "Érzet" } From 80bd32382fb7c8c839a0a6d67fc07a66096a3c50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gy=C3=B6rgy=20Bal=C3=A1ssy?= Date: Fri, 13 Jul 2018 16:32:32 +0200 Subject: [PATCH 3/4] CHANGED: The Hungarian localization of the updatenotification module is changed to be more natural, because the existing messages felt like they were created with machine translation, and they were not only unnatural, but also misleading. --- translations/hu.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/translations/hu.json b/translations/hu.json index 6b1b9067..b483ecd9 100644 --- a/translations/hu.json +++ b/translations/hu.json @@ -26,9 +26,9 @@ "NW": "ÉNy", "NNW": "ÉÉNy", - "UPDATE_NOTIFICATION": "MagicMirror² elérhető egy frissítés!", - "UPDATE_NOTIFICATION_MODULE": "A frissítés {MODULE_NAME} modul néven érhető el.", - "UPDATE_INFO": "A jelenlegi telepítés {COMMIT_COUNT} mögött {BRANCH_NAME} ágon található.", + "UPDATE_NOTIFICATION": "MagicMirror²-hoz frissítés érhető el.", + "UPDATE_NOTIFICATION_MODULE": "A {MODULE_NAME} modulhoz frissítés érhető el.", + "UPDATE_INFO": "A jelenlegi telepítés óta {COMMIT_COUNT} commit jelent meg a {BRANCH_NAME} ágon.", "FEELS": "Érzet" } From a7278f76a8c8c92dfbba44481ce40c0db78de912 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gy=C3=B6rgy=20Bal=C3=A1ssy?= Date: Fri, 13 Jul 2018 16:42:47 +0200 Subject: [PATCH 4/4] UPDATED: The CHANGELOG.md file with description of the changes in the Hungarian localization. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e266cd9b..0c9c90df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - French translate for "Feels" - Translations for newsfeed module - Support for toggling news article in fullscreen +- Hungarian translation for "Feels" and "Week" ### Fixed - Mixup between german and spanish translation for newsfeed. @@ -19,6 +20,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Updated - Swedish translations +- Hungarian translations for the updatenotification module ## [2.4.1] - 2018-07-04