mirror of
https://github.com/langgenius/dify.git
synced 2026-08-28 20:21:58 +08:00
Co-authored-by: yyh <yuanyouhuilyz@gmail.com> Co-authored-by: Joel <iamjoel007@gmail.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: yyh <92089059+lyzno1@users.noreply.github.com>
398 lines
27 KiB
JSON
398 lines
27 KiB
JSON
{
|
|
"agentDetail.access.actionUnavailable": "This action is not available yet.",
|
|
"agentDetail.access.actions.monitoring": "Monitoring",
|
|
"agentDetail.access.copyAccessUrl": "Copy access URL",
|
|
"agentDetail.access.copyFailed": "Failed to copy reference.",
|
|
"agentDetail.access.copyReference": "Copy reference for {{name}}",
|
|
"agentDetail.access.copyServiceEndpoint": "Copy service API endpoint",
|
|
"agentDetail.access.description": "Every surface this agent is reachable from.",
|
|
"agentDetail.access.empty": "No linked access points",
|
|
"agentDetail.access.emptyDescription": "This roster agent has no app or workflow references yet.",
|
|
"agentDetail.access.entries.agentApp.description": "Agent app linked to this roster agent.",
|
|
"agentDetail.access.entries.agentApp.name": "Agent app",
|
|
"agentDetail.access.entries.workflow.description": "Workflow and node reference linked to this roster agent.",
|
|
"agentDetail.access.entries.workflow.name": "Workflow node",
|
|
"agentDetail.access.entryCount_one": "{{count}} entry",
|
|
"agentDetail.access.entryCount_other": "{{count}} entries",
|
|
"agentDetail.access.groups.references.heading": "References",
|
|
"agentDetail.access.groups.references.label": "Linked references",
|
|
"agentDetail.access.learnMore": "Learn more",
|
|
"agentDetail.access.moreActions": "More actions for {{name}}",
|
|
"agentDetail.access.serviceApi.actions.apiKey": "API Key",
|
|
"agentDetail.access.serviceApi.actions.apiReference": "API Reference",
|
|
"agentDetail.access.serviceApi.endpoint": "Service API Endpoint",
|
|
"agentDetail.access.serviceApi.title": "Backend service API",
|
|
"agentDetail.access.status.disabled": "Disabled",
|
|
"agentDetail.access.status.enabled": "Enabled",
|
|
"agentDetail.access.status.inService": "In service",
|
|
"agentDetail.access.status.outOfService": "Out of service",
|
|
"agentDetail.access.title": "Access Point",
|
|
"agentDetail.access.toggleSurface": "Toggle {{name}} access",
|
|
"agentDetail.access.webApp.accessUrl": "Access URL",
|
|
"agentDetail.access.webApp.actions.customize": "Customize",
|
|
"agentDetail.access.webApp.actions.embedded": "Embedded",
|
|
"agentDetail.access.webApp.actions.launch": "Launch",
|
|
"agentDetail.access.webApp.actions.settings": "Settings",
|
|
"agentDetail.access.webApp.refreshUrl": "Refresh access URL",
|
|
"agentDetail.access.webApp.showQrCode": "Show QR code",
|
|
"agentDetail.access.webApp.ssoEnabled": "SSO Enabled",
|
|
"agentDetail.access.webApp.title": "Web app",
|
|
"agentDetail.access.workflow.description": "Used as a node inside the workflow",
|
|
"agentDetail.access.workflow.empty": "No workflow references yet.",
|
|
"agentDetail.access.workflow.loadFailed": "Failed to load workflow references.",
|
|
"agentDetail.access.workflow.loading": "Loading workflow references…",
|
|
"agentDetail.access.workflow.nodeCount_one": "{{count}} node",
|
|
"agentDetail.access.workflow.nodeCount_other": "{{count}} nodes",
|
|
"agentDetail.access.workflow.notAvailable": "N/A",
|
|
"agentDetail.access.workflow.openInStudio": "Open in Studio",
|
|
"agentDetail.access.workflow.openInStudioFor": "Open {{name}} in Studio",
|
|
"agentDetail.access.workflow.table.actions": "Actions",
|
|
"agentDetail.access.workflow.table.lastUpdated": "Last updated",
|
|
"agentDetail.access.workflow.table.name": "Name",
|
|
"agentDetail.access.workflow.table.nodes": "Nodes",
|
|
"agentDetail.access.workflow.table.version": "Version",
|
|
"agentDetail.access.workflow.title": "Workflow access",
|
|
"agentDetail.configure.advancedSettings.description": "For power users. Env vars, sandbox & memory.",
|
|
"agentDetail.configure.advancedSettings.envEditor.add": "Add environment variable",
|
|
"agentDetail.configure.advancedSettings.envEditor.deleteVariable": "Delete {{key}}",
|
|
"agentDetail.configure.advancedSettings.envEditor.hideValue": "Hide {{key}} value",
|
|
"agentDetail.configure.advancedSettings.envEditor.importEnv": "Import .env",
|
|
"agentDetail.configure.advancedSettings.envEditor.importEnvTip.mac": "To show hidden .env files, press Command + Shift + . in the file picker.",
|
|
"agentDetail.configure.advancedSettings.envEditor.importEnvTip.other": "If your .env file is hidden, enable hidden files in your system file picker.",
|
|
"agentDetail.configure.advancedSettings.envEditor.importEnvTip.windows": "To show hidden .env files, enable Hidden items in File Explorer.",
|
|
"agentDetail.configure.advancedSettings.envEditor.keyColumn": "Key",
|
|
"agentDetail.configure.advancedSettings.envEditor.keyPlaceholder": "Key",
|
|
"agentDetail.configure.advancedSettings.envEditor.label": "Env Editor",
|
|
"agentDetail.configure.advancedSettings.envEditor.revealValue": "Reveal {{key}} value",
|
|
"agentDetail.configure.advancedSettings.envEditor.scopeColumn": "Scope",
|
|
"agentDetail.configure.advancedSettings.envEditor.scopePlain": "Plain",
|
|
"agentDetail.configure.advancedSettings.envEditor.scopeSecret": "Secret",
|
|
"agentDetail.configure.advancedSettings.envEditor.scopeSelector": "Select environment variable scope",
|
|
"agentDetail.configure.advancedSettings.envEditor.tip": "Environment variables available to this agent at runtime.",
|
|
"agentDetail.configure.advancedSettings.envEditor.toggle": "Toggle env editor",
|
|
"agentDetail.configure.advancedSettings.envEditor.valueColumn": "Value",
|
|
"agentDetail.configure.advancedSettings.envEditor.valuePlaceholder": "Value",
|
|
"agentDetail.configure.advancedSettings.label": "Advanced Settings",
|
|
"agentDetail.configure.advancedSettings.toggle": "Toggle advanced settings",
|
|
"agentDetail.configure.chatFeatures.description": "Shape the end-user chat experience on your web app and chat surfaces.",
|
|
"agentDetail.configure.chatFeatures.title": "Chat Features",
|
|
"agentDetail.configure.files.add": "Add file",
|
|
"agentDetail.configure.files.empty.description": "Upload docs the agent can read, like specs, templates, or guidelines",
|
|
"agentDetail.configure.files.empty.title": "No files yet",
|
|
"agentDetail.configure.files.label": "Files",
|
|
"agentDetail.configure.files.preview.empty": "No preview content.",
|
|
"agentDetail.configure.files.preview.failed": "Failed to load preview.",
|
|
"agentDetail.configure.files.preview.unsupported": "Preview is not supported for this file.",
|
|
"agentDetail.configure.files.remove": "Remove {{name}}",
|
|
"agentDetail.configure.files.tip": "Files this agent can use while orchestrating tasks.",
|
|
"agentDetail.configure.files.toggle": "Toggle files",
|
|
"agentDetail.configure.files.treeLabel": "Agent files",
|
|
"agentDetail.configure.files.upload.action": "Upload",
|
|
"agentDetail.configure.files.upload.browse": "browse",
|
|
"agentDetail.configure.files.upload.description": "Upload a file for this agent.",
|
|
"agentDetail.configure.files.upload.dropzone": "Drop a file here, or",
|
|
"agentDetail.configure.files.upload.failed": "Failed to upload file.",
|
|
"agentDetail.configure.files.upload.fileType": "FILE",
|
|
"agentDetail.configure.files.upload.invalidFile": "Upload one file.",
|
|
"agentDetail.configure.files.upload.success": "File uploaded.",
|
|
"agentDetail.configure.files.upload.title": "Upload file",
|
|
"agentDetail.configure.knowledgeRetrieval.add": "Add knowledge retrieval",
|
|
"agentDetail.configure.knowledgeRetrieval.defaultName": "Retrieval {{index}}",
|
|
"agentDetail.configure.knowledgeRetrieval.dialog.knowledge.add": "Add knowledge",
|
|
"agentDetail.configure.knowledgeRetrieval.dialog.knowledge.empty": "Click the “+” button to add knowledge",
|
|
"agentDetail.configure.knowledgeRetrieval.dialog.knowledge.label": "Knowledge",
|
|
"agentDetail.configure.knowledgeRetrieval.dialog.knowledge.retrievalSetting": "Retrieval Setting",
|
|
"agentDetail.configure.knowledgeRetrieval.dialog.learnMore": "Learn more about Knowledge retrieval",
|
|
"agentDetail.configure.knowledgeRetrieval.dialog.metadata.automatic": "Automatic",
|
|
"agentDetail.configure.knowledgeRetrieval.dialog.metadata.conditions": "Conditions",
|
|
"agentDetail.configure.knowledgeRetrieval.dialog.metadata.disabled": "Disabled",
|
|
"agentDetail.configure.knowledgeRetrieval.dialog.metadata.label": "Metadata Filtering",
|
|
"agentDetail.configure.knowledgeRetrieval.dialog.metadata.manual": "Manual",
|
|
"agentDetail.configure.knowledgeRetrieval.dialog.metadata.modeLabel": "Select metadata filtering mode",
|
|
"agentDetail.configure.knowledgeRetrieval.dialog.nameLabel": "Knowledge retrieval name",
|
|
"agentDetail.configure.knowledgeRetrieval.dialog.query.agent": "Agent decide",
|
|
"agentDetail.configure.knowledgeRetrieval.dialog.query.agentDescription": "The agent writes its own query from the prompt and available context. Nothing to set up here.",
|
|
"agentDetail.configure.knowledgeRetrieval.dialog.query.custom": "Custom query",
|
|
"agentDetail.configure.knowledgeRetrieval.dialog.query.customDescription": "Write a fixed query for this retrieval source.",
|
|
"agentDetail.configure.knowledgeRetrieval.dialog.query.customInputLabel": "Custom query text",
|
|
"agentDetail.configure.knowledgeRetrieval.dialog.query.customPlaceholder": "Type a search query",
|
|
"agentDetail.configure.knowledgeRetrieval.dialog.query.label": "Query",
|
|
"agentDetail.configure.knowledgeRetrieval.dialog.title": "Knowledge Retrieval · Agent decide",
|
|
"agentDetail.configure.knowledgeRetrieval.edit": "Edit {{name}}",
|
|
"agentDetail.configure.knowledgeRetrieval.empty.description": "Connect a knowledge base the agent can search while answering",
|
|
"agentDetail.configure.knowledgeRetrieval.empty.title": "No knowledge yet",
|
|
"agentDetail.configure.knowledgeRetrieval.label": "Knowledge Retrieval",
|
|
"agentDetail.configure.knowledgeRetrieval.remove": "Remove {{name}}",
|
|
"agentDetail.configure.knowledgeRetrieval.retrievalOne": "Retrieval 1",
|
|
"agentDetail.configure.knowledgeRetrieval.retrievalTwo": "Retrieval 2",
|
|
"agentDetail.configure.knowledgeRetrieval.tip": "Knowledge retrieval sources this agent can use while orchestrating tasks.",
|
|
"agentDetail.configure.knowledgeRetrieval.toggle": "Toggle knowledge retrieval",
|
|
"agentDetail.configure.model.label": "Model",
|
|
"agentDetail.configure.orchestrate": "Orchestrate",
|
|
"agentDetail.configure.preview.chatFeatures": "Chat Features",
|
|
"agentDetail.configure.preview.empty.defaultAgentName": "Agent",
|
|
"agentDetail.configure.preview.empty.description": "Send a message to test the current draft.",
|
|
"agentDetail.configure.preview.empty.noInstructionsDescription": "No instructions yet, so replies come from the plain model.",
|
|
"agentDetail.configure.preview.endUserAuth": "End-user authentication",
|
|
"agentDetail.configure.preview.restart": "Restart preview",
|
|
"agentDetail.configure.preview.title": "Preview",
|
|
"agentDetail.configure.prompt.copied": "Prompt copied",
|
|
"agentDetail.configure.prompt.copy": "Copy prompt",
|
|
"agentDetail.configure.prompt.copyFailed": "Failed to copy prompt.",
|
|
"agentDetail.configure.prompt.insert.label": "Insert",
|
|
"agentDetail.configure.prompt.insert.question": "Start question",
|
|
"agentDetail.configure.prompt.insert.reportFile": "Output report file",
|
|
"agentDetail.configure.prompt.insert.tenders": "Start tenders",
|
|
"agentDetail.configure.prompt.label": "Prompt",
|
|
"agentDetail.configure.prompt.mention.davidHayes": "David Hayes",
|
|
"agentDetail.configure.prompt.mention.label": "Mention",
|
|
"agentDetail.configure.prompt.mention.priyaRamanathan": "Priya Ramanathan",
|
|
"agentDetail.configure.prompt.placeholder": "Write instructions here,",
|
|
"agentDetail.configure.prompt.tip": "Define how this agent should interpret inputs, call tools, and produce outputs.",
|
|
"agentDetail.configure.publishBar.draft": "Draft",
|
|
"agentDetail.configure.publishBar.publishUpdate": "Publish update",
|
|
"agentDetail.configure.publishBar.published": "Published",
|
|
"agentDetail.configure.publishBar.publishedAt": "Published {{time}}",
|
|
"agentDetail.configure.publishBar.publishing": "Publishing…",
|
|
"agentDetail.configure.publishBar.saved": "Saved 5 min ago",
|
|
"agentDetail.configure.publishBar.savedAt": "Saved {{time}}",
|
|
"agentDetail.configure.publishBar.unpublishedChanges": "Unpublished changes",
|
|
"agentDetail.configure.publishBar.upToDate": "Up to date",
|
|
"agentDetail.configure.publishBar.versionHistory": "Open version history",
|
|
"agentDetail.configure.publishImpact.affectedWorkflows": "Affected Workflows",
|
|
"agentDetail.configure.publishImpact.cancel": "Cancel",
|
|
"agentDetail.configure.publishImpact.descriptionPrefix": "Your agent appears in",
|
|
"agentDetail.configure.publishImpact.descriptionSuffix": ". Changes will impact them.",
|
|
"agentDetail.configure.publishImpact.fallbackAgentName": "this agent",
|
|
"agentDetail.configure.publishImpact.title": "{{action}} to {{name}}",
|
|
"agentDetail.configure.publishImpact.workflowCount_one": "{{count}} workflow",
|
|
"agentDetail.configure.publishImpact.workflowCount_other": "{{count}} workflows",
|
|
"agentDetail.configure.skills.add": "Add skill",
|
|
"agentDetail.configure.skills.detail.contentRegion": "Skill detail content",
|
|
"agentDetail.configure.skills.detail.fileCount": "{{count}} FILES",
|
|
"agentDetail.configure.skills.detail.fileTreeLabel": "Skill files",
|
|
"agentDetail.configure.skills.detail.files": "Files",
|
|
"agentDetail.configure.skills.empty.description": "Skills give the agent reusable expertise it can call while working",
|
|
"agentDetail.configure.skills.empty.title": "No skills yet",
|
|
"agentDetail.configure.skills.itemType": "Skill",
|
|
"agentDetail.configure.skills.label": "Skills",
|
|
"agentDetail.configure.skills.remove": "Remove {{name}}",
|
|
"agentDetail.configure.skills.tip": "Skills this agent can use while orchestrating tasks.",
|
|
"agentDetail.configure.skills.toggle": "Toggle skills",
|
|
"agentDetail.configure.skills.upload.action": "Upload",
|
|
"agentDetail.configure.skills.upload.browse": "browse",
|
|
"agentDetail.configure.skills.upload.description": "Upload a .zip or .skill package for this agent.",
|
|
"agentDetail.configure.skills.upload.dropzone": "Drop a skill package here, or",
|
|
"agentDetail.configure.skills.upload.failed": "Failed to upload skill.",
|
|
"agentDetail.configure.skills.upload.fileType": "ZIP / SKILL",
|
|
"agentDetail.configure.skills.upload.invalidFile": "Upload a .zip or .skill file.",
|
|
"agentDetail.configure.skills.upload.success": "Skill uploaded.",
|
|
"agentDetail.configure.skills.upload.title": "Upload skill",
|
|
"agentDetail.configure.tools.add": "Add tool",
|
|
"agentDetail.configure.tools.addMenu.cliTool.badge": "For developers",
|
|
"agentDetail.configure.tools.addMenu.cliTool.description": "Install a command line program the agent runs in its sandbox. Needs install and usually API keys.",
|
|
"agentDetail.configure.tools.addMenu.cliTool.label": "CLI tool",
|
|
"agentDetail.configure.tools.addMenu.tool.description": "Pick a tool already in this workspace, like web search or integrations.",
|
|
"agentDetail.configure.tools.addMenu.tool.label": "Tool",
|
|
"agentDetail.configure.tools.cliDialog.description": "Install a CLI tool from any package registry. The agent gains shell access to the binary it provides.",
|
|
"agentDetail.configure.tools.cliDialog.editTitle": "Edit CLI Tool",
|
|
"agentDetail.configure.tools.cliDialog.env.description": "Store API keys, tokens, or secrets that this CLI tool needs. Values are encrypted at rest and injected as environment variables when the agent invokes the tool.",
|
|
"agentDetail.configure.tools.cliDialog.env.label": "Environment Variables",
|
|
"agentDetail.configure.tools.cliDialog.env.optional": "(optional)",
|
|
"agentDetail.configure.tools.cliDialog.installCommand.description": "Sandboxed · runs once on first invocation",
|
|
"agentDetail.configure.tools.cliDialog.installCommand.label": "Install Command",
|
|
"agentDetail.configure.tools.cliDialog.installCommand.placeholder": "Paste your install command here, e.g. npm install -g @lark/cli · brew install jq",
|
|
"agentDetail.configure.tools.cliDialog.installCommand.required": "Install command is required.",
|
|
"agentDetail.configure.tools.cliDialog.learnMore": "Learn more about CLI Tool",
|
|
"agentDetail.configure.tools.cliDialog.name.label": "CLI Tool Name",
|
|
"agentDetail.configure.tools.cliDialog.name.placeholder": "Name your CLI tool",
|
|
"agentDetail.configure.tools.cliDialog.name.required": "CLI tool name is required.",
|
|
"agentDetail.configure.tools.cliDialog.securityTip": "Never visible to agent prompt; injected only as $VAR at runtime",
|
|
"agentDetail.configure.tools.cliDialog.title": "Add a CLI Tool",
|
|
"agentDetail.configure.tools.cliTool": "CLI Tool",
|
|
"agentDetail.configure.tools.credential.authOne": "Auth 1",
|
|
"agentDetail.configure.tools.credential.endUserOAuth": "End-user · OAuth",
|
|
"agentDetail.configure.tools.editAction": "Edit {{name}}",
|
|
"agentDetail.configure.tools.empty.description": "Tools let the agent act, like searching the web or calling your apps",
|
|
"agentDetail.configure.tools.empty.title": "No tools yet",
|
|
"agentDetail.configure.tools.label": "Tools",
|
|
"agentDetail.configure.tools.moreActions": "More actions for {{name}}",
|
|
"agentDetail.configure.tools.pluginType": "Plugin",
|
|
"agentDetail.configure.tools.preAuthorize": "Pre-authorize",
|
|
"agentDetail.configure.tools.removeAction": "Remove {{name}}",
|
|
"agentDetail.configure.tools.removeProvider": "Remove all tools",
|
|
"agentDetail.configure.tools.tip": "Tools this agent can call while orchestrating tasks.",
|
|
"agentDetail.configure.tools.toggle": "Toggle tools",
|
|
"agentDetail.configure.tools.toolTabs.all": "All",
|
|
"agentDetail.configure.tools.toolTabs.cli": "CLI",
|
|
"agentDetail.configure.tools.toolTabs.custom": "Custom",
|
|
"agentDetail.configure.tools.toolTabs.mcp": "MCP",
|
|
"agentDetail.configure.tools.toolTabs.plugins": "Plugins",
|
|
"agentDetail.configure.tools.toolTabs.workflow": "Workflow",
|
|
"agentDetail.documentTitle": "Agent",
|
|
"agentDetail.history": "History",
|
|
"agentDetail.logs.description": "Full logs record the running status of the application, including user inputs, agent replies, planning and tool uses.",
|
|
"agentDetail.logs.empty": "No logs found",
|
|
"agentDetail.logs.filters.period.allTime": "All time",
|
|
"agentDetail.logs.filters.period.label": "Log period",
|
|
"agentDetail.logs.filters.period.last30days": "Last 30 days",
|
|
"agentDetail.logs.filters.period.last7days": "Last 7 days",
|
|
"agentDetail.logs.filters.search.label": "Search logs",
|
|
"agentDetail.logs.filters.search.placeholder": "Search",
|
|
"agentDetail.logs.filters.sort.lastCreatedTime": "Last Created time",
|
|
"agentDetail.logs.filters.sort.lastUpdatedTime": "Last Updated time",
|
|
"agentDetail.logs.filters.source.all": "Source",
|
|
"agentDetail.logs.filters.source.empty": "No sources found",
|
|
"agentDetail.logs.filters.source.label": "Log source",
|
|
"agentDetail.logs.filters.source.loadFailed": "Failed to load sources",
|
|
"agentDetail.logs.filters.source.loading": "Loading sources…",
|
|
"agentDetail.logs.filters.source.searchLabel": "Search sources",
|
|
"agentDetail.logs.filters.source.searchPlaceholder": "Search",
|
|
"agentDetail.logs.filters.source.webapp": "Webapp",
|
|
"agentDetail.logs.filters.source.workflow": "Workflow",
|
|
"agentDetail.logs.learnMore": "Learn more",
|
|
"agentDetail.logs.loadFailed": "Failed to load logs",
|
|
"agentDetail.logs.loading": "Loading logs…",
|
|
"agentDetail.logs.notAvailable": "N/A",
|
|
"agentDetail.logs.table.createdTime": "Created Time",
|
|
"agentDetail.logs.table.endUser": "End-user",
|
|
"agentDetail.logs.table.messageCount": "Msg. Count",
|
|
"agentDetail.logs.table.operationRate": "Op. Rate",
|
|
"agentDetail.logs.table.source": "Source",
|
|
"agentDetail.logs.table.title": "Title",
|
|
"agentDetail.logs.table.unread": "Unread",
|
|
"agentDetail.logs.table.updatedTime": "Updated Time",
|
|
"agentDetail.logs.table.userRate": "User Rate",
|
|
"agentDetail.logs.title": "Logs",
|
|
"agentDetail.memorySettings.budgetLabel": "Memory Budget",
|
|
"agentDetail.memorySettings.description": "Memory settings from the active configuration snapshot.",
|
|
"agentDetail.memorySettings.export.description": "Memory export is planned for a later release.",
|
|
"agentDetail.memorySettings.export.download": "Download",
|
|
"agentDetail.memorySettings.export.soon": "Soon",
|
|
"agentDetail.memorySettings.export.title": "Export current memory",
|
|
"agentDetail.memorySettings.notConfigured": "Not configured",
|
|
"agentDetail.memorySettings.scopeLabel": "Memory Scope",
|
|
"agentDetail.memorySettings.title": "Memory",
|
|
"agentDetail.metadata.activeVersionLabel": "Active Version",
|
|
"agentDetail.metadata.appIdLabel": "App ID",
|
|
"agentDetail.metadata.description": "Read-only roster fields returned by the agent backend.",
|
|
"agentDetail.metadata.emptyValue": "Not available",
|
|
"agentDetail.metadata.scopeLabel": "Scope",
|
|
"agentDetail.metadata.scopes.roster": "Roster",
|
|
"agentDetail.metadata.scopes.workflow_only": "Workflow only",
|
|
"agentDetail.metadata.sourceLabel": "Source",
|
|
"agentDetail.metadata.statusLabel": "Status",
|
|
"agentDetail.metadata.title": "Metadata",
|
|
"agentDetail.metadata.updatedAtLabel": "Updated At",
|
|
"agentDetail.metadata.workflowIdLabel": "Workflow ID",
|
|
"agentDetail.metadata.workflowNodeIdLabel": "Workflow Node ID",
|
|
"agentDetail.monitoring.change": "{{value}} from previous period",
|
|
"agentDetail.monitoring.dateRangeLabel": "Date range",
|
|
"agentDetail.monitoring.description": "Track the reusable agent activity, cost, and interaction quality across workflows.",
|
|
"agentDetail.monitoring.learnMore": "Learn more",
|
|
"agentDetail.monitoring.loadFailed": "Failed to load monitoring data",
|
|
"agentDetail.monitoring.metrics.activeUsers.explanation": "Unique end users who triggered workflows using this agent.",
|
|
"agentDetail.monitoring.metrics.activeUsers.title": "Active Users",
|
|
"agentDetail.monitoring.metrics.avgSessionInteractions.explanation": "Continuous user-agent communication count for this access point.",
|
|
"agentDetail.monitoring.metrics.avgSessionInteractions.title": "Avg. Session Interactions",
|
|
"agentDetail.monitoring.metrics.tokenOutputSpeed.explanation": "Average output speed from the beginning of the request to completion.",
|
|
"agentDetail.monitoring.metrics.tokenOutputSpeed.title": "Token Output Speed",
|
|
"agentDetail.monitoring.metrics.tokenUsage.explanation": "Estimated token cost produced by this agent across workflow runs.",
|
|
"agentDetail.monitoring.metrics.tokenUsage.title": "Token Usage",
|
|
"agentDetail.monitoring.metrics.totalConversations.explanation": "Daily AI conversations that reached this agent through the selected access point.",
|
|
"agentDetail.monitoring.metrics.totalConversations.title": "Total Conversations",
|
|
"agentDetail.monitoring.metrics.totalMessages.explanation": "Daily agent interaction count.",
|
|
"agentDetail.monitoring.metrics.totalMessages.title": "Total Messages",
|
|
"agentDetail.monitoring.metrics.userSatisfactionRate.explanation": "The number of likes per 1,000 messages for this agent.",
|
|
"agentDetail.monitoring.metrics.userSatisfactionRate.title": "User Satisfaction Rate",
|
|
"agentDetail.monitoring.pickSource": "Pick an app",
|
|
"agentDetail.monitoring.sourceLabel": "App",
|
|
"agentDetail.monitoring.sourceTrigger": "Source {{name}}",
|
|
"agentDetail.monitoring.sources.all": "All",
|
|
"agentDetail.monitoring.timeRangeLabel": "Time range",
|
|
"agentDetail.monitoring.timeRanges.custom": "Custom",
|
|
"agentDetail.monitoring.timeRanges.last30days": "Last 30 days",
|
|
"agentDetail.monitoring.timeRanges.last7days": "Last 7 days",
|
|
"agentDetail.monitoring.timeRanges.today": "Today",
|
|
"agentDetail.monitoring.title": "Monitoring",
|
|
"agentDetail.monitoring.tokenUsageConsumed": "Consumed tokens",
|
|
"agentDetail.monitoring.units.tokenPerSecond": "Token/s",
|
|
"agentDetail.navigationLabel": "Agent navigation",
|
|
"agentDetail.publish": "Publish",
|
|
"agentDetail.publishSoon": "Soon",
|
|
"agentDetail.sections.access": "Access Point",
|
|
"agentDetail.sections.configure": "Orchestrate",
|
|
"agentDetail.sections.logs": "Logs",
|
|
"agentDetail.sections.monitoring": "Monitoring",
|
|
"agentDetail.subtitle": "Agent ID: {{agentId}}",
|
|
"agentDetail.title": "Agent",
|
|
"agentDetail.type": "AGENT",
|
|
"agentDetail.versionHistory.active": "Active",
|
|
"agentDetail.versionHistory.empty": "No versions yet",
|
|
"agentDetail.versionHistory.exitVersions": "Exit versions",
|
|
"agentDetail.versionHistory.filter": "Filter versions",
|
|
"agentDetail.versionHistory.restore": "Restore",
|
|
"agentDetail.versionHistory.versionName": "Version {{version}}",
|
|
"agentDetail.versionHistory.viewOnly": "View Only",
|
|
"roster.createAgent": "Create agent",
|
|
"roster.createAgentOptions": "Create agent options",
|
|
"roster.createDialog.description": "Create a reusable agent in this workspace roster.",
|
|
"roster.createDialog.title": "Create agent",
|
|
"roster.createForm.changeIcon": "Change agent icon",
|
|
"roster.createForm.descriptionLabel": "Description",
|
|
"roster.createForm.descriptionPlaceholder": "e.g. Gathers sources on a topic and summarizes the key findings",
|
|
"roster.createForm.nameLabel": "Name",
|
|
"roster.createForm.namePlaceholder": "e.g. Max",
|
|
"roster.createForm.nameRequired": "Name is required.",
|
|
"roster.createForm.roleLabel": "Role",
|
|
"roster.createForm.rolePlaceholder": "e.g. Research Assistant",
|
|
"roster.createForm.roleRequired": "Role is required.",
|
|
"roster.createSuccess": "Agent created.",
|
|
"roster.dateTimeFormat": "MM/DD/YYYY hh:mm:ss A",
|
|
"roster.deleteDialog.description": "This agent will be removed from the active roster list.",
|
|
"roster.deleteDialog.title": "Delete {{name}}?",
|
|
"roster.deleteFailed": "Failed to delete agent.",
|
|
"roster.deleteSuccess": "Agent deleted.",
|
|
"roster.duplicateDialog.description": "Create a copy of {{name}} and customize its roster identity.",
|
|
"roster.duplicateDialog.title": "Duplicate agent",
|
|
"roster.duplicateForm.changeIcon": "Change duplicate icon for {{name}}",
|
|
"roster.duplicateSuccess": "Agent duplicated.",
|
|
"roster.editAgent": "Edit {{name}}",
|
|
"roster.editDialog.description": "Update the roster name, description, and role for this agent.",
|
|
"roster.editDialog.title": "Edit agent",
|
|
"roster.editInfo": "Edit Info",
|
|
"roster.empty": "No agent yet",
|
|
"roster.emptyDescription": "Agents saved to this workspace will appear here.",
|
|
"roster.emptySearch": "No matching agents",
|
|
"roster.emptySearchDescription": "Try another agent name.",
|
|
"roster.filters.all": "All",
|
|
"roster.filters.drafts": "Drafts",
|
|
"roster.filters.label": "Agent filters",
|
|
"roster.filters.published": "Published",
|
|
"roster.learnMore": "Learn more about Agent Roster",
|
|
"roster.listLabel": "Agent roster list",
|
|
"roster.loadMore": "Load more",
|
|
"roster.loadingError": "Failed to load agents. Refresh and try again.",
|
|
"roster.moreActions": "More actions for {{name}}",
|
|
"roster.nodeSelector.createInlineFailed": "Failed to create inline agent. Refresh and try again.",
|
|
"roster.nodeSelector.dialogLabel": "Select an agent",
|
|
"roster.nodeSelector.manageInAgentConsole": "Manage in Agent Console",
|
|
"roster.nodeSelector.searchPlaceholder": "Search…",
|
|
"roster.nodeSelector.startFromScratch": "Start from Scratch",
|
|
"roster.references.label": "Workflows using {{name}}",
|
|
"roster.references.trigger": "Workflows using {{name}}",
|
|
"roster.searchLabel": "Search agents",
|
|
"roster.searchPlaceholder": "Search agents by name…",
|
|
"roster.sources.agent_app": "Agent app",
|
|
"roster.sources.imported": "Imported",
|
|
"roster.sources.system": "System",
|
|
"roster.sources.workflow": "Workflow",
|
|
"roster.status.active": "Active",
|
|
"roster.status.archived": "Archived",
|
|
"roster.tabs.agent": "Agent",
|
|
"roster.tabs.human": "Human",
|
|
"roster.tabsLabel": "Roster type",
|
|
"roster.updateSuccess": "Agent updated.",
|
|
"roster.usageStatus.draft": "Draft"
|
|
}
|