Update thai language (#3044)

actually add it to the tanslation list
and also add the alert translations from
https://github.com/MichMich/MagicMirror/pull/3029 since the OP didnt
seem to work on it (yet)

---------

Co-authored-by: veeck <michael@veeck.de>
Co-authored-by: Suthep Yonphimai <tomzt@users.noreply.github.com>
This commit is contained in:
Veeck
2023-02-20 20:03:42 +01:00
committed by GitHub
parent b08a4737af
commit 390e5d6490
5 changed files with 10 additions and 2 deletions

View File

@@ -35,7 +35,8 @@ Module.register("alert", {
fr: "translations/fr.json",
hu: "translations/hu.json",
nl: "translations/nl.json",
ru: "translations/ru.json"
ru: "translations/ru.json",
th: "translations/th.json"
};
},

View File

@@ -0,0 +1,4 @@
{
"sysTitle": "การแจ้งเตือน MagicMirror²",
"welcome": "ยินดีต้อนรับ การเริ่มต้นสำเร็จแล้ว!"
}