zhou zhou
4 天以前 93723e70d32c2451c7984798ec5b4d9947437e37
rsf-design/src/locales/langs/zh.json
@@ -413,7 +413,7 @@
      "sessionList": "会话列表",
      "searchPlaceholder": "搜索会话标题",
      "noSessions": "暂无历史会话",
      "sessionTitle": "会话 %{id}",
      "sessionTitle": "会话 {id}",
      "pinAction": "置顶会话",
      "unpinAction": "取消置顶",
      "renameAction": "重命名会话",
@@ -433,9 +433,9 @@
      "toolStatusRunning": "执行中",
      "collapseDetail": "收起详情",
      "viewDetail": "查看详情",
      "toolInput": "入参: %{value}",
      "toolOutput": "结果摘要: %{value}",
      "toolError": "错误: %{value}",
      "toolInput": "入参: {value}",
      "toolOutput": "结果摘要: {value}",
      "toolError": "错误: {value}",
      "hasSummary": "有摘要",
      "noSummary": "无摘要",
      "hasFacts": "有事实",
@@ -456,24 +456,24 @@
      "send": "发送",
      "renameDialogTitle": "重命名会话",
      "sessionTitleField": "会话标题",
        "requestMetric": "Req: %{value}",
        "sessionMetric": "Session: %{id}",
        "promptMetric": "Prompt: %{value}",
        "modelMetric": "Model: %{value}",
        "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}",
        "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}"
        "recentMetric": "Recent: {value}",
      "elapsedMetric": "耗时: {value} ms",
      "firstTokenMetric": "首包: {value} ms",
      "tokenMetric": "Tokens: prompt {prompt} / completion {completion} / total {total}"
    }
  },
  "table": {