-
Notifications
You must be signed in to change notification settings - Fork 11.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Traditional Chinese language locale for UI
- Loading branch information
1 parent
de34d97
commit e9785e8
Showing
5 changed files
with
48 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
export default { | ||
common: { | ||
delete: '刪除', | ||
save: '儲存', | ||
reset: '重設', | ||
yes: '是', | ||
no: '否', | ||
noData: '暫無資料', | ||
wrong: '好像出錯了,請稍後再試。', | ||
success: '操作成功', | ||
failed: '操作失敗', | ||
}, | ||
chat: { | ||
placeholder: '來講點什麼...(Shift + Enter = 換行)', | ||
placeholderMobile: '來講點什麼...', | ||
copy: '複製', | ||
copied: '複製成功', | ||
copyCode: '複製代碼', | ||
clearChat: '清空對話', | ||
clearChatConfirm: '是否清空對話?', | ||
deleteMessage: '刪除訊息', | ||
deleteMessageConfirm: '是否刪除此訊息?', | ||
deleteHistoryConfirm: '確定刪除此紀錄?', | ||
}, | ||
setting: { | ||
setting: '設定', | ||
general: '總覽', | ||
config: '配置', | ||
avatarLink: '頭像連結', | ||
name: '名稱', | ||
description: '描述', | ||
resetUserInfo: '重設使用者資訊', | ||
theme: '主題', | ||
language: '語言', | ||
api: 'API', | ||
reverseProxy: '反向代理', | ||
timeout: '逾時', | ||
socks: 'Socks', | ||
}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters