diff options
| author | John Trump <wujunchuan2008@gmail.com> | 2021-08-13 00:17:18 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-12 09:17:18 -0700 |
| commit | f37ac138574ce1bd0c0a5da3c4e4779b9149e2cc (patch) | |
| tree | d959fa8d085af5477a0239fb09c5937c9d39f202 /src/translations.js | |
| parent | ab064fca178d11ba7d87130e93eed83a2e026afc (diff) | |
fix: some translations error (#186)
Diffstat (limited to 'src/translations.js')
| -rw-r--r-- | src/translations.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/translations.js b/src/translations.js index 5fd492d..d7f5652 100644 --- a/src/translations.js +++ b/src/translations.js | |||
| @@ -92,7 +92,7 @@ export const Translations = [ | |||
| 92 | }, | 92 | }, |
| 93 | { | 93 | { |
| 94 | id: 'zh-CN', | 94 | id: 'zh-CN', |
| 95 | name: 'Chinese Simplified - 简体中文', | 95 | name: 'Simplified Chinese - 简体中文', |
| 96 | translation: { | 96 | translation: { |
| 97 | title: 'WiFi 连接卡', | 97 | title: 'WiFi 连接卡', |
| 98 | 'desc.use': | 98 | 'desc.use': |
| @@ -120,7 +120,7 @@ export const Translations = [ | |||
| 120 | }, | 120 | }, |
| 121 | { | 121 | { |
| 122 | id: 'zh-HK', | 122 | id: 'zh-HK', |
| 123 | name: 'Chinese Hong Kong - 文', | 123 | name: 'Traditional Chinese - 體中文', |
| 124 | translation: { | 124 | translation: { |
| 125 | title: 'WiFi 連接卡', | 125 | title: 'WiFi 連接卡', |
| 126 | 'desc.use': | 126 | 'desc.use': |
