mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-06-11 00:06:00 +08:00
style: improve UI for processing banner (#477)
This commit is contained in:
@@ -205,5 +205,32 @@
|
||||
"runCommand": "{{projectName}}で{{command}}を実行",
|
||||
"startCli": "{{projectName}}でClaude CLIを起動しています",
|
||||
"defaultCommand": "コマンド"
|
||||
},
|
||||
"claudeStatus": {
|
||||
"actions": {
|
||||
"thinking": "Thinking",
|
||||
"processing": "Processing",
|
||||
"analyzing": "Analyzing",
|
||||
"working": "Working",
|
||||
"computing": "Computing",
|
||||
"reasoning": "Reasoning"
|
||||
},
|
||||
"state": {
|
||||
"live": "Live",
|
||||
"paused": "Paused"
|
||||
},
|
||||
"elapsed": {
|
||||
"seconds": "{{count}}s",
|
||||
"minutesSeconds": "{{minutes}}m {{seconds}}s",
|
||||
"label": "{{time}} elapsed",
|
||||
"startingNow": "Starting now"
|
||||
},
|
||||
"controls": {
|
||||
"stopGeneration": "Stop Generation",
|
||||
"pressEscToStop": "Press Esc anytime to stop"
|
||||
},
|
||||
"providers": {
|
||||
"assistant": "Assistant"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user