AIQuestion.js 1.0 KB

12345678910111213141516171819202122232425262728293031323334
  1. /**
  2. * 工具箱-AI问答
  3. */
  4. /* 英文 */
  5. export const AIQuestionEn = {
  6. title:'Researching AI Q&A Assistant',
  7. add_new_window:'New Dialogue Window',
  8. new_window:'New Dialogue Window',
  9. AI_use_intro:'AI Assistant Instructions',
  10. input_placeholder:'Please enter a question, Shift+Enter to change the line.',
  11. send_btn:'Send',
  12. use_intro_title:'Instructions',
  13. use_intro01:'Maximum 500 Q&A per account per day.',
  14. use_intro02:'History Q&A default named with the first question in the dialogue window, can be modified.'
  15. };
  16. /* 中文 */
  17. export const AIQuestionZh = {
  18. title:'研究AI问答小助手',
  19. add_new_window:'新建对话窗口',
  20. new_window:'新对话窗口',
  21. AI_use_intro:'AI助手使用说明',
  22. input_placeholder:'请输入提问,Shift+Enter换行',
  23. send_btn:'发送',
  24. use_intro_title:'使用说明',
  25. use_intro01:'每账号每天最高500次问答。',
  26. use_intro02:'历史问答默认用该对话窗口内第一个提问命名,可修改。'
  27. };
  28. /**
  29. * $t('ToolBox.AIQuestion.XXX')
  30. */