feat: update Makelore modules and conversations
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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": "ファイルを添付",
|
||||
|
||||
@@ -151,13 +151,16 @@
|
||||
}
|
||||
},
|
||||
"executionGraph": {
|
||||
"title": "Граф выполнения",
|
||||
"title": "Ход выполнения",
|
||||
"branchLabel": "ветвь",
|
||||
"thinkingLabel": "Думаю",
|
||||
"thinkingDone": "Размышление завершено",
|
||||
"durationSummary": "{{agent}} обработал за {{duration}}",
|
||||
"runErrorLabel": "Ошибка модели",
|
||||
"agentRun": "Выполнение {{agent}}",
|
||||
"collapsedSummary": "Вызовов инструментов: {{toolCount}} · Промежуточных сообщений: {{processCount}}",
|
||||
"collapseAction": "Свернуть граф выполнения"
|
||||
"collapseAction": "Свернуть ход выполнения",
|
||||
"expandAction": "Развернуть ход выполнения"
|
||||
},
|
||||
"composer": {
|
||||
"attachFiles": "Прикрепить файлы",
|
||||
|
||||
@@ -151,13 +151,16 @@
|
||||
}
|
||||
},
|
||||
"executionGraph": {
|
||||
"title": "执行关系图",
|
||||
"title": "执行轨迹",
|
||||
"branchLabel": "分支",
|
||||
"thinkingLabel": "思考中",
|
||||
"thinkingDone": "思考完成",
|
||||
"durationSummary": "{{agent}}已处理时长:{{duration}}",
|
||||
"modelErrorTitle": "模型调用失败",
|
||||
"agentRun": "{{agent}} 执行",
|
||||
"collapsedSummary": "{{toolCount}} 个工具调用,{{processCount}} 条过程消息",
|
||||
"collapseAction": "收起执行关系图"
|
||||
"collapseAction": "收起执行轨迹",
|
||||
"expandAction": "展开执行轨迹"
|
||||
},
|
||||
"composer": {
|
||||
"attachFiles": "添加文件",
|
||||
|
||||
Reference in New Issue
Block a user