diff options
| author | xishang0128 <[email protected]> | 2023-06-25 14:49:07 +0800 |
|---|---|---|
| committer | xishang0128 <[email protected]> | 2023-06-25 14:49:07 +0800 |
| commit | db8d05e496c6ff709bf5292e9cda0f3138551793 (patch) | |
| tree | 4c48814e0d05a357d55b8e51d88ec016816b9797 /src | |
| parent | e850ff2731763ece10433cb5d0f2814c0b03b35a (diff) | |
fix i18n
Diffstat (limited to 'src')
| -rw-r--r-- | src/i18n/zh-tw.ts | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/i18n/zh-tw.ts b/src/i18n/zh-tw.ts index 18049d4..7065676 100644 --- a/src/i18n/zh-tw.ts +++ b/src/i18n/zh-tw.ts @@ -32,6 +32,7 @@ export const data = { Connections: '連線', current_backend: '當前後端', Active: '活動中', + switch_backend: '切換後端', Closed: '已斷線', switch_theme: '切換主題', theme: '主題', @@ -68,8 +69,8 @@ export const data = { close_all_confirm_no: '取消', manage_column: '管理列', reset_column: '重置列', - device_name: '设备名', - delete: '删除', - add_tag: '添加标签', - client_tag: '客户端标签', + device_name: '設備名稱', + delete: '刪除', + add_tag: '新增標籤', + client_tag: '客戶端標籤', }; |
