|
|
@@ -0,0 +1,933 @@
|
|
|
+{
|
|
|
+ "common": {
|
|
|
+ "loading": "Loading...",
|
|
|
+ "error": "Error",
|
|
|
+ "retry": "Retry",
|
|
|
+ "cancel": "Cancel",
|
|
|
+ "save": "Save",
|
|
|
+ "delete": "Delete",
|
|
|
+ "edit": "Edit",
|
|
|
+ "create": "Create",
|
|
|
+ "search": "Search",
|
|
|
+ "noData": "No data",
|
|
|
+ "confirm": "Confirm",
|
|
|
+ "back": "Back",
|
|
|
+ "next": "Next",
|
|
|
+ "previous": "Previous",
|
|
|
+ "submit": "Submit",
|
|
|
+ "close": "Close",
|
|
|
+ "refresh": "Refresh",
|
|
|
+ "copy": "Copy",
|
|
|
+ "copyCode": "Copy Code",
|
|
|
+ "clear": "Clear",
|
|
|
+ "clearFilters": "Clear filters",
|
|
|
+ "details": "Details",
|
|
|
+ "overview": "Overview",
|
|
|
+ "settings": "Settings",
|
|
|
+ "createVersion": "Create Version",
|
|
|
+ "start": "Start",
|
|
|
+ "stop": "Stop",
|
|
|
+ "run": "Run",
|
|
|
+ "runs": "Runs",
|
|
|
+ "running": "Running",
|
|
|
+ "creating": "Creating...",
|
|
|
+ "starting": "Starting...",
|
|
|
+ "createNew": "New",
|
|
|
+ "noResults": "No results",
|
|
|
+ "version": "Version",
|
|
|
+ "versions": "Versions",
|
|
|
+ "status": "Status",
|
|
|
+ "type": "Type",
|
|
|
+ "name": "Name",
|
|
|
+ "description": "Description",
|
|
|
+ "code": "Code",
|
|
|
+ "created": "Created",
|
|
|
+ "updated": "Updated",
|
|
|
+ "actions": "Actions",
|
|
|
+ "active": "Active",
|
|
|
+ "draft": "Draft",
|
|
|
+ "archived": "Archived",
|
|
|
+ "all": "All",
|
|
|
+ "filter": "Filter",
|
|
|
+ "sort": "Sort",
|
|
|
+ "select": "Select",
|
|
|
+ "selectAll": "Select all",
|
|
|
+ "required": "Required",
|
|
|
+ "optional": "Optional",
|
|
|
+ "enabled": "Enabled",
|
|
|
+ "disabled": "Disabled",
|
|
|
+ "yes": "Yes",
|
|
|
+ "no": "No",
|
|
|
+ "queued": "Queued",
|
|
|
+ "completed": "Completed",
|
|
|
+ "failed": "Failed",
|
|
|
+ "cancelled": "Cancelled",
|
|
|
+ "filterByStatus": "Filter by status",
|
|
|
+ "filterByAgentType": "Filter by agent type",
|
|
|
+ "sortAgents": "Sort agents",
|
|
|
+ "listView": "List view",
|
|
|
+ "gridView": "Grid view",
|
|
|
+ "list": "List",
|
|
|
+ "grid": "Grid",
|
|
|
+ "filterRunsByStatus": "Filter runs by status"
|
|
|
+ },
|
|
|
+ "nav": {
|
|
|
+ "dashboard": "Dashboard",
|
|
|
+ "agents": "Agents",
|
|
|
+ "sessions": "Sessions",
|
|
|
+ "tools": "Tools",
|
|
|
+ "knowledge": "Knowledge",
|
|
|
+ "teams": "Teams",
|
|
|
+ "skills": "Skills",
|
|
|
+ "models": "Model Providers",
|
|
|
+ "settings": "Settings",
|
|
|
+ "collapse": "Collapse"
|
|
|
+ },
|
|
|
+ "app": {
|
|
|
+ "name": "Auto Platform",
|
|
|
+ "loadingStudio": "Loading studio"
|
|
|
+ },
|
|
|
+ "theme": {
|
|
|
+ "switchToLight": "Switch to light mode",
|
|
|
+ "switchToDark": "Switch to dark mode"
|
|
|
+ },
|
|
|
+ "auth": {
|
|
|
+ "logout": "Logout",
|
|
|
+ "user": "User",
|
|
|
+ "mockData": "Mock Data",
|
|
|
+ "gateway": "Gateway"
|
|
|
+ },
|
|
|
+ "login": {
|
|
|
+ "title": "Web Studio Login",
|
|
|
+ "description": "Use your gateway API key to login.",
|
|
|
+ "apiKey": "API Key",
|
|
|
+ "userId": "User ID",
|
|
|
+ "enterStudio": "Enter Studio",
|
|
|
+ "checking": "Checking...",
|
|
|
+ "useDemo": "Use Demo Credentials",
|
|
|
+ "showKey": "Show API key",
|
|
|
+ "hideKey": "Hide API key",
|
|
|
+ "connected": "Connected to gateway",
|
|
|
+ "rejected": "Gateway rejected the credentials"
|
|
|
+ },
|
|
|
+ "dashboard": {
|
|
|
+ "title": "Dashboard",
|
|
|
+ "description": "Operational overview for agent execution.",
|
|
|
+ "agents": "Agents",
|
|
|
+ "runsToday": "Runs Today",
|
|
|
+ "activeSessions": "Active Sessions",
|
|
|
+ "executionTrend": "Execution Trend",
|
|
|
+ "serviceHealth": "Service Health",
|
|
|
+ "recentRuns": "Recent Runs",
|
|
|
+ "allRequestsFailed": "All dashboard requests failed. Check the API gateway and credentials.",
|
|
|
+ "services": "Services"
|
|
|
+ },
|
|
|
+ "agents": {
|
|
|
+ "title": "Agents",
|
|
|
+ "description": "Design, inspect, and operate agent definitions, versions, prompts, and runs from one workspace.",
|
|
|
+ "create": "Create Agent",
|
|
|
+ "newAgent": "New Agent",
|
|
|
+ "empty": "No agents",
|
|
|
+ "emptyDescription": "Create your first agent to get started.",
|
|
|
+ "refresh": "Refresh",
|
|
|
+ "agentDirectory": "Agent Directory",
|
|
|
+ "agentsShown": "of {{count}} agents shown",
|
|
|
+ "searchByNameCodeType": "Search by name, code, type, or description",
|
|
|
+ "allStatuses": "All statuses",
|
|
|
+ "allTypes": "All types",
|
|
|
+ "newestFirst": "Newest first",
|
|
|
+ "list": "List",
|
|
|
+ "grid": "Grid",
|
|
|
+ "overview": "Overview",
|
|
|
+ "promptConfig": "Prompt & Config",
|
|
|
+ "testConsole": "Test Console",
|
|
|
+ "noMatchingAgents": "No matching agents",
|
|
|
+ "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",
|
|
|
+ "runs": "Runs",
|
|
|
+ "testInput": "Test input",
|
|
|
+ "resultPreview": "Result Preview",
|
|
|
+ "simulateRun": "Simulate Run",
|
|
|
+ "runSimulation": "Run a local simulation to preview the output contract.",
|
|
|
+ "noDescription": "No description provided.",
|
|
|
+ "selectAnAgent": "Select an agent",
|
|
|
+ "noAgents": "No agents",
|
|
|
+ "createAgentStart": "Create an agent to start building definitions and versions.",
|
|
|
+ "versions": "Versions",
|
|
|
+ "failures": "Failures",
|
|
|
+ "latest": "Latest",
|
|
|
+ "none": "None",
|
|
|
+ "owner": "Owner",
|
|
|
+ "unassigned": "Unassigned",
|
|
|
+ "role": "Role",
|
|
|
+ "model": "Model",
|
|
|
+ "published": "Published",
|
|
|
+ "notPublished": "Not published",
|
|
|
+ "systemPrompt": "System Prompt",
|
|
|
+ "modelConfig": "Model Config",
|
|
|
+ "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",
|
|
|
+ "worker": "Worker",
|
|
|
+ "output": "Output",
|
|
|
+ "noOutputYet": "No output yet",
|
|
|
+ "structuredInput": "Structured input payload",
|
|
|
+ "loaded": "Loaded",
|
|
|
+ "runsCount": "Runs",
|
|
|
+ "agentCreated": "Agent created",
|
|
|
+ "definitionDescription": "Create the reusable agent identity first. Versions, 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",
|
|
|
+ "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",
|
|
|
+ "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"
|
|
|
+ },
|
|
|
+ "sessions": {
|
|
|
+ "title": "Sessions",
|
|
|
+ "description": "Inspect channel sessions and chat messages.",
|
|
|
+ "create": "New Session",
|
|
|
+ "newSession": "New Session",
|
|
|
+ "empty": "No sessions",
|
|
|
+ "emptyDescription": "Start a new session to begin.",
|
|
|
+ "typeMessage": "Type a message...",
|
|
|
+ "searchSessions": "Search sessions",
|
|
|
+ "noMessages": "No messages",
|
|
|
+ "sendFirstMessage": "Send the first message for this session.",
|
|
|
+ "noSessionSelected": "No session selected",
|
|
|
+ "chooseOrCreate": "Choose or create a session to start chatting.",
|
|
|
+ "untitledSession": "Untitled session",
|
|
|
+ "message": "Message",
|
|
|
+ "sendMessage": "Send message",
|
|
|
+ "selectSession": "Select a session",
|
|
|
+ "sessionCreated": "Session created",
|
|
|
+ "messageSent": "Message sent",
|
|
|
+ "channelType": "Channel Type"
|
|
|
+ },
|
|
|
+ "tools": {
|
|
|
+ "title": "Tools",
|
|
|
+ "description": "Manage tool definitions, versions, readiness, and quick payload tests.",
|
|
|
+ "create": "Create Tool",
|
|
|
+ "newTool": "New Tool",
|
|
|
+ "empty": "No tools available",
|
|
|
+ "refresh": "Refresh",
|
|
|
+ "toolList": "Tool List",
|
|
|
+ "shown": "of {{count}} shown",
|
|
|
+ "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.",
|
|
|
+ "definition": "Definition",
|
|
|
+ "version": "Version",
|
|
|
+ "binding": "Binding",
|
|
|
+ "credential": "Credential",
|
|
|
+ "readiness": "Readiness",
|
|
|
+ "basicInfo": "Basic Info",
|
|
|
+ "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.",
|
|
|
+ "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"
|
|
|
+ },
|
|
|
+ "knowledge": {
|
|
|
+ "title": "Knowledge",
|
|
|
+ "description": "Manage retrieval bases, ingest documents, inspect indexing state, and test semantic search.",
|
|
|
+ "refresh": "Refresh",
|
|
|
+ "reindex": "Re-index",
|
|
|
+ "reindexStarted": "Re-index job started",
|
|
|
+ "addDocument": "Add Document",
|
|
|
+ "reindexScope": "Re-index Scope",
|
|
|
+ "newBase": "New Base",
|
|
|
+ "knowledgeBases": "Knowledge Bases",
|
|
|
+ "documents": "Documents",
|
|
|
+ "indexed": "Indexed",
|
|
|
+ "sources": "Sources",
|
|
|
+ "bases": "Bases",
|
|
|
+ "searchBases": "Search bases",
|
|
|
+ "noBasesFound": "No bases found",
|
|
|
+ "createOrSearch": "Create or search for another knowledge base.",
|
|
|
+ "newBaseBtn": "New Base",
|
|
|
+ "activeKnowledgeBase": "Active Knowledge Base",
|
|
|
+ "scope": "Scope",
|
|
|
+ "current": "Current",
|
|
|
+ "allBases": "All Bases",
|
|
|
+ "operationsApplyTo": "Operations apply to",
|
|
|
+ "knowledgeBases_count": "{{count}} knowledge bases",
|
|
|
+ "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.",
|
|
|
+ "noDescription": "No description",
|
|
|
+ "archive": "Archive",
|
|
|
+ "restoreCurrent": "Restore Current",
|
|
|
+ "reindexSet": "Re-index Set",
|
|
|
+ "selected": "Selected",
|
|
|
+ "documentsCount": "Documents",
|
|
|
+ "indexedCount": "Indexed",
|
|
|
+ "knowledgeCapabilityMap": "Knowledge Capability Map",
|
|
|
+ "moduleStatus": "Module status at a glance. Open the dedicated section for each workflow.",
|
|
|
+ "overview": "Overview",
|
|
|
+ "documentsTab": "Documents",
|
|
|
+ "ingest": "Ingest",
|
|
|
+ "playground": "Playground",
|
|
|
+ "evaluation": "Evaluation",
|
|
|
+ "jobs": "Jobs",
|
|
|
+ "analytics": "Analytics",
|
|
|
+ "settingsTab": "Settings",
|
|
|
+ "ingestDocuments": "Ingest Documents",
|
|
|
+ "prototypeIngestion": "Prototype every ingestion source from the frontend. Each connector creates a local indexing job and behaves like a complete workflow.",
|
|
|
+ "pasteText": "Paste Text",
|
|
|
+ "createParseChunk": "Create, parse, chunk, embed, and index content.",
|
|
|
+ "urlSitemap": "URL / Sitemap",
|
|
|
+ "configureCrawlDepth": "Configure crawl depth, include patterns, and sync cadence.",
|
|
|
+ "githubRepository": "GitHub Repository",
|
|
|
+ "chooseRepoBranch": "Choose repository, branch, path filters, and sync mode.",
|
|
|
+ "pdfDocxUpload": "PDF / DOCX Upload",
|
|
|
+ "stageBatchPreview": "Stage a batch, preview parser settings, and create an indexing job.",
|
|
|
+ "retrievalPlayground": "Retrieval Playground",
|
|
|
+ "tuneTopKFilters": "Tune top K and filters, run retrieval, then inspect citations and score breakdowns.",
|
|
|
+ "askRetrievalQuestion": "Ask a retrieval question",
|
|
|
+ "topK": "Top K",
|
|
|
+ "searchSourceFilter": "Search source filter",
|
|
|
+ "searchResultCount": "Search {{count}}",
|
|
|
+ "searching": "Searching...",
|
|
|
+ "noSearchResultsYet": "No search results yet",
|
|
|
+ "runRetrievalInspect": "Run a retrieval query to inspect chunks, citations, and score JSON.",
|
|
|
+ "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",
|
|
|
+ "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",
|
|
|
+ "analyticsTab": "Analytics",
|
|
|
+ "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",
|
|
|
+ "accessControl": "Access Control",
|
|
|
+ "dataProtection": "Data Protection",
|
|
|
+ "exportEnabled": "Export Enabled",
|
|
|
+ "allowDataExport": "Allow knowledge base data to be exported",
|
|
|
+ "auditLog": "Audit Log",
|
|
|
+ "enableAuditLogging": "Enable Audit Logging",
|
|
|
+ "trackAccessModifications": "Track document access and modifications",
|
|
|
+ "dataRetention": "Data Retention",
|
|
|
+ "days": "{{count}} days",
|
|
|
+ "networkSecurity": "Network Security",
|
|
|
+ "ipAllowlist": "IP Allowlist",
|
|
|
+ "restrictAccessByIp": "Restrict access by IP address",
|
|
|
+ "allowedIpRanges": "Allowed IP Ranges",
|
|
|
+ "configureConnector": "Configure {{kind}}",
|
|
|
+ "source": "Source",
|
|
|
+ "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",
|
|
|
+ "createKnowledgeBase": "Create Knowledge Base",
|
|
|
+ "metadataJson": "Metadata JSON",
|
|
|
+ "addDocumentTitle": "Add Document",
|
|
|
+ "sourceType": "Source Type",
|
|
|
+ "sourceUri": "Source URI",
|
|
|
+ "content": "Content",
|
|
|
+ "chunkOverlap": "Chunk Overlap",
|
|
|
+ "parsePreview": "Parse Preview",
|
|
|
+ "previewParse": "Preview Parse",
|
|
|
+ "parsing": "Parsing...",
|
|
|
+ "indexDocument": "Index Document",
|
|
|
+ "indexing": "Indexing...",
|
|
|
+ "documentIngestFailed": "Document ingest failed",
|
|
|
+ "knowledgeBaseCreated": "Knowledge base created",
|
|
|
+ "knowledgeBaseRestored": "Knowledge base restored",
|
|
|
+ "knowledgeBaseArchived": "Knowledge base archived",
|
|
|
+ "searchResults": "search results",
|
|
|
+ "noMatchingChunks": "No matching chunks found",
|
|
|
+ "searchFailed": "Search failed",
|
|
|
+ "failedToLoadDocuments": "Failed to load documents",
|
|
|
+ "lastIngestCreated": "Last ingest created {{count}} chunks",
|
|
|
+ "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.",
|
|
|
+ "metadata": "Metadata",
|
|
|
+ "chunks": "Chunks",
|
|
|
+ "chunk": "chunk",
|
|
|
+ "tokens": "tokens",
|
|
|
+ "noChunksLoaded": "No chunks loaded",
|
|
|
+ "runSearchOrIndex": "Run search or index a new document to inspect chunks.",
|
|
|
+ "noMatchingDocuments": "No documents match filters",
|
|
|
+ "adjustSearchOrStatus": "Adjust the search text or status filter.",
|
|
|
+ "noDocuments": "No documents",
|
|
|
+ "addTextMarkdownJson": "Add a text, markdown, JSON, HTML, or file-derived document to index it for retrieval.",
|
|
|
+ "allStatuses": "All statuses",
|
|
|
+ "indexed_status": "Indexed",
|
|
|
+ "draft_status": "Draft",
|
|
|
+ "failed_status": "Failed",
|
|
|
+ "archived_status": "Archived",
|
|
|
+ "allSources": "All sources",
|
|
|
+ "sourceStatus": "Source",
|
|
|
+ "statusIndexed": "Status",
|
|
|
+ "createdAt": "Created",
|
|
|
+ "indexedAt": "Indexed",
|
|
|
+ "pending": "Pending",
|
|
|
+ "contentHash": "Content Hash",
|
|
|
+ "notAvailable": "Not available",
|
|
|
+ "notProvided": "Not provided",
|
|
|
+ "state": {
|
|
|
+ "live": "Live",
|
|
|
+ "mock": "Mock",
|
|
|
+ "mockLocal": "Mock / Local",
|
|
|
+ "prototype": "Prototype",
|
|
|
+ "proto": "Proto"
|
|
|
+ },
|
|
|
+ "ingestion": "Ingestion",
|
|
|
+ "indexingTab": "Indexing",
|
|
|
+ "retrievalTab": "Retrieval",
|
|
|
+ "governance": "Governance",
|
|
|
+ "integration": "Integration",
|
|
|
+ "textMarkdownIngest": "Text / Markdown ingest",
|
|
|
+ "parsePreviewIng": "Parse preview",
|
|
|
+ "pdfDocxHtmlParser": "PDF / DOCX / HTML parser",
|
|
|
+ "urlSitemapGithub": "URL, sitemap, GitHub import",
|
|
|
+ "chunkSizeOverlap": "Chunk size / overlap",
|
|
|
+ "embeddingModelTracking": "Embedding model tracking",
|
|
|
+ "reindexDocumentBase": "Re-index document/base",
|
|
|
+ "indexJobQueue": "Index job queue",
|
|
|
+ "hybridSearchPlayground": "Hybrid search playground",
|
|
|
+ "topKMetadataFilters": "Top K and metadata filters",
|
|
|
+ "scoreBreakdownCitations": "Score breakdown and citations",
|
|
|
+ "rerankQueryRewrite": "Rerank / query rewrite controls",
|
|
|
+ "goldenQueries": "Golden queries",
|
|
|
+ "recallPrecisionMetrics": "Recall / precision metrics",
|
|
|
+ "humanRelevanceFeedback": "Human relevance feedback",
|
|
|
+ "regressionComparison": "Regression comparison",
|
|
|
+ "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",
|
|
|
+ "runTraceCitations": "Run trace citations",
|
|
|
+ "createdJob": "{{type}} job created",
|
|
|
+ "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"
|
|
|
+ },
|
|
|
+ "teams": {
|
|
|
+ "title": "Teams",
|
|
|
+ "description": "Manage multi-agent teams — create, configure members and policies, and run collaborative tasks.",
|
|
|
+ "newTeam": "New Team",
|
|
|
+ "searchPlaceholder": "Search teams...",
|
|
|
+ "searchByNameCodeType": "Search by name, code, 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.",
|
|
|
+ "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.",
|
|
|
+ "teamDetails": "Team Details",
|
|
|
+ "teamDirectory": "Team Directory",
|
|
|
+ "teamCockpit": "Team Cockpit",
|
|
|
+ "copyCode": "Copy Code",
|
|
|
+ "teamCodeCopied": "Team code copied",
|
|
|
+ "newVersion": "New Version",
|
|
|
+ "newVersionBtn": "New Version",
|
|
|
+ "run": "Run",
|
|
|
+ "runs": "Runs",
|
|
|
+ "versions": "Versions",
|
|
|
+ "members": "Members",
|
|
|
+ "failedRuns": "Failed Runs",
|
|
|
+ "member": "Member",
|
|
|
+ "role": "Role",
|
|
|
+ "agentId": "Agent ID",
|
|
|
+ "unboundAgent": "unbound-agent",
|
|
|
+ "responsibility": "Responsibility",
|
|
|
+ "noResponsibilitySummary": "No responsibility summary provided.",
|
|
|
+ "coordination": "Coordination",
|
|
|
+ "coordinationMode": "Coordination mode",
|
|
|
+ "coordinationTab": "Coordination",
|
|
|
+ "mode": "Mode",
|
|
|
+ "objective": "Objective",
|
|
|
+ "describeVersion": "Describe what this team should coordinate and optimize for.",
|
|
|
+ "policy": "Policy",
|
|
|
+ "maxRounds": "Max Rounds",
|
|
|
+ "maxRoundsField": "Max rounds",
|
|
|
+ "handoff": "Handoff",
|
|
|
+ "failureMode": "Failure Mode",
|
|
|
+ "supervisor": "Supervisor",
|
|
|
+ "worker": "Worker",
|
|
|
+ "reviewer": "Reviewer",
|
|
|
+ "planner": "Planner",
|
|
|
+ "roundRobin": "Round Robin",
|
|
|
+ "parallelMerge": "Parallel Merge",
|
|
|
+ "stopOnCritical": "Stop on Critical",
|
|
|
+ "continueWithWarning": "Continue with Warning",
|
|
|
+ "retryOnce": "Retry Once",
|
|
|
+ "addMember": "Add Member",
|
|
|
+ "remove": "Remove",
|
|
|
+ "selectAgent": "Select Agent",
|
|
|
+ "noMembersHint": "No members yet. Click \"Add Member\" to add team members.",
|
|
|
+ "addAtLeastOneMember": "Add at least one team member.",
|
|
|
+ "eachMemberNeedsAgentId": "Each member needs an agent selected.",
|
|
|
+ "maxRoundsMustBe": "Max rounds must be a whole number from 1 to 20.",
|
|
|
+ "basicInfo": "Basic Info",
|
|
|
+ "teamType": "Type",
|
|
|
+ "collaborative": "Collaborative",
|
|
|
+ "pipeline": "Pipeline",
|
|
|
+ "debate": "Debate",
|
|
|
+ "parallel": "Parallel",
|
|
|
+ "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.",
|
|
|
+ "teamRunStarted": "Team run started",
|
|
|
+ "failedStartTeamRun": "Failed to start team run",
|
|
|
+ "startTeamRunTitle": "Start Team Run",
|
|
|
+ "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",
|
|
|
+ "noDescription": "No description",
|
|
|
+ "owner": "Owner",
|
|
|
+ "unassigned": "Unassigned",
|
|
|
+ "preparingConsole": "Preparing console",
|
|
|
+ "taskTemplates": "Task templates",
|
|
|
+ "template": "Template {{index}}",
|
|
|
+ "searchByNameCodeType": "Search by name, code, type, or description"
|
|
|
+ },
|
|
|
+ "settings": {
|
|
|
+ "title": "Settings",
|
|
|
+ "description": "Manage identity, model providers, and gateway API keys.",
|
|
|
+ "newApiKey": "New API Key",
|
|
|
+ "user": "User",
|
|
|
+ "unset": "Unset",
|
|
|
+ "apiKeys": "API Keys",
|
|
|
+ "gatewayApiKeys": "Gateway API Keys",
|
|
|
+ "name": "Name",
|
|
|
+ "prefix": "Prefix",
|
|
|
+ "status": "Status",
|
|
|
+ "lastUsed": "Last Used",
|
|
|
+ "created": "Created",
|
|
|
+ "action": "Action",
|
|
|
+ "revoke": "Revoke",
|
|
|
+ "revoked": "Revoked",
|
|
|
+ "noApiKeys": "No API keys",
|
|
|
+ "createGatewayKey": "Create a gateway API key for local development or operator access.",
|
|
|
+ "apiKeyRevoked": "API key revoked",
|
|
|
+ "createApiKey": "Create API Key",
|
|
|
+ "copyKeyNow": "Copy this key now. The full secret is only shown once.",
|
|
|
+ "done": "Done",
|
|
|
+ "scopes": "Scopes",
|
|
|
+ "optionalScopes": "Optional comma-separated scopes",
|
|
|
+ "create": "Create",
|
|
|
+ "creating": "Creating...",
|
|
|
+ "apiKeyCreated": "API key created"
|
|
|
+ },
|
|
|
+ "modelProviders": {
|
|
|
+ "title": "Model Providers",
|
|
|
+ "description": "Configure LLM provider connections, API keys, and available models.",
|
|
|
+ "addProvider": "Add Provider",
|
|
|
+ "providerName": "Provider Name",
|
|
|
+ "providerType": "Provider Type",
|
|
|
+ "baseUrl": "Base URL",
|
|
|
+ "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",
|
|
|
+ "testing": "Testing...",
|
|
|
+ "testSuccess": "Connection successful ({{latency}}ms)",
|
|
|
+ "testFailed": "Connection failed",
|
|
|
+ "deleteProvider": "Delete Provider",
|
|
|
+ "deleteConfirm": "Are you sure you want to delete this model provider? Agents using this provider may stop working.",
|
|
|
+ "providerCreated": "Model provider created",
|
|
|
+ "providerUpdated": "Model provider updated",
|
|
|
+ "providerDeleted": "Model provider deleted",
|
|
|
+ "availableModels": "Available Models",
|
|
|
+ "modelId": "Model ID",
|
|
|
+ "displayName": "Display Name",
|
|
|
+ "addModel": "Add Model",
|
|
|
+ "removeModel": "Remove",
|
|
|
+ "extraConfig": "Extra Config (JSON)",
|
|
|
+ "noModels": "No models configured",
|
|
|
+ "editProvider": "Edit Provider",
|
|
|
+ "createProvider": "Create Provider",
|
|
|
+ "openai": "OpenAI",
|
|
|
+ "anthropic": "Anthropic",
|
|
|
+ "deepseek": "DeepSeek",
|
|
|
+ "azure_openai": "Azure OpenAI",
|
|
|
+ "ollama": "Ollama",
|
|
|
+ "custom": "Custom",
|
|
|
+ "active": "Active",
|
|
|
+ "inactive": "Inactive",
|
|
|
+ "error": "Error",
|
|
|
+ "toggleStatus": "Toggle Status",
|
|
|
+ "masked": "***masked",
|
|
|
+ "discoverModels": "Auto Discover",
|
|
|
+ "discovering": "Discovering...",
|
|
|
+ "discovered": "Discovered {{count}} models",
|
|
|
+ "discoverFailed": "Failed to discover models",
|
|
|
+ "selectModels": "Select models to add",
|
|
|
+ "selectAll": "Select All",
|
|
|
+ "deselectAll": "Deselect All",
|
|
|
+ "applySelected": "Apply ({{count}})",
|
|
|
+ "noModelsDiscovered": "No models found. Check the base URL and API key.",
|
|
|
+ "ownedBy": "By {{owner}}",
|
|
|
+ "contextWindow": "{{tokens}} tokens",
|
|
|
+ "totalProviders": "Total Providers",
|
|
|
+ "activeProviders": "Active Providers",
|
|
|
+ "totalModels": "Total Models",
|
|
|
+ "providers": "Providers",
|
|
|
+ "searchProviders": "Search providers...",
|
|
|
+ "discoveredModels": "Discovered Models",
|
|
|
+ "allTypes": "All Types",
|
|
|
+ "type_chat": "Chat",
|
|
|
+ "type_reasoning": "Reasoning",
|
|
|
+ "type_embedding": "Embedding",
|
|
|
+ "type_image": "Image",
|
|
|
+ "type_audio": "Audio",
|
|
|
+ "type_video": "Video",
|
|
|
+ "type_rerank": "Rerank",
|
|
|
+ "type_moderation": "Moderation",
|
|
|
+ "type_other": "Other",
|
|
|
+ "filterByType": "Filter by type"
|
|
|
+ },
|
|
|
+ "skills": {
|
|
|
+ "title": "Skills",
|
|
|
+ "description": "Define skill packages that tell AI how to use tools to complete business tasks.",
|
|
|
+ "new": "New Skill",
|
|
|
+ "search": "Search skills...",
|
|
|
+ "empty": "No skills yet",
|
|
|
+ "emptyHint": "Create a skill to define how AI should use tools.",
|
|
|
+ "active": "Active",
|
|
|
+ "draft": "Draft",
|
|
|
+ "deleted": "Skill deleted",
|
|
|
+ "saved": "Skill saved",
|
|
|
+ "created": "Skill created",
|
|
|
+ "instruction": "Instruction",
|
|
|
+ "instructionHint": "Tell the AI step by step how to use the bound tools.",
|
|
|
+ "instructionPlaceholder": "When customer asks about order:\n1. Use lookup_order to find order\n2. Check status\n3. Provide update",
|
|
|
+ "noInstruction": "No instruction yet. Click edit to add one.",
|
|
|
+ "tools": "tools",
|
|
|
+ "toolsHint": "Click to toggle tool binding.",
|
|
|
+ "toolsCount": "Tools Bound",
|
|
|
+ "selectTools": "Select Tools",
|
|
|
+ "allCategories": "All Categories",
|
|
|
+ "category": "Category",
|
|
|
+ "namePlaceholder": "e.g., Order Status Checker",
|
|
|
+ "descPlaceholder": "Brief description...",
|
|
|
+ "info": "Information",
|
|
|
+ "catService": "Service",
|
|
|
+ "catAnalytics": "Analytics",
|
|
|
+ "catDevelopment": "Development",
|
|
|
+ "catProcessing": "Processing"
|
|
|
+ },
|
|
|
+ "errors": {
|
|
|
+ "failedToLoad": "Failed to load",
|
|
|
+ "failedToCreate": "Failed to create",
|
|
|
+ "failedToUpdate": "Failed to update",
|
|
|
+ "failedToDelete": "Failed to delete",
|
|
|
+ "failedToSave": "Failed to save"
|
|
|
+ }
|
|
|
+}
|