feat(webui): polish agent output and app discovery
This commit is contained in:
@@ -924,6 +924,8 @@
|
||||
"goalStateCloseAria": "目標を閉じる",
|
||||
"send": "メッセージを送信",
|
||||
"stop": "応答を停止",
|
||||
"quotedContext": "引用したコンテキスト",
|
||||
"removeQuotedContext": "引用したコンテキストを削除",
|
||||
"modelNotConfigured": "モデルが未設定です",
|
||||
"configureModel": "モデルを設定",
|
||||
"queued": {
|
||||
@@ -1108,6 +1110,7 @@
|
||||
"agentActivityLiveSummary": "実行中… · {{reasoning}} ステップ · ツール呼び出し {{tools}} 回",
|
||||
"agentActivityLiveToolsOnly": "実行中… · ツール呼び出し {{tools}} 回",
|
||||
"imageAttachment": "画像の添付",
|
||||
"askAboutSelection": "この内容について質問",
|
||||
"forkFromHere": "分岐",
|
||||
"copyReply": "コピー",
|
||||
"copiedReply": "コピー済み",
|
||||
@@ -1126,9 +1129,9 @@
|
||||
"activityWorkingFor": "{{duration}}作業中",
|
||||
"activityWorked": "作業しました",
|
||||
"activityWorkedFor": "{{duration}}作業しました",
|
||||
"cliActivityRunningOne": "@{{name}} を使用中",
|
||||
"cliActivityRanOne": "@{{name}} を使用しました",
|
||||
"cliActivityFailedOne": "@{{name}} が失敗しました",
|
||||
"cliActivityRunningOne": "{{name}} を使用中",
|
||||
"cliActivityRanOne": "{{name}} を使用しました",
|
||||
"cliActivityFailedOne": "{{name}} が失敗しました",
|
||||
"cliActivityRunningMany": "{{count}} 個の CLI アプリを使用中",
|
||||
"cliActivityRanMany": "{{count}} 個の CLI アプリを使用しました",
|
||||
"cliActivityFailedMany": "{{count}} 個の CLI アプリが失敗しました",
|
||||
|
||||
Reference in New Issue
Block a user