123456789101112131415161718192021 |
- export const ChatEn = {
- chat_online: 'chat Online',
- dialog_list: 'Dialog List',
- delete_chat: 'Delete Chat',
- delete_chat_confirm: 'Are you sure you want to delete this chat?',
- input_tips: 'Ask me anything, Shift + Enter newline',
- sent: 'Sent',
- answer_again: 'Answer again',
- feedback_tip: 'Describe specific questions or better answers',
- thinking: 'Thinking',
- stop_replying: 'Stop replying',
- erase_memory: 'Erase Memory',
- copy_nothing: 'Content copied is empty',
- copy_success: 'Copy success',
- copy_failed: 'Copy failed',
- file_tip: 'File cannot be changed after upload',
- assistant: 'Platform Assistant', // DataFun Assistant
- model_tip: 'Model selection is not supported for the current application',
- temperature_tip: 'The current application does not support temperature configuration',
- extend_tip: 'Extended configuration is not supported for the current application',
- };
|