|
@@ -12,7 +12,11 @@ export const AIQuestionEn = {
|
|
|
send_btn:'Send',
|
|
|
use_intro_title:'Instructions',
|
|
|
use_intro01:'Maximum 500 Q&A per account per day.',
|
|
|
- use_intro02:'History Q&A default named with the first question in the dialogue window, can be modified.'
|
|
|
+ use_intro02:'History Q&A default named with the first question in the dialogue window, can be modified.',
|
|
|
+ support_formats:'Supported Formats',
|
|
|
+ max_file_text:'maximum 50MB.',
|
|
|
+ inter_check:'Please enter a question',
|
|
|
+ add_new_window_hint:'Query Window Opened, Enter Query',
|
|
|
|
|
|
};
|
|
|
|
|
@@ -26,7 +30,11 @@ export const AIQuestionZh = {
|
|
|
send_btn:'发送',
|
|
|
use_intro_title:'使用说明',
|
|
|
use_intro01:'每账号每天最高500次问答。',
|
|
|
- use_intro02:'历史问答默认用该对话窗口内第一个提问命名,可修改。'
|
|
|
+ use_intro02:'历史问答默认用该对话窗口内第一个提问命名,可修改。',
|
|
|
+ support_formats:'支持格式',
|
|
|
+ max_file_text:'大小不超过50MB',
|
|
|
+ inter_check:'请输入提问',
|
|
|
+ add_new_window_hint:'您已建立对话窗口,请输入提问',
|
|
|
};
|
|
|
|
|
|
/**
|