From bcf87d3ce49f74cf2abbdcf66c3f86250dfb0cbd Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Mon, 22 Dec 2025 13:13:42 +0800 Subject: [PATCH] fix: update provider subtitle for clarity in English and Chinese locales - Revised the subtitle in the provider feature localization files to provide a more detailed description of functionalities, including chat model configuration and third-party service integrations. --- dashboard/src/i18n/locales/en-US/features/provider.json | 2 +- dashboard/src/i18n/locales/zh-CN/features/provider.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboard/src/i18n/locales/en-US/features/provider.json b/dashboard/src/i18n/locales/en-US/features/provider.json index ebddbee95..d50112e5a 100644 --- a/dashboard/src/i18n/locales/en-US/features/provider.json +++ b/dashboard/src/i18n/locales/en-US/features/provider.json @@ -1,6 +1,6 @@ { "title": "Providers", - "subtitle": "Manage model providers", + "subtitle": "Can configure chat models in \"Chat Completion\". Additionally, \"Agent Runner\" includes integrations with third-party services like Dify, Coze, and Alibaba Bailian(DashScope).", "providers": { "title": "Service Providers", "settings": "Settings", diff --git a/dashboard/src/i18n/locales/zh-CN/features/provider.json b/dashboard/src/i18n/locales/zh-CN/features/provider.json index bfed12bb3..de2c0c7fc 100644 --- a/dashboard/src/i18n/locales/zh-CN/features/provider.json +++ b/dashboard/src/i18n/locales/zh-CN/features/provider.json @@ -1,6 +1,6 @@ { "title": "模型提供商", - "subtitle": "管理模型提供商", + "subtitle": "可以在“对话”中配置对话模型。此外,“Agent 执行器”包含了 Dify、Coze、阿里云百炼应用等第三方服务的集成。", "providers": { "title": "模型提供商", "settings": "设置",