aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md1
-rw-r--r--src/translations.js30
2 files changed, 31 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6886fdf..35f1236 100644
--- a/README.md
+++ b/README.md
@@ -74,3 +74,4 @@ We would love for you to contribute to different languages and help make it even
74| Serbian | [demanderbag](https://github.com/demanderbag) | 74| Serbian | [demanderbag](https://github.com/demanderbag) |
75| Urdu | [mHassan11](https://github.com/mHassan11) | 75| Urdu | [mHassan11](https://github.com/mHassan11) |
76| Swedish | [ddund](https://github.com/ddund) | 76| Swedish | [ddund](https://github.com/ddund) |
77| Thai | [l2D](https://github.com/l2D) |
diff --git a/src/translations.js b/src/translations.js
index 9a52e95..e8ba6ba 100644
--- a/src/translations.js
+++ b/src/translations.js
@@ -867,6 +867,36 @@ export const Translations = [
867 select: 'زبان منتخب کریں۔', 867 select: 'زبان منتخب کریں۔',
868 }, 868 },
869 }, 869 },
870 {
871 id: 'th-TH',
872 name: 'Thai',
873 translation: {
874 title: 'การ์ด WiFi',
875 'desc.use':
876 'พิมพ์การ์ดอย่างง่ายพร้อมรายละเอียดการเข้าสู่ระบบ WiFi ของคุณ ติดเทปไว้ในตู้เย็น เก็บไว้ในกระเป๋าสตางค์ ฯลฯ',
877 'desc.privacy':
878 'ข้อมูล WiFi ของคุณจะไม่ถูกส่งไปยังเซิร์ฟเวอร์, ไม่มีการติดตาม, การวิเคราะห์, หรือลายนิ้วมือบนเว็บไซต์นี้. ดู',
879 'desc.source': 'ซอร์ซโคด',
880 'wifi.login': 'เข้าสู่ระบบ WiFi',
881 'wifi.name': 'ชื่อเครือข่าย',
882 'wifi.name.hiddenSSID': 'SSID ที่ซ่อนอยู่',
883 'wifi.name.placeholder': 'ชื่อเครือข่าย WiFi',
884 'wifi.password': 'รหัสผ่าน WiFi',
885 'wifi.password.placeholder': 'รหัสผ่าน WiFi',
886 'wifi.password.hide': 'Hide รหัสผ่าน WiFi',
887 'wifi.password.encryption': 'การเข้ารหัส',
888 'wifi.password.encryption.none': 'ไม่มี',
889 'wifi.tip': 'หันกล้องของโทรศัพท์ไปที่ QR Code เพื่อเชื่อมต่อโดยอัตโนมัติ',
890 'wifi.alert.name': 'ต้องระบุชื่อเครือข่าย',
891 'wifi.alert.password.length.5':
892 'รหัสผ่านต้องมีอักขระอย่างน้อย 5 ตัว หรือเปลี่ยนการเข้ารหัสเป็น "ไม่มี"',
893 'wifi.alert.password.length.8':
894 'รหัสผ่านต้องมีอักขระอย่างน้อย 8 ตัว หรือเปลี่ยนการเข้ารหัสเป็น "ไม่มี"',
895 'button.rotate': 'หมุน',
896 'button.print': 'พิมพ์',
897 select: 'เลือกภาษา',
898 },
899 },
870].sort((a, b) => { 900].sort((a, b) => {
871 return a.name.toLowerCase() < b.name.toLowerCase() ? -1 : 1; 901 return a.name.toLowerCase() < b.name.toLowerCase() ? -1 : 1;
872}); 902});