chat.ts 908 B

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