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

77 lines
3.9 KiB
JSON

{
"title": "Agents",
"subtitle": "Create a new Agent to route specific channels to a separate personality or workspace.",
"refresh": "Refresh",
"addAgent": "Add Agent",
"gatewayWarning": "Gateway service is not running. Agent/channel changes may take a moment to apply.",
"defaultBadge": "default",
"inherited": "inherited",
"none": "none",
"modelLine": "Model: {{model}}{{suffix}}",
"channelsLine": "Channels: {{channels}}",
"deleteAgent": "Delete Agent",
"settings": "Settings",
"creating": "Creating...",
"createDialog": {
"title": "Add Agent",
"description": "Create a new agent by name. You can optionally inherit the main agent's workspace bootstrap files.",
"nameLabel": "Agent Name",
"namePlaceholder": "Coding Helper",
"inheritWorkspaceLabel": "Inherit main agent workspace",
"inheritWorkspaceDescription": "Copy SOUL.md, AGENTS.md, etc. from the main agent"
},
"deleteDialog": {
"title": "Delete Agent",
"message": "Delete \"{{name}}\" from ClawX? This permanently deletes the agent and its ClawX-managed workspace, runtime, and session files from disk."
},
"settingsDialog": {
"title": "{{name}} Settings",
"description": "Update the agent name and manage which channels belong to this agent.",
"nameLabel": "Agent Name",
"agentIdLabel": "Agent ID",
"modelLabel": "Model",
"modelOverrideLabel": "Model Override",
"modelProviderLabel": "Provider",
"modelProviderPlaceholder": "Select a provider",
"modelProviderEmpty": "No provider accounts configured. Add one in Settings → AI Providers.",
"modelIdLabel": "Model ID",
"modelIdPlaceholder": "model-id",
"modelPreview": "Preview",
"modelOverridePlaceholder": "provider/model (for example: openrouter/openai/gpt-5.5)",
"modelOverrideDescription": "Select provider and model ID for this agent.",
"unsavedChangesTitle": "Unsaved changes",
"unsavedChangesMessage": "You have unsaved changes. If you close now, your changes will be discarded.",
"closeWithoutSaving": "Close without saving",
"saveModelOverride": "Save model",
"useDefaultModel": "Use default model",
"channelsTitle": "Channels",
"channelsDescription": "This list is read-only. Manage channel accounts and bindings in the Channels page.",
"mainAccount": "Main account",
"channelsManagedInChannels": "This agent is linked to channel types. Manage exact account bindings in the Channels page.",
"addChannel": "Add Channel",
"noChannels": "No channels are assigned to this agent yet."
},
"removeChannelDialog": {
"title": "Remove Channel",
"message": "Remove {{name}} from ClawX? This deletes the current channel configuration."
},
"toast": {
"agentCreated": "Agent created",
"agentCreateFailed": "Failed to create agent: {{error}}",
"agentDeleted": "Agent deleted",
"agentDeleteFailed": "Failed to delete agent: {{error}}",
"agentUpdated": "Agent updated",
"agentUpdateFailed": "Failed to update agent: {{error}}",
"agentModelInvalid": "Model must be in provider/model format",
"agentModelProviderRequired": "Select a provider first",
"agentModelIdRequired": "Model ID is required",
"agentModelUpdated": "Agent model updated",
"agentModelUpdateFailed": "Failed to update agent model: {{error}}",
"agentModelReset": "Agent model reset to default",
"agentModelResetFailed": "Failed to reset agent model: {{error}}",
"channelAssigned": "{{channel}} assigned to agent",
"channelAssignFailed": "Failed to assign channel: {{error}}",
"channelRemoved": "{{channel}} removed",
"channelRemoveFailed": "Failed to remove channel: {{error}}"
}
}