### What problem does this PR solve? feat: Translation test run form #3355 feat: Wrap QueryTable with Collapse #3355 feat: If the required fields are not filled in, the submit button will be grayed out. #3355 feat: Add RunDrawer #3355 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@@ -32,6 +32,7 @@ export default {
|
||||
s: 'S',
|
||||
pleaseSelect: 'Please select',
|
||||
pleaseInput: 'Please input',
|
||||
submit: 'Submit',
|
||||
},
|
||||
login: {
|
||||
login: 'Sign in',
|
||||
@@ -176,7 +177,7 @@ export default {
|
||||
chunkTokenNumber: 'Chunk token number',
|
||||
chunkTokenNumberMessage: 'Chunk token number is required',
|
||||
embeddingModelTip:
|
||||
"The model that converts chunks into embeddings. It cannot be changed once the knowledge base has chunks. To switch to a different embedding model, You must delete all chunks in the knowledge base.",
|
||||
'The model that converts chunks into embeddings. It cannot be changed once the knowledge base has chunks. To switch to a different embedding model, You must delete all chunks in the knowledge base.',
|
||||
permissionsTip:
|
||||
"If set to 'Team', all team members will be able to manage the knowledge base.",
|
||||
chunkTokenNumberTip:
|
||||
@@ -1025,6 +1026,9 @@ The above is the content you need to summarize.`,
|
||||
content: 'Content',
|
||||
operationResults: 'Operation Results',
|
||||
autosaved: 'Autosaved',
|
||||
optional: 'Optional',
|
||||
pasteFileLink: 'Paste file link',
|
||||
testRun: 'Test Run',
|
||||
},
|
||||
footer: {
|
||||
profile: 'All rights reserved @ React',
|
||||
|
||||
@@ -32,6 +32,7 @@ export default {
|
||||
s: '秒',
|
||||
pleaseSelect: '請選擇',
|
||||
pleaseInput: '請輸入',
|
||||
submit: '提交',
|
||||
},
|
||||
login: {
|
||||
login: '登入',
|
||||
@@ -985,6 +986,9 @@ export default {
|
||||
content: '內容',
|
||||
operationResults: '運行結果',
|
||||
autosaved: '已自動儲存',
|
||||
optional: '可選項',
|
||||
pasteFileLink: '貼上文件連結',
|
||||
testRun: '試運行',
|
||||
},
|
||||
footer: {
|
||||
profile: '“保留所有權利 @ react”',
|
||||
|
||||
@@ -32,6 +32,7 @@ export default {
|
||||
s: '秒',
|
||||
pleaseSelect: '请选择',
|
||||
pleaseInput: '请输入',
|
||||
submit: '提交',
|
||||
},
|
||||
login: {
|
||||
login: '登录',
|
||||
@@ -1005,6 +1006,9 @@ export default {
|
||||
content: '内容',
|
||||
operationResults: '运行结果',
|
||||
autosaved: '已自动保存',
|
||||
optional: '可选项',
|
||||
pasteFileLink: '粘贴文件链接',
|
||||
testRun: '试运行',
|
||||
},
|
||||
footer: {
|
||||
profile: 'All rights reserved @ React',
|
||||
|
||||
Reference in New Issue
Block a user