aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDxball ☕ <dxball@users.noreply.github.com>2022-01-04 05:10:34 +0800
committerGitHub <noreply@github.com>2022-01-03 13:10:34 -0800
commit818c6987783f4dea4ce7d7d9e96d789fcbf59df2 (patch)
tree266f4d10ad9317fc7a10a2456e8976a9ce10a221 /src
parentfb9392ca4f62ac43a274cb92de2dcecd1312167e (diff)
Add Traditional Chinese (Taiwan) translations (#228)
Diffstat (limited to 'src')
-rw-r--r--src/translations.js32
1 files changed, 31 insertions, 1 deletions
diff --git a/src/translations.js b/src/translations.js
index 743d61e..74c9260 100644
--- a/src/translations.js
+++ b/src/translations.js
@@ -155,7 +155,7 @@ export const Translations = [
155 }, 155 },
156 { 156 {
157 id: 'zh-HK', 157 id: 'zh-HK',
158 name: 'Traditional Chinese - 繁體中文', 158 name: 'Traditional Chinese - 繁體中文 香港',
159 translation: { 159 translation: {
160 title: 'WiFi 連接卡', 160 title: 'WiFi 連接卡',
161 'desc.use': 161 'desc.use':
@@ -184,6 +184,36 @@ export const Translations = [
184 }, 184 },
185 }, 185 },
186 { 186 {
187 id: 'zh-TW',
188 name: 'Traditional Chinese - 繁體中文 台灣',
189 translation: {
190 title: 'WiFi Card',
191 'desc.use':
192 '列印一張含有 WiFi 連接資訊的卡片,將它貼在冰箱、放在你的錢包裡... ',
193 'desc.privacy':
194 '您的 WiFi 訊息永遠不會被送到伺服器。本網站不使用追蹤、分析或指紋識別。查看',
195 'desc.source': '原始碼',
196 'wifi.login': '連接 WiFi',
197 'wifi.name': '網路名稱',
198 'wifi.name.hiddenSSID': '隱藏 SSID',
199 'wifi.name.placeholder': 'WiFi 網路名稱',
200 'wifi.password': '密碼',
201 'wifi.password.placeholder': '密碼',
202 'wifi.password.hide': '隱藏密碼',
203 'wifi.password.encryption': '加密',
204 'wifi.password.encryption.none': '無',
205 'wifi.tip': '將手機相機對準 QR Code 即可自動連接 WiFi',
206 'wifi.alert.name': '網路名稱不可以留空',
207 'wifi.alert.password.length.5':
208 '密碼至少為 5 個字元以上,或將加密改為"無"',
209 'wifi.alert.password.length.8':
210 '密碼至少為 8 個字元以上,或將加密改為"無"',
211 'button.rotate': '翻轉',
212 'button.print': '列印',
213 select: '選擇語言',
214 },
215 },
216 {
187 id: 'es', 217 id: 'es',
188 name: 'Spanish - Español', 218 name: 'Spanish - Español',
189 translation: { 219 translation: {