-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
66 additions
and
52 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,53 +1,61 @@ | ||
export default { | ||
common: { | ||
help: '第一個是主題(prompt),上下文包括10條信息', | ||
edit: '編輯', | ||
delete: '刪除', | ||
save: '儲存', | ||
reset: '重設', | ||
save: '保存', | ||
reset: '重置', | ||
export: '匯出', | ||
import: '匯入', | ||
clear: '清除', | ||
clear: '清空', | ||
yes: '是', | ||
no: '否', | ||
noData: '暫無資料', | ||
noData: '暫無數據', | ||
wrong: '好像出錯了,請稍後再試。', | ||
success: '操作成功', | ||
failed: '操作失敗', | ||
verify: '驗證', | ||
unauthorizedTips: '未經授權,請先進行驗證。', | ||
verify: '註冊', | ||
login: '登錄', | ||
logout: '登出', | ||
signup: '註冊', | ||
email_placeholder: '請輸入電子郵件', | ||
password_placeholder: '請輸入密碼', | ||
unauthorizedTips: '請註冊或登錄', | ||
}, | ||
chat: { | ||
placeholder: '來說點什麼...(Shift + Enter = 換行)', | ||
placeholderMobile: '來說點什麼...', | ||
placeholder: '說些什麼...(Shift + Enter = 換行)', | ||
placeholderMobile: '說些什麼...', | ||
copy: '複製', | ||
copied: '複製成功', | ||
copyCode: '複製代碼', | ||
clearChat: '清除對話', | ||
clearChat: '清空對話', | ||
clearChatConfirm: '是否清空對話?', | ||
exportImage: '儲存對話為圖片', | ||
exportImageConfirm: '是否將對話儲存為圖片?', | ||
exportSuccess: '儲存成功', | ||
exportFailed: '儲存失敗', | ||
exportImage: '導出對話到圖片', | ||
exportImageConfirm: '是否將對話導出為圖片?', | ||
exportSuccess: '導出成功', | ||
exportFailed: '導出失敗', | ||
usingContext: '上下文模式', | ||
turnOnContext: '在當前模式下, 發送訊息會攜帶之前的聊天記錄。', | ||
turnOffContext: '在當前模式下, 發送訊息不會攜帶之前的聊天記錄。', | ||
deleteMessage: '刪除訊息', | ||
deleteMessageConfirm: '是否刪除此訊息?', | ||
deleteChatSessionsConfirm: '確定刪除此紀錄?', | ||
turnOnContext: '在此模式下,發送的消息將包括以前的聊天記錄。', | ||
turnOffContext: '在此模式下,發送的消息將不包括以前的聊天記錄。', | ||
deleteMessage: '刪除消息', | ||
deleteMessageConfirm: '是否刪除此消息?', | ||
deleteChatSessionsConfirm: '確定刪除此記錄?', | ||
clearHistoryConfirm: '確定清空聊天記錄?', | ||
}, | ||
setting: { | ||
setting: '設定', | ||
setting: '設置', | ||
general: '總覽', | ||
config: '設定', | ||
avatarLink: '頭貼連結', | ||
config: '配置', | ||
avatarLink: '頭像鏈接', | ||
name: '名稱', | ||
description: '描述', | ||
resetUserInfo: '重設使用者資訊', | ||
chatHistory: '紀錄', | ||
resetUserInfo: '重置用戶信息', | ||
chatHistory: '聊天記錄', | ||
theme: '主題', | ||
language: '語言', | ||
api: 'API', | ||
reverseProxy: '反向代理', | ||
timeout: '逾時', | ||
timeout: '超時', | ||
socks: 'Socks', | ||
}, | ||
} |