aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n.js
diff options
context:
space:
mode:
authorYuetAu <12145645+YuetAu@users.noreply.github.com>2021-07-25 00:45:46 +0800
committerGitHub <noreply@github.com>2021-07-24 09:45:46 -0700
commit12a4d590fbc498edd48719b355be127061dadfd2 (patch)
tree2f71b832c74a73ca8934d15f301fe6b5093afb23 /src/i18n.js
parentcab1ddb2decb313d83742746d2d3ff685c01064c (diff)
Add zh-HK translation (#100)
* Added zh-HK translation * Added switch for zh-HK * Update switch
Diffstat (limited to 'src/i18n.js')
-rw-r--r--src/i18n.js24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/i18n.js b/src/i18n.js
index ef7bf2b..d8152d9 100644
--- a/src/i18n.js
+++ b/src/i18n.js
@@ -79,6 +79,30 @@ const resources = {
79 select: '选择语言', 79 select: '选择语言',
80 }, 80 },
81 }, 81 },
82 'zh-HK': {
83 translation: {
84 title: 'WiFi 連接卡',
85 'desc.use':
86 '打印一張 WiFi 詳細資料嘅連接卡,將佢癡喺雪櫃上面、放喺銀包入面... ',
87 'desc.privacy':
88 '你嘅 WiFi 資料永遠唔會傳送去網站伺服器。呢個網站無使用任何追蹤、分析或者裝置指紋辨識。睇吓',
89 'desc.source': '源代碼',
90 'wifi.login': '連接 WiFi',
91 'wifi.name': '網絡名稱',
92 'wifi.name.placeholder': 'WiFi 網絡名稱',
93 'wifi.password': '密碼',
94 'wifi.password.placeholder': '密碼',
95 'wifi.password.hide': '打印前隱藏密碼',
96 'wifi.password.encryption': '加密',
97 'wifi.tip': '打開相機指住嗰QR Code就可以連接 WiFi',
98 'wifi.alert.name': '唔可以留空網絡名稱',
99 'wifi.alert.password.length.5': '密碼至少要有 5 個字符',
100 'wifi.alert.password.8': '密碼至少要有 8 個字符 ',
101 'button.rotate': '翻轉',
102 'button.print': '打印',
103 select: '選擇語言',
104 },
105 },
82 es: { 106 es: {
83 translation: { 107 translation: {
84 title: 'Tarjeta WiFi', 108 title: 'Tarjeta WiFi',