diff options
| author | ous50 <36183551+ous50@users.noreply.github.com> | 2022-01-25 00:23:18 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-24 08:23:18 -0800 |
| commit | 50929586954bcf5e3f2df2611a040f5597a44858 (patch) | |
| tree | fb7cc639e1f7be5c035454cc4325bba3e2436c01 /src/translations.js | |
| parent | c9d1d16e0d25fce132b7ed933fc04a4d757120d2 (diff) | |
add yue-CN translation and slightly modify zh-HK (#233)
* Append an entry
* add yue-CN translation and slightly modify zh-HK, as well as updating README.md
* little changes
Diffstat (limited to 'src/translations.js')
| -rw-r--r-- | src/translations.js | 34 |
1 files changed, 32 insertions, 2 deletions
diff --git a/src/translations.js b/src/translations.js index 74c9260..90f2e0d 100644 --- a/src/translations.js +++ b/src/translations.js | |||
| @@ -175,15 +175,45 @@ export const Translations = [ | |||
| 175 | 'wifi.tip': '打開相機指住嗰QR Code就可以連接 WiFi', | 175 | 'wifi.tip': '打開相機指住嗰QR Code就可以連接 WiFi', |
| 176 | 'wifi.alert.name': '唔可以留空網絡名稱', | 176 | 'wifi.alert.name': '唔可以留空網絡名稱', |
| 177 | 'wifi.alert.password.length.5': | 177 | 'wifi.alert.password.length.5': |
| 178 | '密必至少为 5 个字符,或将加密更改为“”', | 178 | '密必至少有 5 个字串,你亦都以加密式改为“有任何”', |
| 179 | 'wifi.alert.password.length.8': | 179 | 'wifi.alert.password.length.8': |
| 180 | '密必至少为 8 个字符,或将加密更改为“”', | 180 | '密必至少有 8 个字串,你亦都以加密式改为“有任何”', |
| 181 | 'button.rotate': '翻轉', | 181 | 'button.rotate': '翻轉', |
| 182 | 'button.print': '打印', | 182 | 'button.print': '打印', |
| 183 | select: '選擇語言', | 183 | select: '選擇語言', |
| 184 | }, | 184 | }, |
| 185 | }, | 185 | }, |
| 186 | { | 186 | { |
| 187 | id: 'yue-CN', | ||
| 188 | name: 'Simplified Cantonese - 简体粤语', | ||
| 189 | translation: { | ||
| 190 | title: 'Wi-Fi 连接咭', | ||
| 191 | 'desc.use': | ||
| 192 | '打印一张带有 Wi-Fi 详细信息嘅连接咭,你可以将佢黐喺冰箱上面,或者放喺银包入面...', | ||
| 193 | 'desc.privacy': | ||
| 194 | '你嘅 Wi-Fi 信息永远不会发送到服务端。本网站不使用追踪、分析或指纹识别。喺度睇', | ||
| 195 | 'desc.source': '源代码', | ||
| 196 | 'wifi.login': '连接 Wi-Fi', | ||
| 197 | 'wifi.name': '网络名称', | ||
| 198 | 'wifi.name.hiddenSSID': '呢个 Wi-Fi 隐藏咗 SSID', | ||
| 199 | 'wifi.name.placeholder': 'Wi-Fi 网络名称', | ||
| 200 | 'wifi.password': '密码', | ||
| 201 | 'wifi.password.placeholder': '密码', | ||
| 202 | 'wifi.password.hide': '唔 show 明文密码出嚟', | ||
| 203 | 'wifi.password.encryption': '加密', | ||
| 204 | 'wifi.password.encryption.none': '冇', | ||
| 205 | 'wifi.tip': '打开摄像头指住个二维码就可以连上呢个 Wi-Fi', | ||
| 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: 'zh-TW', | 217 | id: 'zh-TW', |
| 188 | name: 'Traditional Chinese - 繁體中文 台灣', | 218 | name: 'Traditional Chinese - 繁體中文 台灣', |
| 189 | translation: { | 219 | translation: { |
