Skip to content

Commit 0094a9b

Browse files
authored
Merge pull request #2014 from ModelEngine-Group/wmc/bugfix_1117
2 parents 958fee2 + a3627db commit 0094a9b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

frontend/public/locales/en/common.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -600,8 +600,8 @@
600600
"model.dialog.button.verifying": "Verifying...",
601601
"model.dialog.button.add": "Add",
602602
"model.dialog.help.title": "Model Configuration Guide",
603-
"model.dialog.help.content": "Please fill in the model's basic information. API Key and display name are optional, other fields are required. It's recommended to verify connectivity before adding the model. For detailed configuration methods, please refer to [Model Configuration](https://modelengine-group.github.io/nexent/en/user-guide/model-configuration.html).",
604-
"model.dialog.help.content.batchImport": "Please fill in the provider's basic information. API Key and provider name are required, other fields are optional. It's recommended to verify connectivity before adding the model. For detailed configuration methods, please refer to [Model Configuration](https://modelengine-group.github.io/nexent/en/user-guide/model-configuration.html).",
603+
"model.dialog.help.content": "Please fill in the model's basic information. API Key and display name are optional, other fields are required. It's recommended to verify connectivity before adding the model. For detailed configuration methods, please refer to [Model Configuration](https://modelengine-group.github.io/nexent/en/user-guide/model-management.html).",
604+
"model.dialog.help.content.batchImport": "Please fill in the provider's basic information. API Key and provider name are required, other fields are optional. It's recommended to verify connectivity before adding the model. For detailed configuration methods, please refer to [Model Configuration](https://modelengine-group.github.io/nexent/en/user-guide/model-management.html).",
605605
"model.dialog.warning.incompleteForm": "Please complete the model configuration information first",
606606
"model.dialog.status.verifying": "Verifying model connectivity...",
607607
"model.dialog.success.connectivityVerified": "Model connectivity verification successful!",

frontend/public/locales/zh/common.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -601,8 +601,8 @@
601601
"model.dialog.button.verifying": "验证中...",
602602
"model.dialog.button.add": "添加",
603603
"model.dialog.help.title": "模型配置说明",
604-
"model.dialog.help.content": "请填写模型的基本信息,API Key、展示名称为可选项,其他字段为必填项。建议先验证连通性后再添加模型。详细配置方法请参考[模型配置](https://modelengine-group.github.io/nexent/zh/user-guide/model-configuration.html)。",
605-
"model.dialog.help.content.batchImport": "请填写提供商的基本信息,API Key和提供商名称为必填项,其他字段为可选项。详细配置方法请参考[模型配置](https://modelengine-group.github.io/nexent/zh/user-guide/model-configuration.html)。",
604+
"model.dialog.help.content": "请填写模型的基本信息,API Key、展示名称为可选项,其他字段为必填项。建议先验证连通性后再添加模型。详细配置方法请参考[模型配置](https://modelengine-group.github.io/nexent/zh/user-guide/model-management.html)。",
605+
"model.dialog.help.content.batchImport": "请填写提供商的基本信息,API Key和提供商名称为必填项,其他字段为可选项。详细配置方法请参考[模型配置](https://modelengine-group.github.io/nexent/zh/user-guide/model-management.html)。",
606606
"model.dialog.warning.incompleteForm": "请先填写完整的模型配置信息",
607607
"model.dialog.status.verifying": "正在验证模型连通性...",
608608
"model.dialog.error.connectivityRequired": "请先验证模型连通性且确保连接成功后再添加模型",

0 commit comments

Comments
 (0)