| | |
| | | fields: { |
| | | providerType: "提供方类型", |
| | | model: "模型", |
| | | baseUrl: "Base URL", |
| | | apiKey: "API Key", |
| | | temperature: "Temperature", |
| | | topP: "Top P", |
| | | maxTokens: "Max Tokens", |
| | | timeoutMs: "Timeout(ms)", |
| | | baseUrl: "服务地址", |
| | | apiKey: "API 密钥", |
| | | temperature: "温度", |
| | | topP: "Top P 采样", |
| | | maxTokens: "最大 Tokens", |
| | | timeoutMs: "超时(ms)", |
| | | streamingEnabled: "启用流式响应", |
| | | validateStatus: "最近校验状态", |
| | | lastValidateElapsedMs: "最近校验耗时(ms)", |
| | |
| | | failed: "AI 参数验证失败", |
| | | loading: "验证中...", |
| | | beforeSave: "保存前验证", |
| | | description: "会直接校验当前 Base URL、API Key 与模型是否可调用。", |
| | | description: "会直接校验当前服务地址、API 密钥与模型是否可调用。", |
| | | }, |
| | | form: { |
| | | sections: { |
| | |
| | | fields: { |
| | | code: "编码", |
| | | scene: "场景", |
| | | systemPrompt: "System Prompt", |
| | | userPromptTemplate: "User Prompt Template", |
| | | systemPrompt: "系统提示词", |
| | | userPromptTemplate: "用户提示词模板", |
| | | }, |
| | | list: { |
| | | emptyTitle: "暂无 Prompt 配置", |
| | |
| | | metadata: "示例元数据 JSON", |
| | | loading: "预览中...", |
| | | render: "预览渲染", |
| | | description: "用当前表单内容渲染 System Prompt 和 User Prompt。", |
| | | description: "用当前表单内容渲染系统提示词和用户提示词。", |
| | | resolvedVariables: "已解析变量:%{value}", |
| | | renderedSystemPrompt: "渲染后的 System Prompt", |
| | | renderedUserPrompt: "渲染后的 User Prompt", |
| | | renderedSystemPrompt: "渲染后的系统提示词", |
| | | renderedUserPrompt: "渲染后的用户提示词", |
| | | }, |
| | | form: { |
| | | sections: { |
| | |
| | | transportType: "传输类型", |
| | | builtinCode: "内置 MCP", |
| | | serverUrl: "服务地址", |
| | | endpoint: "SSE 端点", |
| | | headersJson: "请求头 JSON", |
| | | command: "命令", |
| | | argsJson: "参数 JSON", |
| | | envJson: "环境变量 JSON", |
| | | requestTimeoutMs: "超时(ms)", |
| | | sort: "排序", |
| | | healthStatus: "健康状态", |
| | | lastInitElapsedMs: "最近初始化耗时(ms)", |
| | |
| | | emptyTitle: "暂无 MCP 挂载", |
| | | emptyDescription: "可以新建内置 MCP、远程 SSE 挂载或本地 STDIO 挂载。", |
| | | sortValue: "排序 %{value}", |
| | | timeoutValue: "超时 %{value} ms", |
| | | initValue: "初始化 %{value} ms", |
| | | noConnectivityTest: "尚未执行连通性测试", |
| | | connectivityTest: "连通测试", |
| | | }, |
| | |
| | | }, |
| | | }, |
| | | tools: { |
| | | schemaParseFailed: "Input Schema 解析失败: %{message}", |
| | | schemaParseFailed: "输入 Schema 解析失败: %{message}", |
| | | loadFailed: "获取工具列表失败", |
| | | inputRequired: "请输入工具测试 JSON", |
| | | testSuccess: "工具 %{name} 测试完成", |
| | |
| | | description: "支持连通性测试、结构化 Schema 预览和按输入参数自动生成测试表单。", |
| | | refresh: "刷新工具", |
| | | noTools: "当前挂载未解析出任何工具。", |
| | | connectivityInit: "初始化 %{value} ms", |
| | | connectivityToolCount: "工具 %{count} 个", |
| | | purpose: "用途: %{value}", |
| | | fieldCount: "%{count} 个参数", |
| | | returnDirect: "直接返回", |
| | | normal: "普通模式", |
| | | queryBoundary: "查询边界: %{value}", |
| | | exampleQuestions: "示例提问", |
| | | formattedSchema: "格式化 Input Schema", |
| | | formattedSchema: "格式化输入 Schema", |
| | | testInput: "测试输入 JSON", |
| | | testInputPlaceholder: "例如:{\"code\":\"A01\"}", |
| | | executeTest: "执行测试", |