maestro/ui/src/i18n/locales/en/create.json
oss-sync 63d34d7cf6
All checks were successful
CI / build-and-test (push) Successful in 6m22s
sync: update from private repo (061c701c)
2026-07-09 03:01:06 +00:00

83 lines
3.1 KiB
JSON

{
"title": { "help": "Ask AI Help", "new": "New Task" },
"subtitle": { "help": "Ask anything about usage or design", "new": "Enter your request and run" },
"close": "Close",
"body": {
"label": "Request",
"placeholder": "Enter your request (Ctrl+Enter to submit)",
"placeholderHelp": "e.g. \"What's the difference between the user folder's memory/ and AGENTS.md?\" / \"How do I add an MCP server for myself?\" / \"What are my recent tasks?\""
},
"mcp": {
"required": "This task needs MCP integration:",
"connect": "Connect {{id}}",
"note": "If you create the task without connecting, it pauses in the waiting_human state and resumes automatically once connected."
},
"workspace": {
"modeLabel": "Workspace",
"persistent": "Persistent (default, recommended)",
"ephemeral": "Ephemeral",
"modeHint": "Persistent = accumulates in the workspace / Ephemeral = throwaway",
"ephemeralWarning": "Ephemeral: results are discarded when the task ends, and files placed in the workspace are not carried over.",
"spaceLabel": "Workspace",
"thisWorkspace": "This workspace",
"personalDefault": "Personal workspace (default)"
},
"advanced": {
"show": "Show advanced settings",
"hide": "Hide advanced settings",
"taskType": "Task type",
"auto": "Auto-select",
"profile": "Profile",
"priority": "Priority",
"outputFormat": "Output format",
"askPolicy": "Ask policy",
"askLow": "low (fewer)",
"askHigh": "high (ask more)",
"disableMcp": "Disable MCP tools (save tokens)",
"disableSkills": "Disable Skills",
"browserSession": "Browser session",
"none": "None",
"browserSessionHint": "The agent browses using the saved login for this site."
},
"visibility": {
"label": "Visibility",
"private": "Private",
"org": "Organization",
"public": "Public",
"sharedWith": "Shared with: {{org}}",
"orgLoginHint": "Sign in with Gitea to use organizations"
},
"schedule": {
"enable": "Run on a schedule",
"type": "Type",
"daily": "Daily",
"weekly": "Weekly",
"monthly": "Monthly",
"cron": "Cron expression",
"once": "Once",
"time": "Time",
"dayOfWeek": "Day of week",
"dayOfMonth": "Day",
"runAt": "Run at",
"weekdays": ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"]
},
"coach": {
"evaluate": "Evaluate prompt",
"evaluating": "Evaluating...",
"hint": "Score & improve your draft before sending",
"failed": "Evaluation failed. Please try again shortly.",
"overall": "Overall",
"rewrite": "Suggested rewrite",
"applyRewrite": "Apply to request",
"predictedPiece": "Predicted task type:",
"maestroTips": "MAESTRO features you could use",
"personalized": "Notes for you"
},
"attachments": { "title": "Attachments", "hint": "Drag & drop, choose files, or paste (Ctrl+V)" },
"errors": { "bodyRequired": "Request is required", "scheduleFailed": "Failed to create schedule", "pasteAttachFailed": "Could not read the pasted file" },
"cancel": "Cancel",
"submit": "Create Task",
"submitSchedule": "Create schedule",
"submitting": "Creating..."
}