zhou zhou
2 天以前 df8467bc8891af847802cc6aee501c18d50f451a
rsf-design/src/locales/langs/zh.json
@@ -391,6 +391,91 @@
    "taskPathTemplateMerge": "任务路径模板合并",
    "missionFlowStepInstance": "任务流程步骤"
  },
  "ai": {
    "drawer": {
      "title": "WMS 助手",
      "runtimeFailed": "获取 AI 运行时失败",
      "sessionListFailed": "获取 AI 会话列表失败",
      "sessionDeleted": "会话已删除",
      "deleteSessionFailed": "删除 AI 会话失败",
      "pinned": "会话已置顶",
      "unpinned": "会话已取消置顶",
      "pinFailed": "更新会话置顶状态失败",
      "renamed": "会话已重命名",
      "renameFailed": "重命名会话失败",
      "memoryCleared": "会话记忆已清空",
      "clearMemoryFailed": "清空会话记忆失败",
      "retainLatestRoundSuccess": "已仅保留当前轮记忆",
      "retainLatestRoundFailed": "保留当前轮记忆失败",
      "stopSuccess": "已停止当前对话输出",
      "chatFailed": "AI 对话失败",
      "newSession": "新建会话",
      "sessionList": "会话列表",
      "searchPlaceholder": "搜索会话标题",
      "noSessions": "暂无历史会话",
      "sessionTitle": "会话 %{id}",
      "pinAction": "置顶会话",
      "unpinAction": "取消置顶",
      "renameAction": "重命名会话",
      "deleteAction": "删除会话",
      "activityTrace": "思维链与工具轨迹",
      "thinkingEmpty": "正在整理当前阶段信息...",
      "thinkingStatusStarted": "已开始",
      "thinkingStatusUpdated": "进行中",
      "thinkingStatusCompleted": "已完成",
      "thinkingStatusFailed": "失败",
      "thinkingStatusAborted": "已中止",
      "unknownTool": "未知工具",
      "traceTypeThinking": "思维链",
      "traceTypeTool": "工具",
      "toolStatusFailed": "失败",
      "toolStatusCompleted": "完成",
      "toolStatusRunning": "执行中",
      "collapseDetail": "收起详情",
      "viewDetail": "查看详情",
      "toolInput": "入参: %{value}",
      "toolOutput": "结果摘要: %{value}",
      "toolError": "错误: %{value}",
      "hasSummary": "有摘要",
      "noSummary": "无摘要",
      "hasFacts": "有事实",
      "noFacts": "无事实",
      "retainLatestRound": "仅保留当前轮",
      "clearMemory": "清空记忆",
      "runtimeOverview": "运行概览",
      "runtimeExpand": "展开概览",
      "runtimeCollapse": "收起概览",
      "loadingRuntime": "正在加载 AI 运行时信息...",
      "emptyHint": "这里会通过 SSE 流式返回 AI 回复。你也可以先去上面的快捷入口维护参数、Prompt 和 MCP 挂载。",
      "userRole": "你",
      "assistantRole": "AI",
      "thinking": "思考中...",
      "inputPlaceholder": "输入你的问题,按 Enter 发送,Shift + Enter 换行",
      "clearInput": "清空输入",
      "stop": "停止",
      "send": "发送",
      "renameDialogTitle": "重命名会话",
      "sessionTitleField": "会话标题",
        "requestMetric": "Req: %{value}",
        "sessionMetric": "Session: %{id}",
        "promptMetric": "Prompt: %{value}",
        "modelMetric": "Model: %{value}",
        "promptLabel": "Prompt",
        "modelLabel": "Model",
        "modelSelectorLabel": "对话模型",
        "modelSelectorHint": "切换后仅影响当前会话后续回复,不会改动全局默认模型。",
        "modelSwitchFailed": "切换对话模型失败",
        "defaultModelSuffix": "(默认)",
        "mcpMetric": "MCP: %{value}",
        "historyMetric": "History: %{value}",
        "mcpLabel": "MCP",
        "historyLabel": "History",
        "recentMetric": "Recent: %{value}",
      "elapsedMetric": "耗时: %{value} ms",
      "firstTokenMetric": "首包: %{value} ms",
      "tokenMetric": "Tokens: prompt %{prompt} / completion %{completion} / total %{total}"
    }
  },
  "table": {
    "form": {
      "reset": "重置",