sync: update from private repo (f6d625db)
CI / build-and-test (push) Has been cancelled

This commit is contained in:
oss-sync
2026-06-26 03:35:45 +00:00
parent 29ccaf1e92
commit b857c33ef6
371 changed files with 31312 additions and 8172 deletions
+19 -2
View File
@@ -1,4 +1,7 @@
{
"delegateRuns": {
"eventsEmpty": "イベントなし"
},
"tabs": { "chat": "会話", "overview": "概要", "activity": "進捗", "files": "ファイル", "trace": "トレース", "browser": "ブラウザ", "ssh": "SSH" },
"chatTabsLabel": "チャットと詳細",
"panel": {
@@ -40,11 +43,25 @@
"logLoading": "(activity.log を読み込み中...)", "logEmpty": "(activity.log がまだありません)"
},
"timeline": { "empty": "コメントなし" },
"context": {
"ariaLabel": "コンテキスト残り {{remaining}} tokens、{{percent}}% 使用",
"awaiting": "最初の LLM 呼び出しを待機中",
"remaining": "残り {{remaining}} tokens · {{percent}}%"
},
"sharingPreview": { "notShared": "— 共有されません" },
"trace": { "loading": "読み込み中...", "error": "エラー", "empty": "events.jsonl がまだ存在しません。タスクが少なくとも一度実行されると、engine 内部動作のトレースがここに表示されます。", "refreshTooltip": "手動更新(自動 5 秒ごとにも更新されます)", "totalTime": "総時間 (cache hit 除外、max は個別呼び出しの最大値)" },
"output": { "title": "成果物プレビュー", "viewFull": "全文", "empty": "まだ成果物が生成されていません。" },
"output": { "title": "成果物プレビュー", "viewFull": "全文", "empty": "まだ成果物が生成されていません。", "emptyHint": "成果物は ファイルタブの output/ に保存されます。" },
"subtasks": {
"activityTitle": "サブタスク進捗", "done": "完了", "filesLoading": "ファイル読み込み中...", "files": "ファイル",
"childTasks": "子タスク ({{done}}/{{total}} 完了)", "title": "サブタスク",
"childTasks": "子タスク ({{done}}/{{total}} 完了)", "title": "サブ実行",
"delegateSection": "delegate(直列)",
"delegateStatus": {
"success": "完了",
"aborted": "中断",
"needs_user_input": "要確認",
"running": "実行中"
},
"delegateRunningTool": "{{tool}} 実行中",
"category": { "output": "出力ファイル", "logs": "ログ", "input": "入力ファイル" }
},
"browser": {