@nexusclawhq/cli 0.3.48 → 0.3.50

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (100) hide show
  1. package/dist/build-info.json +4 -4
  2. package/dist/nexus-cli/node_modules/@nexusclaw/code-authoring/dist/package/workforce-bundle-inventory.js +34 -2
  3. package/dist/nexus-cli/node_modules/@nexusclaw/code-authoring/dist/package/workforce-bundle-inventory.js.map +1 -1
  4. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/cli-contract.types.d.ts +1 -1
  5. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/employee-eval-cases.types.d.ts +96 -0
  6. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/employee-eval-cases.types.js +125 -0
  7. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/employee-eval-cases.types.js.map +1 -0
  8. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/index.d.ts +3 -0
  9. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/index.js +3 -0
  10. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/index.js.map +1 -1
  11. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/training-evidence-export.constants.d.ts +9 -0
  12. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/training-evidence-export.constants.js +13 -0
  13. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/training-evidence-export.constants.js.map +1 -0
  14. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/training-evidence-export.types.d.ts +285 -0
  15. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/training-evidence-export.types.js +204 -0
  16. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/training-evidence-export.types.js.map +1 -0
  17. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/workforce-bundle.types.d.ts +6 -2
  18. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/employee-package/types.d.ts +3 -0
  19. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/employee-package/validator.js +13 -0
  20. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/employee-package/validator.js.map +1 -1
  21. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.d.ts +628 -5
  22. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.js +615 -22
  23. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.js.map +1 -1
  24. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/index.d.ts +1280 -10
  25. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.d.ts +652 -5
  26. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.js +934 -317
  27. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.js.map +1 -1
  28. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/platform-admin-route-readiness/index.js +12 -0
  29. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/platform-admin-route-readiness/index.js.map +1 -1
  30. package/dist/nexus-cli/src/commands/ai/help.test.js +5 -4
  31. package/dist/nexus-cli/src/commands/ai/help.test.js.map +1 -1
  32. package/dist/nexus-cli/src/commands/employee/deploy.d.ts +21 -0
  33. package/dist/nexus-cli/src/commands/employee/deploy.e2e.test.js +56 -320
  34. package/dist/nexus-cli/src/commands/employee/deploy.e2e.test.js.map +1 -1
  35. package/dist/nexus-cli/src/commands/employee/deploy.js +101 -0
  36. package/dist/nexus-cli/src/commands/employee/deploy.js.map +1 -1
  37. package/dist/nexus-cli/src/commands/employee/index.js +2 -0
  38. package/dist/nexus-cli/src/commands/employee/index.js.map +1 -1
  39. package/dist/nexus-cli/src/commands/employee/training-evidence.d.ts +2 -0
  40. package/dist/nexus-cli/src/commands/employee/training-evidence.js +43 -0
  41. package/dist/nexus-cli/src/commands/employee/training-evidence.js.map +1 -0
  42. package/dist/nexus-cli/src/commands/org/login-jwt.d.ts +8 -0
  43. package/dist/nexus-cli/src/commands/org/login-jwt.js +33 -2
  44. package/dist/nexus-cli/src/commands/org/login-jwt.js.map +1 -1
  45. package/dist/nexus-cli/src/commands/org/login-jwt.test.js +20 -0
  46. package/dist/nexus-cli/src/commands/org/login-jwt.test.js.map +1 -1
  47. package/dist/nexus-cli/src/commands/org/login-web.js +23 -9
  48. package/dist/nexus-cli/src/commands/org/login-web.js.map +1 -1
  49. package/dist/nexus-cli/src/commands/workforce/cognition.js +28 -1
  50. package/dist/nexus-cli/src/commands/workforce/cognition.js.map +1 -1
  51. package/dist/nexus-cli/src/commands/workforce/task.js +6 -0
  52. package/dist/nexus-cli/src/commands/workforce/task.js.map +1 -1
  53. package/dist/nexus-cli/src/contracts/command-contract-coverage-baseline.json +12 -0
  54. package/dist/nexus-cli/src/contracts/command-contract-matrix.generated.test.js +6 -7
  55. package/dist/nexus-cli/src/contracts/command-contract-matrix.generated.test.js.map +1 -1
  56. package/dist/nexus-cli/src/contracts/command-contract-matrix.scenarios.js +2 -2
  57. package/dist/nexus-cli/src/contracts/command-contract.guard.js +5 -0
  58. package/dist/nexus-cli/src/contracts/command-contract.guard.js.map +1 -1
  59. package/dist/nexus-cli/src/contracts/command-contract.registry.js +26 -0
  60. package/dist/nexus-cli/src/contracts/command-contract.registry.js.map +1 -1
  61. package/dist/nexus-cli/src/contracts/command-inventory.test.js +4 -4
  62. package/dist/nexus-cli/src/contracts/command-order.js +1 -0
  63. package/dist/nexus-cli/src/contracts/command-order.js.map +1 -1
  64. package/dist/nexus-cli/src/contracts/command-policy.exporter.test.js +2 -2
  65. package/dist/nexus-cli/src/contracts/command-policy.registry.js +1 -1
  66. package/dist/nexus-cli/src/contracts/command-policy.registry.js.map +1 -1
  67. package/dist/nexus-cli/src/contracts/command-policy.registry.test.js +5 -5
  68. package/dist/nexus-cli/src/contracts/command-policy.validator.test.js +3 -3
  69. package/dist/nexus-cli/src/contracts/contracts.test.js +17 -0
  70. package/dist/nexus-cli/src/contracts/contracts.test.js.map +1 -1
  71. package/dist/nexus-cli/src/contracts/workforce-contracts.js +1 -0
  72. package/dist/nexus-cli/src/contracts/workforce-contracts.js.map +1 -1
  73. package/dist/nexus-cli/src/services/api-client.d.ts +8 -0
  74. package/dist/nexus-cli/src/services/api-client.js +54 -0
  75. package/dist/nexus-cli/src/services/api-client.js.map +1 -1
  76. package/dist/nexus-cli/src/services/training-evidence-export.d.ts +15 -0
  77. package/dist/nexus-cli/src/services/training-evidence-export.js +94 -0
  78. package/dist/nexus-cli/src/services/training-evidence-export.js.map +1 -0
  79. package/dist/nexus-cli/src/services/training-evidence-export.test.d.ts +1 -0
  80. package/dist/nexus-cli/src/services/training-evidence-export.test.js +59 -0
  81. package/dist/nexus-cli/src/services/training-evidence-export.test.js.map +1 -0
  82. package/dist/nexus-cli/src/services/workforce-bundle-archive.d.ts +1 -1
  83. package/dist/nexus-cli/src/services/workforce-bundle-local.js +26 -4
  84. package/dist/nexus-cli/src/services/workforce-bundle-local.js.map +1 -1
  85. package/dist/nexus-cli/src/services/workforce-bundle-local.test.js +29 -0
  86. package/dist/nexus-cli/src/services/workforce-bundle-local.test.js.map +1 -1
  87. package/dist/nexus-cli/src/services/workforce-bundle-remote.d.ts +1 -1
  88. package/dist/nexus-cli/src/services/workforce-cognition-remote.d.ts +17 -0
  89. package/dist/nexus-cli/src/services/workforce-cognition-remote.js +16 -0
  90. package/dist/nexus-cli/src/services/workforce-cognition-remote.js.map +1 -1
  91. package/dist/nexus-cli/src/services/workforce-conversation-remote.d.ts +5 -0
  92. package/dist/nexus-cli/src/services/workforce-conversation-remote.js +21 -2
  93. package/dist/nexus-cli/src/services/workforce-conversation-remote.js.map +1 -1
  94. package/dist/nexus-cli/src/services/workforce-conversation-remote.test.js +2 -0
  95. package/dist/nexus-cli/src/services/workforce-conversation-remote.test.js.map +1 -1
  96. package/dist/nexus-cli/src/services/workforce-test-remote.d.ts +1 -1
  97. package/dist/nexus-cli/src/services/workforce-test-remote.js +1 -1
  98. package/dist/nexus-cli/src/services/workforce-test-remote.test.js +2 -2
  99. package/dist/tsconfig.tsbuildinfo +1 -1
  100. package/package.json +1 -1
@@ -37,6 +37,84 @@ const messages = {
37
37
  finish: "完成",
38
38
  unselected: "未选择",
39
39
  },
