Files
community-plugins/claude-companion/translations/en.json
T
2026-07-23 20:12:12 -04:00

61 lines
1.7 KiB
JSON

{
"answer": {
"empty": "No answers yet. Ask one from the launcher: /claude ? <question>",
"title": "Claude — quick ask"
},
"launcher": {
"ask": "Ask Claude (one-shot)",
"ask_hint": "Type a question after ?",
"continue": "Resume last Claude session",
"launch": "Launch Claude Code",
"show_answer": "Show last answer"
},
"notify": {
"ask_failed": "ask failed",
"auth_remedy": "Claude login expired — start a Claude session in a terminal to refresh it, then re-ask.",
"full_answer_hint": "Full answer: click the bar pulse",
"no_output": "(no output)",
"title": "Claude"
},
"orb": {
"sessions": "{count} sessions"
},
"pulse": {
"burn": "{model} · {tin} in / {tout} out",
"cached": "{n} cached",
"panel_launch_failed": "could not launch the answer panel",
"sessions_header": "Claude — {count} sessions",
"title": "pulse",
"total": "Σ {tin} in / {tout} out"
},
"state": {
"orb": {
"error": "error",
"idle": "idle",
"needs_attention": "needs you",
"text": "responding",
"tool_start": "running a tool",
"turn_end": "done — ready for you",
"turn_start": "thinking"
},
"tip": {
"error": "Claude: error",
"idle": "Claude: idle",
"needs_attention": "Claude needs you",
"text": "Claude: responding",
"tool_start": "Claude: running a tool",
"turn_end": "Claude: done — ready for you",
"turn_start": "Claude: thinking"
},
"word": {
"error": "error",
"idle": "idle",
"needs_attention": "needs you",
"text": "responding",
"tool_start": "tool",
"turn_end": "done",
"turn_start": "thinking"
}
}
}