|
|
@@ -18,13 +18,12 @@
|
|
|
"close": "Close",
|
|
|
"refresh": "Refresh",
|
|
|
"copy": "Copy",
|
|
|
- "copyCode": "Copy Code",
|
|
|
+ "copyId": "Copy ID",
|
|
|
"clear": "Clear",
|
|
|
"clearFilters": "Clear filters",
|
|
|
"details": "Details",
|
|
|
"overview": "Overview",
|
|
|
"settings": "Settings",
|
|
|
- "createVersion": "Create Version",
|
|
|
"start": "Start",
|
|
|
"stop": "Stop",
|
|
|
"run": "Run",
|
|
|
@@ -34,13 +33,11 @@
|
|
|
"starting": "Starting...",
|
|
|
"createNew": "New",
|
|
|
"noResults": "No results",
|
|
|
- "version": "Version",
|
|
|
- "versions": "Versions",
|
|
|
"status": "Status",
|
|
|
"type": "Type",
|
|
|
"name": "Name",
|
|
|
"description": "Description",
|
|
|
- "code": "Code",
|
|
|
+ "identifier": "ID",
|
|
|
"created": "Created",
|
|
|
"updated": "Updated",
|
|
|
"actions": "Actions",
|
|
|
@@ -54,8 +51,6 @@
|
|
|
"selectAll": "Select all",
|
|
|
"required": "Required",
|
|
|
"optional": "Optional",
|
|
|
- "enabled": "Enabled",
|
|
|
- "disabled": "Disabled",
|
|
|
"yes": "Yes",
|
|
|
"no": "No",
|
|
|
"queued": "Queued",
|
|
|
@@ -69,24 +64,102 @@
|
|
|
"gridView": "Grid view",
|
|
|
"list": "List",
|
|
|
"grid": "Grid",
|
|
|
- "filterRunsByStatus": "Filter runs by status"
|
|
|
+ "filterRunsByStatus": "Filter runs by status",
|
|
|
+ "saving": "Saving...",
|
|
|
+ "add": "Add",
|
|
|
+ "notSet": "Not set",
|
|
|
+ "configured": "Configured",
|
|
|
+ "collapse": "Collapse",
|
|
|
+ "expand": "Expand"
|
|
|
+ },
|
|
|
+ "status": {
|
|
|
+ "unknown": "Unknown",
|
|
|
+ "pending": "Pending",
|
|
|
+ "queued": "Queued",
|
|
|
+ "running": "Running",
|
|
|
+ "completed": "Completed",
|
|
|
+ "active": "Active",
|
|
|
+ "indexed": "Indexed",
|
|
|
+ "ok": "OK",
|
|
|
+ "failed": "Failed",
|
|
|
+ "disabled": "Disabled",
|
|
|
+ "draft": "Draft",
|
|
|
+ "archived": "Archived",
|
|
|
+ "cancelled": "Cancelled",
|
|
|
+ "paused": "Paused",
|
|
|
+ "published": "Published",
|
|
|
+ "deprecated": "Deprecated",
|
|
|
+ "passed": "Passed",
|
|
|
+ "revoked": "Revoked",
|
|
|
+ "closed": "Closed"
|
|
|
},
|
|
|
"nav": {
|
|
|
"dashboard": "Dashboard",
|
|
|
"agents": "Agents",
|
|
|
"sessions": "Sessions",
|
|
|
+ "memories": "Memory",
|
|
|
"tools": "Tools",
|
|
|
"knowledge": "Knowledge",
|
|
|
"teams": "Teams",
|
|
|
"skills": "Skills",
|
|
|
"models": "Model Providers",
|
|
|
"settings": "Settings",
|
|
|
- "collapse": "Collapse"
|
|
|
+ "collapse": "Collapse",
|
|
|
+ "skipToContent": "Skip to main content",
|
|
|
+ "openNavigation": "Open navigation",
|
|
|
+ "closeNavigation": "Close navigation"
|
|
|
},
|
|
|
"app": {
|
|
|
"name": "Auto Platform",
|
|
|
"loadingStudio": "Loading studio"
|
|
|
},
|
|
|
+ "demo": {
|
|
|
+ "supportAgent": "Support Agent",
|
|
|
+ "researcher": "Researcher",
|
|
|
+ "supportAgentDescription": "Handles first-response customer support.",
|
|
|
+ "researcherDescription": "Finds, compares, and summarizes knowledge sources.",
|
|
|
+ "localChat": "Local Chat",
|
|
|
+ "cloudPrimary": "Cloud Primary",
|
|
|
+ "localChatDescription": "Local OpenAI-compatible chat endpoint.",
|
|
|
+ "cloudPrimaryDescription": "Cloud fallback model configuration.",
|
|
|
+ "productDocs": "Product Docs",
|
|
|
+ "productDocsDescription": "Public product and support documentation.",
|
|
|
+ "billingInvoiceFaq": "Billing and Invoice FAQ",
|
|
|
+ "githubMcpServer": "GitHub MCP Server",
|
|
|
+ "slackMcpServer": "Slack MCP Server",
|
|
|
+ "databaseMcpServer": "Database MCP Server",
|
|
|
+ "filesystemMcpServer": "Filesystem MCP Server",
|
|
|
+ "webSearchMcpServer": "Web Search MCP Server",
|
|
|
+ "githubMcpDescription": "GitHub API integration via MCP protocol for repository management.",
|
|
|
+ "slackMcpDescription": "Slack workspace integration for messaging and channel management.",
|
|
|
+ "databaseMcpDescription": "Database query and management tools via MCP protocol.",
|
|
|
+ "filesystemMcpDescription": "File system operations for reading, writing, and managing files.",
|
|
|
+ "webSearchMcpDescription": "Web search and content extraction capabilities.",
|
|
|
+ "listRepos": "List repositories for the authenticated user",
|
|
|
+ "getRepo": "Get a repository by owner and name",
|
|
|
+ "createIssue": "Create a new issue in a repository",
|
|
|
+ "listIssues": "List issues in a repository",
|
|
|
+ "searchRepositoryContent": "Search repository content",
|
|
|
+ "sendMessage": "Send a message to a channel",
|
|
|
+ "listChannels": "List all channels in the workspace",
|
|
|
+ "getChannelHistory": "Get message history for a channel",
|
|
|
+ "uploadFile": "Upload a file to a channel",
|
|
|
+ "executeSql": "Execute a SQL query",
|
|
|
+ "listTables": "List all tables in the database",
|
|
|
+ "describeTable": "Get schema of a table",
|
|
|
+ "insertRow": "Insert a row into a table",
|
|
|
+ "updateRows": "Update rows in a table",
|
|
|
+ "deleteRows": "Delete rows from a table",
|
|
|
+ "readFile": "Read content of a file",
|
|
|
+ "writeFile": "Write content to a file",
|
|
|
+ "listDirectory": "List files and directories",
|
|
|
+ "createDirectory": "Create a new directory",
|
|
|
+ "deleteFile": "Delete a file",
|
|
|
+ "moveFile": "Move or rename a file",
|
|
|
+ "webSearch": "Search the web for information",
|
|
|
+ "extractContent": "Extract content from a URL",
|
|
|
+ "summarizePage": "Summarize a web page"
|
|
|
+ },
|
|
|
"theme": {
|
|
|
"switchToLight": "Switch to light mode",
|
|
|
"switchToDark": "Switch to dark mode"
|
|
|
@@ -108,7 +181,11 @@
|
|
|
"showKey": "Show API key",
|
|
|
"hideKey": "Hide API key",
|
|
|
"connected": "Connected to gateway",
|
|
|
- "rejected": "Gateway rejected the credentials"
|
|
|
+ "rejected": "Gateway rejected the credentials",
|
|
|
+ "username": "Username",
|
|
|
+ "password": "Password",
|
|
|
+ "showPassword": "Show password",
|
|
|
+ "hidePassword": "Hide password"
|
|
|
},
|
|
|
"dashboard": {
|
|
|
"title": "Dashboard",
|
|
|
@@ -120,11 +197,57 @@
|
|
|
"serviceHealth": "Service Health",
|
|
|
"recentRuns": "Recent Runs",
|
|
|
"allRequestsFailed": "All dashboard requests failed. Check the API gateway and credentials.",
|
|
|
- "services": "Services"
|
|
|
+ "services": "Services",
|
|
|
+ "liveWorkspace": "Live workspace",
|
|
|
+ "commandCenter": "Agent operations command center",
|
|
|
+ "commandCenterDescription": "Track execution health, workflow throughput, and service readiness from one operational surface.",
|
|
|
+ "readiness": "Readiness",
|
|
|
+ "successRate": "Success rate",
|
|
|
+ "serviceUptime": "Services ok",
|
|
|
+ "latestRun": "Latest run",
|
|
|
+ "nodes": "Nodes",
|
|
|
+ "activeAgents": "{{count}} active",
|
|
|
+ "executionVolume": "Execution volume today",
|
|
|
+ "liveConversations": "Live conversations",
|
|
|
+ "completedVsFailed": "Completed vs failed runs",
|
|
|
+ "avgNodes": "Avg nodes",
|
|
|
+ "avgNodesDetail": "Workflow depth per run",
|
|
|
+ "healthScore": "Health score",
|
|
|
+ "healthScoreDetail": "Derived from recent run quality",
|
|
|
+ "activityFeed": "Activity feed",
|
|
|
+ "activityFeedDescription": "Newest workflow runs and their current execution state.",
|
|
|
+ "noRecentActivity": "No recent run activity",
|
|
|
+ "executionTrendDescription": "Seven-day completed and failed workflow volume.",
|
|
|
+ "recentRunsDescription": "Latest runtime records with trigger, priority, and workflow depth.",
|
|
|
+ "noRuns": "No workflow runs yet",
|
|
|
+ "trigger": "Trigger",
|
|
|
+ "priority": "Priority",
|
|
|
+ "runMix": "Run mix",
|
|
|
+ "runMixDescription": "Workflow composition, live load, and failure pressure.",
|
|
|
+ "totalRuns": "Total runs",
|
|
|
+ "liveRuns": "Live runs",
|
|
|
+ "failedRuns": "Failed runs",
|
|
|
+ "noRunMix": "No run types yet",
|
|
|
+ "serviceHealthDescription": "Gateway dependencies and downstream availability.",
|
|
|
+ "serviceReadiness": "Service readiness",
|
|
|
+ "servicesReady": "{{healthy}} of {{total}} services ready",
|
|
|
+ "noServices": "No downstream services reported",
|
|
|
+ "runTypes": {
|
|
|
+ "main": "Main",
|
|
|
+ "scheduled": "Scheduled"
|
|
|
+ },
|
|
|
+ "triggers": {
|
|
|
+ "chat": "Chat",
|
|
|
+ "scheduler": "Scheduler",
|
|
|
+ "chat_debug": "Chat debug",
|
|
|
+ "tool_loop": "Tool loop",
|
|
|
+ "human_review": "Human review",
|
|
|
+ "research_digest": "Research digest"
|
|
|
+ }
|
|
|
},
|
|
|
"agents": {
|
|
|
"title": "Agents",
|
|
|
- "description": "Design, inspect, and operate agent definitions, versions, prompts, and runs from one workspace.",
|
|
|
+ "description": "Design, inspect, and operate agent definitions, configs, prompts, and runs from one workspace.",
|
|
|
"create": "Create Agent",
|
|
|
"newAgent": "New Agent",
|
|
|
"empty": "No agents",
|
|
|
@@ -132,7 +255,7 @@
|
|
|
"refresh": "Refresh",
|
|
|
"agentDirectory": "Agent Directory",
|
|
|
"agentsShown": "of {{count}} agents shown",
|
|
|
- "searchByNameCodeType": "Search by name, code, type, or description",
|
|
|
+ "searchByNameType": "Search by name, id, type, or description",
|
|
|
"allStatuses": "All statuses",
|
|
|
"allTypes": "All types",
|
|
|
"newestFirst": "Newest first",
|
|
|
@@ -145,8 +268,7 @@
|
|
|
"adjustFiltersAgent": "Adjust search or filters to find a matching agent definition.",
|
|
|
"agentDetails": "Agent Details",
|
|
|
"selectAgent": "Select an agent to inspect its operating surface.",
|
|
|
- "copyCode": "Copy Code",
|
|
|
- "newVersion": "New Version",
|
|
|
+ "copyId": "Copy ID",
|
|
|
"runs": "Runs",
|
|
|
"testInput": "Test input",
|
|
|
"resultPreview": "Result Preview",
|
|
|
@@ -155,8 +277,7 @@
|
|
|
"noDescription": "No description provided.",
|
|
|
"selectAnAgent": "Select an agent",
|
|
|
"noAgents": "No agents",
|
|
|
- "createAgentStart": "Create an agent to start building definitions and versions.",
|
|
|
- "versions": "Versions",
|
|
|
+ "createAgentStart": "Create an agent to start building definitions and configs.",
|
|
|
"failures": "Failures",
|
|
|
"latest": "Latest",
|
|
|
"none": "None",
|
|
|
@@ -171,10 +292,6 @@
|
|
|
"memoryPolicy": "Memory Policy",
|
|
|
"toolReferences": "Tool References",
|
|
|
"skillReferences": "Skill References",
|
|
|
- "noConfig": "No config",
|
|
|
- "publishOrDraft": "Publish or draft a version before inspecting prompt and runtime configuration.",
|
|
|
- "noVersions": "No versions",
|
|
|
- "createVersionDefine": "Create a version to define role, goal, prompt, tools, and runtime config.",
|
|
|
"noRuns": "No runs",
|
|
|
"noRunRecords": "No run records match the current agent and status filter.",
|
|
|
"created": "Created",
|
|
|
@@ -185,51 +302,115 @@
|
|
|
"loaded": "Loaded",
|
|
|
"runsCount": "Runs",
|
|
|
"agentCreated": "Agent created",
|
|
|
- "definitionDescription": "Create the reusable agent identity first. Versions, prompts, tools, and runtime config live under this definition.",
|
|
|
+ "definitionDescription": "Create the reusable agent identity first. configs, prompts, tools, and runtime config live under this definition.",
|
|
|
"failedRuns": "Failed Runs",
|
|
|
"simulationPlaceholder": "Summarize the last customer request and recommend the next action.",
|
|
|
"namePlaceholder": "Support Agent",
|
|
|
- "codePlaceholder": "support_agent",
|
|
|
+ "idPlaceholder": "support_agent",
|
|
|
"descriptionPlaceholder": "What this agent is responsible for, when to use it, and what good output looks like.",
|
|
|
- "typeAssistant": "Assistant",
|
|
|
- "typePlanner": "Planner",
|
|
|
- "typeExecutor": "Executor",
|
|
|
- "typeResearch": "Research",
|
|
|
- "typeToolUser": "Tool User",
|
|
|
"searchPlaceholder": "Search agents...",
|
|
|
- "codeCopied": "Agent code copied",
|
|
|
- "versionCreated": "Agent version created",
|
|
|
- "failedCreateVersion": "Failed to create agent version",
|
|
|
+ "idCopied": "Agent id copied",
|
|
|
"basicInfo": "Basic Info",
|
|
|
"basicInfoDesc": "Define the agent identity and purpose.",
|
|
|
- "agentRole": "Role",
|
|
|
"goal": "Goal",
|
|
|
"goalPlaceholder": "What this agent should accomplish.",
|
|
|
- "systemPrompt": "System Prompt",
|
|
|
"systemPromptPlaceholder": "You are a helpful assistant that...",
|
|
|
"modelSettings": "Model Settings",
|
|
|
"modelSettingsDesc": "Choose the LLM model and parameters.",
|
|
|
"provider": "Provider",
|
|
|
- "model": "Model",
|
|
|
"temperature": "Temperature",
|
|
|
"maxTokens": "Max Tokens",
|
|
|
"toolsSection": "Tools",
|
|
|
"toolsSectionDesc": "Attach tools this agent can use.",
|
|
|
"memorySection": "Memory",
|
|
|
"memorySectionDesc": "Configure how the agent manages conversation memory.",
|
|
|
- "memoryEnabled": "Enabled",
|
|
|
"memoryScope": "Scope",
|
|
|
"memoryScopeSession": "Session",
|
|
|
"memoryScopePersistent": "Persistent",
|
|
|
- "memoryScopeNone": "None"
|
|
|
+ "memoryScopeNone": "None",
|
|
|
+ "noModelSelected": "No model selected",
|
|
|
+ "providerNotSet": "Provider not set",
|
|
|
+ "health": "Health",
|
|
|
+ "selectedCount": "{{count}} selected",
|
|
|
+ "noSkillsSelected": "No skills selected",
|
|
|
+ "attachSkillsHint": "Attach reusable skills in Edit Agent so this agent can invoke business capabilities.",
|
|
|
+ "runtimeConfiguration": "Runtime configuration",
|
|
|
+ "context": "Context",
|
|
|
+ "auto": "Auto",
|
|
|
+ "execution": "Execution",
|
|
|
+ "retries": "Retries",
|
|
|
+ "backoff": "Backoff",
|
|
|
+ "toolLimit": "Tool limit",
|
|
|
+ "review": "Review",
|
|
|
+ "needsSetup": "Needs setup",
|
|
|
+ "setupHint": "Use Edit Agent to add model, prompt, memory, skills, and runtime policy.",
|
|
|
+ "notSet": "Not set",
|
|
|
+ "setupChecklist": "Setup checklist",
|
|
|
+ "chooseModel": "Choose model",
|
|
|
+ "chooseModelHint": "Select the model used by this agent.",
|
|
|
+ "attachSkills": "Attach skills",
|
|
|
+ "attachSkillsShortHint": "Pick reusable skills this agent can invoke.",
|
|
|
+ "tuneRuntime": "Tune runtime",
|
|
|
+ "tuneRuntimeHint": "Set memory, retries, limits, and review policy.",
|
|
|
+ "basicAgent": "Basic Agent",
|
|
|
+ "skills": "Skills",
|
|
|
+ "loadingSkills": "Loading skills...",
|
|
|
+ "failedToLoadSkills": "Failed to load skills",
|
|
|
+ "noSkillsYet": "No skills yet. Create reusable skills first, then attach them here.",
|
|
|
+ "modelAndMemory": "Model & Memory",
|
|
|
+ "modelAndMemoryHint": "Choose the model and memory scope for this agent.",
|
|
|
+ "timeoutSeconds": "Timeout Seconds",
|
|
|
+ "executionPolicy": "Execution Policy",
|
|
|
+ "retryAttempts": "Retry Attempts",
|
|
|
+ "retryBackoffMs": "Retry Backoff Ms",
|
|
|
+ "toolCallLimit": "Tool Call Limit",
|
|
|
+ "outputFormat": "Output Format",
|
|
|
+ "outputText": "Text",
|
|
|
+ "humanApproval": "Human Approval",
|
|
|
+ "approvalNever": "Never",
|
|
|
+ "approvalSensitiveActions": "Sensitive actions",
|
|
|
+ "approvalBeforeFinal": "Before final answer",
|
|
|
+ "approvalAlways": "Always",
|
|
|
+ "agentDeleted": "Agent deleted",
|
|
|
+ "failedToDeleteAgent": "Failed to delete agent",
|
|
|
+ "agentUpdated": "Agent updated",
|
|
|
+ "failedToUpdateAgent": "Failed to update agent",
|
|
|
+ "editAgent": "Edit Agent",
|
|
|
+ "contextWindow": "Context Window",
|
|
|
+ "runId": "Run ID",
|
|
|
+ "started": "Started",
|
|
|
+ "manageDescription": "Manage prompt, model, skills, memory, and run history from one place.",
|
|
|
+ "test": "Test",
|
|
|
+ "shown": "{{shown}} of {{total}} agents",
|
|
|
+ "runsBadge": "{{count}} runs",
|
|
|
+ "skillsBadge": "{{count}} skills",
|
|
|
+ "testAgent": "Test Agent",
|
|
|
+ "testAgentDescription": "Validate {{name}} and inspect recent execution history.",
|
|
|
+ "deleteAgent": "Delete Agent",
|
|
|
+ "deleteConfirm": "Are you sure you want to delete \"{{name}}\"? This will also delete its configuration and runs.",
|
|
|
+ "valueLabels": {
|
|
|
+ "session": "Session",
|
|
|
+ "persistent": "Persistent",
|
|
|
+ "none": "None",
|
|
|
+ "text": "Text",
|
|
|
+ "never": "Never",
|
|
|
+ "sensitive_actions": "Sensitive actions",
|
|
|
+ "before_final": "Before final answer",
|
|
|
+ "always": "Always",
|
|
|
+ "workflow": "Workflow",
|
|
|
+ "prompt": "Prompt",
|
|
|
+ "tool_orchestration": "Tool orchestration"
|
|
|
+ }
|
|
|
},
|
|
|
"sessions": {
|
|
|
"title": "Sessions",
|
|
|
- "description": "Inspect channel sessions and chat messages.",
|
|
|
+ "description": "Review conversations, continue debugging, and inspect lightweight context.",
|
|
|
"create": "New Session",
|
|
|
+ "createDescription": "Start a clean conversation against an application.",
|
|
|
"newSession": "New Session",
|
|
|
+ "sessionList": "Conversation List",
|
|
|
"empty": "No sessions",
|
|
|
- "emptyDescription": "Start a new session to begin.",
|
|
|
+ "emptyDescription": "No conversations match the current filter.",
|
|
|
"typeMessage": "Type a message...",
|
|
|
"searchSessions": "Search sessions",
|
|
|
"noMessages": "No messages",
|
|
|
@@ -242,11 +423,31 @@
|
|
|
"selectSession": "Select a session",
|
|
|
"sessionCreated": "Session created",
|
|
|
"messageSent": "Message sent",
|
|
|
- "channelType": "Channel Type"
|
|
|
+ "channelType": "Channel",
|
|
|
+ "application": "Application",
|
|
|
+ "sessionName": "Session name",
|
|
|
+ "sessionNamePlaceholder": "For example: Customer support test",
|
|
|
+ "channelWeb": "Web chat",
|
|
|
+ "channelDebug": "Debug console",
|
|
|
+ "channelApi": "API channel",
|
|
|
+ "context": "Context",
|
|
|
+ "lastActive": "Last active",
|
|
|
+ "user": "User",
|
|
|
+ "messages": "Messages",
|
|
|
+ "runActivity": "Run activity",
|
|
|
+ "recentActivity": "Recent activity",
|
|
|
+ "noRunActivity": "No run activity yet",
|
|
|
+ "unknownApplication": "Unknown application",
|
|
|
+ "manualRun": "Manual run",
|
|
|
+ "roleUser": "You",
|
|
|
+ "roleAssistant": "Assistant",
|
|
|
+ "noTextContent": "No text content",
|
|
|
+ "structuredItems": "{{count}} structured items",
|
|
|
+ "structuredMessage": "Structured message content"
|
|
|
},
|
|
|
"tools": {
|
|
|
"title": "Tools",
|
|
|
- "description": "Manage tool definitions, versions, readiness, and quick payload tests.",
|
|
|
+ "description": "Description",
|
|
|
"create": "Create Tool",
|
|
|
"newTool": "New Tool",
|
|
|
"empty": "No tools available",
|
|
|
@@ -256,61 +457,90 @@
|
|
|
"searchTools": "Search tools",
|
|
|
"allTypes": "All types",
|
|
|
"allStatus": "All status",
|
|
|
- "hasVersion": "Has version",
|
|
|
"bound": "Bound",
|
|
|
- "needsVersion": "Needs version",
|
|
|
"noToolsFound": "No tools found",
|
|
|
"adjustFiltersTool": "Adjust filters or create a new tool.",
|
|
|
"toolDetails": "Tool Details",
|
|
|
- "selectTool": "Select a tool to view versions and run a quick test.",
|
|
|
+ "selectTool": "Select a tool to view configs and run a quick test.",
|
|
|
"definition": "Definition",
|
|
|
- "version": "Version",
|
|
|
"binding": "Binding",
|
|
|
+ "bindings": "Bindings",
|
|
|
"credential": "Credential",
|
|
|
+ "credentials": "Credentials",
|
|
|
"readiness": "Readiness",
|
|
|
"basicInfo": "Basic Info",
|
|
|
+ "overview": "Overview",
|
|
|
+ "name": "Name",
|
|
|
"plugin": "Plugin",
|
|
|
"standalone": "Standalone",
|
|
|
"timeout": "Timeout",
|
|
|
"notSet": "Not set",
|
|
|
- "latestVersion": "Latest Version",
|
|
|
"inputs": "inputs",
|
|
|
"outputs": "outputs",
|
|
|
"retry": "retry",
|
|
|
"payloadTest": "Payload Test",
|
|
|
- "runMockRequest": "Run a mock request against the selected version.",
|
|
|
+ "runMockRequest": "Run a mock request against the selected config.",
|
|
|
"run": "Run",
|
|
|
"result": "Result",
|
|
|
"noRunYet": "No run yet",
|
|
|
- "selectVersionRun": "Select a version and run JSON.",
|
|
|
"testPayloadSimulated": "Test payload simulated",
|
|
|
"payloadMustBeJson": "Payload must be valid JSON",
|
|
|
"inputSchema": "Input Schema",
|
|
|
"invokeConfig": "Invoke Config",
|
|
|
"retryPolicy": "Retry Policy",
|
|
|
- "noVersionsYet": "No versions yet",
|
|
|
- "createVersionBeforeTesting": "Create a version before testing this tool.",
|
|
|
- "createToolVersion": "Create Tool Version",
|
|
|
"endpoint": "Endpoint",
|
|
|
"timeoutMs": "Timeout (ms)",
|
|
|
"retryAttempts": "Retry attempts",
|
|
|
"createTool": "Create Tool",
|
|
|
"type": "Type",
|
|
|
"ready": "Ready",
|
|
|
- "bindings": "Bindings",
|
|
|
- "versionsCount": "Versions",
|
|
|
"none": "None",
|
|
|
- "versionDescription": "Endpoint, timeout, retry, and schema snapshots.",
|
|
|
- "toolVersionCreated": "Tool version created",
|
|
|
"toolCreated": "Tool created",
|
|
|
- "createVersion": "Create Version",
|
|
|
"test": "Test",
|
|
|
"filterByType": "Filter by tool type",
|
|
|
- "filterByStatus": "Filter by tool status"
|
|
|
+ "filterByStatus": "Filter by tool status",
|
|
|
+ "mcpServers": "MCP Servers",
|
|
|
+ "httpTools": "HTTP Tools",
|
|
|
+ "retrievalTools": "Retrieval Tools",
|
|
|
+ "exposedTools": "Exposed Tools",
|
|
|
+ "connected": "Connected",
|
|
|
+ "needsConfig": "Needs Config",
|
|
|
+ "configured": "Configured",
|
|
|
+ "connection": "Connection",
|
|
|
+ "connections": "Connections",
|
|
|
+ "connectMcp": "Connect MCP",
|
|
|
+ "mcpServer": "MCP Server",
|
|
|
+ "mcpServerConnection": "MCP server connection",
|
|
|
+ "notConfigured": "Not configured",
|
|
|
+ "mcpToolsInside": "MCP tools inside this server",
|
|
|
+ "mcpToolsInsideDesc": "A single MCP connection can provide multiple callable tools for agents.",
|
|
|
+ "discovered": "{{count}} discovered",
|
|
|
+ "discoveryPending": "Discovery pending",
|
|
|
+ "notConnected": "Not connected",
|
|
|
+ "noMcpToolDescription": "No description provided by MCP discovery.",
|
|
|
+ "parametersSchemaDetected": "Parameters schema detected",
|
|
|
+ "searchToolPlaceholder": "Search by tool name, type, or endpoint",
|
|
|
+ "statusLabel": "Status",
|
|
|
+ "failedToLoadDetails": "Failed to load tool details",
|
|
|
+ "availableToolCount": "{{count}} tools available",
|
|
|
+ "noToolsDiscovered": "No tools discovered yet.",
|
|
|
+ "parameters": "Parameters:",
|
|
|
+ "mcpConnected": "MCP server connected",
|
|
|
+ "failedToConnectMcp": "Failed to connect MCP server",
|
|
|
+ "connectMcpServer": "Connect MCP Server",
|
|
|
+ "serverName": "Server Name",
|
|
|
+ "serverNamePlaceholder": "e.g. GitHub MCP Server",
|
|
|
+ "sseEndpointUrl": "SSE Endpoint URL",
|
|
|
+ "headersOptional": "Headers (Optional)",
|
|
|
+ "headerKey": "Key",
|
|
|
+ "headerValue": "Value",
|
|
|
+ "timeoutSeconds": "Timeout (seconds)",
|
|
|
+ "connecting": "Connecting...",
|
|
|
+ "connect": "Connect"
|
|
|
},
|
|
|
"knowledge": {
|
|
|
"title": "Knowledge",
|
|
|
- "description": "Manage retrieval bases, ingest documents, inspect indexing state, and test semantic search.",
|
|
|
+ "description": "Description",
|
|
|
"refresh": "Refresh",
|
|
|
"reindex": "Re-index",
|
|
|
"reindexStarted": "Re-index job started",
|
|
|
@@ -335,7 +565,7 @@
|
|
|
"selectKnowledgeBase": "Select a Knowledge Base",
|
|
|
"chooseBaseManage": "Choose a base to manage documents, retrieval, ingestion, and settings.",
|
|
|
"selectKnowledgeBaseFirst": "Select a Knowledge Base First",
|
|
|
- "chooseBaseManageDocs": "Choose a knowledge base from the scope bar above to manage its documents.",
|
|
|
+ "chooseBaseManageDocs": "Choose a base to manage documents, retrieval, ingestion, and settings.",
|
|
|
"noDescription": "No description",
|
|
|
"archive": "Archive",
|
|
|
"restoreCurrent": "Restore Current",
|
|
|
@@ -428,9 +658,8 @@
|
|
|
"apiScopePreview": "API Scope Preview",
|
|
|
"accessControl": "Access Control",
|
|
|
"dataProtection": "Data Protection",
|
|
|
- "exportEnabled": "Export Enabled",
|
|
|
"allowDataExport": "Allow knowledge base data to be exported",
|
|
|
- "auditLog": "Audit Log",
|
|
|
+ "auditLog": "Audit log",
|
|
|
"enableAuditLogging": "Enable Audit Logging",
|
|
|
"trackAccessModifications": "Track document access and modifications",
|
|
|
"dataRetention": "Data Retention",
|
|
|
@@ -465,11 +694,11 @@
|
|
|
"knowledgeBaseCreated": "Knowledge base created",
|
|
|
"knowledgeBaseRestored": "Knowledge base restored",
|
|
|
"knowledgeBaseArchived": "Knowledge base archived",
|
|
|
- "searchResults": "search results",
|
|
|
+ "searchResults": "{{count}} search results",
|
|
|
"noMatchingChunks": "No matching chunks found",
|
|
|
"searchFailed": "Search failed",
|
|
|
"failedToLoadDocuments": "Failed to load documents",
|
|
|
- "lastIngestCreated": "Last ingest created {{count}} chunks",
|
|
|
+ "lastIngestCreated": "Last ingest created {{count}} chunk{{count === 1 ? '' : 's'}}.",
|
|
|
"selectDocument": "Select a document",
|
|
|
"documentDetailsAppear": "Document details, metadata, and matching chunks appear here.",
|
|
|
"noDocumentSearchResults": "No document search results",
|
|
|
@@ -529,7 +758,6 @@
|
|
|
"archiveRestoreBase": "Archive / restore base",
|
|
|
"tenantIsolation": "Tenant isolation",
|
|
|
"documentAclPii": "Document ACL / PII rules",
|
|
|
- "auditLog": "Audit log",
|
|
|
"agentBinding": "Agent binding",
|
|
|
"workflowRetrievalNode": "Workflow retrieval node",
|
|
|
"knowledgeSearchTool": "Knowledge search tool",
|
|
|
@@ -538,160 +766,144 @@
|
|
|
"evaluationCaseFinished": "Evaluation case finished",
|
|
|
"knowledgeBases_plural": "{{count}} Knowledge Bases",
|
|
|
"selectAKnowledgeBase": "Select a Knowledge Base",
|
|
|
- "chooseBaseManageDocs": "Choose a base to manage documents, retrieval, ingestion, and settings.",
|
|
|
- "archive": "Archive",
|
|
|
- "restoreCurrent": "Restore Current",
|
|
|
- "reindexSet": "Re-index Set",
|
|
|
- "selected": "Selected",
|
|
|
- "documentsTab": "Documents",
|
|
|
- "source": "Source",
|
|
|
- "indexed_status": "Indexed",
|
|
|
- "pending": "Pending",
|
|
|
- "contentHash": "Content Hash",
|
|
|
- "notAvailable": "Not available",
|
|
|
- "notProvided": "Not provided",
|
|
|
- "lastIngestCreated": "Last ingest created {{count}} chunk{{count === 1 ? '' : 's'}}.",
|
|
|
"inspector": "Inspector",
|
|
|
- "overview": "Overview",
|
|
|
"search": "Search",
|
|
|
- "metadata": "Metadata",
|
|
|
- "chunks": "Chunks",
|
|
|
"chunkTokenCount": "chunk #{{index}} / {{count}} tokens",
|
|
|
- "selectDocument": "Select a document",
|
|
|
- "documentDetailsAppear": "Document details, metadata, and matching chunks appear here.",
|
|
|
- "noDocumentSearchResults": "No document search results",
|
|
|
- "runQueryPlayground": "Run a query in Playground to inspect matching chunks for this document.",
|
|
|
- "noChunksLoaded": "No chunks loaded",
|
|
|
- "runSearchOrIndex": "Run search or index a new document to inspect chunks.",
|
|
|
- "searching": "Searching...",
|
|
|
- "searchResultCount": "Search {{count}}",
|
|
|
- "searchResults": "{{count}} search results",
|
|
|
- "noSearchResultsYet": "No search results yet",
|
|
|
- "runRetrievalInspect": "Run a retrieval query to inspect chunks, citations, and score JSON.",
|
|
|
"searchPlaceholder": "Ask a retrieval question",
|
|
|
- "searchSourceFilter": "Search source filter",
|
|
|
- "topK": "Top K",
|
|
|
"add": "Add",
|
|
|
"loadingDocuments": "Loading documents",
|
|
|
"noDocumentsMatchFilters": "No documents match filters",
|
|
|
"adjustSearchStatus": "Adjust the search text or status filter.",
|
|
|
- "noDocuments": "No documents",
|
|
|
"addTextMarkdownJsonHtml": "Add a text, markdown, JSON, HTML, or file-derived document to index it for retrieval.",
|
|
|
- "goldenQuery": "Golden Query",
|
|
|
- "buildEvaluationSet": "Build an evaluation set and run frontend benchmark simulations.",
|
|
|
- "query": "Query",
|
|
|
- "expectedSource": "Expected Source",
|
|
|
- "addCase": "Add Case",
|
|
|
- "avgRecall": "Avg Recall",
|
|
|
- "avgPrecision": "Avg Precision",
|
|
|
- "evaluationCases": "Evaluation Cases",
|
|
|
- "expected": "Expected",
|
|
|
- "recall": "Recall",
|
|
|
- "precision": "Precision",
|
|
|
- "indexJobs": "Index Jobs",
|
|
|
- "manageFrontendQueues": "Manage frontend prototype queues for connector sync, parsing, chunking, embedding, and re-indexing.",
|
|
|
- "reindexBase": "Re-index Base",
|
|
|
- "start": "Start",
|
|
|
- "complete": "Complete",
|
|
|
- "retry": "Retry",
|
|
|
- "progress": "Progress",
|
|
|
- "indexedRatio": "Indexed Ratio",
|
|
|
- "avgScore": "Avg Score",
|
|
|
- "evalPass": "Eval Pass",
|
|
|
- "failedJobs": "Failed Jobs",
|
|
|
- "qualitySignals": "Quality Signals",
|
|
|
- "indexCoverage": "Index Coverage",
|
|
|
- "citationConfidence": "Citation Confidence",
|
|
|
- "evaluationPassRate": "Evaluation Pass Rate",
|
|
|
- "jobHealth": "Job Health",
|
|
|
- "topQueries": "Top Queries",
|
|
|
- "governanceSettings": "Governance Settings",
|
|
|
- "prototypeAccessSafety": "Prototype access, safety, and answer policy controls.",
|
|
|
- "aclMode": "ACL Mode",
|
|
|
- "private": "Private",
|
|
|
- "team": "Team",
|
|
|
- "workspace": "Workspace",
|
|
|
- "piiRedaction": "PII redaction",
|
|
|
- "maskSensitiveValues": "Mask sensitive values before content enters retrieval context.",
|
|
|
- "documentLevelAccess": "Document-level access checks",
|
|
|
- "applyMetadataSecurity": "Apply metadata security filters before ranking.",
|
|
|
- "apiScopePreview": "API Scope Preview",
|
|
|
- "configureConnector": "Configure {{kind}}",
|
|
|
- "syncMode": "Sync Mode",
|
|
|
- "manual": "Manual",
|
|
|
- "hourly": "Hourly",
|
|
|
- "daily": "Daily",
|
|
|
- "weekly": "Weekly",
|
|
|
- "includeExcludeFilters": "Include / Exclude Filters",
|
|
|
- "createsLocalPrototype": "This creates a local prototype job. The UI flow is complete even before persistence is connected.",
|
|
|
- "createJob": "Create Job",
|
|
|
"cancel": "Cancel",
|
|
|
- "knowledgeCapabilityMap": "Knowledge Capability Map",
|
|
|
"moduleStatusAtGlance": "Module status at a glance. Open the dedicated section for each workflow.",
|
|
|
"productSurfaceRag": "Product surface for a full RAG knowledge platform. Prototype items are fully represented in the frontend flow and ready for later persistence.",
|
|
|
- "retrievalSettings": "Retrieval Settings",
|
|
|
- "tuneRetrievalBehavior": "Tune the retrieval behavior directly in the frontend prototype.",
|
|
|
- "retrievalDefaults": "Retrieval Defaults",
|
|
|
- "chunkSize": "Chunk Size",
|
|
|
- "overlap": "Overlap",
|
|
|
- "rerankResults": "Rerank results",
|
|
|
- "reorderCandidates": "Reorder candidates after hybrid retrieval.",
|
|
|
- "queryRewrite": "Query rewrite",
|
|
|
- "expandShortQueries": "Expand short queries before search.",
|
|
|
- "requireCitations": "Require citations",
|
|
|
- "treatUncitedAnswers": "Treat uncited answers as low confidence.",
|
|
|
- "keywordWeight": "Keyword Weight",
|
|
|
- "vectorWeight": "Vector Weight",
|
|
|
- "rerankWeight": "Rerank Weight",
|
|
|
- "createKnowledgeBase": "Create Knowledge Base",
|
|
|
- "knowledgeBaseCreated": "Knowledge base created",
|
|
|
"name": "Name",
|
|
|
- "description": "Description",
|
|
|
- "metadataJson": "Metadata JSON",
|
|
|
"create": "Create",
|
|
|
"creating": "Creating...",
|
|
|
- "addDocumentTitle": "Add Document",
|
|
|
- "parsePreview": "Parse Preview",
|
|
|
- "parsing": "Parsing...",
|
|
|
- "previewParse": "Preview Parse",
|
|
|
"parsePreviewReady": "Parse preview ready",
|
|
|
"parseFailed": "Parse failed",
|
|
|
- "indexDocument": "Index Document",
|
|
|
- "indexing": "Indexing...",
|
|
|
"documentIndexedWith": "Document indexed with {{count}} chunk{{count === 1 ? '' : 's'}}",
|
|
|
- "documentIngestFailed": "Document ingest failed",
|
|
|
- "sourceType": "Source Type",
|
|
|
- "sourceUri": "Source URI",
|
|
|
- "content": "Content",
|
|
|
- "chunkOverlap": "Chunk Overlap"
|
|
|
+ "manageInsideBase": "Manage documents, retrieval testing, indexing jobs, and settings inside the selected knowledge base.",
|
|
|
+ "loading": "Loading knowledge",
|
|
|
+ "manageBases": "Manage Bases",
|
|
|
+ "currentBase": "Current Base",
|
|
|
+ "runSearch": "Run Search",
|
|
|
+ "addDocumentBeforeTest": "Add at least one document before testing retrieval quality.",
|
|
|
+ "testSearch": "Test Search",
|
|
|
+ "openSettings": "Open knowledge settings",
|
|
|
+ "documentsHint": "Add content, filter indexed documents, and select one item to inspect chunks or metadata.",
|
|
|
+ "searchDocuments": "Search documents",
|
|
|
+ "openDetails": "Open details",
|
|
|
+ "expectedCitation": "Expected citation",
|
|
|
+ "askAgainstBase": "Ask a question against {{name}}, then inspect citations, chunks, and score breakdowns.",
|
|
|
+ "sections": {
|
|
|
+ "documents": "Documents",
|
|
|
+ "playground": "Search Test",
|
|
|
+ "evaluation": "Evaluation",
|
|
|
+ "jobs": "Jobs",
|
|
|
+ "analytics": "Analytics",
|
|
|
+ "settings": "Settings",
|
|
|
+ "ingest": "Ingest"
|
|
|
+ },
|
|
|
+ "sourceLabels": {
|
|
|
+ "all": "All sources",
|
|
|
+ "text": "Text",
|
|
|
+ "markdown": "Markdown",
|
|
|
+ "json": "Structured",
|
|
|
+ "html": "HTML",
|
|
|
+ "pdf": "PDF"
|
|
|
+ },
|
|
|
+ "statusLabels": {
|
|
|
+ "all": "All statuses",
|
|
|
+ "indexed": "Indexed",
|
|
|
+ "draft": "Draft",
|
|
|
+ "failed": "Failed",
|
|
|
+ "archived": "Archived"
|
|
|
+ },
|
|
|
+ "fullRagSurface": "Product surface for a full RAG knowledge platform. Prototype items are fully represented in the frontend flow and ready for later persistence.",
|
|
|
+ "modelSelection": "Model Selection",
|
|
|
+ "retrievalMode": "Retrieval Mode",
|
|
|
+ "hybridRetrieval": "Hybrid keyword + vector",
|
|
|
+ "vectorOnly": "Vector only",
|
|
|
+ "keywordOnly": "Keyword only",
|
|
|
+ "embeddingModel": "Embedding Model",
|
|
|
+ "rerankModel": "Rerank Model",
|
|
|
+ "noConfiguredModels": "No configured models found. Add models in the Models page, then select them here.",
|
|
|
+ "candidatePool": "Candidate Pool",
|
|
|
+ "minimumScore": "Minimum Score",
|
|
|
+ "autoSelect": "Auto select",
|
|
|
+ "scoreDetails": "Score details",
|
|
|
+ "noExtraScoringSignals": "No extra scoring signals available.",
|
|
|
+ "documentIndexedWithChunks": "Document indexed with {{count}} chunks",
|
|
|
+ "targetBase": "Target base",
|
|
|
+ "noBaseSelected": "No base selected",
|
|
|
+ "documentTargetHint": "This document will be parsed, chunked, and indexed into the active base. Change the scope bar before opening this dialog if the target is wrong.",
|
|
|
+ "failedToLoadBases": "Failed to load knowledge bases",
|
|
|
+ "openBase": "Open Base",
|
|
|
+ "notSelected": "Not selected",
|
|
|
+ "propertiesTab": "Properties",
|
|
|
+ "noProperties": "No properties",
|
|
|
+ "noPropertiesDescription": "This item does not have user-facing properties yet.",
|
|
|
+ "queryStats": "{{count}} searches / {{rate}}% success",
|
|
|
+ "jobTypes": {
|
|
|
+ "sitemapSync": "Sitemap Sync",
|
|
|
+ "reindex": "Re-index",
|
|
|
+ "pdfBatch": "PDF Batch"
|
|
|
+ },
|
|
|
+ "jobTargets": {
|
|
|
+ "productDocs": "Product Docs",
|
|
|
+ "policyPack": "Policy Pack"
|
|
|
+ },
|
|
|
+ "evalSamples": {
|
|
|
+ "downloadInvoices": "Where can customers download invoices?",
|
|
|
+ "billingInvoiceFaq": "Billing and Invoice FAQ",
|
|
|
+ "annualPlanRefunds": "How do refunds affect annual plans?",
|
|
|
+ "refundPolicy": "Refund policy"
|
|
|
+ },
|
|
|
+ "topQuery": {
|
|
|
+ "downloadInvoice": "download invoice",
|
|
|
+ "refundPolicy": "refund policy",
|
|
|
+ "billingContact": "billing contact",
|
|
|
+ "planUpgrade": "plan upgrade"
|
|
|
+ },
|
|
|
+ "propertyLabels": {
|
|
|
+ "category": "Category",
|
|
|
+ "audience": "Audience",
|
|
|
+ "locale": "Locale",
|
|
|
+ "revision": "Revision",
|
|
|
+ "tags": "Tags",
|
|
|
+ "source": "Source",
|
|
|
+ "owner": "Owner",
|
|
|
+ "policy": "Policy",
|
|
|
+ "domain": "Domain",
|
|
|
+ "confidence": "Confidence"
|
|
|
+ }
|
|
|
},
|
|
|
"teams": {
|
|
|
"title": "Teams",
|
|
|
- "description": "Manage multi-agent teams — create, configure members and policies, and run collaborative tasks.",
|
|
|
+ "description": "Manage multi-agent teams: configure members, policies, and collaborative runs.",
|
|
|
"newTeam": "New Team",
|
|
|
"searchPlaceholder": "Search teams...",
|
|
|
- "searchByNameCodeType": "Search by name, code, type, or description",
|
|
|
+ "searchByNameType": "Search by name, id, type, or description",
|
|
|
"teamsShown": "of {{count}} teams shown",
|
|
|
"allStatuses": "All statuses",
|
|
|
"filterByStatus": "Filter by status",
|
|
|
"sortTeams": "Sort teams",
|
|
|
"newestFirst": "Newest first",
|
|
|
"noMatchingTeams": "No matching teams",
|
|
|
- "adjustFiltersTeam": "Adjust search or filters to find a matching team.",
|
|
|
+ "adjustFiltersTeam": "Adjust search or filters to find a matching team definition.",
|
|
|
"noTeams": "No teams",
|
|
|
"createTeamStart": "Create a team to start coordinating multiple specialized agents.",
|
|
|
"selectTeam": "Select a team to view details.",
|
|
|
- "selectTeamInspect": "Select a team to inspect collaboration, versions, and runs.",
|
|
|
+ "selectTeamInspect": "Select a team to inspect collaboration, configs, and runs.",
|
|
|
"teamDetails": "Team Details",
|
|
|
"teamDirectory": "Team Directory",
|
|
|
"teamCockpit": "Team Cockpit",
|
|
|
- "copyCode": "Copy Code",
|
|
|
- "teamCodeCopied": "Team code copied",
|
|
|
- "newVersion": "New Version",
|
|
|
- "newVersionBtn": "New Version",
|
|
|
+ "copyId": "Copy ID",
|
|
|
+ "teamIdCopied": "Team id copied",
|
|
|
"run": "Run",
|
|
|
"runs": "Runs",
|
|
|
- "versions": "Versions",
|
|
|
"members": "Members",
|
|
|
"failedRuns": "Failed Runs",
|
|
|
"member": "Member",
|
|
|
@@ -705,8 +917,8 @@
|
|
|
"coordinationTab": "Coordination",
|
|
|
"mode": "Mode",
|
|
|
"objective": "Objective",
|
|
|
- "describeVersion": "Describe what this team should coordinate and optimize for.",
|
|
|
"policy": "Policy",
|
|
|
+ "agent": "Agent",
|
|
|
"maxRounds": "Max Rounds",
|
|
|
"maxRoundsField": "Max rounds",
|
|
|
"handoff": "Handoff",
|
|
|
@@ -736,11 +948,6 @@
|
|
|
"teamCreated": "Team created",
|
|
|
"failedCreateTeam": "Failed to create team",
|
|
|
"createTeam": "Create Team",
|
|
|
- "createTeamVersion": "Create Team Version",
|
|
|
- "createTeamVersionBefore": "Create a team version before starting a collaborative run.",
|
|
|
- "createTeamVersionInspect": "Create a team version to inspect member policy and coordination settings.",
|
|
|
- "teamVersionCreated": "Team version created",
|
|
|
- "failedCreateTeamVersion": "Failed to create team version",
|
|
|
"startRun": "Start Run",
|
|
|
"starting": "Starting...",
|
|
|
"startRunPreview": "Start a run to preview the newest result for this team.",
|
|
|
@@ -750,48 +957,35 @@
|
|
|
"runInput": "Run input",
|
|
|
"runConsole": "Run Console",
|
|
|
"input": "Input",
|
|
|
- "allStatuses": "All statuses",
|
|
|
"allTypes": "All types",
|
|
|
"allRunStatuses": "All run statuses",
|
|
|
- "filterByStatus": "Filter by status",
|
|
|
"filterByType": "Filter by type",
|
|
|
"filterRunsByStatus": "Filter runs by status",
|
|
|
- "sortTeams": "Sort teams",
|
|
|
- "newestFirst": "Newest first",
|
|
|
"listView": "List view",
|
|
|
"gridView": "Grid view",
|
|
|
"structuredInput": "Structured input payload",
|
|
|
"noOutputYet": "No output yet",
|
|
|
"noRunRecords": "No run records found.",
|
|
|
"noRuns": "No runs",
|
|
|
- "noVersion": "No version",
|
|
|
- "noVersionSelected": "No version selected",
|
|
|
- "noRunnableVersion": "No runnable version",
|
|
|
"noObjectiveProvided": "No objective provided.",
|
|
|
"noPolicy": "No policy",
|
|
|
"notPublished": "Not published",
|
|
|
"notSet": "Not set",
|
|
|
- "versionId": "Version ID",
|
|
|
"latest": "Latest",
|
|
|
"latestResult": "Latest Result",
|
|
|
"none": "None",
|
|
|
"lastRun": "Last Run",
|
|
|
"currentObjective": "Current Objective",
|
|
|
- "createVersionDefine": "Create a version to define how this team collaborates.",
|
|
|
- "createVersionDefineObjective": "Create a version to define objective, coordination mode, members, and execution policy.",
|
|
|
- "createVersionBeforeDefining": "Create a team version before defining member roles and collaboration shape.",
|
|
|
- "createVersionBeforeRun": "Create a team version before starting a run",
|
|
|
- "createVersionBeforeTeamRun": "Create a version before this team can run work.",
|
|
|
- "createNewVersionMember": "Create a new version with member rows to define who participates and what each role is responsible for.",
|
|
|
- "adjustFiltersTeam": "Adjust search or filters to find a matching team definition.",
|
|
|
"noMembersConfigured": "No members configured",
|
|
|
+ "noTeamConfiguration": "No team configuration yet.",
|
|
|
"noDescription": "No description",
|
|
|
"owner": "Owner",
|
|
|
"unassigned": "Unassigned",
|
|
|
"preparingConsole": "Preparing console",
|
|
|
"taskTemplates": "Task templates",
|
|
|
"template": "Template {{index}}",
|
|
|
- "searchByNameCodeType": "Search by name, code, type, or description"
|
|
|
+ "createTeamDefineObjective": "Create a team, choose its members, and define how they collaborate.",
|
|
|
+ "describeObjective": "Describe the task objective this team should work toward."
|
|
|
},
|
|
|
"settings": {
|
|
|
"title": "Settings",
|
|
|
@@ -831,8 +1025,6 @@
|
|
|
"apiKey": "API Key",
|
|
|
"models": "Models",
|
|
|
"defaultModel": "Default Model",
|
|
|
- "enabled": "Enabled",
|
|
|
- "disabled": "Disabled",
|
|
|
"noProviders": "No model providers configured",
|
|
|
"noProvidersDescription": "Add a model provider to enable LLM connections for your agents.",
|
|
|
"testConnection": "Test Connection",
|
|
|
@@ -878,6 +1070,7 @@
|
|
|
"totalProviders": "Total Providers",
|
|
|
"activeProviders": "Active Providers",
|
|
|
"totalModels": "Total Models",
|
|
|
+ "defaultModels": "Default Models",
|
|
|
"providers": "Providers",
|
|
|
"searchProviders": "Search providers...",
|
|
|
"discoveredModels": "Discovered Models",
|
|
|
@@ -928,6 +1121,119 @@
|
|
|
"failedToCreate": "Failed to create",
|
|
|
"failedToUpdate": "Failed to update",
|
|
|
"failedToDelete": "Failed to delete",
|
|
|
- "failedToSave": "Failed to save"
|
|
|
+ "failedToSave": "Failed to save",
|
|
|
+ "unableToLoadData": "Unable to load data",
|
|
|
+ "checkGatewayConnection": "Check the gateway connection and credentials.",
|
|
|
+ "somethingBroke": "Something broke"
|
|
|
+ },
|
|
|
+ "models": {
|
|
|
+ "title": "Models",
|
|
|
+ "description": "Manage configured model endpoints.",
|
|
|
+ "defaultTestPrompt": "Say OK in one short sentence.",
|
|
|
+ "failedToLoad": "Failed to load models",
|
|
|
+ "modelCreated": "Model created",
|
|
|
+ "modelSaved": "Model saved",
|
|
|
+ "failedToSave": "Failed to save model",
|
|
|
+ "modelDeleted": "Model deleted",
|
|
|
+ "failedToDelete": "Failed to delete model",
|
|
|
+ "testFailed": "Model test failed",
|
|
|
+ "loading": "Loading models",
|
|
|
+ "newModel": "New Model",
|
|
|
+ "configured": "Configured",
|
|
|
+ "withApiKey": "With API Key",
|
|
|
+ "configuredModels": "Configured Models",
|
|
|
+ "shown": "{{shown}} of {{total}} shown",
|
|
|
+ "listManagement": "List management",
|
|
|
+ "searchPlaceholder": "Search name, model, provider...",
|
|
|
+ "allProviders": "All providers",
|
|
|
+ "model": "Model",
|
|
|
+ "provider": "Provider",
|
|
|
+ "capabilities": "Capabilities",
|
|
|
+ "noMatching": "No matching models",
|
|
|
+ "noMatchingDesc": "Adjust filters or create a new configured model.",
|
|
|
+ "createModel": "Create Model",
|
|
|
+ "editModel": "Edit Model",
|
|
|
+ "testModel": "Test Model",
|
|
|
+ "prompt": "Prompt",
|
|
|
+ "testing": "Testing",
|
|
|
+ "runTest": "Run Test",
|
|
|
+ "testNamed": "Test {{name}}",
|
|
|
+ "editNamed": "Edit {{name}}",
|
|
|
+ "deleteNamed": "Delete {{name}}",
|
|
|
+ "modelName": "Model Name",
|
|
|
+ "baseUrl": "Base URL",
|
|
|
+ "apiKey": "API Key",
|
|
|
+ "keepSecretPlaceholder": "Leave blank to keep stored secret",
|
|
|
+ "contextWindow": "Context Window",
|
|
|
+ "maxOutputTokens": "Max Output Tokens",
|
|
|
+ "temperature": "Temperature",
|
|
|
+ "timeoutSeconds": "Timeout Seconds",
|
|
|
+ "failedToCreate": "Failed to create model",
|
|
|
+ "newModelDesc": "Add a configured model endpoint.",
|
|
|
+ "quickCreateHint": "Add the model ID first. You can tune limits, temperature, and description later.",
|
|
|
+ "optionalApiKey": "Optional for local providers",
|
|
|
+ "modelNamePreview": "Model ID",
|
|
|
+ "baseUrlNeeded": "Base URL is required for custom providers.",
|
|
|
+ "showAdvanced": "Show advanced options",
|
|
|
+ "hideAdvanced": "Hide advanced options",
|
|
|
+ "localChatPlaceholder": "Local Chat",
|
|
|
+ "modelTestCompleted": "Model test completed",
|
|
|
+ "providerOpenaiCompatible": "OpenAI compatible",
|
|
|
+ "providerOpenai": "OpenAI",
|
|
|
+ "providerOllama": "Ollama",
|
|
|
+ "providerAnthropic": "Anthropic",
|
|
|
+ "providerDeepSeek": "DeepSeek",
|
|
|
+ "providerCustom": "Custom",
|
|
|
+ "capability": {
|
|
|
+ "chat": "Chat",
|
|
|
+ "tools": "Tools",
|
|
|
+ "reasoning": "Reasoning",
|
|
|
+ "embedding": "Embedding",
|
|
|
+ "image": "Image",
|
|
|
+ "audio": "Audio",
|
|
|
+ "video": "Video",
|
|
|
+ "rerank": "Rerank",
|
|
|
+ "moderation": "Moderation"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "memories": {
|
|
|
+ "title": "Memory",
|
|
|
+ "description": "Manage agent, user, session, and team memories. Inspect recall behavior without reading raw JSON.",
|
|
|
+ "failedToLoad": "Failed to load memories",
|
|
|
+ "loading": "Loading memories",
|
|
|
+ "store": "Memory Store",
|
|
|
+ "shown": "{{shown}} shown / {{total}} total",
|
|
|
+ "noMemoriesFound": "No memories found",
|
|
|
+ "noMemoriesFoundDesc": "Adjust filters or wait for agents and sessions to accumulate memory.",
|
|
|
+ "detail": "Memory Detail",
|
|
|
+ "searchPlaceholder": "Search content, scope, source, or owner",
|
|
|
+ "scope": "Scope",
|
|
|
+ "allScopes": "All scopes",
|
|
|
+ "allTypes": "All types",
|
|
|
+ "scopeGlobal": "Global",
|
|
|
+ "scopeUser": "User",
|
|
|
+ "scopeSession": "Session",
|
|
|
+ "scopeAgent": "Agent",
|
|
|
+ "scopeTeam": "Team",
|
|
|
+ "expired": "Expired",
|
|
|
+ "scopeId": "Scope ID",
|
|
|
+ "importance": "Importance",
|
|
|
+ "selectMemory": "Select a memory",
|
|
|
+ "selectMemoryDesc": "Details, scope, access history, and retrieval metadata appear here.",
|
|
|
+ "content": "Content",
|
|
|
+ "ownerAgent": "Owner Agent",
|
|
|
+ "user": "User",
|
|
|
+ "session": "Session",
|
|
|
+ "source": "Source",
|
|
|
+ "embedding": "Embedding",
|
|
|
+ "notGenerated": "Not generated",
|
|
|
+ "vectorSize": "Vector Size",
|
|
|
+ "lastAccessed": "Last Accessed",
|
|
|
+ "expires": "Expires",
|
|
|
+ "never": "Never",
|
|
|
+ "metadata": "Metadata",
|
|
|
+ "noMetadata": "No metadata provided.",
|
|
|
+ "structuredContent": "Structured Content",
|
|
|
+ "noStructuredContent": "No structured content."
|
|
|
}
|
|
|
}
|