40
+ builder: {
41
+ labelPlaceholder: "名称",
42
+ apiNamePlaceholder: "API 名称",
43
+ flowType: "Flow 类型",
44
+ selectObject: "选择对象",
45
+ object: "对象",
46
+ configureTrigger: "配置触发器",
47
+ triggerCreated: "记录被创建时",
48
+ triggerUpdated: "记录被更新时",
49
+ triggerCreatedOrUpdated: "记录被创建或更新时",
50
+ triggerDeleted: "记录被删除时",
51
+ setEntryConditions: "设置进入条件",
52
+ conditionRequirements: "条件要求",
53
+ conditions: "条件",
54
+ optimizeFlow: "优化流程",
55
+ scheduleSettings: "计划设置",
56
+ frequency: "频率",
57
+ startDate: "开始日期",
58
+ startTime: "开始时间",
59
+ platformEvent: "平台事件",
60
+ eventApiName: "事件 API 名称",
61
+ screenEntry: "屏幕入口",
62
+ entryMode: "进入模式",
63
+ designerNotes: "设计器备注",
64
+ action: "动作",
65
+ howToSetFieldValues: "如何设置记录字段值",
66
+ setFieldValuesManually: "手动设置字段值",
67
+ useVariablesAndFormulas: "使用变量和公式",
68
+ fieldMappingsReady: "已就绪字段映射",
69
+ recordOrRecordId: "记录或记录 ID",
70
+ setFieldValues: "设置字段值",
71
+ pauseType: "暂停类型",
72
+ timeSource: "时间来源",
73
+ offsetNumberOptions: "偏移数值 / 偏移选项",
74
+ scheduleSummary: "计划摘要",
75
+ defaultOutcome: "默认结果",
76
+ outcomeOrder: "结果顺序",
77
+ toolbox: "工具箱",
78
+ searchThisFlow: "搜索此流程…",
79
+ closeInspector: "关闭检查器",
80
+ debugData: "调试数据",
81
+ daysAfterSource: "{days} 天后(自 {source})",
82
+ durationAfterSource: "{value} {unit}后(自 {source})",
83
+ durationOnly: "{value} {unit}",
84
+ pauseUntilDate: "暂停至 {date}",
85
+ pauseUntilEvent: "暂停至 {object} {event}",
86
+ unitMinutes: "分钟",
87
+ unitHours: "小时",
88
+ unitDays: "天",
89
+ timeSourceCloseDate: "关闭日期",
90
+ optimizationFastFieldUpdates: "快速字段更新",
91
+ optimizationActionsAndRelatedRecords: "动作与关联记录",
92
+ scheduleDaily: "每天",
93
+ scheduleWeekly: "每周",
94
+ scheduleOnce: "仅运行一次",
95
+ entryAppPage: "应用页面",
96
+ entryQuickAction: "快速操作",
97
+ entryUtilityBar: "实用工具栏",
98
+ summaryTrigger: "触发器",
99
+ summaryOptimizeFor: "优化目标",
100
+ summarySchedule: "计划",
101
+ summaryStartAt: "开始于",
102
+ summaryEvent: "事件",
103
+ summaryRunType: "运行类型",
104
+ summaryEntry: "入口",
105
+ summaryInteraction: "交互方式",
106
+ summaryInvocation: "调用方式",
107
+ summaryStatus: "状态",
108
+ notSet: "未设置",
109
+ platformEventReceived: "接收到平台事件时",
110
+ runTypeAutolaunched: "自动启动 Flow",
111
+ guidedScreenExperience: "引导式屏幕体验",
112
+ runTypeUserFacing: "面向用户的 Flow",
113
+ invokedByFlowsActionsAi: "由流程、动作或 AI 调用",
114
+ noExplicitTrigger: "无显式触发器",
115
+ runTypeBackground: "后台自动化",
116
+ selectFlowTypeToConfigureStart: "选择 Flow 类型以配置开始节点",
117
+ },
40
118
  flowType: {
41
119
  unselected: "未选择类型",
42
120
  recordTriggered: {
@@ -174,7 +252,7 @@ const messages = {
174
252
  stepSelectAction: "选择 Action",
175
253
  stepDefineRecordTarget: "定义记录目标",
176
254
  stepDefineExecTarget: "定义执行目标",
177
- stepSetFieldValues: "Set Field Values",
255
+ stepSetFieldValues: "设置字段值",
178
256
  stepReview: "审阅与配置",
179
257
  alertIdentity: "先给这个 Action 一个明确名称,后面每一步都会沿用它。",
180
258
  alertSelectType: "先固定 Action 类型,后面的对象、字段和值设置都会跟着这个选择变化。",
@@ -215,8 +293,8 @@ const messages = {
215
293
  },
216
294
  decisionWizard: {
217
295
  stepName: "命名元素",
218
- stepOutcomes: "Outcomes",
219
- stepOutcomeLogic: "Outcome Logic",
296
+ stepOutcomes: "结果",
297
+ stepOutcomeLogic: "结果判定逻辑",
220
298
  alertIdentity: "先给这个 Decision 一个业务化名字,后面分支和条件会围绕这个决策表达。",
221
299
  alertOutcomes: "先定义 Outcome Order 和 Default Outcome,条件表达式放到下一步,避免一开始就陷入复杂判断。",
222
300
  alertOutcomeLogic: "Outcome 结构已确定。现在继续补条件表达式、Condition Requirements 和更细的逻辑。",
@@ -359,6 +437,16 @@ const messages = {
359
437
  breadcrumbAi: "AI 设置",
360
438
  breadcrumbAgents: "Agent 管理",
361
439
  breadcrumbConfigure: "配置",
440
+ fieldNamePlaceholder: "例如:SalesAgent",
441
+ fieldIconPlaceholder: "图标名称",
442
+ typeSales: "销售",
443
+ typeService: "服务",
444
+ typeAnalytics: "分析",
445
+ typeAdmin: "管理",
446
+ typeCustom: "自定义",
447
+ modelTier1: "DeepSeek V3(第 1 档)",
448
+ modelTier2: "GPT-4o(第 2 档)",
449
+ modelTier3: "Claude Opus(第 3 档)",
362
450
  breadcrumbExecutionLogs: "执行日志",
363
451
  breadcrumbExecutionDetail: "详情",
364
452
  listTitle: "Agent 运行与治理",
@@ -404,9 +492,9 @@ const messages = {
404
492
  fieldIcon: "图标",
405
493
  fieldAvatar: "头像",
406
494
  fieldPrimaryModel: "主模型",
407
- fieldTemperature: "Temperature",
495
+ fieldTemperature: "温度",
408
496
  fieldMaxTokens: "单次最大 Token",
409
- fieldSystemPrompt: "System Prompt",
497
+ fieldSystemPrompt: "系统提示词",
410
498
  systemPromptPlaceholder: "Agent 人设 prompt...",
411
499
  triggerManual: "手动触发",
412
500
  triggerEvent: "事件触发",
@@ -480,7 +568,7 @@ const messages = {
480
568
  builderUndo: "撤销 (⌘Z)",
481
569
  builderRedo: "重做 (⌘⇧Z)",
482
570
  builderAutoLayout: "自动布局",
483
- agentBuilderFallbackTitle: "Agent Builder",
571
+ agentBuilderFallbackTitle: "AI 员工构建",
484
572
  builderSaveSuccess: "保存成功",
485
573
  builderSaveError: "保存失败",
486
574
  builderPublishSuccess: "发布成功",
@@ -576,7 +664,7 @@ const messages = {
576
664
  input: "输入",
577
665
  finalOutput: "最终输出",
578
666
  stepCount: "步骤数",
579
- actor: "Actor",
667
+ actor: "执行者",
580
668
  userInput: "用户输入",
581
669
  outputSummary: "输出摘要",
582
670
  tokenBreakdownTitle: "Token 消耗明细",
@@ -621,9 +709,9 @@ const messages = {
621
709
  executionAuditTitle: "执行审计详情",
622
710
  backAuditLog: "返回审计日志",
623
711
  startedAt: "开始时间",
624
- agent: "Agent",
712
+ agent: "AI 员工",
625
713
  agentId: "Agent ID",
626
- actorTypeAgent: "Agent",
714
+ actorTypeAgent: "AI 员工",
627
715
  executionStatusPending: "待处理",
628
716
  executionStatusRunning: "运行中",
629
717
  executionStatusDone: "完成",
@@ -848,17 +936,29 @@ const messages = {
848
936
  app: {
849
937
  restoringSession: "恢复登录状态中...",
850
938
  enteringSystem: "进入系统中...",
939
+ crm: "客户管理",
940
+ marketing: "市场营销",
941
+ service: "客户服务",
851
942
  partner: "伙伴",
852
- platform: "平台"
943
+ platform: "平台",
944
+ settings: "设置"
853
945
  },
854
946
  appDescription: {
855
- partner: "伙伴关系管理"
947
+ crm: "客户关系管理",
948
+ marketing: "营销自动化与活动管理",
949
+ service: "客户服务管理",
950
+ partner: "伙伴关系管理",
951
+ platform: "开放平台与生态",
952
+ settings: "系统设置"
856
953
  },
857
954
  common: {
858
955
  featureNotAvailable: "该功能尚未开放",
859
956
  confirm: "确认",
860
957
  cancel: "取消",
861
958
  save: "保存",
959
+ saved: "已保存",
960
+ created: "已创建",
961
+ saveFailed: "保存失败",
862
962
  delete: "删除",
863
963
  edit: "编辑",
864
964
  create: "新建",
@@ -912,6 +1012,9 @@ const messages = {
912
1012
  opportunity: "商机管理",
913
1013
  task: "任务",
914
1014
  report: "数据分析",
1015
+ workbench: "工作台",
1016
+ account_folder: "客户",
1017
+ reports: "报表",
915
1018
  // CRM App
916
1019
  crm: {
917
1020
  dashboard: "工作台",
@@ -926,6 +1029,7 @@ const messages = {
926
1029
  contactAll: "全部联系人",
927
1030
  salesFolder: "销售",
928
1031
  salesOpportunity: "商机",
1032
+ forecastCenter: "预测中心",
929
1033
  cpqFolder: "CPQ",
930
1034
  cpqProduct: "产品目录",
931
1035
  cpqPriceBook: "价格手册",
@@ -954,7 +1058,7 @@ const messages = {
954
1058
  security: "安全设置",
955
1059
  billing: "计费",
956
1060
  shieldEncryption: "Shield 加密",
957
- namedCredentials: "Named Credentials"
1061
+ namedCredentials: "命名凭据"
958
1062
  },
959
1063
  settingsHome: "系统设置",
960
1064
  },
@@ -1050,13 +1154,13 @@ const messages = {
1050
1154
  searchPlaceholder: "搜索商机名称、阶段、金额",
1051
1155
  workbenchDescription: "以 Pipeline Workbench 方式推进本周商机,先看阶段分布、风险与下一步,再决定是否下钻详情。",
1052
1156
  metricPipelineTotal: "Pipeline 总量",
1053
- metricCommit: "Commit",
1157
+ metricCommit: "承诺",
1054
1158
  metricDueThisWeek: "本周要推进",
1055
1159
  metricHighRisk: "高风险",
1056
1160
  quickViewLabel: "快捷视图",
1057
1161
  quickViewFocus: "我关注的",
1058
1162
  quickViewWeek: "本周要推进",
1059
- quickViewCommit: "Commit",
1163
+ quickViewCommit: "承诺",
1060
1164
  quickViewRisk: "高风险",
1061
1165
  quickViewAll: "全部",
1062
1166
  pipelineStageColumns: "Pipeline 阶段列",
@@ -1164,6 +1268,16 @@ const messages = {
1164
1268
  department: "部门",
1165
1269
  division: "事业部",
1166
1270
  email: "邮箱",
1271
+ username: "用户名",
1272
+ enterUsername: "请输入用户名",
1273
+ usernameTaken: "用户名已被占用",
1274
+ passwordResetSent: "密码重置邮件已发送",
1275
+ passwordResetFailed: "密码重置失败",
1276
+ activationFailed: "激活失败",
1277
+ createUserFailed: "创建用户失败",
1278
+ resendActivationFailed: "重新发送激活邮件失败",
1279
+ freezeUserFailed: "冻结用户失败",
1280
+ unfreezeUserFailed: "解冻用户失败",
1167
1281
  enterFirstName: "请输入名",
1168
1282
  enterLastName: "请输入姓",
1169
1283
  extension: "分机号",
@@ -1294,25 +1408,26 @@ const messages = {
1294
1408
  emailCodeResendIn: "{seconds} 秒后可重新发送",
1295
1409
  emailCodeInvalid: "验证码无效或已过期",
1296
1410
  emailCodeSendFailed: "发送验证码失败,请稍后重试",
1411
+ emailVerified: "邮箱已验证",
1297
1412
  orgSelectionTitle: "选择组织",
1298
1413
  changeEmail: "更换邮箱",
1299
1414
  aiHeroTitleLead: "AI 员工",
1300
1415
  aiHeroTitleAccent: "企业运行中枢",
1301
1416
  aiHeroDescription: "能力统一调度,结果值得信任;每次执行都可控、可审计、可进化",
1302
1417
  aiHeroDiagramLabel: "AI 员工企业运行能力图",
1303
- aiCoreTitle: "AI Employee",
1304
- aiCoreMetaIdentity: "Identity",
1305
- aiCoreMetaMemory: "Memory",
1306
- aiCoreMetaSkills: "Skills",
1307
- aiCoreMetaExecution: "Execution",
1418
+ aiCoreTitle: "AI 员工",
1419
+ aiCoreMetaIdentity: "身份",
1420
+ aiCoreMetaMemory: "记忆",
1421
+ aiCoreMetaSkills: "技能",
1422
+ aiCoreMetaExecution: "执行",
1308
1423
  aiCoreLearning: "自我进化",
1309
1424
  aiCapabilityMoeTitle: "MoE",
1310
1425
  aiCapabilityMoeDescription: "智能选择最佳模型",
1311
- aiCapabilityHeadlessTitle: "Headless",
1426
+ aiCapabilityHeadlessTitle: "无头接入",
1312
1427
  aiCapabilityHeadlessDescription: "跨渠道自主执行",
1313
- aiCapabilityRuntimeTitle: "Runtime",
1428
+ aiCapabilityRuntimeTitle: "运行时",
1314
1429
  aiCapabilityRuntimeDescription: "稳定运行每项任务",
1315
- aiCapabilityPermissionTitle: "Guardrails",
1430
+ aiCapabilityPermissionTitle: "安全护栏",
1316
1431
  aiCapabilityPermissionDescription: "权限、审批与审计",
1317
1432
  aiCapabilityMcpTitle: "MCP",
1318
1433
  aiCapabilityMcpDescription: "连接企业工具与数据"
@@ -1899,7 +2014,7 @@ const messages = {
1899
2014
  usage: "使用情况",
1900
2015
  usageDetails: "用量明细",
1901
2016
  noUsageData: "暂无用量数据",
1902
- upgradePlan: "资源包示例",
2017
+ upgradePlan: "资源包能力",
1903
2018
  current: "当前",
1904
2019
  perMonth: "/月",
1905
2020
  perYear: "/年",
@@ -1921,9 +2036,9 @@ const messages = {
1921
2036
  usageTokenTier3: "Token 用量 Tier 3",
1922
2037
  usageStorage: "数据存储",
1923
2038
  usageApiCalls: "API 调用(内部观测)",
1924
- planStarterName: "Starter",
1925
- planGrowthName: "Growth",
1926
- planEnterpriseName: "Enterprise",
2039
+ planStarterName: "入门版",
2040
+ planGrowthName: "成长版",
2041
+ planEnterpriseName: "企业版",
1927
2042
  planStarterFeature1: "200 万 Token / 月用量额度",
1928
2043
  planStarterFeature2: "20 GB 数据存储",
1929
2044
  planStarterFeature3: "适合小团队跑通首批数字员工",
@@ -2014,9 +2129,23 @@ const messages = {
2014
2129
  cancelWarningItem2: "高级治理与预算控制能力将被停用",
2015
2130
  cancelWarningItem3: "超出基础额度的数据与调用需重新配置",
2016
2131
  cancelWarningItem4: "您可以随时重新启用付费资源包",
2017
- planCycleCaption: "以下示例按当前选择的计费周期展示 Org 基础费,不含 Token 与存储的计量费用。",
2132
+ planCycleCaption: "平台价格与促销由平台管理后台统一管理。",
2133
+ quoteRequired: "价格需由商务确认",
2134
+ quoteRequiredDesc: "如需升级或续费,请联系商务获取仅适用于当前组织的正式报价。",
2018
2135
  loadFailed: "数据加载失败",
2019
2136
  loadFailedDesc: "无法获取账单数据,请稍后重试",
2137
+ opsPlanHealth: "套餐健康",
2138
+ opsQuotaRisk: "额度风险",
2139
+ opsPendingInvoice: "待办账单",
2140
+ opsNextActions: "下一步",
2141
+ opsCycleProgress: "周期进度",
2142
+ opsDaysUntilNextBill: "{count} 天后计费",
2143
+ opsBillDueToday: "已到计费日",
2144
+ opsQuotaHealthy: "健康",
2145
+ opsInvoiceDegraded: "账单数据暂时不可用,其余计费信息正常展示。",
2146
+ opsActionViewUsage: "用量仪表盘",
2147
+ opsActionSmartCap: "配置 Smart Cap",
2148
+ opsActionContactSales: "联系商务",
2020
2149
  enterpriseQuotaSaveSuccess: "Enterprise 自定义配额已保存",
2021
2150
  enterpriseQuotaSaveFailed: "Enterprise 自定义配额保存失败",
2022
2151
  enterpriseQuotaConfigTitle: "Enterprise 自定义配额",
@@ -2405,7 +2534,7 @@ const messages = {
2405
2534
  aiHubCardAgentManagementDesc: "管理工作区 Agent、入口权限与执行策略。",
2406
2535
  aiHubCardAgentOrchestration: "协作编排",
2407
2536
  aiHubCardAgentOrchestrationDesc: "配置多步骤执行链、工具路由与人审节点。",
2408
- aiHubCardAiProvider: "AI Provider",
2537
+ aiHubCardAiProvider: "AI 服务商",
2409
2538
  aiHubCardAiProviderDesc: "管理模型供应商、配额与工作区默认模型。",
2410
2539
  aiHubCardPromptStrategy: "指令策略",
2411
2540
  aiHubCardPromptStrategyDesc: "统一管理系统提示、渠道上下文与回复约束。",
@@ -2736,6 +2865,16 @@ const messages = {
2736
2865
  },
2737
2866
  developer: {
2738
2867
  apiCredentials: "API 凭证",
2868
+ pluginSubmit: {
2869
+ pluginNameLabel: "插件名称(kebab-case)",
2870
+ displayNameLabel: "显示名称",
2871
+ versionLabel: "版本(semver)",
2872
+ descriptionLabel: "描述",
2873
+ authorLabel: "作者",
2874
+ categoryLabel: "分类",
2875
+ permissionsLabel: "权限(逗号分隔)",
2876
+ sourceBundleUrlLabel: "源码包 URL",
2877
+ },
2739
2878
  credentialsUnavailable: "API 凭证暂未开放",
2740
2879
  credentialsUnavailableReason: "后续版本将在此展示 API Key 与 Secret,并提供重置操作。本地不存储任何凭证。",
2741
2880
  dashboard: "开发者仪表盘",
@@ -2755,7 +2894,7 @@ const messages = {
2755
2894
  dmlStatements: "DML 语句数",
2756
2895
  duration: "耗时",
2757
2896
  executionTimeline: "执行时间线",
2758
- governorLimits: "Governor Limits",
2897
+ governorLimits: "资源限额",
2759
2898
  heapSize: "堆大小",
2760
2899
  httpCallouts: "HTTP 调用数",
2761
2900
  notFound: "分析记录未找到",
@@ -2940,6 +3079,7 @@ const messages = {
2940
3079
  pluginDisabled: "未启用",
2941
3080
  noInstalled: "暂无已安装插件",
2942
3081
  permissionConfirm: "权限确认",
3082
+ permissionWarning: "权限提示",
2943
3083
  permissions: "权限",
2944
3084
  rateSuccess: "评分成功",
2945
3085
  ratings: "评分",
@@ -2950,15 +3090,68 @@ const messages = {
2950
3090
  },
2951
3091
  namedCredentials: {
2952
3092
  title: "命名凭证",
3093
+ rotate: "轮换",
3094
+ detailName: "名称:",
3095
+ detailType: "类型:",
3096
+ detailStatus: "状态:",
3097
+ detailEndpoint: "端点:",
3098
+ detailDescription: "描述:",
3099
+ detailCreatedBy: "创建人:",
3100
+ detailLastUsed: "最近使用:",
3101
+ neverUsed: "从未使用",
3102
+ noConfigurationData: "暂无配置数据",
3103
+ selectCredentialForAudit: "选择一个凭证以查看审计日志",
3104
+ tokenUrl: "Token URL",
3105
+ clientId: "客户端 ID",
3106
+ clientSecret: "客户端密钥",
3107
+ scopes: "授权范围",
3108
+ apiKey: "API Key",
3109
+ headerName: "请求头名称",
3110
+ username: "用户名",
3111
+ password: "密码",
3112
+ certificate: "证书",
3113
+ privateKey: "私钥",
3114
+ deleteConfirmTitle: "删除该凭证?",
3115
+ filterByType: "按类型筛选",
3116
+ nameLabel: "名称",
3117
+ descriptionLabel: "描述",
3118
+ endpointUrl: "端点 URL",
3119
+ credentialType: "凭证类型",
3120
+ selectType: "选择类型",
3121
+ newApiKey: "新 API Key",
3122
+ enterNewApiKey: "请输入新的 API Key",
3123
+ basicInfo: "基本信息",
3124
+ configurationMasked: "配置(已脱敏)",
3125
+ selectCredential: "选择凭证",
3126
+ createdMsg: "凭证已创建",
3127
+ updatedMsg: "凭证已更新",
3128
+ deletedMsg: "凭证已删除",
3129
+ rotatedMsg: "API Key 已轮换",
2953
3130
  },
2954
3131
  oauth2: {
2955
3132
  clients: "OAuth2 客户端",
2956
3133
  createApp: "创建应用",
3134
+ clientIdLabel: "客户端 ID:",
3135
+ clientSecretLabel: "客户端密钥:",
3136
+ secretSaveNowHint: "请立即保存密钥,之后将不会再次显示。",
3137
+ appNameLabel: "应用名称",
3138
+ descriptionLabel: "描述",
3139
+ redirectUrisLabel: "重定向 URI(每行一个)",
3140
+ allowedScopesLabel: "允许的授权范围",
3141
+ copied: "已复制",
3142
+ clientCreatedTitle: "客户端已创建",
2957
3143
  },
2958
3144
  plugins: {
2959
3145
  configSaved: "配置已保存",
2960
3146
  configuration: "配置",
2961
3147
  details: "详情",
3148
+ installationIdLabel: "安装 ID",
3149
+ pluginIdLabel: "插件 ID",
3150
+ versionLabel: "版本",
3151
+ configJsonLabel: "配置(JSON)",
3152
+ targetVersionPlaceholder: "目标版本 ID",
3153
+ rollbackConfirmTitle: "回滚到该版本?",
3154
+ invalidJson: "JSON 格式无效",
2962
3155
  permissions: "权限",
2963
3156
  rollback: "回滚",
2964
3157
  rolledBack: "已回滚",
@@ -2980,6 +3173,29 @@ const messages = {
2980
3173
  title: "平台加密",
2981
3174
  performanceUnavailable: "性能指标暂不可用",
2982
3175
  performanceUnavailableReason: "当前工作区暂无生产延迟聚合数据。系统不会伪造指标。",
3176
+ deactivate: "停用",
3177
+ jobLabel: "任务:",
3178
+ statusLabel: "状态:",
3179
+ deactivateConfirmTitle: "停用该加密策略?",
3180
+ createPolicyTitle: "创建加密策略",
3181
+ objectLabel: "对象",
3182
+ objectPlaceholder: "对象元数据 ID",
3183
+ fieldLabel: "字段",
3184
+ fieldPlaceholder: "字段元数据 ID",
3185
+ searchable: "可搜索",
3186
+ statTotalEncryptedFields: "加密字段总数",
3187
+ statActiveKeys: "活跃密钥",
3188
+ statPoliciesWithRecords: "含记录的策略数",
3189
+ statEncryptedRecordsPerPolicy: "各策略加密记录数",
3190
+ statPerformanceMetrics: "性能指标",
3191
+ keyHistory: "密钥历史",
3192
+ rotateConfirmTitle: "轮换加密密钥?",
3193
+ reEncryption: "重新加密",
3194
+ selectPolicyToReEncrypt: "选择要重新加密的策略",
3195
+ policyCreatedMsg: "加密策略已创建",
3196
+ policyDeactivatedMsg: "策略已停用",
3197
+ keyRotatedMsg: "密钥轮换成功",
3198
+ reEncryptionTriggeredMsg: "已触发重新加密",
2983
3199
  },
2984
3200
  webhooks: {
2985
3201
  dlq: "死信队列",
@@ -3199,6 +3415,12 @@ const messages = {
3199
3415
  breadcrumbWorkspace: "工作区",
3200
3416
  breadcrumbSecurity: "安全",
3201
3417
  breadcrumbNew: "新建 SSO 提供商",
3418
+ entityIdAddon: "实体 ID",
3419
+ namePlaceholder: "企业 SAML",
3420
+ entityIdLabel: "实体 ID",
3421
+ idpIssuerLabel: "IdP 签发者",
3422
+ idpSsoUrlLabel: "IdP SSO 地址",
3423
+ x509CertLabel: "X.509 证书",
3202
3424
  sectionName: "名称",
3203
3425
  sectionNameDesc: "您的连接名称",
3204
3426
  nameRequired: "请输入连接名称",
@@ -3235,7 +3457,7 @@ const messages = {
3235
3457
  securityPage: {
3236
3458
  title: "安全",
3237
3459
  breadcrumbWorkspace: "工作区",
3238
- ssoTitle: "SSO",
3460
+ ssoTitle: "单点登录(SSO",
3239
3461
  ssoEnterpriseTag: "企业版",
3240
3462
  ssoDesc: "配置 SSO 单点登录连接",
3241
3463
  ssoLockedHint: "SSO 功能需要企业版许可证",
@@ -3750,7 +3972,7 @@ const messages = {
3750
3972
  remove: "移除",
3751
3973
  usersSection: "用户",
3752
3974
  usersAssignDesc: "分配此职权给工作区成员",
3753
- agentsSection: "Agents",
3975
+ agentsSection: "AI 员工",
3754
3976
  agentsAssignDesc: "分配此职权给 AI Agents",
3755
3977
  apiKeysSection: "API Keys",
3756
3978
  apiKeysAssignDesc: "分配此职权给 API Keys",
@@ -4241,9 +4463,9 @@ const messages = {
4241
4463
  deleteSuccessQuota: "Quota 已删除",
4242
4464
  deleteQuotaConfirm: "删除这条 quota?",
4243
4465
  hierarchyRow: "层级行",
4244
- quota: "Quota",
4466
+ quota: "配额",
4245
4467
  attainment: "达成率",
4246
- gap: "Gap",
4468
+ gap: "缺口",
4247
4469
  saveQuota: "保存",
4248
4470
  riskLow: "低",
4249
4471
  riskMedium: "中",
@@ -4661,7 +4883,7 @@ const messages = {
4661
4883
  dashboard: {
4662
4884
  colType: "类型",
4663
4885
  colDescription: "描述",
4664
- colAgent: "Agent",
4886
+ colAgent: "AI 员工",
4665
4887
  colToken: "Token",
4666
4888
  colCost: "费用",
4667
4889
  colTime: "时间",
@@ -4670,6 +4892,7 @@ const messages = {
4670
4892
  colSteps: "步骤数",
4671
4893
  colParticipation: "参与度",
4672
4894
  colBillingTier: "归因档位",
4895
+ viewLog: "查看日志",
4673
4896
  statTotalTokens: "总 Token 用量",
4674
4897
  statTotalCost: "已计入账单费用",
4675
4898
  statRemainingQuota: "剩余预算",
@@ -4990,12 +5213,12 @@ const messages = {
4990
5213
  monitor: {
4991
5214
  title: "执行监督",
4992
5215
  description: "追踪执行状态、工具调用、风险与结果证据。",
4993
- colAgent: "Agent",
5216
+ colAgent: "AI 员工",
4994
5217
  colTrigger: "触发",
4995
5218
  colInput: "指令",
4996
5219
  colCreatedAt: "创建时间",
4997
- filterByAgent: "按 Agent 筛选",
4998
- allAgents: "全部 Agent",
5220
+ filterByAgent: "按 AI 员工筛选",
5221
+ allAgents: "全部 AI 员工",
4999
5222
  loadFailed: "执行列表加载失败:{message}",
5000
5223
  cancelNotAllowed: "当前状态不可取消",
5001
5224
  cancelRequested: "已发起取消",
@@ -5045,7 +5268,7 @@ const messages = {
5045
5268
  notFound: "执行不存在或无权查看",
5046
5269
  pausedAlert: "该执行已暂停,等待人工审批",
5047
5270
  summaryTitle: "执行概要",
5048
- fieldAgent: "Agent",
5271
+ fieldAgent: "AI 员工",
5049
5272
  fieldTrigger: "触发",
5050
5273
  fieldTriggeredBy: "触发人",
5051
5274
  fieldIntent: "意图",
@@ -5103,7 +5326,7 @@ const messages = {
5103
5326
  approvalDecision: "审批",
5104
5327
  failureObserved: "失败",
5105
5328
  },
5106
- learningExtractionTitle: "Learning Extraction / Repair",
5329
+ learningExtractionTitle: "学习提取与修复",
5107
5330
  learningExtractionNotice: "学习视图只使用脱敏摘要和候选产物,不读取或发布原始输入输出。",
5108
5331
  learningEvidenceCategories: "证据类别",
5109
5332
  learningRootCause: "根因 / 缺口",
@@ -6807,7 +7030,7 @@ const messages = {
6807
7030
  missionLabel: "使命",
6808
7031
  missionPlaceholder: "描述该员工的最终成功定义",
6809
7032
  stakeholdersTitle: "利益相关方",
6810
- stakeholderCode: "code",
7033
+ stakeholderCode: "编码",
6811
7034
  stakeholderRolePlaceholder: "角色描述",
6812
7035
  addStakeholder: "添加利益相关方",
6813
7036
  scopeTitle: "范围",
@@ -6819,7 +7042,7 @@ const messages = {
6819
7042
  addCriterion: "添加标准",
6820
7043
  hardGate: "硬门禁",
6821
7044
  softMetric: "软指标",
6822
- criterionCodeLabel: "code",
7045
+ criterionCodeLabel: "编码",
6823
7046
  criterionKindLabel: "类型",
6824
7047
  criterionPhaseLabel: "阶段",
6825
7048
  criterionHardGateLabel: "门禁类型",
@@ -6848,8 +7071,8 @@ const messages = {
6848
7071
  wakeSourcesLabel: "允许的唤醒源",
6849
7072
  actionAllowlistTitle: "动作白名单",
6850
7073
  addAction: "添加动作",
6851
- toolNamePlaceholder: "canonical toolName",
6852
- flowKeyPlaceholder: "canonical flow key",
7074
+ toolNamePlaceholder: "规范工具名(toolName",
7075
+ flowKeyPlaceholder: "规范流程标识(flow key",
6853
7076
  narrowingCapsTitle: "收窄配额(只能收窄)",
6854
7077
  capWakesPerDay: "每日唤醒",
6855
7078
  capProposalsPerDay: "每日建议",
@@ -6927,6 +7150,7 @@ const messages = {
6927
7150
  editInstruction: "编辑指令",
6928
7151
  evidenceRequired: "需证据",
6929
7152
  executionHistory: "执行记录",
7153
+ externalConversations: "外部渠道会话",
6930
7154
  executionIdentity: "执行身份与职权",
6931
7155
  executionSteps: "执行步骤",
6932
7156
  executionStepsEmpty: "等待工具调用记录。",
@@ -8107,7 +8331,13 @@ const messages = {
8107
8331
  common: {
8108
8332
  cancel: "取消",
8109
8333
  },
8334
+ readOnlyTag: "只读",
8335
+ siteCol: "站点",
8336
+ statusCol: "状态",
8337
+ searchLabel: "搜索",
8338
+ reassignTitle: "重新指派外部档案",
8110
8339
  link: {
8340
+ contactIdUuidLabel: "联系人 ID(UUID)",
8111
8341
  noResult: "链接失败:服务端未返回结果",
8112
8342
  linked: "Contact 已链接",
8113
8343
  failed: "链接失败",
@@ -8159,6 +8389,30 @@ const messages = {
8159
8389
  breadcrumbPlatform: "平台工具",
8160
8390
  refresh: "刷新",
8161
8391
  status: {
8392
+ conflictedTag: "冲突",
8393
+ resolvedTag: "已解决",
8394
+ noneTag: "无",
8395
+ retry: "重试",
8396
+ pushAria: "推送源跟踪变更到远端",
8397
+ pullAria: "从远端拉取源跟踪变更",
8398
+ refreshAria: "刷新源跟踪状态",
8399
+ contractNoteAlert: "当前契约说明",
8400
+ diffInspectionAlert: "差异检查模式",
8401
+ conflictMarkersAlert: "在远端内容中检测到冲突标记",
8402
+ colFilePath: "文件路径",
8403
+ colChangeType: "变更类型",
8404
+ colSource: "来源",
8405
+ colLastModified: "最近修改",
8406
+ colConflictStatus: "冲突状态",
8407
+ colActions: "操作",
8408
+ changeTypeModified: "修改",
8409
+ changeTypeAdded: "新增",
8410
+ changeTypeDeleted: "删除",
8411
+ pullModalTitle: "从远端拉取",
8412
+ pullOkText: "拉取",
8413
+ pushButton: "推送到远端",
8414
+ pullButton: "从远端拉取",
8415
+ lastModifiedPrefix: "最近修改:",
8162
8416
  pushSubmitted: "已提交 push: {path}",
8163
8417
  noPushableDeletes: "当前没有可由状态页直接 push 的删除项;新增/修改项仍需要本地文件内容 contract。",
8164
8418
  confirmPushDeletes: "确认 push {count} 个删除项到 remote 吗?新增/修改项仍不会被状态页提交。",
@@ -8178,6 +8432,29 @@ const messages = {
8178
8432
  unsupportedPull: "Pull-from-remote 已由 source-tracking baseline contract 承接。",
8179
8433
  },
8180
8434
  baseline: {
8435
+ retry: "重试",
8436
+ historyTitle: "基线历史",
8437
+ pullFromRemoteAria: "从远端拉取基线",
8438
+ refreshAria: "刷新基线管理",
8439
+ resetAria: "重置源跟踪",
8440
+ setBaselineAria: "设置源跟踪基线",
8441
+ contractNoteAlert: "当前契约说明",
8442
+ currentBaselineTitle: "当前基线",
8443
+ colBaselineId: "基线 ID",
8444
+ colAvailable: "可用",
8445
+ colRevision: "修订号",
8446
+ colSource: "来源",
8447
+ colAuthor: "作者",
8448
+ colCreatedAt: "创建时间",
8449
+ colDescription: "描述",
8450
+ setBaselineTitle: "设置基线",
8451
+ setBaselineOk: "设置基线",
8452
+ baselineDescriptionLabel: "基线描述",
8453
+ pullFromRemoteButton: "从远端拉取",
8454
+ resetTrackingButton: "重置跟踪",
8455
+ setBaselineButton: "设置基线",
8456
+ availableTag: "可用",
8457
+ unavailableTag: "不可用",
8181
8458
  rebuildSubmitted: "已提交 baseline 重建请求",
8182
8459
  setFailed: "设置 baseline 失败",
8183
8460
  confirmReset: "确认重置 source tracking 状态吗?这会清理当前跟踪状态并让 baseline 重新对齐。",
@@ -8202,6 +8479,25 @@ const messages = {
8202
8479
  descPlaceholder: "说明这次 baseline 重建的原因",
8203
8480
  },
8204
8481
  conflict: {
8482
+ unresolved: "未解决",
8483
+ pageTitle: "冲突解决",
8484
+ refreshContentAria: "刷新冲突内容",
8485
+ markResolvedAria: "标记冲突已解决",
8486
+ contractNoteAlert: "当前契约说明",
8487
+ conflictFileTitle: "冲突文件",
8488
+ selectFileLabel: "选择冲突文件",
8489
+ colPath: "路径",
8490
+ colMarkers: "冲突标记数",
8491
+ colResolutionState: "解决状态",
8492
+ colBackendAction: "后端动作",
8493
+ sideBySideTitle: "并排检查",
8494
+ conflictMarkersTitle: "冲突标记",
8495
+ breadcrumbSourceTracking: "源跟踪",
8496
+ breadcrumbConflictResolution: "冲突解决",
8497
+ markResolvedButton: "标记为已解决",
8498
+ readyToSubmitTag: "可提交",
8499
+ pendingSelectionTag: "待选择",
8500
+ resolvedVia: "已通过 {choice} 解决",
8205
8501
  resolved: "Conflict resolution 已写入 source-tracking contract",
8206
8502
  subtitle: "当前页面已经接上 baseline/local-side 与 remote 的 conflict packet,resolution 会直接写入 source-tracking contract。",
8207
8503
  contractNote: "这里的 local side 以 source-tracking baseline 为准,不是浏览器本地文件系统。Mark as Resolved 会把 resolution choice 写入 backend contract。",
@@ -8763,6 +9059,14 @@ const messages = {
8763
9059
  executionLogTitle: "执行日志",
8764
9060
  noExecutionRecords: "暂无执行记录",
8765
9061
  executionLogReplay: "执行日志回放",
9062
+ stepGuardrail: "护栏",
9063
+ stepThought: "思考",
9064
+ stepAction: "动作",
9065
+ stepObservation: "观察",
9066
+ labelModel: "模型",
9067
+ labelDuration: "耗时",
9068
+ labelTokens: "Token 用量",
9069
+ confidencePercent: "{value}% 置信度",
8766
9070
  totalSteps: "总步骤",
8767
9071
  totalTokens: "总 Token",
8768
9072
  totalDuration: "总耗时",
@@ -9152,6 +9456,29 @@ const messages = {
9152
9456
  },
9153
9457
  },
9154
9458
  deploymentPages: {
9459
+ envProduction: "正式环境",
9460
+ envDevelopmentSandbox: "开发沙盒",
9461
+ envTestSandbox: "测试沙盒",
9462
+ createChangeSetTitle: "创建变更集",
9463
+ changeSetNameLabel: "名称",
9464
+ changeSetNamePlaceholder: "请输入变更集名称",
9465
+ changeSetDescriptionLabel: "描述",
9466
+ changeSetDescriptionPlaceholder: "请输入描述(可选)",
9467
+ sourceEnvFieldLabel: "源环境",
9468
+ sourceEnvironmentPlaceholder: "选择源环境",
9469
+ targetEnvFieldLabel: "目标环境",
9470
+ targetEnvironmentPlaceholder: "选择目标环境",
9471
+ pageTitle: "部署管理",
9472
+ searchChangeSetsPlaceholder: "搜索变更集",
9473
+ statusFilterPlaceholder: "状态",
9474
+ changeSetCreated: "变更集创建成功",
9475
+ sandboxLabel: "沙盒:{name}",
9476
+ nameRequired: "请输入变更集名称",
9477
+ sourceRequired: "请选择源环境",
9478
+ targetRequired: "请选择目标环境",
9479
+ pageSubtitle: "在沙盒与正式环境之间迁移元数据与配置",
9480
+ deleteTooltip: "删除",
9481
+ deleteDisabledTooltip: "部署中或已部署的变更集不可删除",
9155
9482
  // Common column headers
9156
9483
  colName: "名称",
9157
9484
  colStatus: "状态",
@@ -9499,8 +9826,8 @@ const messages = {
9499
9826
  builtInDefault: "内置默认",
9500
9827
  colPriority: "优先级",
9501
9828
  colDefault: "默认",
9502
- colProvider: "Provider",
9503
- colEndpoint: "API Endpoint",
9829
+ colProvider: "服务商",
9830
+ colEndpoint: "API 端点",
9504
9831
  colModel: "模型",
9505
9832
  colCapabilities: "能力",
9506
9833
  colEnabled: "启用",
@@ -10756,7 +11083,7 @@ const messages = {
10756
11083
  runsEmptyDesc: "运行评测后,这里展示通过率、回归对比和逐条结果。",
10757
11084
  viewRunResults: "查看运行结果",
10758
11085
  gateSuccessVector: "成功向量",
10759
- gateHardGate: "Hard gate",
11086
+ gateHardGate: "硬性门禁",
10760
11087
  gateEvidenceComplete: "证据完整度",
10761
11088
  gateRunLineage: "精确运行血缘",
10762
11089
  gateValuePass: "通过",
@@ -10850,7 +11177,7 @@ const messages = {
10850
11177
  confirmPublish: "发布此模板到共享市场?",
10851
11178
  published: "已发布到模板市场",
10852
11179
  patternLearning: "模式学习",
10853
- patternLibraryTitle: "Pattern Library",
11180
+ patternLibraryTitle: "模式库",
10854
11181
  },
10855
11182
  promptStrategy: {
10856
11183
  customized: "已自定义",
@@ -11699,6 +12026,12 @@ const messages = {
11699
12026
  currentSpend: "当前花费",
11700
12027
  monthlyBudget: "月度预算",
11701
12028
  notConfigured: "未配置",
12029
+ agentFallbackPrefix: "AI 员工",
12030
+ agentUnknown: "AI 员工(未知)",
12031
+ setupNoticeBoth: "尚未配置月度预算与 AI 用量费率:用量按实际统计如实展示;配置预算后启用使用率与封顶控制,费率卡由平台管理员配置后金额才生效。",
12032
+ setupNoticeBudget: "尚未配置月度预算:用量按实际统计如实展示,配置预算后启用使用率与封顶控制。",
12033
+ setupNoticePricing: "尚未配置 AI 用量费率:金额暂按 ¥0 如实显示,请由平台管理员在「AI 用量费率卡」中配置并激活。",
12034
+ setupActionSmartCap: "配置 Smart Cap",
11702
12035
  noBudgetConfigured: "尚未配置月度预算",
11703
12036
  noBudgetConfiguredDescription: "下方明细已按实际用量统计(Token、费用),当前花费与预测月末花费会如实展示;配置预算后即可显示预算使用率与封顶控制。",
11704
12037
  daysRemaining: "剩余天数",
@@ -12117,11 +12450,13 @@ const messages = {
12117
12450
  summaryValue: "预估价值",
12118
12451
  includesOutcomeBilling: "含成果计费",
12119
12452
  tokenCostOnly: "仅含 token 成本",
12453
+ billingPrivate: "平台后台可见",
12454
+ billingPrivateNote: "平台收费金额不在演示或客户目录中公布",
12120
12455
  phaseIntentDesc: "识别业务目标、关键实体与触发上下文。",
12121
12456
  phaseAgentMatchDesc: "选择最合适的执行 Agent、模型和能力组合。",
12122
12457
  phaseExecutionDesc: "调用工具、写回 CRM、生成对外或对内动作。",
12123
12458
  phaseGuardrailDesc: "校验金额、权限、审批与可归因链路。",
12124
- phaseCompleteDesc: "输出结果、产出指标与 Outcome 计费信号。",
12459
+ phaseCompleteDesc: "输出结果、产出指标与可审计的 Outcome 归因信号。",
12125
12460
  executionChainPreview: "执行链路预览",
12126
12461
  waitingExecution: "等待执行",
12127
12462
  scenarioSummary: "场景摘要",
@@ -12431,7 +12766,7 @@ const messages = {
12431
12766
  trialConsoleUi: {
12432
12767
  demoAccess: {
12433
12768
  page: {
12434
- title: "Demo Access",
12769
+ title: "演示访问",
12435
12770
  subtitle: "受控 Demo 发放后台:申请队列、审批决策、环境池和分配动作都先收在同一页。",
12436
12771
  refresh: "刷新",
12437
12772
  loadError: "Demo Access 数据加载失败",
@@ -12844,6 +13179,53 @@ const messages = {
12844
13179
  fieldsSection: "字段",
12845
13180
  functionsSection: "函数",
12846
13181
  },
13182
+ builder: {
13183
+ nullNoInput: "NULL 无需额外输入。",
13184
+ functionName: "函数名称",
13185
+ dateaddQuickSetup: "DATEADD 快捷配置",
13186
+ dateField: "日期字段",
13187
+ offsetAmount: "偏移量",
13188
+ offsetUnit: "偏移单位",
13189
+ ifQuickSetup: "IF 快捷配置",
13190
+ conditionField: "条件字段",
13191
+ conditionOperator: "条件运算符",
13192
+ conditionValueType: "条件值类型",
13193
+ conditionValue: "条件值",
13194
+ returnsNull: "返回 NULL",
13195
+ noArguments: "该函数不接受参数。",
13196
+ operator: "运算符",
13197
+ left: "左操作数",
13198
+ right: "右操作数",
13199
+ stringConcatenation: "字符串拼接(&)",
13200
+ negative: "取负",
13201
+ constants: "常量",
13202
+ field: "字段",
13203
+ compareTo: "比较值",
13204
+ value: "值",
13205
+ substituteValueType: "替换值类型",
13206
+ substituteValue: "替换值",
13207
+ picklistField: "选项列表字段",
13208
+ picklistValue: "选项列表值",
13209
+ condition1: "条件 1",
13210
+ condition2: "条件 2",
13211
+ formulaPreview: "公式预览",
13212
+ placeholderExampleFormula: "例如:isActive = TRUE",
13213
+ placeholderExampleCondition: "例如:annualRevenue > 1000000",
13214
+ placeholderExamplePicklist: "例如:Closed Won",
13215
+ placeholderEnterText: "请输入文本",
13216
+ messagePreviewFailed: "预览求值失败。",
13217
+ messagePreviewRequestFailed: "预览请求失败:{error}",
13218
+ messagePicklistConversion: "TEXT(Picklist) 转换",
13219
+ messagePicklistComparison: "标准式选项列表比较",
13220
+ messageArgCountOutOfRange: "函数参数数量超出范围",
13221
+ descIspickval: "当需要将选项列表字段与特定标签值比较时,使用 ISPICKVAL。",
13222
+ descNoMatchingFunctions: "没有匹配的函数",
13223
+ descNoMatchingFields: "没有匹配的字段",
13224
+ messageSyntaxPassed: "语法检查通过。",
13225
+ messageSelectFieldFirst: "请先选择一个字段。",
13226
+ messagePreviewNotConfigured: "预览尚未配置。",
13227
+ messageConditionInserted: "已插入条件。",
13228
+ },
12847
13229
  batchRecalculate: {
12848
13230
  title: "批量重算公式字段",
12849
13231
  skip: "跳过",
@@ -13154,6 +13536,49 @@ const messages = {
13154
13536
  leaveCancel: "留下",
13155
13537
  },
13156
13538
  recordPageBuilder: {
13539
+ inspector: {
13540
+ sectionTabsContainer: "选项卡容器",
13541
+ sectionTabProperties: "选项卡属性",
13542
+ sectionComponentProperties: "组件属性",
13543
+ sectionVisibilityRules: "可见性规则",
13544
+ sectionCustomLwc: "自定义组件(LWC)",
13545
+ sectionCurrentScope: "当前作用范围",
13546
+ sectionPageMap: "页面映射",
13547
+ titlePageScope: "页面作用范围",
13548
+ labelLabel: "名称",
13549
+ placeholderComponentTitle: "组件标题",
13550
+ labelRegion: "区域",
13551
+ labelConditionExpression: "条件表达式",
13552
+ labelDeviceVisibility: "设备可见性",
13553
+ labelLayout: "布局",
13554
+ labelRelatedObjectApiName: "关联对象 API 名称",
13555
+ placeholderSelectRelatedObject: "选择关联对象",
13556
+ labelRelationshipField: "关联字段",
13557
+ labelDisplayStyle: "显示样式",
13558
+ labelVisibleFields: "可见字段",
13559
+ labelSortField: "排序字段",
13560
+ labelSortDirection: "排序方向",
13561
+ labelPageSize: "每页条数",
13562
+ labelDefaultTitle: "默认标题",
13563
+ labelContent: "内容",
13564
+ labelStageFieldApiName: "阶段字段 API 名称",
13565
+ labelStages: "阶段",
13566
+ placeholderOneStagePerLine: "每行一个阶段",
13567
+ placeholderStageExample: "赢单",
13568
+ labelCurrentStage: "当前阶段",
13569
+ labelComponent: "组件",
13570
+ labelComponentApiName: "组件 API 名称",
13571
+ labelBundleUrl: "资源包 URL",
13572
+ labelBundleHash: "资源包指纹",
13573
+ labelRuntimeStatus: "运行时状态",
13574
+ okTextApply: "应用",
13575
+ runtimeShellBadge: "运行时外壳",
13576
+ componentCountLabel: "组件数",
13577
+ noSavedPages: "还没有已保存的页面。",
13578
+ apiNameLabel: "API 名称",
13579
+ atLeastOneTab: "至少需要一个选项卡",
13580
+ bundleReadyBadge: "资源包就绪",
13581
+ },
13157
13582
  formError: {
13158
13583
  nameRequired: "请输入页面名称",
13159
13584
  internalNameRequired: "请输入内部名称",
@@ -14008,6 +14433,8 @@ const messages = {
14008
14433
  },
14009
14434
  kanban: {
14010
14435
  cancel: "取消",
14436
+ cardDueSoon: "即将到期",
14437
+ cardRiskHigh: "高风险",
14011
14438
  create: "新建",
14012
14439
  loadFailed: "加载失败",
14013
14440
  moveFailed: "移动失败",
@@ -14323,6 +14750,16 @@ const messages = {
14323
14750
  title: "页面构建器",
14324
14751
  newPage: "新建页面",
14325
14752
  edit: "编辑",
14753
+ newPageModal: {
14754
+ title: "新建页面",
14755
+ pageNameLabel: "页面名称",
14756
+ apiNameLabel: "API 名称",
14757
+ typeLabel: "类型",
14758
+ descriptionLabel: "描述",
14759
+ pageNameRequired: "请输入页面名称",
14760
+ apiNameRequired: "请输入 API 名称",
14761
+ apiNamePatternHint: "请使用以小写字母开头的 snake_case",
14762
+ },
14326
14763
  createSuccess: "页面已创建",
14327
14764
  pageTypes: {
14328
14765
  recordPage: "记录页面",
@@ -14711,6 +15148,18 @@ const messages = {
14711
15148
  promotional: "促销",
14712
15149
  useTemplate: "使用模板",
14713
15150
  welcome: "欢迎",
15151
+ templates: {
15152
+ welcomeBasic: { name: "欢迎 — 基础", description: "简洁的欢迎邮件,含问候与行动按钮" },
15153
+ welcomeOnboarding: { name: "欢迎 — 引导步骤", description: "带分步指引的新手引导邮件" },
15154
+ promoSale: { name: "促销 — 限时抢购", description: "适合限时优惠的醒目促销邮件" },
15155
+ promoProductLaunch: { name: "促销 — 新品发布", description: "向受众发布新产品或新功能" },
15156
+ notifyReminder: { name: "通知 — 预约提醒", description: "提醒收件人即将到来的预约或活动" },
15157
+ notifyActionRequired: { name: "通知 — 待处理事项", description: "提醒收件人需要完成某项操作" },
15158
+ holidaySeason: { name: "节日 — 节日问候", description: "温馨的节日季问候" },
15159
+ holidayNewYear: { name: "节日 — 新年", description: "新年庆祝与祝福" },
15160
+ newsletterMonthly: { name: "新闻通讯 — 月度", description: "含多个内容版块的月度通讯" },
15161
+ newsletterWeeklyDigest: { name: "新闻通讯 — 每周摘要", description: "聚焦头条内容的精简周报" },
15162
+ },
14714
15163
  },
14715
15164
  territory: {
14716
15165
  typesUnavailable: "区域类型暂未开放",
@@ -15116,8 +15565,8 @@ const messages = {
15116
15565
  httpMethod: "HTTP 方法",
15117
15566
  httpMethodPlaceholder: "选择方法",
15118
15567
  apiUrl: "URL",
15119
- apiHeaders: "Headers (JSON)",
15120
- apiBody: "Body",
15568
+ apiHeaders: "请求头(JSON",
15569
+ apiBody: "请求体",
15121
15570
  apiResponseVariable: "响应变量名",
15122
15571
  apiResponseVariablePlaceholder: "如 apiResponse",
15123
15572
  assignee: "受让人",
@@ -15147,7 +15596,7 @@ const messages = {
15147
15596
  debugObjectNamePlaceholder: "例如: Account, Contact",
15148
15597
  debugRecordData: "记录数据 (JSON)",
15149
15598
  debugInputData: "输入数据 (JSON)",
15150
- debugWebhookBody: "Webhook Body (JSON)",
15599
+ debugWebhookBody: "Webhook 请求体(JSON",
15151
15600
  debugEventName: "事件名称",
15152
15601
  debugEventNamePlaceholder: "例如: OrderCompleted",
15153
15602
  debugEventData: "事件数据 (JSON)",
@@ -15270,6 +15719,15 @@ const messages = {
15270
15719
  },
15271
15720
  decisionConfig: {
15272
15721
  title: "条件分支配置",
15722
+ outcomeLabel: "结果名称",
15723
+ outcomeApiName: "结果 API 名称",
15724
+ colResource: "资源",
15725
+ colOperator: "运算符",
15726
+ colValue: "值",
15727
+ defaultBadge: "默认",
15728
+ placeholderResource: "资源",
15729
+ placeholderValue: "值",
15730
+ addOutcome: "添加结果",
15273
15731
  description: "为每条自动化路径创建一个 Outcome,并为每个 Outcome 指定命中该路径时必须满足的条件。",
15274
15732
  noConditionWarning: "请至少配置一个条件分支,否则流程无法激活",
15275
15733
  deleteCondition: "删除条件",
@@ -16147,6 +16605,9 @@ const messages = {
16147
16605
  recordList: {
16148
16606
  actions: "操作",
16149
16607
  refresh: "刷新",
16608
+ density: "行密度",
16609
+ densityCompact: "紧凑",
16610
+ densityComfy: "舒适",
16150
16611
  export: "导出",
16151
16612
  moreActions: "更多操作",
16152
16613
  exportTitle: "导出当前列表",
@@ -16386,6 +16847,12 @@ const messages = {
16386
16847
  details: "详细信息",
16387
16848
  saveSuccess: "保存成功",
16388
16849
  saveFailed: "保存失败,请稍后重试",
16850
+ contextActionApplied: "上下文动作已应用",
16851
+ taskCreated: "任务已创建",
16852
+ aiNarrativeGuidanceOnly: "AI 仅返回了文字建议,未执行结构化操作。",
16853
+ actionTargetNotConfigured: "该动作的目标尚未配置。",
16854
+ actionNeedsConfiguration: "该动作需要额外配置后才能使用。",
16855
+ pathAriaLabel: "销售阶段路径",
16389
16856
  deleted: "已删除 {object} {name}",
16390
16857
  deleteFailed: "删除失败,请稍后重试",
16391
16858
  deleteUndone: "已撤销删除",
@@ -16669,6 +17136,33 @@ const messages = {
16669
17136
  rawModeDesc: "当前条件格式无法被可视化编辑器解析,请直接编辑 JSON 或尝试切换到可视化模式。",
16670
17137
  switchToVisual: "切换到可视化模式",
16671
17138
  },
17139
+ flowBuilderCanvas: {
17140
+ undoTitle: "撤销(Ctrl+Z)",
17141
+ redoTitle: "重做(Ctrl+Shift+Z)",
17142
+ saveTitle: "保存",
17143
+ newVersionTitle: "新版本",
17144
+ activateTitle: "激活",
17145
+ rollbackTitle: "回滚",
17146
+ autoLayoutApplied: "已应用自动布局",
17147
+ switchedToFreeForm: "已切换到自由布局",
17148
+ flowSaved: "流程已保存",
17149
+ },
17150
+ workspaceLogo: {
17151
+ uploadButton: "上传",
17152
+ workspaceIdNotFound: "未找到工作区 ID",
17153
+ uploadSuccess: "Logo 上传成功",
17154
+ uploadFailed: "Logo 上传失败",
17155
+ removeSuccess: "Logo 已移除",
17156
+ removeFailed: "Logo 移除失败",
17157
+ },
17158
+ reportDesigner: {
17159
+ fieldsTitle: "字段",
17160
+ columnsLabel: "列(将字段拖拽到此处)",
17161
+ groupByLabel: "分组依据",
17162
+ summaryLabel: "汇总(聚合)",
17163
+ previewTitle: "预览",
17164
+ configSaved: "报表配置已保存",
17165
+ },
16672
17166
  workflowRulesPage: {
16673
17167
  layoutTitle: "Flow / 审批",
16674
17168
  breadcrumbWorkspace: "工作区",
@@ -16877,6 +17371,33 @@ const messages = {
16877
17371
  abortSuccess: "批处理任务已中止",
16878
17372
  abortError: "中止失败: {message}",
16879
17373
  },
17374
+ platformCommercialPricing: {
17375
+ actionSucceeded: "操作已完成",
17376
+ actionFailed: "操作失败,请确认已完成二次验证后重试。",
17377
+ catalog: "商业目录",
17378
+ promotions: "促销管理",
17379
+ agreements: "客户协议价",
17380
+ version: "版本",
17381
+ status: "状态",
17382
+ currency: "币种",
17383
+ effectiveFrom: "生效时间",
17384
+ entries: "价格项",
17385
+ actions: "操作",
17386
+ activate: "启用",
17387
+ retire: "停用",
17388
+ suspend: "暂停",
17389
+ code: "代码",
17390
+ benefit: "优惠规则",
17391
+ scope: "适用范围",
17392
+ workspace: "工作区",
17393
+ agreementKey: "协议",
17394
+ contractEvidence: "合同证据",
17395
+ overrides: "协议价",
17396
+ privateNotice: "平台价格仅在此后台管理;客户只看到自己的合同与正式账单。",
17397
+ workspaceFilter: "按工作区 UUID 筛选",
17398
+ loadFailed: "加载失败",
17399
+ retry: "重试",
17400
+ },
16880
17401
  platformAdmin: {
16881
17402
  menuChannelProvider: "消息渠道",
16882
17403
  adminPanelUi: {
@@ -17664,6 +18185,9 @@ const messages = {
17664
18185
  menuOpsSubscriptions: "订阅管理",
17665
18186
  menuOpsHealth: "租户健康度",
17666
18187
  menuOpsBilling: "计费概览",
18188
+ menuCommercialCatalog: "商业目录",
18189
+ menuPromotions: "促销管理",
18190
+ menuCustomerAgreements: "客户协议价",
17667
18191
  menuOpsRenewals: "续费管理",
17668
18192
  menuAiProvider: "AI 服务商",
17669
18193
  menuDemoAccess: "演示访问",
@@ -18008,7 +18532,7 @@ const messages = {
18008
18532
  },
18009
18533
  platformTools: {
18010
18534
  restResources: {
18011
- title: "REST Resources",
18535
+ title: "REST 资源",
18012
18536
  breadcrumbPlatformTools: "平台工具",
18013
18537
  searchPlaceholder: "搜索名称 / 端点 / 类名 / URL 映射 / handler...",
18014
18538
  filterByStatus: "按状态筛选",
@@ -18035,7 +18559,7 @@ const messages = {
18035
18559
  },
18036
18560
  detail: {
18037
18561
  basicInfo: "基本信息",
18038
- resourceId: "Resource ID",
18562
+ resourceId: "资源 ID",
18039
18563
  httpMethodConfig: "HTTP 方法配置",
18040
18564
  notConfigured: "未配置",
18041
18565
  metadata: "元数据",
@@ -18102,14 +18626,14 @@ const messages = {
18102
18626
  regeneratedRevealWarning: "请立即复制此 Key,它将不会再次显示。旧密钥已失效。",
18103
18627
  },
18104
18628
  settingsApiPlayground: {
18105
- title: "API Playground",
18629
+ title: "API 调试台",
18106
18630
  breadcrumbWorkspace: "工作区",
18107
18631
  breadcrumbIntegrations: "集成",
18108
18632
  docTitle: "API 文档",
18109
18633
  docDescription: "NexusClaw 提供 GraphQL 和 REST API,支持完整的 CRUD 操作。",
18110
18634
  docSwagger: "REST API 文档 (Swagger)",
18111
18635
  docOpenApiJson: "OpenAPI JSON",
18112
- tabGraphql: "GraphQL Playground",
18636
+ tabGraphql: "GraphQL 调试",
18113
18637
  tabRest: "REST API",
18114
18638
  sampleQueriesLabel: "示例查询:",
18115
18639
  sampleCompanies: "公司列表",
@@ -18595,6 +19119,27 @@ const messages = {
18595
19119
  REDIRECT_REQUIRED: "请前往对应功能模块完成联调",
18596
19120
  },
18597
19121
  connectivityCode: {
19122
+ FEISHU_TOKEN_OK: "飞书 App ID 与 App Secret 验证通过,平台令牌服务可访问",
19123
+ FEISHU_TOKEN_REJECTED: "飞书拒绝了当前 App ID 或 App Secret",
19124
+ FEISHU_MESSAGE_DELIVERY_OK: "飞书已接受测试消息,目标返回 HTTP {status}",
19125
+ FEISHU_MESSAGE_DELIVERY_REJECTED: "飞书拒绝了测试消息,请检查 chat_id、机器人是否在群内及应用权限",
19126
+ FEISHU_TEST_INPUT_REQUIRED: "请同时填写飞书群 chat_id 和测试内容",
19127
+ FEISHU_TEST_INPUT_INVALID: "chat_id 或测试内容超过长度限制",
19128
+ WECOM_TOKEN_OK: "企业微信应用凭证验证通过,令牌服务可访问",
19129
+ WECOM_TOKEN_REJECTED: "企业微信拒绝了当前应用凭证",
19130
+ WECOM_SMART_BOT_CALLBACK_VERIFICATION_REQUIRED: "Token 和 EncodingAESKey 已保存,请到企业微信智能机器人中保存回调地址完成验证",
19131
+ DINGTALK_TOKEN_OK: "钉钉 AppKey 与 AppSecret 验证通过,令牌服务可访问",
19132
+ DINGTALK_STREAM_CREDENTIALS_OK_RUNTIME_PENDING: "钉钉凭证验证通过;还需在钉钉中向机器人发送一条真实消息,确认 Stream 长连接和回复链路",
19133
+ DINGTALK_TOKEN_REJECTED: "钉钉拒绝了当前 AppKey 或 AppSecret",
19134
+ SLACK_CREDENTIALS_OK_ADAPTER_PENDING: "Slack 凭证有效,但入站运行适配器尚未接通",
19135
+ SLACK_CREDENTIALS_REJECTED: "Slack 拒绝了当前凭证",
19136
+ TEAMS_CREDENTIALS_OK_ADAPTER_PENDING: "Microsoft Teams 凭证有效,但入站运行适配器尚未接通",
19137
+ TEAMS_CREDENTIALS_REJECTED: "Microsoft 拒绝了当前 Teams 凭证",
19138
+ API_CREDENTIALS_SAVED_CLIENT_TEST_REQUIRED: "API 凭证已保存,还需从调用端发起请求验证",
19139
+ API_CALLBACK_OK: "API 回调地址可访问,调用凭证还需客户端验证",
19140
+ API_CALLBACK_REJECTED: "API 回调地址拒绝了测试请求",
19141
+ WEB_CHAT_WIDGET_TEST_REQUIRED: "请在网页客服组件中完成端到端测试",
19142
+ TELEPHONY_TEST_REQUIRED: "请到语音设置中执行话务服务商连接测试",
18598
19143
  WEBHOOK_DELIVERY_OK: "测试消息已成功推送,目标返回 HTTP {status}",
18599
19144
  WEBHOOK_HTTP_REJECTED: "Webhook 地址返回 HTTP {status},未接受测试消息",
18600
19145
  WEBHOOK_PROVIDER_REJECTED: "外部平台拒绝了测试消息,请检查 Webhook 地址和平台安全规则",
@@ -18604,10 +19149,37 @@ const messages = {
18604
19149
  TEST_MESSAGE_REQUIRED: "请先输入测试内容",
18605
19150
  TEST_MESSAGE_TOO_LONG: "测试内容不能超过 2000 个字符",
18606
19151
  },
18607
- webhookTestTitle: "发送 Webhook 测试消息",
18608
- webhookTestDescription: "输入要推送到外部群或系统的测试内容。点击发送后,平台将从后端主动调用已保存的 Webhook 地址。",
18609
- webhookTestPlaceholder: "例如:NexusClaw Webhook 联调测试,收到请回复确认。",
18610
- webhookTestSend: "发送测试消息",
19152
+ webhookTestTitle: "让数字员工发送 Webhook 测试消息",
19153
+ webhookTestDescription: "选择已授权的数字员工;该员工会先生成一条测试消息,再由平台投递到已保存的 Webhook 地址。",
19154
+ deliveryTestEmployeeLabel: "生成测试消息的数字员工",
19155
+ deliveryTestEmployeePlaceholder: "选择已授权的数字员工",
19156
+ deliveryTestGenerateAndSend: "生成并发送测试消息",
19157
+ deliveryTestScenarioLabel: "消息场景",
19158
+ deliveryTestScenario: {
19159
+ welcome: {
19160
+ label: "欢迎语",
19161
+ prompt: "面向新客户的简短欢迎语,语气友好自然",
19162
+ },
19163
+ event_reminder: {
19164
+ label: "活动提醒",
19165
+ prompt: "提醒客户即将开始的活动,包含简洁的行动引导",
19166
+ },
19167
+ service_follow_up: {
19168
+ label: "服务跟进",
19169
+ prompt: "客服完成服务后的温和跟进,邀请客户反馈",
19170
+ },
19171
+ },
19172
+ deliveryTestGenerationPrompt: "请生成一条简短、专业、自然的业务消息,场景是:{scenario}。只输出待发送的正文,不要解释,也不要提及测试、Webhook 或系统。",
19173
+ deliveryTestGenerationFailed: "数字员工未能生成测试消息,请稍后重试。",
19174
+ sendTestMessage: "发送测试消息",
19175
+ testCredentials: "测试凭证与平台连接",
19176
+ credentialTestTitle: "测试凭证与平台连接",
19177
+ credentialTestScopeTitle: "本次不会向群聊发送消息",
19178
+ credentialTestScopeDescription: "此类应用渠道只验证平台凭证和令牌服务。如需发送群消息,还必须配置平台的群 ID 或接收人 ID;当前渠道未保存这类投递目标。",
19179
+ startCredentialTest: "开始测试",
19180
+ feishuMessageTestTitle: "让数字员工发送飞书群测试消息",
19181
+ feishuMessageTestDescription: "输入飞书群 chat_id 并选择已授权的数字员工;该员工会生成消息正文后投递。应用机器人必须已加入该群,并拥有发送消息权限。",
19182
+ feishuChatIdPlaceholder: "请输入飞书群 chat_id,例如 oc_xxxxxxxxx",
18611
19183
  toolLabel: {
18612
19184
  recordQuery: "查询 CRM",
18613
19185
  recordAggregate: "统计 CRM",
@@ -18623,22 +19195,22 @@ const messages = {
18623
19195
  label: "钉钉",
18624
19196
  step1: "登录钉钉开放平台(open-dev.dingtalk.com),在「应用开发」中创建一个企业内部应用。",
18625
19197
  step2: "在「凭证与基础信息」页面复制 AppKey(Client ID)和 AppSecret(Client Secret)。",
18626
- step3: "在「添加应用能力」中开启「机器人」,消息接收地址填工作区 IM 网关回调地址。",
19198
+ step3: "在「添加应用能力」中开启「机器人」:推荐选 Stream 模式;如选 Callback,保存后复制工作区回调地址。",
18627
19199
  step4: "发布应用版本并授权到企业,然后在下方填入凭证完成接入。",
18628
19200
  },
18629
19201
  feishu: {
18630
19202
  label: "飞书",
18631
19203
  step1: "登录飞书开放平台(open.feishu.cn),在「开发者后台」创建一个企业自建应用。",
18632
19204
  step2: "在「凭证与基础信息」页面复制 App ID 和 App Secret。",
18633
- step3: "在「添加应用能力」中开启「机器人」,订阅接收消息事件并配置回调地址。",
18634
- step4: "创建应用版本并发布,然后在下方填入凭证完成接入。",
19205
+ step3: "在「事件与回调」中选择「将事件发送至开发者服务器」,订阅接收消息事件,并配置回调地址。",
19206
+ step4: "在加密策略复制 Encrypt Key 和 Verification Token,填入下方后创建并发布应用版本。",
18635
19207
  },
18636
19208
  wecom: {
18637
- label: "企业微信",
18638
- step1: "登录企业微信管理后台(work.weixin.qq.com),在「应用管理」中创建一个自建应用。",
18639
- step2: "在应用详情页复制 CorpId、AgentId Secret。",
18640
- step3: "在「接收消息」页配置 Token EncodingAESKey,回调 URL 填工作区 IM 网关地址并完成校验。",
18641
- note: "回调校验需要后端 IM 网关在线;若校验失败请先确认工作区默认 IM 网关已启用,再重试。",
19209
+ label: "企业微信智能机器人",
19210
+ step1: "在企业微信管理后台创建智能机器人,进入「API 配置」并选择「使用 URL 回调」。",
19211
+ step2: "填写下方 Token EncodingAESKey 并保存渠道,然后复制平台生成的回调 URL。",
19212
+ step3: "把回调 URL、同一 Token EncodingAESKey 填入企业微信,保存完成 URL 校验后将智能机器人加入目标群。",
19213
+ note: "这是智能机器人 URL 回调模式,不需要 CorpId、AgentId 或应用 Secret。企业微信保存配置时会发起 GET 校验。",
18642
19214
  },
18643
19215
  slack: {
18644
19216
  label: "Slack",
@@ -18679,11 +19251,11 @@ const messages = {
18679
19251
  field: {
18680
19252
  webhook: {
18681
19253
  webhookUrl: "Webhook 地址",
19254
+ dingtalkSigningSecret: "钉钉机器人加签密钥(启用加签时填写)",
18682
19255
  },
18683
19256
  wecom: {
18684
- corpId: "企业 ID(CorpId)",
18685
- agentId: "应用 AgentId",
18686
- secret: "应用 Secret",
19257
+ token: "Token",
19258
+ aesKey: "EncodingAESKey",
18687
19259
  },
18688
19260
  },
18689
19261
  simNoReply: "(无回复)",
@@ -18748,6 +19320,18 @@ const messages = {
18748
19320
  copyCallbackUrl: "复制回调地址",
18749
19321
  copyCallbackUrlAria: "复制回调地址",
18750
19322
  callbackUrlCopied: "回调地址已复制,请粘贴到开放平台的消息接收/回调地址配置中",
19323
+ callbackUrlCopyFailed: "浏览器未允许自动复制,请使用 HTTPS 访问后重试",
19324
+ connectionModeLabel: "机器人接入方式",
19325
+ connectionMode: {
19326
+ stream: "Stream 推送(推荐)",
19327
+ callback: "Callback 回调",
19328
+ streamHelp: "NexusClaw 主动建立长连接接收消息,无需公网回调地址。启用渠道后连接自动启动并断线重连。",
19329
+ callbackHelp: "钉钉通过公网 HTTPS 地址推送消息。保存后需复制平台回调地址到钉钉后台。",
19330
+ },
19331
+ dingtalkStreamReady: "Stream 模式会在后端保持长连接;无需复制回调地址。请确保钉钉应用的机器人能力也已选择 Stream 并发布。",
19332
+ dingtalkStreamError: "Stream 连接异常,请检查 AppKey/AppSecret、机器人 Stream 模式和后端出网能力。",
19333
+ dingtalkStreamStepTitle: "确认 Stream 连接",
19334
+ dingtalkStreamStepDescription: "启用渠道后直接向钉钉机器人发送消息",
18751
19335
  confirmDelete: "确定删除这个接入?",
18752
19336
  delete: "删除",
18753
19337
  cancel: "取消",
@@ -18771,6 +19355,7 @@ const messages = {
18771
19355
  fillIn: "③ 填写配置",
18772
19356
  webhookFillIn: "③ 填写 Webhook 推送配置",
18773
19357
  webhookUrlRequired: "请填写外部 Webhook 消息推送地址",
19358
+ credentialFieldRequired: "请填写{field}",
18774
19359
  webhookSetupTitle: "配置 Webhook 主动推送",
18775
19360
  webhookSetupDescription: "Webhook 仅用于由已授权的 AI 员工主动向外部地址投递消息;它不接收外部消息,也不需要复制平台回调地址或完成回调验证。",
18776
19361
  webhookStepAdd: "添加 Webhook",
@@ -18801,7 +19386,7 @@ const messages = {
18801
19386
  flow: {
18802
19387
  inbound_callback: {
18803
19388
  title: "入站应用回调渠道",
18804
- description: "企业微信、飞书和钉钉已接通真实入站回调。外部平台收到的消息会按显式员工名单交给 AI 员工处理。",
19389
+ description: "企业微信智能机器人、飞书和钉钉已接通真实入站回调。外部平台收到的消息会按显式员工名单交给 AI 员工处理。",
18805
19390
  howTo: "② 配置开放平台应用与回调",
18806
19391
  configure: "③ 填写应用凭证和接待配置",
18807
19392
  employeesLabel: "允许对外接待的 AI 员工",
@@ -19168,6 +19753,38 @@ const messages = {
19168
19753
  billingTierFull: "全额计费",
19169
19754
  billingTierHalf: "半额计费",
19170
19755
  billingTierNone: "免计费",
19756
+ opsAgentPrefix: "AI 员工",
19757
+ opsAgentUnknown: "AI 员工(未知)",
19758
+ opsScoringAgentActions: "Agent 动作 {count}",
19759
+ opsScoringTotalActions: "共 {count} 个动作",
19760
+ opsScoringRawRatio: "原始占比 {percent}",
19761
+ opsScoringWeighted: "加权分 {score}",
19762
+ opsOutcomeType: {
19763
+ lead_created: "线索创建",
19764
+ mql: "市场合格线索",
19765
+ opportunity_created: "商机创建",
19766
+ opportunity_won: "商机赢单",
19767
+ customer_activated: "客户激活",
19768
+ case_closed: "工单关闭",
19769
+ },
19770
+ opsBillingStatus: {
19771
+ pending: "待确认",
19772
+ confirmed: "已确认",
19773
+ waived: "已豁免",
19774
+ cancelled: "已取消",
19775
+ },
19776
+ opsDisputeStatus: {
19777
+ none: "无争议",
19778
+ open: "争议待处理",
19779
+ raised: "已发起",
19780
+ reviewing: "复核中",
19781
+ resolved: "已解决",
19782
+ },
19783
+ opsBillingTier: {
19784
+ full: "全额计费",
19785
+ half: "半额计费",
19786
+ none: "免计费",
19787
+ },
19171
19788
  },
19172
19789
  homeDashboard: {
19173
19790
  saveSuccess: "首页配置已保存",
@@ -19926,7 +20543,7 @@ const messages = {
19926
20543
  },
19927
20544
  sourceBadge: {
19928
20545
  learning: "学习",
19929
- advisor: "Advisor",
20546
+ advisor: "顾问",
19930
20547
  },
19931
20548
  },
19932
20549
  aiWorkforceCultivation: {
@@ -19976,15 +20593,15 @@ const messages = {
19976
20593
  guardrails: "护栏",
19977
20594
  behaviorPolicy: "行为策略",
19978
20595
  successMetrics: "成功指标",
19979
- learningPlan: "Learning Plan",
19980
- releasePlan: "Release Plan",
20596
+ learningPlan: "学习计划",
20597
+ releasePlan: "发布计划",
19981
20598
  releaseControl: "发布控制",
19982
20599
  captureSources: "捕获来源",
19983
20600
  learningOutputs: "学习产物",
19984
20601
  approvalCheckpoints: "审批节点",
19985
20602
  generatedTests: "测试候选",
19986
20603
  generatedArtifacts: "生成草案",
19987
- releaseGate: "Release Gate",
20604
+ releaseGate: "发布门禁",
19988
20605
  riskReview: "风险复核",
19989
20606
  monitoring: "监控指标",
19990
20607
  rollback: "回滚条件",
@@ -20075,7 +20692,7 @@ const messages = {
20075
20692
  opportunityDetail: {
20076
20693
  quotesTab: "报价列表",
20077
20694
  contactsTab: "联系人角色",
20078
- tasksTab: "活动时间轴",
20695
+ tasksTab: "任务",
20079
20696
  backToPipeline: "返回 Pipeline",
20080
20697
  openForecast: "打开 Forecast",
20081
20698
  },
@@ -20419,11 +21036,11 @@ const i18nRatchetBackfill = {
20419
21036
  " Start and finish with a letter or a number": "Start And Finish With A Letter Or A Number",
20420
21037
  },
20421
21038
  abTest: {
20422
- confirmWinnerDesc: "Confirm Winner Desc",
20423
- launchWinnerDesc: "Launch Winner Desc",
20424
- noSignificantDifferenceDesc: "No Significant Difference Desc",
20425
- selectWinnerManually: "Select Winner Manually",
20426
- testGroupHint: "Test Group Hint",
21039
+ confirmWinnerDesc: "确认后,该变体将被标记为获胜版本。",
21040
+ launchWinnerDesc: "启动后,获胜版本将推送给剩余受众。",
21041
+ noSignificantDifferenceDesc: "当前各组之间暂无统计显著差异。",
21042
+ selectWinnerManually: "手动选择获胜版本",
21043
+ testGroupHint: "测试组将随机分配受众,用于对比各版本效果。",
20427
21044
  },
20428
21045
  activity: {
20429
21046
  log: "Log",
@@ -20434,73 +21051,73 @@ const i18nRatchetBackfill = {
20434
21051
  identityPolicyPlaceholder: "请用 Markdown 说明这名 AI 员工的岗位身份、业务范围、组织边界、合规红线和升级路径。",
20435
21052
  },
20436
21053
  guardrailForm: {
20437
- triggerObjectPlaceholder: "Trigger Object Placeholder",
21054
+ triggerObjectPlaceholder: "选择触发对象",
20438
21055
  },
20439
21056
  identity: {
20440
- ariaLabel: "Aria Label",
20441
- assigned: "Assigned",
20442
- drawerTitle: "Drawer Title",
20443
- permissionHelp: "Permission Help",
20444
- permissionSection: "Permission Section",
20445
- personaLabel: "Persona Label",
20446
- personaPlaceholder: "Persona Placeholder",
20447
- personaSection: "Persona Section",
20448
- serviceAccountHelp: "Service Account Help",
20449
- serviceAccountLabel: "Service Account Label",
20450
- systemInstructionsLabel: "System Instructions Label",
20451
- systemInstructionsPlaceholder: "System Instructions Placeholder",
20452
- tooltip: "Tooltip",
20453
- unassigned: "Unassigned",
21057
+ ariaLabel: "身份配置",
21058
+ assigned: "已分配",
21059
+ drawerTitle: "身份配置",
21060
+ permissionHelp: "配置该员工的访问权限。",
21061
+ permissionSection: "权限",
21062
+ personaLabel: "人设",
21063
+ personaPlaceholder: "描述该员工的岗位人设…",
21064
+ personaSection: "人设",
21065
+ serviceAccountHelp: "选择该员工绑定的服务账号。",
21066
+ serviceAccountLabel: "服务账号",
21067
+ systemInstructionsLabel: "系统指令",
21068
+ systemInstructionsPlaceholder: "输入系统指令…",
21069
+ tooltip: "身份配置",
21070
+ unassigned: "未分配",
20454
21071
  },
20455
21072
  markdownPolicy: {
20456
21073
  outlineEmpty: "暂无标题结构",
20457
21074
  outlineLabel: "大纲",
20458
21075
  },
20459
21076
  permissionForm: {
20460
- orgNodePlaceholder: "Org Node Placeholder",
21077
+ orgNodePlaceholder: "选择组织节点",
20461
21078
  },
20462
21079
  preview: "Preview",
20463
- previewAgent: "Preview Agent",
21080
+ previewAgent: "预览",
20464
21081
  testDrawer: {
20465
21082
  cost: "Cost",
20466
- dispatchFailed: "Dispatch Failed",
20467
- dispatchNoId: "Dispatch No Id",
20468
- emptyStepsNone: "Empty Steps None",
20469
- emptyStepsWaiting: "Empty Steps Waiting",
20470
- expand: "Expand",
20471
- infoDescription: "Info Description",
20472
- infoTitle: "Info Title",
20473
- inputLabel: "Input Label",
20474
- inputPlaceholder: "Input Placeholder",
20475
- openAriaLabel: "Open Aria Label",
20476
- openTooltip: "Open Tooltip",
20477
- outputSummary: "Output Summary",
20478
- resultLabel: "Result Label",
20479
- runButton: "Run Button",
20480
- runningButton: "Running Button",
20481
- servedCustomer: "Served Customer",
20482
- statusCancelled: "Status Cancelled",
20483
- statusDone: "Status Done",
20484
- statusFailed: "Status Failed",
20485
- statusGuardrailPending: "Status Guardrail Pending",
20486
- statusRunning: "Status Running",
20487
- statusTimeout: "Status Timeout",
20488
- thinking: "Thinking",
20489
- title: "Title",
21083
+ dispatchFailed: "派发失败",
21084
+ dispatchNoId: "派发失败:未返回执行 ID",
21085
+ emptyStepsNone: "暂无执行步骤",
21086
+ emptyStepsWaiting: "等待执行,暂无步骤",
21087
+ expand: "展开",
21088
+ infoDescription: "测试说明",
21089
+ infoTitle: "说明",
21090
+ inputLabel: "输入",
21091
+ inputPlaceholder: "输入测试指令…",
21092
+ openAriaLabel: "打开测试面板",
21093
+ openTooltip: "打开测试面板",
21094
+ outputSummary: "输出摘要",
21095
+ resultLabel: "结果",
21096
+ runButton: "运行",
21097
+ runningButton: "运行中…",
21098
+ servedCustomer: "接待客户",
21099
+ statusCancelled: "已取消",
21100
+ statusDone: "已完成",
21101
+ statusFailed: "已失败",
21102
+ statusGuardrailPending: "等待护栏检查",
21103
+ statusRunning: "运行中",
21104
+ statusTimeout: "已超时",
21105
+ thinking: "思考中…",
21106
+ title: "测试",
20490
21107
  tokensConsumed: "Token 消耗",
20491
- traceTitle: "Trace Title",
21108
+ traceTitle: "执行轨迹",
20492
21109
  },
20493
21110
  versionHistory: "Version History",
20494
21111
  },
20495
21112
  agentDemo: {
20496
- liveExecutionFailed: "Live Execution Failed",
20497
- noResponseStream: "No Response Stream",
20498
- simulationFailed: "Simulation Failed",
20499
- unknownScenario: "Unknown Scenario",
21113
+ liveExecutionFailed: "实时执行失败",
21114
+ noResponseStream: "未返回响应流",
21115
+ simulationFailed: "模拟失败",
21116
+ unknownScenario: "未知场景",
20500
21117
  },
20501
21118
  agentId: "Agent Id",
20502
21119
  agentRuntime: {
20503
- output: "Output",
21120
+ output: "输出",
20504
21121
  },
20505
21122
  billing: {
20506
21123
  dashboard: {
@@ -20509,8 +21126,8 @@ const i18nRatchetBackfill = {
20509
21126
  },
20510
21127
  campaign: {
20511
21128
  action: {
20512
- cancel: "Cancel",
20513
- cancelConfirm: "Cancel Confirm",
21129
+ cancel: "取消",
21130
+ cancelConfirm: "确认取消",
20514
21131
  },
20515
21132
  },
20516
21133
  clearFilters: "Clear Filters",
@@ -20526,14 +21143,14 @@ const i18nRatchetBackfill = {
20526
21143
  currencyJPY: "Currency JPY",
20527
21144
  currencyUSD: "Currency USD",
20528
21145
  detail: {
20529
- emptyActivities: "Empty Activities",
20530
- emptyContacts: "Empty Contacts",
20531
- emptyOpportunities: "Empty Opportunities",
20532
- labelTwitter: "Label Twitter",
21146
+ emptyActivities: "暂无活动",
21147
+ emptyContacts: "暂无联系人",
21148
+ emptyOpportunities: "暂无商机",
21149
+ labelTwitter: "Twitter",
20533
21150
  },
20534
21151
  list: {
20535
- icpNo: "Icp No",
20536
- icpYes: "Icp Yes",
21152
+ icpNo: "不符合 ICP",
21153
+ icpYes: "符合 ICP",
20537
21154
  },
20538
21155
  },
20539
21156
  corpId: "Corp Id",
@@ -20553,50 +21170,50 @@ const i18nRatchetBackfill = {
20553
21170
  },
20554
21171
  featurePages: {
20555
21172
  opportunityDetail: {
20556
- noCompanyForContacts: "No Company For Contacts",
21173
+ noCompanyForContacts: "请先关联客户,再管理联系人。",
20557
21174
  },
20558
21175
  },
20559
21176
  fieldHistory: {
20560
- noTrackableFields: "No Trackable Fields",
20561
- trackingConfigTitle: "Tracking Config Title",
20562
- trackingDisabled: "Tracking Disabled",
20563
- trackingEnabled: "Tracking Enabled",
20564
- trackingEnabledCount: "Tracking Enabled Count",
20565
- trackingLimitReached: "Tracking Limit Reached",
20566
- trackingLimitWarning: "Tracking Limit Warning",
20567
- trackingOperationFailed: "Tracking Operation Failed",
21177
+ noTrackableFields: "暂无可跟踪字段",
21178
+ trackingConfigTitle: "字段跟踪配置",
21179
+ trackingDisabled: "已停用跟踪",
21180
+ trackingEnabled: "已启用跟踪",
21181
+ trackingEnabledCount: "已启用 {enabled} / {max}",
21182
+ trackingLimitReached: "已达跟踪上限",
21183
+ trackingLimitWarning: "已达到可跟踪字段数量上限。",
21184
+ trackingOperationFailed: "跟踪操作失败",
20568
21185
  },
20569
21186
  filter: "Filter",
20570
21187
  focusSection: "Focus Section",
20571
21188
  helpCenter: {
20572
- applicableTo: "Applicable To",
20573
- articleAccessDenied: "Article Access Denied",
20574
- articleDetail: "Article Detail",
20575
- articleLoadFailed: "Article Load Failed",
20576
- articleLocaleUnavailableEn: "Article Locale Unavailable En",
20577
- articleLocaleUnavailableZh: "Article Locale Unavailable Zh",
20578
- back: "Back",
20579
- categoryBrowse: "Category Browse",
20580
- closeHelpCenter: "Close Help Center",
20581
- drawerRetryButton: "Drawer Retry Button",
20582
- drawerUnavailableSubtitle: "Drawer Unavailable Subtitle",
20583
- drawerUnavailableTitle: "Drawer Unavailable Title",
20584
- feedbackSubmitFailure: "Feedback Submit Failure",
20585
- feedbackSubmitSuccess: "Feedback Submit Success",
20586
- homeTitle: "Home Title",
20587
- noCategories: "No Categories",
20588
- noRelatedArticles: "No Related Articles",
20589
- openHelpCenter: "Open Help Center",
20590
- popularArticlesRecommend: "Popular Articles Recommend",
20591
- relatedArticles: "Related Articles",
20592
- relatedToCurrentPage: "Related To Current Page",
20593
- retry: "Retry",
20594
- returnHelpCenterHome: "Return Help Center Home",
20595
- searchResults: "Search Results",
20596
- searchUnavailable: "Search Unavailable",
20597
- searchUnavailableSuggestion: "Search Unavailable Suggestion",
20598
- toc: "Toc",
20599
- updatedAtWithDate: "Updated At With Date",
21189
+ applicableTo: "适用于",
21190
+ articleAccessDenied: "无权访问该文章",
21191
+ articleDetail: "文章详情",
21192
+ articleLoadFailed: "文章加载失败",
21193
+ articleLocaleUnavailableEn: "该文章暂无英文版本",
21194
+ articleLocaleUnavailableZh: "该文章暂无中文版本",
21195
+ back: "返回",
21196
+ categoryBrowse: "按分类浏览",
21197
+ closeHelpCenter: "关闭帮助中心",
21198
+ drawerRetryButton: "重试",
21199
+ drawerUnavailableSubtitle: "请稍后重试",
21200
+ drawerUnavailableTitle: "帮助中心暂不可用",
21201
+ feedbackSubmitFailure: "反馈提交失败",
21202
+ feedbackSubmitSuccess: "反馈提交成功",
21203
+ homeTitle: "帮助中心",
21204
+ noCategories: "暂无分类",
21205
+ noRelatedArticles: "暂无相关文章",
21206
+ openHelpCenter: "打开帮助中心",
21207
+ popularArticlesRecommend: "热门文章推荐",
21208
+ relatedArticles: "相关文章",
21209
+ relatedToCurrentPage: "与当前页面相关",
21210
+ retry: "重试",
21211
+ returnHelpCenterHome: "返回帮助中心首页",
21212
+ searchResults: "搜索结果",
21213
+ searchUnavailable: "搜索暂不可用",
21214
+ searchUnavailableSuggestion: "请直接浏览分类或稍后重试",
21215
+ toc: "目录",
21216
+ updatedAtWithDate: "更新于 {date}",
20600
21217
  },
20601
21218
  hoursAgo: "Hours Ago",
20602
21219
  iconOption: {
@@ -20642,13 +21259,13 @@ const i18nRatchetBackfill = {
20642
21259
  },
20643
21260
  leadWorkbench: {
20644
21261
  assignmentRecovery: {
20645
- ownerCount: "Owner Count",
21262
+ ownerCount: "负责人数",
20646
21263
  },
20647
21264
  attributionAudit: {
20648
- conversionFailed: "Conversion Failed",
20649
- converted: "Converted",
21265
+ conversionFailed: "转化失败",
21266
+ converted: "已转化",
20650
21267
  },
20651
- topRank: "Top Rank",
21268
+ topRank: "排名靠前",
20652
21269
  },
20653
21270
  loadConfigFailed: "Load Config Failed",
20654
21271
  loadFailed: "Load Failed",
@@ -20666,7 +21283,7 @@ const i18nRatchetBackfill = {
20666
21283
  },
20667
21284
  minutesAgo: "Minutes Ago",
20668
21285
  multiCurrency: {
20669
- setupSubtitle: "Setup Subtitle",
21286
+ setupSubtitle: "配置币种与汇率",
20670
21287
  },
20671
21288
  myShortcuts: "My Shortcuts",
20672
21289
  navigation: "Navigation",
@@ -20683,9 +21300,9 @@ const i18nRatchetBackfill = {
20683
21300
  noSearchableObjects: "No Searchable Objects",
20684
21301
  noShortcuts: "No Shortcuts",
20685
21302
  objectManager: {
20686
- fieldTypeCheckbox: "Field Type Checkbox",
20687
- fieldTypePicklist: "Field Type Picklist",
20688
- fieldTypeTextarea: "Field Type Textarea",
21303
+ fieldTypeCheckbox: "复选框",
21304
+ fieldTypePicklist: "下拉列表",
21305
+ fieldTypeTextarea: "多行文本",
20689
21306
  },
20690
21307
  openRelatedRecord: "Open Related Record",
20691
21308
  permission: {
@@ -20724,7 +21341,7 @@ const i18nRatchetBackfill = {
20724
21341
  pullToRefresh: "Pull To Refresh",
20725
21342
  quality: {
20726
21343
  report: {
20727
- coachComingSoon: "Coach Coming Soon",
21344
+ coachComingSoon: "辅导功能即将上线",
20728
21345
  },
20729
21346
  },
20730
21347
  quickEdit: "Quick Edit",
@@ -20756,166 +21373,166 @@ const i18nRatchetBackfill = {
20756
21373
  },
20757
21374
  recordPageBuilder: {
20758
21375
  actions: {
20759
- askAi: "Ask Ai",
20760
- editScope: "Edit Scope",
20761
- moveUp: "Move Up",
20762
- scope: "Scope",
21376
+ askAi: "询问 AI",
21377
+ editScope: "编辑作用范围",
21378
+ moveUp: "上移",
21379
+ scope: "作用范围",
20763
21380
  },
20764
21381
  assignment: {
20765
- appScope: "App Scope",
20766
- deviceScope: "Device Scope",
20767
- hint: "Hint",
20768
- pageMode: "Page Mode",
20769
- recordTypeScope: "Record Type Scope",
20770
- template: "Template",
20771
- title: "Title",
21382
+ appScope: "应用范围",
21383
+ deviceScope: "设备范围",
21384
+ hint: "提示",
21385
+ pageMode: "页面模式",
21386
+ recordTypeScope: "记录类型范围",
21387
+ template: "模板",
21388
+ title: "标题",
20772
21389
  },
20773
21390
  canvas: {
20774
- hint: "Hint",
20775
- regionEmptyHint: "Region Empty Hint",
20776
- sidebarEmptyHint: "Sidebar Empty Hint",
21391
+ hint: "提示",
21392
+ regionEmptyHint: "将组件拖拽到该区域",
21393
+ sidebarEmptyHint: "将组件拖拽到侧边栏",
20777
21394
  },
20778
21395
  defaults: {
20779
- defaultRecordPage: "Default Record Page",
20780
- newRecordPage: "New Record Page",
20781
- newVariantPage: "New Variant Page",
20782
- overview: "Overview",
21396
+ defaultRecordPage: "默认记录页",
21397
+ newRecordPage: "新建记录页",
21398
+ newVariantPage: "新建变体页面",
21399
+ overview: "概览",
20783
21400
  },
20784
21401
  device: {
20785
- desktop: "Desktop",
20786
- desktopPhone: "Desktop Phone",
20787
- phone: "Phone",
20788
- tablet: "Tablet",
21402
+ desktop: "桌面端",
21403
+ desktopPhone: "桌面端与手机端",
21404
+ phone: "手机端",
21405
+ tablet: "平板",
20789
21406
  },
20790
21407
  fields: {
20791
- business: "Business",
20792
- common: "Common",
20793
- system: "System",
21408
+ business: "业务",
21409
+ common: "常用",
21410
+ system: "系统",
20794
21411
  },
20795
21412
  header: {
20796
- actionNumber: "Action Number",
20797
- addHeaderAction: "Add Header Action",
20798
- behavior: "Behavior",
20799
- dynamicHighlightsPanel: "Dynamic Highlights Panel",
20800
- field: "Field",
20801
- headerActions: "Header Actions",
20802
- headerField: "Header Field",
20803
- highlights: "Highlights",
20804
- highlightsHint: "Highlights Hint",
20805
- highlightsPanel: "Highlights Panel",
20806
- neutral: "Neutral",
20807
- nextValue: "Next Value",
20808
- objectRecord: "Object Record",
20809
- primary: "Primary",
20810
- style: "Style",
20811
- targetPath: "Target Path",
20812
- titleField: "Title Field",
20813
- titleFieldLabel: "Title Field Label",
21413
+ actionNumber: "操作 {index}",
21414
+ addHeaderAction: "添加页头操作",
21415
+ behavior: "行为",
21416
+ dynamicHighlightsPanel: "动态摘要面板",
21417
+ field: "字段",
21418
+ headerActions: "页头操作",
21419
+ headerField: "页头字段",
21420
+ highlights: "摘要",
21421
+ highlightsHint: "配置记录页顶部的摘要字段",
21422
+ highlightsPanel: "摘要面板",
21423
+ neutral: "中性",
21424
+ nextValue: "下一值",
21425
+ objectRecord: "对象记录",
21426
+ primary: "主要",
21427
+ style: "样式",
21428
+ targetPath: "目标路径",
21429
+ titleField: "标题字段",
21430
+ titleFieldLabel: "标题字段",
20814
21431
  },
20815
21432
  library: {
20816
- components: "Components",
20817
- fields: "Fields",
20818
- fieldsDropHint: "Fields Drop Hint",
20819
- fieldsDropTitle: "Fields Drop Title",
20820
- noMatchingComponents: "No Matching Components",
20821
- noMatchingFields: "No Matching Fields",
20822
- publishedCustomRuntimeComponent: "Published Custom Runtime Component",
20823
- searchComponents: "Search Components",
20824
- searchFields: "Search Fields",
20825
- standard: "Standard",
21433
+ components: "组件",
21434
+ fields: "字段",
21435
+ fieldsDropHint: "从字段库拖拽字段到画布",
21436
+ fieldsDropTitle: "拖拽字段到此处",
21437
+ noMatchingComponents: "没有匹配的组件",
21438
+ noMatchingFields: "没有匹配的字段",
21439
+ publishedCustomRuntimeComponent: "已发布的自定义运行时组件",
21440
+ searchComponents: "搜索组件",
21441
+ searchFields: "搜索字段",
21442
+ standard: "标准",
20826
21443
  },
20827
21444
  pageBasics: {
20828
- description: "Description",
20829
- developerName: "Developer Name",
20830
- label: "Label",
20831
- object: "Object",
20832
- pageType: "Page Type",
20833
- recordPage: "Record Page",
20834
- template: "Template",
20835
- title: "Title",
20836
- unsupportedFallbackHint: "Unsupported Fallback Hint",
21445
+ description: "描述",
21446
+ developerName: "开发者名称",
21447
+ label: "名称",
21448
+ object: "对象",
21449
+ pageType: "页面类型",
21450
+ recordPage: "记录页",
21451
+ template: "模板",
21452
+ title: "标题",
21453
+ unsupportedFallbackHint: "该配置暂不支持编辑,已回退到默认布局。",
20837
21454
  },
20838
21455
  region: {
20839
- flexible: "Flexible",
20840
- footer: "Footer",
20841
- main: "Main",
20842
- rightSidebar: "Right Sidebar",
20843
- secondary: "Secondary",
21456
+ flexible: "灵活区域",
21457
+ footer: "页脚",
21458
+ main: "主区域",
21459
+ rightSidebar: "右侧边栏",
21460
+ secondary: "次要区域",
20844
21461
  },
20845
21462
  scope: {
20846
- allApps: "All Apps",
20847
- allRecordTypes: "All Record Types",
20848
- defaultPage: "Default Page",
20849
- variantPage: "Variant Page",
21463
+ allApps: "全部应用",
21464
+ allRecordTypes: "全部记录类型",
21465
+ defaultPage: "默认页面",
21466
+ variantPage: "变体页面",
20850
21467
  },
20851
21468
  selection: {
20852
- component: "Component",
20853
- componentNamed: "Component Named",
20854
- header: "Header",
20855
- page: "Page",
20856
- tab: "Tab",
20857
- tabLabel: "Tab Label",
20858
- tabs: "Tabs",
20859
- untitled: "Untitled",
20860
- widget: "Widget",
21469
+ component: "组件",
21470
+ componentNamed: "组件:{title}",
21471
+ header: "页头",
21472
+ page: "页面",
21473
+ tab: "选项卡",
21474
+ tabLabel: "选项卡名称",
21475
+ tabs: "选项卡",
21476
+ untitled: "未命名",
21477
+ widget: "组件",
20861
21478
  },
20862
21479
  summary: {
20863
- title: "Title",
21480
+ title: "标题",
20864
21481
  },
20865
21482
  support: {
20866
- aiNative: "Ai Native",
20867
- core: "Core",
20868
- dataDriven: "Data Driven",
20869
- guidedSelling: "Guided Selling",
20870
- instructional: "Instructional",
20871
- utility: "Utility",
20872
- workspace: "Workspace",
21483
+ aiNative: "AI 原生",
21484
+ core: "核心",
21485
+ dataDriven: "数据驱动",
21486
+ guidedSelling: "引导式销售",
21487
+ instructional: "说明引导",
21488
+ utility: "实用工具",
21489
+ workspace: "工作区",
20873
21490
  },
20874
21491
  tabs: {
20875
- addTab: "Add Tab",
20876
- emptyTab: "Empty Tab",
20877
- noActiveTab: "No Active Tab",
20878
- numberedTab: "Numbered Tab",
20879
- selectOrCreate: "Select Or Create",
21492
+ addTab: "添加选项卡",
21493
+ emptyTab: "空选项卡",
21494
+ noActiveTab: "暂无激活选项卡",
21495
+ numberedTab: "选项卡 {index}",
21496
+ selectOrCreate: "选择或新建选项卡",
20880
21497
  },
20881
21498
  template: {
20882
- oneRegion: "One Region",
20883
- oneRegionHelp: "One Region Help",
21499
+ oneRegion: "单区域",
21500
+ oneRegionHelp: "单区域布局,适合简单页面。",
20884
21501
  rightSidebar: "Right Sidebar",
20885
21502
  threeRegion: "Three Region",
20886
21503
  },
20887
- title: "Title",
21504
+ title: "标题",
20888
21505
  widget: {
20889
- activities: "Activities",
20890
- activity: "Activity",
20891
- aiCopilot: "Ai Copilot",
20892
- customComponent: "Custom Component",
20893
- details: "Details",
20894
- path: "Path",
20895
- recordDetail: "Record Detail",
20896
- relatedList: "Related List",
20897
- relatedListSingle: "Related List Single",
20898
- richText: "Rich Text",
21506
+ activities: "活动",
21507
+ activity: "活动",
21508
+ aiCopilot: "AI 助手",
21509
+ customComponent: "自定义组件",
21510
+ details: "详细信息",
21511
+ path: "路径",
21512
+ recordDetail: "记录详情",
21513
+ relatedList: "相关列表",
21514
+ relatedListSingle: "相关列表(单个)",
21515
+ richText: "富文本",
20899
21516
  },
20900
21517
  widgetDescription: {
20901
- activity: "Activity",
20902
- aiCopilot: "Ai Copilot",
20903
- customComponent: "Custom Component",
20904
- path: "Path",
20905
- recordDetail: "Record Detail",
20906
- relatedList: "Related List",
20907
- richText: "Rich Text",
21518
+ activity: "活动",
21519
+ aiCopilot: "AI 助手",
21520
+ customComponent: "自定义组件",
21521
+ path: "路径",
21522
+ recordDetail: "记录详情",
21523
+ relatedList: "相关列表",
21524
+ richText: "富文本",
20908
21525
  },
20909
21526
  zoom: {
20910
- shrinkToView: "Shrink To View",
21527
+ shrinkToView: "缩小以适应视图",
20911
21528
  },
20912
21529
  },
20913
21530
  recording: {
20914
21531
  filter: {
20915
- contactActive: "Contact Active",
21532
+ contactActive: "有效联系人",
20916
21533
  },
20917
21534
  list: {
20918
- fetchError: "Fetch Error",
21535
+ fetchError: "加载失败",
20919
21536
  },
20920
21537
  },
20921
21538
  refreshDone: "Refresh Done",
@@ -20951,7 +21568,7 @@ const i18nRatchetBackfill = {
20951
21568
  },
20952
21569
  servicebotAgentDesk: {
20953
21570
  header: {
20954
- refreshQueueComingSoon: "Refresh Queue Coming Soon",
21571
+ refreshQueueComingSoon: "队列刷新即将上线",
20955
21572
  },
20956
21573
  },
20957
21574
  settings: {
@@ -20989,9 +21606,9 @@ const i18nRatchetBackfill = {
20989
21606
  wrongNumber: "Wrong Number",
20990
21607
  },
20991
21608
  softphone: {
20992
- keypadUseConsole: "Keypad Use Console",
20993
- stopRecording: "Stop Recording",
20994
- transferUseConsole: "Transfer Use Console",
21609
+ keypadUseConsole: "拨号键盘请使用控制台",
21610
+ stopRecording: "停止录音",
21611
+ transferUseConsole: "转接请使用控制台",
20995
21612
  },
20996
21613
  },
20997
21614
  territory: {
@@ -21063,34 +21680,34 @@ const i18nRatchetBackfill = {
21063
21680
  workbenchTitle: "Workbench Title",
21064
21681
  workflow: {
21065
21682
  actionGetRecords: "Action Get Records",
21066
- addFilter: "Add Filter",
21067
- addReactiveRule: "Add Reactive Rule",
21683
+ addFilter: "添加筛选",
21684
+ addReactiveRule: "添加联动规则",
21068
21685
  approved: "Approved",
21069
21686
  approverTypeAIAgent: "Approver Type AIAgent",
21070
- effectType: "Effect Type",
21071
- effectValue: "Effect Value",
21687
+ effectType: "生效类型",
21688
+ effectValue: "生效值",
21072
21689
  eventCreated: "Event Created",
21073
21690
  eventDeleted: "Event Deleted",
21074
21691
  eventUpdated: "Event Updated",
21075
- filterConditions: "Filter Conditions",
21076
- reactiveRules: "Reactive Rules",
21692
+ filterConditions: "筛选条件",
21693
+ reactiveRules: "联动规则",
21077
21694
  recalled: "Recalled",
21078
- recordLimit: "Record Limit",
21695
+ recordLimit: "记录数量上限",
21079
21696
  rejected: "Rejected",
21080
- remove: "Remove",
21081
- sourceField: "Source Field",
21082
- startNode: "Start Node",
21697
+ remove: "移除",
21698
+ sourceField: "来源字段",
21699
+ startNode: "开始节点",
21083
21700
  submitApproval: "Submit Approval",
21084
21701
  },
21085
21702
  workflowNode: {
21086
- approval: "Approval",
21087
- approvalSteps: "Approval Steps",
21703
+ approval: "审批",
21704
+ approvalSteps: "审批步骤",
21088
21705
  assignRecord: "Assign Record",
21089
21706
  callApi: "Call Api",
21090
21707
  createRecord: "Create Record",
21091
21708
  deleteRecord: "Delete Record",
21092
- fields: "Fields",
21093
- screen: "Screen",
21709
+ fields: "字段",
21710
+ screen: "界面",
21094
21711
  sendEmail: "Send Email",
21095
21712
  sendNotification: "Send Notification",
21096
21713
  updateField: "Update Field",