From 818c6987783f4dea4ce7d7d9e96d789fcbf59df2 Mon Sep 17 00:00:00 2001 From: Dxball ☕ Date: Tue, 4 Jan 2022 05:10:34 +0800 Subject: Add Traditional Chinese (Taiwan) translations (#228) --- README.md | 1 + src/translations.js | 32 +++++++++++++++++++++++++++++++- 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 35f1236..c82b45e 100644 --- a/README.md +++ b/README.md @@ -75,3 +75,4 @@ We would love for you to contribute to different languages and help make it even | Urdu | [mHassan11](https://github.com/mHassan11) | | Swedish | [ddund](https://github.com/ddund) | | Thai | [l2D](https://github.com/l2D) | +| Traditional Chinese (Taiwan) | [Dxball](https://github.com/dxball) | 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 = [ }, { id: 'zh-HK', - name: 'Traditional Chinese - 繁體中文', + name: 'Traditional Chinese - 繁體中文 香港', translation: { title: 'WiFi 連接卡', 'desc.use': @@ -183,6 +183,36 @@ export const Translations = [ select: '選擇語言', }, }, + { + id: 'zh-TW', + name: 'Traditional Chinese - 繁體中文 台灣', + translation: { + title: 'WiFi Card', + 'desc.use': + '列印一張含有 WiFi 連接資訊的卡片,將它貼在冰箱、放在你的錢包裡... ', + 'desc.privacy': + '您的 WiFi 訊息永遠不會被送到伺服器。本網站不使用追蹤、分析或指紋識別。查看', + 'desc.source': '原始碼', + 'wifi.login': '連接 WiFi', + 'wifi.name': '網路名稱', + 'wifi.name.hiddenSSID': '隱藏 SSID', + 'wifi.name.placeholder': 'WiFi 網路名稱', + 'wifi.password': '密碼', + 'wifi.password.placeholder': '密碼', + 'wifi.password.hide': '隱藏密碼', + 'wifi.password.encryption': '加密', + 'wifi.password.encryption.none': '無', + 'wifi.tip': '將手機相機對準 QR Code 即可自動連接 WiFi', + 'wifi.alert.name': '網路名稱不可以留空', + 'wifi.alert.password.length.5': + '密碼至少為 5 個字元以上,或將加密改為"無"', + 'wifi.alert.password.length.8': + '密碼至少為 8 個字元以上,或將加密改為"無"', + 'button.rotate': '翻轉', + 'button.print': '列印', + select: '選擇語言', + }, + }, { id: 'es', name: 'Spanish - Español', -- cgit v1.2.3