| | |
| | | model: "Model", |
| | | baseUrl: "Base URL", |
| | | apiKey: "API Key", |
| | | defaultStatus: "Default Status", |
| | | temperature: "Temperature", |
| | | topP: "Top P", |
| | | maxTokens: "Max Tokens", |
| | |
| | | emptyDescription: "Create an OpenAI-compatible model card first.", |
| | | streaming: "Streaming", |
| | | nonStreaming: "Non-streaming", |
| | | }, |
| | | status: { |
| | | default: "Default", |
| | | nonDefault: "Non-default", |
| | | }, |
| | | actions: { |
| | | setDefault: "Set Default", |
| | | currentDefault: "Current Default", |
| | | setDefaultSuccess: "Default AI parameter updated", |
| | | setDefaultFailed: "Failed to set the default AI parameter", |
| | | }, |
| | | dialog: { |
| | | create: "New AI Parameter", |
| | |
| | | transportType: "Transport Type", |
| | | builtinCode: "Built-in MCP", |
| | | serverUrl: "Server URL", |
| | | endpoint: "SSE Endpoint", |
| | | headersJson: "Headers JSON", |
| | | command: "Command", |
| | | argsJson: "Args JSON", |
| | | envJson: "Env JSON", |
| | | requestTimeoutMs: "Timeout(ms)", |
| | | sort: "Sort", |
| | | healthStatus: "Health Status", |
| | | lastInitElapsedMs: "Last Init Elapsed(ms)", |
| | |
| | | emptyTitle: "No MCP mounts", |
| | | emptyDescription: "Create a built-in MCP, remote SSE mount, or local STDIO mount.", |
| | | sortValue: "Sort %{value}", |
| | | timeoutValue: "Timeout %{value} ms", |
| | | initValue: "Init %{value} ms", |
| | | noConnectivityTest: "No connectivity test has been run yet", |
| | | connectivityTest: "Connectivity Test", |
| | | }, |
| | |
| | | description: "Supports connectivity checks, structured schema preview, and generated test forms from input parameters.", |
| | | refresh: "Refresh Tools", |
| | | noTools: "No tools were resolved for this mount.", |
| | | connectivityInit: "Init %{value} ms", |
| | | connectivityToolCount: "Tools %{count}", |
| | | purpose: "Purpose: %{value}", |
| | | fieldCount: "%{count} fields", |
| | | returnDirect: "Return Direct", |
| | | normal: "Normal", |
| | | queryBoundary: "Query boundary: %{value}", |
| | | exampleQuestions: "Example Questions", |
| | | formattedSchema: "Formatted Input Schema", |
| | |
| | | renameAction: "Rename session", |
| | | deleteAction: "Delete session", |
| | | toolTrace: "Tool Trace", |
| | | activityTrace: "Thinking & Tool Trace", |
| | | thinkingProcess: "Thinking Process", |
| | | thinkingExpand: "Show Thinking Process", |
| | | thinkingCollapse: "Hide Thinking Process", |
| | | thinkingEmpty: "Organizing the current stage information...", |
| | | thinkingStatusStarted: "Started", |
| | | thinkingStatusUpdated: "In Progress", |
| | | thinkingStatusCompleted: "Completed", |
| | | thinkingStatusFailed: "Failed", |
| | | thinkingStatusAborted: "Aborted", |
| | | noToolTrace: "No tool call was triggered in this round", |
| | | noActivityTrace: "No thinking or tool trace in this round", |
| | | unknownTool: "Unknown tool", |
| | | traceTypeThinking: "Thinking", |
| | | traceTypeTool: "Tool", |
| | | toolStatusFailed: "Failed", |
| | | toolStatusCompleted: "Completed", |
| | | toolStatusRunning: "Running", |
| | |
| | | noFacts: "No Facts", |
| | | retainLatestRound: "Keep Latest Round", |
| | | clearMemory: "Clear Memory", |
| | | runtimeOverview: "Runtime Overview", |
| | | runtimeExpand: "Show Overview", |
| | | runtimeCollapse: "Hide Overview", |
| | | loadingRuntime: "Loading AI runtime info...", |
| | | emptyHint: "AI responses stream back through SSE here. You can also maintain parameters, prompts, and MCP mounts from the quick links above.", |
| | | userRole: "You", |
| | |
| | | sessionMetric: "Session: %{id}", |
| | | promptMetric: "Prompt: %{value}", |
| | | modelMetric: "Model: %{value}", |
| | | modelSelectorLabel: "Chat Model", |
| | | modelSelectorHint: "Switching only affects subsequent replies in this session and does not change the global default model.", |
| | | modelSwitchFailed: "Failed to switch the chat model", |
| | | defaultModelSuffix: "(Default)", |
| | | mcpMetric: "MCP: %{value}", |
| | | historyMetric: "History: %{value}", |
| | | recentMetric: "Recent: %{value}", |