Files
ClawX/shared/i18n/locales/en/chat.json
T

208 lines
8.6 KiB
JSON

{
"gatewayNotRunning": "Gateway Not Running",
"gatewayRequired": "The OpenClaw Gateway needs to be running to use chat. It will start automatically, or you can start it from Settings.",
"welcome": {
"title": "ClawX Chat",
"subtitle": "What can I do for you?",
"askQuestions": "Handle Tasks",
"askQuestionsDesc": "Work on task-oriented requests",
"creativeTasks": "Continuous Execution",
"creativeTasksDesc": "Keep running through multi-step work",
"brainstorming": "Multi-Agent Parallel"
},
"noLogs": "(No logs available yet)",
"scrollToLatest": "Back to bottom",
"loadMoreHistory": "Load earlier messages",
"loadingMoreHistory": "Loading more…",
"toolbar": {
"refresh": "Refresh chat",
"currentAgent": "Talking to {{agent}}",
"workspace": "Workspace"
},
"generatedFiles": {
"title": "File changes ({{count}})",
"created": "Created",
"modified": "Modified",
"openFolder": "Open folder",
"viewAll": "View all changes"
},
"runError": {
"title": "Model call failed"
},
"artifactPanel": {
"tabs": {
"changes": "Changes",
"preview": "Preview",
"browser": "Workspace"
},
"actions": {
"back": "Back to list"
},
"changes": {
"heading": "File changes ({{count}})",
"empty": "No file changes in this conversation yet",
"selectFileHint": "Click a file card in the chat or “View changes” to open a diff."
},
"preview": {
"emptyTitle": "No file selected",
"emptyHint": "Click a file card in the chat first; the selected file will preview here."
}
},
"filePreview": {
"tabs": {
"source": "Source",
"preview": "Preview",
"changes": "Changes",
"info": "Info"
},
"actions": {
"save": "Save",
"saving": "Saving...",
"revert": "Revert",
"openInFinder": "Reveal in file manager",
"openDirectly": "Open directly",
"close": "Close"
},
"info": {
"path": "Path",
"size": "Size",
"type": "Type"
},
"toast": {
"saved": "Saved to disk",
"saveFailed": "Save failed: {{error}}"
},
"errors": {
"outsideSandbox": "Path outside sandbox — access denied",
"outsideSandboxTitle": "Could not read this file",
"outsideSandboxHint": "ClawX could not read this path. The file may have been moved or deleted, or the current account may not have permission. You can still reveal it in the file manager.",
"readOnlyRoot": "File lives in a read-only location (e.g. bundled skill) and cannot be modified",
"tooLarge": "File too large ({{size}}); preview disabled",
"binary": "Binary file — text preview unavailable",
"notFound": "File not found",
"loadFailed": "Load failed: {{error}}",
"noPreview": "No preview available for this file",
"unsupportedFormatTitle": "This file format is not supported for built-in preview or diff",
"unsupportedFormatHint": "Built-in preview and diff currently support directly readable text/Markdown-style files only. Open the file in the file manager instead.",
"largeBinaryOpenTitle": "This file is too large for built-in preview",
"largeBinaryOpenHint": "This file is {{size}}. ClawX cannot preview it inline, but you can confirm and open it with the system default app.",
"openInFinderFailed": "Could not reveal file",
"openFailed": "Open failed: {{error}}"
},
"diff": {
"noChanges": "No changes to display",
"newFile": "New file — no original to compare",
"tooLarge": "File too large — diff view disabled, switch to the Source tab to view the full content",
"unavailable": "The current chat did not capture a precise baseline for this file, so no diff is available.",
"unavailableHint": "Use the Preview tab for the current file; use Git or another VCS for an exact diff."
},
"confirmOpen": {
"title": "Open file",
"message": "Open “{{fileName}}” with the system default app?",
"detail": "This file will be opened with the system default application.",
"size": "File size: {{size}}",
"cancel": "Cancel"
},
"pdf": {
"loadFailed": "Failed to load PDF: {{error}}",
"prev": "Previous page",
"next": "Next page",
"zoomIn": "Zoom in",
"zoomOut": "Zoom out",
"zoomReset": "Fit to width",
"pageInputAria": "Current page",
"singlePageHint": "Use the toolbar to switch between {{total}} pages"
},
"sheet": {
"loadFailed": "Failed to load spreadsheet: {{error}}",
"empty": "This file has no displayable worksheets",
"emptySheet": "This worksheet is empty",
"unnamedSheet": "Sheet {{idx}}",
"rowRange": "Rows {{from}}-{{to}} / {{total}}",
"prevPage": "Previous rows",
"nextPage": "Next rows"
}
},
"workspace": {
"title": "Workspace",
"freshBadge": "Updated this run",
"pickFile": "Select a file from the left to preview",
"empty": "Workspace is empty or inaccessible",
"truncated": "Directory truncated — only the first 5000 entries shown",
"actions": {
"refresh": "Refresh",
"openRootInFinder": "Reveal workspace in file manager",
"toggleHidden": "Toggle hidden files",
"showHidden": "Show hidden files",
"hideHidden": "Hide hidden files"
}
},
"taskPanel": {
"eyebrow": "Run View",
"title": "Task Outline",
"emptyTitle": "No structured steps yet",
"emptyBody": "Once a run starts, ClawX will surface thinking, tool calls, and handoff states here.",
"status": {
"idle": "Idle",
"running_one": "1 active step",
"running_other": "{{count}} active steps"
},
"stepStatus": {
"running": "Running",
"completed": "Done",
"error": "Error"
}
},
"executionGraph": {
"title": "Execution Graph",
"branchLabel": "branch",
"thinkingLabel": "Thinking",
"errorLabel": "Error",
"imageGenerateLabel": "Image generation",
"agentRun": "{{agent}} execution",
"collapsedSummary": "{{toolCount}} tool calls · {{processCount}} process messages",
"collapseAction": "Collapse execution graph"
},
"imageGeneration": {
"generating": "Generating image, please wait…",
"previewLoading": "Loading image preview…",
"previewUnavailable": "Image preview is temporarily unavailable"
},
"composer": {
"attachFiles": "Attach files",
"pickSkill": "Choose skill",
"skillButton": "Skills",
"skillPickerTitle": "Quick skill access for {{agent}}",
"skillSearchPlaceholder": "Search skills",
"skillLoading": "Loading skills...",
"skillEmpty": "No matching skills found",
"pickAgent": "Choose agent",
"pickModel": "Choose model",
"clearTarget": "Clear target agent",
"targetChip": "@{{agent}}",
"agentPickerTitle": "Route the next message to another agent",
"modelPickerTitle": "Switch model for this chat",
"modelSwitchFailed": "Failed to switch model: {{error}}",
"gatewayDisconnectedPlaceholder": "Gateway not connected...",
"send": "Send",
"stop": "Stop",
"gatewayConnected": "connected",
"gatewayStatus": "gateway {{state}} | port: {{port}} {{pid}}",
"retryFailedAttachments": "Retry failed attachments",
"folderDropUnsupported": "Couldn't attach this folder. Drag it again, or paste the folder path into your message.",
"folderAttachment": "Folder",
"skillPreviewTooltip": "Preview SKILL.md",
"skillPreviewNotFound": "Could not find this skill. Open the skill picker to refresh the list."
},
"historyBuckets": {
"today": "Today",
"withinWeek": "Last 7 days",
"withinMonth": "Last 30 days",
"older": "Older"
},
"questionDirectory": {
"title": "Question directory",
"fallback": "Question {{number}}",
"moreHint": "{{count}} more questions not shown"
}
}