32 lines
994 B
JSON
32 lines
994 B
JSON
{
|
|
"zh-CN": {
|
|
"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"
|
|
}
|
|
},
|
|
"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にはあなたのさらなるガイダンスが必要です"
|
|
}
|
|
}
|
|
} |