claude-code-remote-remake/config/defaults/i18n.json

32 lines
983 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"zh-CN": {
"completed": {
"title": "Claude Code - 任务完成",
"message": "[{project}] 任务已完成Claude正在等待下一步指令"
},
"waiting": {
"title": "Claude Code - 等待输入",
"message": "[{project}] Claude需要您的进一步指导"
}
},
"en": {
"completed": {
"title": "Claude Code - Task Completed",
"message": "[{project}] Task completed, Claude is waiting for next instruction"
},
"waiting": {
"title": "Claude Code - Waiting for Input",
"message": "[{project}] Claude needs your further guidance"
}
},
"ja": {
"completed": {
"title": "Claude Code - タスク完了",
"message": "[{project}] タスクが完了しました。Claudeが次の指示を待っています"
},
"waiting": {
"title": "Claude Code - 入力待ち",
"message": "[{project}] Claudeにはあなたのさらなるガイダンスが必要です"
}
}
}