mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-15 13:14:28 +08:00
fix(web): clarify batch model action labels (#18283)
This commit is contained in:
@@ -2354,7 +2354,7 @@ Example: Virtual Hosted Style`,
|
||||
addCustomModelTitle: 'Add custom model',
|
||||
batchAddModels: 'Add all models',
|
||||
batchRemoveModels: 'Remove all models',
|
||||
batchVerifyModels: 'Batch verify',
|
||||
batchVerifyModels: 'Verify all models',
|
||||
editCustomModelTitle: 'Edit model',
|
||||
modelMaxTokens: 'Max tokens',
|
||||
modelFeatures: 'Model features',
|
||||
|
||||
@@ -1988,9 +1988,9 @@ NER:使用 spaCy NER 和基于规则的关键词提取来抽取 Entities 和 R
|
||||
selectModelBeforeVerify: '请至少选择一个模型后再验证。',
|
||||
addCustomModel: '添加自定义模型',
|
||||
addCustomModelTitle: '添加自定义模型',
|
||||
batchAddModels: '批量添加模型',
|
||||
batchRemoveModels: '批量移除模型',
|
||||
batchVerifyModels: '批量验证',
|
||||
batchAddModels: '添加全部模型',
|
||||
batchRemoveModels: '移除全部模型',
|
||||
batchVerifyModels: '验证全部模型',
|
||||
editCustomModelTitle: '编辑模型',
|
||||
modelMaxTokens: '最大 Token 数',
|
||||
modelTypes: {
|
||||
|
||||
Reference in New Issue
Block a user