diff options
| author | l2D <20911264+l2D@users.noreply.github.com> | 2021-11-05 02:56:16 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-04 12:56:16 -0700 |
| commit | 4a1be615ae3e18e9576a542be187087c9b540b19 (patch) | |
| tree | e18d5143e129f9d88c51d18d774be552719af804 /src | |
| parent | bb2f00c41dd2b0b80642c0e8cc53438f69c488f9 (diff) | |
🌐 translation: Add Thai language (#223)
* 🌐 translation: Add Thai language
* 🎨 format: Used `make fmt.write`
Diffstat (limited to 'src')
| -rw-r--r-- | src/translations.js | 30 |
1 files changed, 30 insertions, 0 deletions
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 | }); |
