diff --git a/dashboard/src/i18n/locales/en-US/features/config-metadata.json b/dashboard/src/i18n/locales/en-US/features/config-metadata.json index 89133e0f59..df81281a63 100644 --- a/dashboard/src/i18n/locales/en-US/features/config-metadata.json +++ b/dashboard/src/i18n/locales/en-US/features/config-metadata.json @@ -146,6 +146,7 @@ }, "knowledgebase": { "description": "Knowledge Base", + "hint": "AstrBot's \"external brain\".", "kb_names": { "description": "Knowledge Base List", "hint": "Supports multiple selections" @@ -165,6 +166,7 @@ }, "websearch": { "description": "Web Search", + "hint": "Enables AstrBot to access the internet and stay up to date.", "provider_settings": { "web_search": { "description": "Enable Web Search" diff --git a/dashboard/src/i18n/locales/en-US/features/provider.json b/dashboard/src/i18n/locales/en-US/features/provider.json index 80cff35c1d..636055bc8e 100644 --- a/dashboard/src/i18n/locales/en-US/features/provider.json +++ b/dashboard/src/i18n/locales/en-US/features/provider.json @@ -23,6 +23,7 @@ "description": { "openai": "Supports all OpenAI API-style providers.", "kimi_code": "Dedicated Kimi CodingPlan / Kimi Code integration using a custom Anthropic API adapter.", + "vllm_rerank": "Also supports Jina AI, Cohere, PPIO and other providers.", "default": "" } }, diff --git a/dashboard/src/i18n/locales/en-US/features/tool-use.json b/dashboard/src/i18n/locales/en-US/features/tool-use.json index ce808ea3a9..55c6a7bf79 100644 --- a/dashboard/src/i18n/locales/en-US/features/tool-use.json +++ b/dashboard/src/i18n/locales/en-US/features/tool-use.json @@ -130,38 +130,38 @@ }, "syncProvider": { "title": "Sync MCP Servers", - "subtitle": "Sync MCP server configurations from providers to local", + "subtitle": "Sync MCP server configurations from a provider to local", "steps": { - "selectProvider": "Step 1: Select Provider", - "configureAuth": "Step 2: Configure Authentication", - "syncServers": "Step 3: Sync Servers" + "selectProvider": "Step 1: Select a provider", + "configureAuth": "Step 2: Configure authentication", + "syncServers": "Step 3: Sync servers" }, "providers": { "modelscope": "ModelScope", - "description": "ModelScope is an open model community providing MCP servers for various machine learning and AI services" + "description": "ModelScope is an open-source model community offering MCP servers for various machine learning and AI services" }, "fields": { - "provider": "Select Provider", - "accessToken": "Access Token", - "tokenRequired": "Access token is required", - "tokenHint": "Please enter your ModelScope access token" + "provider": "Select a provider", + "accessToken": "Access token", + "tokenHint": "Enter your ModelScope access token", + "tokenRequired": "Access token is required" }, "buttons": { "cancel": "Cancel", "previous": "Previous", "next": "Next", - "sync": "Start Sync", - "getToken": "Get Token" + "getToken": "Get token", + "sync": "Start sync" }, "status": { - "selectProvider": "Please select an MCP server provider", - "enterToken": "Please enter the access token to continue", - "readyToSync": "Ready to sync server configurations" + "selectProvider": "Select an MCP server provider to continue", + "enterToken": "Enter your access token to continue", + "readyToSync": "Ready to sync server configuration" }, "messages": { "syncSuccess": "MCP servers synced successfully!", "syncError": "Sync failed: {error}", - "tokenHelp": "How to get a ModelScope access token? Click the button on the right for instructions" + "tokenHelp": "How do I get a ModelScope access token? Click the button on the right for instructions" } }, "messages": {