zhou zhou
2026-03-30 40905cbd04c2e332cd4bc2b9e0c5b3e1da9cccfa
rsf-admin/src/i18n/en.js
@@ -277,6 +277,7 @@
                model: "Model",
                baseUrl: "Base URL",
                apiKey: "API Key",
                defaultStatus: "Default Status",
                temperature: "Temperature",
                topP: "Top P",
                maxTokens: "Max Tokens",
@@ -292,6 +293,16 @@
                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",
@@ -355,7 +366,12 @@
                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)",
@@ -384,6 +400,8 @@
                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",
            },
@@ -415,8 +433,12 @@
                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",
@@ -497,8 +519,21 @@
            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",
@@ -513,6 +548,9 @@
            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",
@@ -528,6 +566,10 @@
            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}",