You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
93 lines
3.0 KiB
TypeScript
93 lines
3.0 KiB
TypeScript
export default {
|
|
common: {
|
|
add: 'Add',
|
|
addSuccess: 'Add Success',
|
|
edit: 'Edit',
|
|
editSuccess: 'Edit Success',
|
|
delete: 'Delete',
|
|
deleteSuccess: 'Delete Success',
|
|
save: 'Save',
|
|
saveSuccess: 'Save Success',
|
|
reset: 'Reset',
|
|
action: 'Action',
|
|
export: 'Export',
|
|
exportSuccess: 'Export Success',
|
|
import: 'Import',
|
|
importSuccess: 'Import Success',
|
|
clear: 'Clear',
|
|
clearSuccess: 'Clear Success',
|
|
yes: 'Yes',
|
|
no: 'No',
|
|
confirm: 'Confirm',
|
|
download: 'Download',
|
|
noData: 'No Data',
|
|
wrong: 'Something went wrong, please try again later.',
|
|
success: 'Success',
|
|
failed: 'Failed',
|
|
verify: 'Verify',
|
|
unauthorizedTips: 'Unauthorized, please verify first.',
|
|
},
|
|
chat: {
|
|
newChatButton: 'New Chat',
|
|
placeholder: 'Ask me anything...(Shift + Enter = line break, "/" to trigger prompts)',
|
|
placeholderMobile: 'Ask me anything...',
|
|
copy: 'Copy',
|
|
copied: 'Copied',
|
|
copyCode: 'Copy Code',
|
|
clearChat: 'Clear Chat',
|
|
clearChatConfirm: 'Are you sure to clear this chat?',
|
|
exportImage: 'Export Image',
|
|
exportImageConfirm: 'Are you sure to export this chat to png?',
|
|
exportSuccess: 'Export Success',
|
|
exportFailed: 'Export Failed',
|
|
usingContext: 'Context Mode',
|
|
turnOnContext: 'In the current mode, sending messages will carry previous chat records.',
|
|
turnOffContext: 'In the current mode, sending messages will not carry previous chat records.',
|
|
deleteMessage: 'Delete Message',
|
|
deleteMessageConfirm: 'Are you sure to delete this message?',
|
|
deleteHistoryConfirm: 'Are you sure to clear this history?',
|
|
clearHistoryConfirm: 'Are you sure to clear chat history?',
|
|
preview: 'Preview',
|
|
showRawText: 'Show as raw text',
|
|
},
|
|
setting: {
|
|
setting: 'Setting',
|
|
general: 'General',
|
|
advanced: 'Advanced',
|
|
config: 'Config',
|
|
avatarLink: 'Avatar Link',
|
|
name: 'Name',
|
|
description: 'Description',
|
|
role: 'Role',
|
|
resetUserInfo: 'Reset UserInfo',
|
|
chatHistory: 'ChatHistory',
|
|
theme: 'Theme',
|
|
language: 'Language',
|
|
api: 'API',
|
|
reverseProxy: 'Reverse Proxy',
|
|
timeout: 'Timeout',
|
|
socks: 'Socks',
|
|
httpsProxy: 'HTTPS Proxy',
|
|
balance: 'API Balance',
|
|
monthlyUsage: 'Monthly Usage',
|
|
},
|
|
store: {
|
|
siderButton: 'Prompt Store',
|
|
local: 'Local',
|
|
online: 'Online',
|
|
title: 'Title',
|
|
description: 'Description',
|
|
clearStoreConfirm: 'Whether to clear the data?',
|
|
importPlaceholder: 'Please paste the JSON data here',
|
|
addRepeatTitleTips: 'Title duplicate, please re-enter',
|
|
addRepeatContentTips: 'Content duplicate: {msg}, please re-enter',
|
|
editRepeatTitleTips: 'Title conflict, please revise',
|
|
editRepeatContentTips: 'Content conflict {msg} , please re-modify',
|
|
importError: 'Key value mismatch',
|
|
importRepeatTitle: 'Title repeatedly skipped: {msg}',
|
|
importRepeatContent: 'Content is repeatedly skipped: {msg}',
|
|
onlineImportWarning: 'Note: Please check the JSON file source!',
|
|
downloadError: 'Please check the network status and JSON file validity',
|
|
},
|
|
}
|