71 lines
3.1 KiB
JSON
71 lines
3.1 KiB
JSON
{
|
|
"pane": {
|
|
"empty": "No messages yet",
|
|
"newMessages": "{{count}} new",
|
|
"toLatest": "Jump to latest",
|
|
"generating": "{{name}} generating…",
|
|
"agentResponding": "Agent is generating a response...",
|
|
"sendFailed": "Failed to send",
|
|
"interjectHint": "Agent running — send a message to give it instructions",
|
|
"agentRunningWait": "The agent is running your task. Please wait a moment.",
|
|
"queuedHint": "Queued — starting shortly",
|
|
"addToQueued": "Add to task",
|
|
"addToQueuedHint": "Adds this instruction to the queued task (no new task is created)",
|
|
"resend": "Resend",
|
|
"attachFile": "Attach a file",
|
|
"placeholder": {
|
|
"dispatching": "Assigning job...",
|
|
"interject": "Instruct the running agent...",
|
|
"queued": "Add an instruction to the queued task…",
|
|
"default": "Type a message... (Ctrl+Enter to send)"
|
|
},
|
|
"interject": "Interject",
|
|
"stopAgent": "Stop the agent",
|
|
"stopping": "Stopping...",
|
|
"stop": "Stop",
|
|
"send": "Send"
|
|
},
|
|
"tips": {
|
|
"label": "TIP",
|
|
"items": [
|
|
"Attachments land in input/, and results are written to output/.",
|
|
"You can send a message while the agent runs to add instructions mid-task.",
|
|
"Repeating the same work? Register it as a recurring run from Schedules.",
|
|
"Put standing rules in AGENTS.md and they apply automatically to every task.",
|
|
"Save facts worth keeping to memory, and future tasks will reference them.",
|
|
"Split large research into subtasks to run them in parallel and finish faster.",
|
|
"Register an SSH connection to let the agent operate remote servers.",
|
|
"Turn frequent procedures into a Skill so the agent can call them.",
|
|
"Ingest documents into Knowledge to search across them.",
|
|
"The piece is auto-selected from your prompt, but you can also pick it manually at creation.",
|
|
"Attach images or PDFs and the agent will read them as it works.",
|
|
"The more specific your instructions, the better the result — add the format and constraints you want.",
|
|
"Name a skill (\"use the X skill\") to make the agent use it for sure.",
|
|
"Each piece exposes different tools. If a tool is missing, try switching the piece.",
|
|
"You can change a task's piece later — switch it if the agent behaves unexpectedly.",
|
|
"Not sure how something works? The Help docs explain each feature.",
|
|
"Connect an MCP server to call external tools directly from the agent.",
|
|
"The Usage tab shows LLM consumption per user and per model.",
|
|
"Web search results aren't always current — open the source page to verify anything important."
|
|
]
|
|
},
|
|
"subtask": {
|
|
"title": "Subtasks",
|
|
"running": "Running",
|
|
"done": "Done",
|
|
"failed": "Failed"
|
|
},
|
|
"message": {
|
|
"messageAcked": "Message received",
|
|
"waitingAgentAck": "⏳ Waiting for the agent to acknowledge",
|
|
"acked": "✓ Acknowledged {{time}}"
|
|
},
|
|
"checklist": {
|
|
"showMore": "Show {{count}} more..."
|
|
},
|
|
"movement": {
|
|
"complete": "{{movement}} complete",
|
|
"noIntermediateOutput": "No intermediate output"
|
|
}
|
|
}
|