feat: update Makelore modules and conversations
Some checks failed
Electron E2E / Electron E2E (macos-latest) (push) Has been cancelled
Electron E2E / Electron E2E (ubuntu-latest) (push) Has been cancelled
Electron E2E / Electron E2E (windows-latest) (push) Has been cancelled

This commit is contained in:
inman
2026-07-31 10:08:41 +08:00
parent b8ca3f8eea
commit 80e8386fa6
175 changed files with 8036 additions and 10581 deletions

View File

@@ -151,13 +151,16 @@
}
},
"executionGraph": {
"title": "Execution Graph",
"title": "Execution trace",
"branchLabel": "branch",
"thinkingLabel": "Thinking",
"thinkingDone": "Thinking complete",
"durationSummary": "{{agent}} processed for {{duration}}",
"errorLabel": "Error",
"agentRun": "{{agent}} execution",
"collapsedSummary": "{{toolCount}} tool calls · {{processCount}} process messages",
"collapseAction": "Collapse execution graph"
"collapseAction": "Collapse execution trace",
"expandAction": "Expand execution trace"
},
"composer": {
"attachFiles": "Attach files",

View File

@@ -151,13 +151,16 @@
}
},
"executionGraph": {
"title": "実行グラフ",
"title": "実行の流れ",
"branchLabel": "branch",
"thinkingLabel": "考え中",
"thinkingDone": "思考完了",
"durationSummary": "{{agent}}の処理時間:{{duration}}",
"errorLabel": "エラー",
"agentRun": "{{agent}} の実行",
"collapsedSummary": "ツール呼び出し {{toolCount}} 件 · プロセスメッセージ {{processCount}} 件",
"collapseAction": "実行グラフを折りたたむ"
"collapseAction": "実行の流れを折りたたむ",
"expandAction": "実行の流れを展開"
},
"composer": {
"attachFiles": "ファイルを添付",

View File

@@ -151,13 +151,16 @@
}
},
"executionGraph": {
"title": "Граф выполнения",
"title": "Ход выполнения",
"branchLabel": "ветвь",
"thinkingLabel": "Думаю",
"thinkingDone": "Размышление завершено",
"durationSummary": "{{agent}} обработал за {{duration}}",
"runErrorLabel": "Ошибка модели",
"agentRun": "Выполнение {{agent}}",
"collapsedSummary": "Вызовов инструментов: {{toolCount}} · Промежуточных сообщений: {{processCount}}",
"collapseAction": "Свернуть граф выполнения"
"collapseAction": "Свернуть ход выполнения",
"expandAction": "Развернуть ход выполнения"
},
"composer": {
"attachFiles": "Прикрепить файлы",

View File

@@ -151,13 +151,16 @@
}
},
"executionGraph": {
"title": "执行关系图",
"title": "执行轨迹",
"branchLabel": "分支",
"thinkingLabel": "思考中",
"thinkingDone": "思考完成",
"durationSummary": "{{agent}}已处理时长:{{duration}}",
"modelErrorTitle": "模型调用失败",
"agentRun": "{{agent}} 执行",
"collapsedSummary": "{{toolCount}} 个工具调用,{{processCount}} 条过程消息",
"collapseAction": "收起执行关系图"
"collapseAction": "收起执行轨迹",
"expandAction": "展开执行轨迹"
},
"composer": {
"attachFiles": "添加文件",