Skip to content

Commit 8a0cb90

Browse files
feat: improve zh-TW locale, translate new strings (#542)
1 parent f4be5b9 commit 8a0cb90

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

src/locales/zh-TW.ts

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
export default {
22
common: {
3-
add: '添加',
4-
addSuccess: '添加成功',
5-
edit: '编辑',
6-
editSuccess: '编辑成功',
3+
add: '新增',
4+
addSuccess: '新增成功',
5+
edit: '編輯',
6+
editSuccess: '編輯成功',
77
delete: '刪除',
8-
deleteSuccess: '删除成功',
8+
deleteSuccess: '刪除成功',
99
save: '儲存',
1010
saveSuccess: '儲存成功',
1111
reset: '重設',
@@ -18,10 +18,10 @@ export default {
1818
clearSuccess: '清除成功',
1919
yes: '是',
2020
no: '否',
21-
confirm: '確定',
21+
confirm: '確認',
2222
download: '下載',
23-
noData: '暫無資料',
24-
wrong: '好像出錯了,請稍後再試。',
23+
noData: '目前無資料',
24+
wrong: '發生錯誤,請稍後再試。',
2525
success: '操作成功',
2626
failed: '操作失敗',
2727
verify: '驗證',
@@ -65,20 +65,20 @@ export default {
6565
httpsProxy: 'HTTPS Proxy',
6666
},
6767
store: {
68-
local: '本地',
69-
online: '在线',
68+
local: '本機',
69+
online: '線上',
7070
title: '標題',
7171
description: '描述',
72-
clearStoreConfirm: '是否清除數據?',
73-
importPlaceholder: '請粘貼 JSON 數據到此處',
72+
clearStoreConfirm: '是否清除資料?',
73+
importPlaceholder: '請將 JSON 資料貼在此處',
7474
addRepeatTitleTips: '標題重複,請重新輸入',
7575
addRepeatContentTips: '內容重複:{msg},請重新輸入',
7676
editRepeatTitleTips: '標題衝突,請重新修改',
77-
editRepeatContentTips: '內容冲突{msg} ,請重新修改',
78-
importError: '鍵值不匹配',
77+
editRepeatContentTips: '內容衝突{msg} ,請重新修改',
78+
importError: '鍵值不符合',
7979
importRepeatTitle: '因標題重複跳過:{msg}',
8080
importRepeatContent: '因內容重複跳過:{msg}',
81-
onlineImportWarning: '注意:請檢查 JSON 文件來源!',
82-
downloadError: '請檢查網絡狀態與 JSON 文件有效性',
81+
onlineImportWarning: '注意:請檢查 JSON 檔案來源!',
82+
downloadError: '請檢查網路狀態與 JSON 檔案有效性',
8383
},
8484
}

0 commit comments

Comments
 (0)