diff options
| author | ous50 | ousfifty <36183551+ous50@users.noreply.github.com> | 2023-01-24 11:38:30 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-23 19:38:30 -0800 |
| commit | a7057de0bc73f48a58a847d23ac02e13baaa612d (patch) | |
| tree | 1db0bec19e2761d97c24055b4612dd92f9872bf5 /src/translations.js | |
| parent | 496c003f3152de4046effc6cfc63b26deb12e4e2 (diff) | |
add eapMethod, identity and identity.placeholder translations to zh-cn and yue-cn (#264)
* add eapMethod, identity and identity.placeholder translations to zh-cn and yue-cn
* remove unessential stuffs
Diffstat (limited to 'src/translations.js')
| -rw-r--r-- | src/translations.js | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/translations.js b/src/translations.js index d8c4842..d2c0a89 100644 --- a/src/translations.js +++ b/src/translations.js | |||
| @@ -138,6 +138,8 @@ export const Translations = [ | |||
| 138 | 'desc.privacy': | 138 | 'desc.privacy': |
| 139 | '您的 WiFi 信息永远不会发送到服务端。本网站不使用追踪、分析或指纹识别。查看', | 139 | '您的 WiFi 信息永远不会发送到服务端。本网站不使用追踪、分析或指纹识别。查看', |
| 140 | 'desc.source': '源码', | 140 | 'desc.source': '源码', |
| 141 | 'wifi.identity': '身份', | ||
| 142 | 'wifi.identity.placeholder': '用户名', | ||
| 141 | 'wifi.login': '连接 WiFi', | 143 | 'wifi.login': '连接 WiFi', |
| 142 | 'wifi.name': '网络名称', | 144 | 'wifi.name': '网络名称', |
| 143 | 'wifi.name.hiddenSSID': '隐藏 SSID', | 145 | 'wifi.name.hiddenSSID': '隐藏 SSID', |
| @@ -147,6 +149,7 @@ export const Translations = [ | |||
| 147 | 'wifi.password.hide': '隐藏密码', | 149 | 'wifi.password.hide': '隐藏密码', |
| 148 | 'wifi.password.encryption': '加密', | 150 | 'wifi.password.encryption': '加密', |
| 149 | 'wifi.password.encryption.none': '无', | 151 | 'wifi.password.encryption.none': '无', |
| 152 | 'wifi.encryption.eapMethod': 'EAP 加密方式', | ||
| 150 | 'wifi.tip': '将手机摄像头对准二维码即可自动连接', | 153 | 'wifi.tip': '将手机摄像头对准二维码即可自动连接', |
| 151 | 'wifi.alert.name': '网络名称不能为空', | 154 | 'wifi.alert.name': '网络名称不能为空', |
| 152 | 'wifi.alert.password.length.5': | 155 | 'wifi.alert.password.length.5': |
| @@ -198,15 +201,18 @@ export const Translations = [ | |||
| 198 | 'desc.privacy': | 201 | 'desc.privacy': |
| 199 | '你嘅 Wi-Fi 信息永远不会发送到服务端。本网站不使用追踪、分析或指纹识别。喺度睇', | 202 | '你嘅 Wi-Fi 信息永远不会发送到服务端。本网站不使用追踪、分析或指纹识别。喺度睇', |
| 200 | 'desc.source': '源代码', | 203 | 'desc.source': '源代码', |
| 204 | 'wifi.identity': '身份', | ||
| 205 | 'wifi.identity.placeholder': '用户名', | ||
| 201 | 'wifi.login': '连接 Wi-Fi', | 206 | 'wifi.login': '连接 Wi-Fi', |
| 202 | 'wifi.name': '网络名称', | 207 | 'wifi.name': '网络名称', |
| 203 | 'wifi.name.hiddenSSID': '呢个 Wi-Fi 咗 SSID', | 208 | 'wifi.name.hiddenSSID': '呢个 Wi-Fi 嘅收埋身咗 ', |
| 204 | 'wifi.name.placeholder': 'Wi-Fi 网络名称', | 209 | 'wifi.name.placeholder': 'Wi-Fi 网络名称', |
| 205 | 'wifi.password': '密码', | 210 | 'wifi.password': '密码', |
| 206 | 'wifi.password.placeholder': '密码', | 211 | 'wifi.password.placeholder': '密码', |
| 207 | 'wifi.password.hide': '唔 show 明文密码出嚟', | 212 | 'wifi.password.hide': '唔示文密码', |
| 208 | 'wifi.password.encryption': '加密', | 213 | 'wifi.password.encryption': '加密', |
| 209 | 'wifi.password.encryption.none': '冇', | 214 | 'wifi.password.encryption.none': '冇', |
| 215 | 'wifi.encryption.eapMethod': 'EAP 加密方式', | ||
| 210 | 'wifi.tip': '打开摄像头指住个二维码就可以连上呢个 Wi-Fi', | 216 | 'wifi.tip': '打开摄像头指住个二维码就可以连上呢个 Wi-Fi', |
| 211 | 'wifi.alert.name': '网络名称唔可以为空', | 217 | 'wifi.alert.name': '网络名称唔可以为空', |
| 212 | 'wifi.alert.password.length.5': | 218 | 'wifi.alert.password.length.5': |
