fix(web): clarify batch model action labels (#18283)

This commit is contained in:
chanx
2026-08-14 18:22:35 +08:00
committed by GitHub
parent ed4e1c03c0
commit 6a35e8d806
2 changed files with 4 additions and 4 deletions

View File

@@ -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',

View File

@@ -1988,9 +1988,9 @@ NER使用 spaCy NER 和基于规则的关键词提取来抽取 Entities 和 R
selectModelBeforeVerify: '请至少选择一个模型后再验证。',
addCustomModel: '添加自定义模型',
addCustomModelTitle: '添加自定义模型',
batchAddModels: '批量添加模型',
batchRemoveModels: '批量移除模型',
batchVerifyModels: '批量验证',
batchAddModels: '添加全部模型',
batchRemoveModels: '移除全部模型',
batchVerifyModels: '验证全部模型',
editCustomModelTitle: '编辑模型',
modelMaxTokens: '最大 Token 数',
modelTypes: {