Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@
},
"knowledgebase": {
"description": "Knowledge Base",
"hint": "AstrBot's \"external brain\".",
"kb_names": {
"description": "Knowledge Base List",
"hint": "Supports multiple selections"
Expand All @@ -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"
Expand Down
1 change: 1 addition & 0 deletions dashboard/src/i18n/locales/en-US/features/provider.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": ""
}
},
Expand Down
30 changes: 15 additions & 15 deletions dashboard/src/i18n/locales/en-US/features/tool-use.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down