@nexusclawhq/cli 0.3.49 → 0.3.51

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 (102) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/build-info.json +4 -4
  3. package/dist/nexus-cli/node_modules/@nexusclaw/code-authoring/dist/package/workforce-bundle-inventory.js +34 -2
  4. package/dist/nexus-cli/node_modules/@nexusclaw/code-authoring/dist/package/workforce-bundle-inventory.js.map +1 -1
  5. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/cli-contract.types.d.ts +1 -1
  6. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/employee-eval-cases.types.d.ts +96 -0
  7. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/employee-eval-cases.types.js +125 -0
  8. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/employee-eval-cases.types.js.map +1 -0
  9. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/index.d.ts +3 -0
  10. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/index.js +3 -0
  11. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/index.js.map +1 -1
  12. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/training-evidence-export.constants.d.ts +9 -0
  13. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/training-evidence-export.constants.js +13 -0
  14. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/training-evidence-export.constants.js.map +1 -0
  15. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/training-evidence-export.types.d.ts +285 -0
  16. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/training-evidence-export.types.js +204 -0
  17. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/training-evidence-export.types.js.map +1 -0
  18. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/workforce-bundle.types.d.ts +6 -2
  19. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/employee-package/index.d.ts +1 -1
  20. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/employee-package/index.js.map +1 -1
  21. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/employee-package/types.d.ts +12 -0
  22. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/employee-package/validator.js +31 -0
  23. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/employee-package/validator.js.map +1 -1
  24. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.d.ts +668 -1
  25. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.js +644 -7
  26. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.js.map +1 -1
  27. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/index.d.ts +1360 -2
  28. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.d.ts +692 -1
  29. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.js +963 -302
  30. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.js.map +1 -1
  31. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/platform-admin-route-readiness/index.js +12 -0
  32. package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/platform-admin-route-readiness/index.js.map +1 -1
  33. package/dist/nexus-cli/src/commands/ai/help.test.js +5 -4
  34. package/dist/nexus-cli/src/commands/ai/help.test.js.map +1 -1
  35. package/dist/nexus-cli/src/commands/employee/deploy.d.ts +21 -0
  36. package/dist/nexus-cli/src/commands/employee/deploy.e2e.test.js +56 -320
  37. package/dist/nexus-cli/src/commands/employee/deploy.e2e.test.js.map +1 -1
  38. package/dist/nexus-cli/src/commands/employee/deploy.js +101 -0
  39. package/dist/nexus-cli/src/commands/employee/deploy.js.map +1 -1
  40. package/dist/nexus-cli/src/commands/employee/index.js +2 -0
  41. package/dist/nexus-cli/src/commands/employee/index.js.map +1 -1
  42. package/dist/nexus-cli/src/commands/employee/training-evidence.d.ts +2 -0
  43. package/dist/nexus-cli/src/commands/employee/training-evidence.js +43 -0
  44. package/dist/nexus-cli/src/commands/employee/training-evidence.js.map +1 -0
  45. package/dist/nexus-cli/src/commands/org/login-web.js +23 -9
  46. package/dist/nexus-cli/src/commands/org/login-web.js.map +1 -1
  47. package/dist/nexus-cli/src/commands/workforce/cognition.js +28 -1
  48. package/dist/nexus-cli/src/commands/workforce/cognition.js.map +1 -1
  49. package/dist/nexus-cli/src/commands/workforce/task.js +6 -0
  50. package/dist/nexus-cli/src/commands/workforce/task.js.map +1 -1
  51. package/dist/nexus-cli/src/contracts/command-contract-coverage-baseline.json +12 -0
  52. package/dist/nexus-cli/src/contracts/command-contract-matrix.generated.test.js +6 -7
  53. package/dist/nexus-cli/src/contracts/command-contract-matrix.generated.test.js.map +1 -1
  54. package/dist/nexus-cli/src/contracts/command-contract-matrix.scenarios.js +2 -2
  55. package/dist/nexus-cli/src/contracts/command-contract.guard.js +5 -0
  56. package/dist/nexus-cli/src/contracts/command-contract.guard.js.map +1 -1
  57. package/dist/nexus-cli/src/contracts/command-contract.registry.js +26 -0
  58. package/dist/nexus-cli/src/contracts/command-contract.registry.js.map +1 -1
  59. package/dist/nexus-cli/src/contracts/command-inventory.test.js +4 -4
  60. package/dist/nexus-cli/src/contracts/command-order.js +1 -0
  61. package/dist/nexus-cli/src/contracts/command-order.js.map +1 -1
  62. package/dist/nexus-cli/src/contracts/command-policy.exporter.test.js +2 -2
  63. package/dist/nexus-cli/src/contracts/command-policy.registry.js +1 -1
  64. package/dist/nexus-cli/src/contracts/command-policy.registry.js.map +1 -1
  65. package/dist/nexus-cli/src/contracts/command-policy.registry.test.js +5 -5
  66. package/dist/nexus-cli/src/contracts/command-policy.validator.test.js +3 -3
  67. package/dist/nexus-cli/src/contracts/contracts.test.js +17 -0
  68. package/dist/nexus-cli/src/contracts/contracts.test.js.map +1 -1
  69. package/dist/nexus-cli/src/contracts/workforce-contracts.js +1 -0
  70. package/dist/nexus-cli/src/contracts/workforce-contracts.js.map +1 -1
  71. package/dist/nexus-cli/src/services/api-client.d.ts +8 -0
  72. package/dist/nexus-cli/src/services/api-client.js +54 -0
  73. package/dist/nexus-cli/src/services/api-client.js.map +1 -1
  74. package/dist/nexus-cli/src/services/training-evidence-export.d.ts +15 -0
  75. package/dist/nexus-cli/src/services/training-evidence-export.js +94 -0
  76. package/dist/nexus-cli/src/services/training-evidence-export.js.map +1 -0
  77. package/dist/nexus-cli/src/services/training-evidence-export.test.d.ts +1 -0
  78. package/dist/nexus-cli/src/services/training-evidence-export.test.js +59 -0
  79. package/dist/nexus-cli/src/services/training-evidence-export.test.js.map +1 -0
  80. package/dist/nexus-cli/src/services/workforce-bundle-local.js +26 -4
  81. package/dist/nexus-cli/src/services/workforce-bundle-local.js.map +1 -1
  82. package/dist/nexus-cli/src/services/workforce-bundle-local.test.js +29 -0
  83. package/dist/nexus-cli/src/services/workforce-bundle-local.test.js.map +1 -1
  84. package/dist/nexus-cli/src/services/workforce-cognition-remote.d.ts +17 -0
  85. package/dist/nexus-cli/src/services/workforce-cognition-remote.js +16 -0
  86. package/dist/nexus-cli/src/services/workforce-cognition-remote.js.map +1 -1
  87. package/dist/nexus-cli/src/services/workforce-config-remote.contract.test.d.ts +1 -0
  88. package/dist/nexus-cli/src/services/workforce-config-remote.contract.test.js +41 -0
  89. package/dist/nexus-cli/src/services/workforce-config-remote.contract.test.js.map +1 -0
  90. package/dist/nexus-cli/src/services/workforce-config-remote.d.ts +10 -4
  91. package/dist/nexus-cli/src/services/workforce-config-remote.js +4 -4
  92. package/dist/nexus-cli/src/services/workforce-config-remote.js.map +1 -1
  93. package/dist/nexus-cli/src/services/workforce-conversation-remote.d.ts +5 -0
  94. package/dist/nexus-cli/src/services/workforce-conversation-remote.js +21 -2
  95. package/dist/nexus-cli/src/services/workforce-conversation-remote.js.map +1 -1
  96. package/dist/nexus-cli/src/services/workforce-conversation-remote.test.js +2 -0
  97. package/dist/nexus-cli/src/services/workforce-conversation-remote.test.js.map +1 -1
  98. package/dist/nexus-cli/src/services/workforce-test-remote.d.ts +1 -1
  99. package/dist/nexus-cli/src/services/workforce-test-remote.js +1 -1
  100. package/dist/nexus-cli/src/services/workforce-test-remote.test.js +2 -2
  101. package/dist/tsconfig.tsbuildinfo +1 -1
  102. 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: "中",
@@ -4359,6 +4581,10 @@ const messages = {
4359
4581
  agentChat: {
4360
4582
  agentReply: "Agent 回复",
4361
4583
  auditChainEnabled: "审计链已开启",
4584
+ planLabel: "方案:",
4585
+ agentBrand: "NexusClaw 智能体",
4586
+ aglPipeline: "AGL 流水线",
4587
+ tokensLabel: "输入 / 输出 Token",
4362
4588
  chainStable: "链路已稳定建立,建议基于当前结果继续追问或补充执行动作。",
4363
4589
  composingReply: "Agent 正在组织回复...",
4364
4590
  continuePrompt: "请继续基于当前会话给出下一步建议",
@@ -4428,6 +4654,7 @@ const messages = {
4428
4654
  },
4429
4655
  agentDemo: {
4430
4656
  attributionScore: "归因评分",
4657
+ outcomeGuardrailTag: "成果 + 护栏",
4431
4658
  billingSummaryTitle: "计费摘要",
4432
4659
  billingTier: "计费层级",
4433
4660
  customInputPlaceholder: "请输入自定义指令...",
@@ -4661,7 +4888,7 @@ const messages = {
4661
4888
  dashboard: {
4662
4889
  colType: "类型",
4663
4890
  colDescription: "描述",
4664
- colAgent: "Agent",
4891
+ colAgent: "AI 员工",
4665
4892
  colToken: "Token",
4666
4893
  colCost: "费用",
4667
4894
  colTime: "时间",
@@ -4670,6 +4897,7 @@ const messages = {
4670
4897
  colSteps: "步骤数",
4671
4898
  colParticipation: "参与度",
4672
4899
  colBillingTier: "归因档位",
4900
+ viewLog: "查看日志",
4673
4901
  statTotalTokens: "总 Token 用量",
4674
4902
  statTotalCost: "已计入账单费用",
4675
4903
  statRemainingQuota: "剩余预算",
@@ -4990,12 +5218,12 @@ const messages = {
4990
5218
  monitor: {
4991
5219
  title: "执行监督",
4992
5220
  description: "追踪执行状态、工具调用、风险与结果证据。",
4993
- colAgent: "Agent",
5221
+ colAgent: "AI 员工",
4994
5222
  colTrigger: "触发",
4995
5223
  colInput: "指令",
4996
5224
  colCreatedAt: "创建时间",
4997
- filterByAgent: "按 Agent 筛选",
4998
- allAgents: "全部 Agent",
5225
+ filterByAgent: "按 AI 员工筛选",
5226
+ allAgents: "全部 AI 员工",
4999
5227
  loadFailed: "执行列表加载失败:{message}",
5000
5228
  cancelNotAllowed: "当前状态不可取消",
5001
5229
  cancelRequested: "已发起取消",
@@ -5045,7 +5273,7 @@ const messages = {
5045
5273
  notFound: "执行不存在或无权查看",
5046
5274
  pausedAlert: "该执行已暂停,等待人工审批",
5047
5275
  summaryTitle: "执行概要",
5048
- fieldAgent: "Agent",
5276
+ fieldAgent: "AI 员工",
5049
5277
  fieldTrigger: "触发",
5050
5278
  fieldTriggeredBy: "触发人",
5051
5279
  fieldIntent: "意图",
@@ -5103,7 +5331,7 @@ const messages = {
5103
5331
  approvalDecision: "审批",
5104
5332
  failureObserved: "失败",
5105
5333
  },
5106
- learningExtractionTitle: "Learning Extraction / Repair",
5334
+ learningExtractionTitle: "学习提取与修复",
5107
5335
  learningExtractionNotice: "学习视图只使用脱敏摘要和候选产物,不读取或发布原始输入输出。",
5108
5336
  learningEvidenceCategories: "证据类别",
5109
5337
  learningRootCause: "根因 / 缺口",
@@ -6807,7 +7035,7 @@ const messages = {
6807
7035
  missionLabel: "使命",
6808
7036
  missionPlaceholder: "描述该员工的最终成功定义",
6809
7037
  stakeholdersTitle: "利益相关方",
6810
- stakeholderCode: "code",
7038
+ stakeholderCode: "编码",
6811
7039
  stakeholderRolePlaceholder: "角色描述",
6812
7040
  addStakeholder: "添加利益相关方",
6813
7041
  scopeTitle: "范围",
@@ -6819,7 +7047,7 @@ const messages = {
6819
7047
  addCriterion: "添加标准",
6820
7048
  hardGate: "硬门禁",
6821
7049
  softMetric: "软指标",
6822
- criterionCodeLabel: "code",
7050
+ criterionCodeLabel: "编码",
6823
7051
  criterionKindLabel: "类型",
6824
7052
  criterionPhaseLabel: "阶段",
6825
7053
  criterionHardGateLabel: "门禁类型",
@@ -6848,8 +7076,8 @@ const messages = {
6848
7076
  wakeSourcesLabel: "允许的唤醒源",
6849
7077
  actionAllowlistTitle: "动作白名单",
6850
7078
  addAction: "添加动作",
6851
- toolNamePlaceholder: "canonical toolName",
6852
- flowKeyPlaceholder: "canonical flow key",
7079
+ toolNamePlaceholder: "规范工具名(toolName",
7080
+ flowKeyPlaceholder: "规范流程标识(flow key",
6853
7081
  narrowingCapsTitle: "收窄配额(只能收窄)",
6854
7082
  capWakesPerDay: "每日唤醒",
6855
7083
  capProposalsPerDay: "每日建议",
@@ -8108,7 +8336,13 @@ const messages = {
8108
8336
  common: {
8109
8337
  cancel: "取消",
8110
8338
  },
8339
+ readOnlyTag: "只读",
8340
+ siteCol: "站点",
8341
+ statusCol: "状态",
8342
+ searchLabel: "搜索",
8343
+ reassignTitle: "重新指派外部档案",
8111
8344
  link: {
8345
+ contactIdUuidLabel: "联系人 ID(UUID)",
8112
8346
  noResult: "链接失败:服务端未返回结果",
8113
8347
  linked: "Contact 已链接",
8114
8348
  failed: "链接失败",
@@ -8160,6 +8394,30 @@ const messages = {
8160
8394
  breadcrumbPlatform: "平台工具",
8161
8395
  refresh: "刷新",
8162
8396
  status: {
8397
+ conflictedTag: "冲突",
8398
+ resolvedTag: "已解决",
8399
+ noneTag: "无",
8400
+ retry: "重试",
8401
+ pushAria: "推送源跟踪变更到远端",
8402
+ pullAria: "从远端拉取源跟踪变更",
8403
+ refreshAria: "刷新源跟踪状态",
8404
+ contractNoteAlert: "当前契约说明",
8405
+ diffInspectionAlert: "差异检查模式",
8406
+ conflictMarkersAlert: "在远端内容中检测到冲突标记",
8407
+ colFilePath: "文件路径",
8408
+ colChangeType: "变更类型",
8409
+ colSource: "来源",
8410
+ colLastModified: "最近修改",
8411
+ colConflictStatus: "冲突状态",
8412
+ colActions: "操作",
8413
+ changeTypeModified: "修改",
8414
+ changeTypeAdded: "新增",
8415
+ changeTypeDeleted: "删除",
8416
+ pullModalTitle: "从远端拉取",
8417
+ pullOkText: "拉取",
8418
+ pushButton: "推送到远端",
8419
+ pullButton: "从远端拉取",
8420
+ lastModifiedPrefix: "最近修改:",
8163
8421
  pushSubmitted: "已提交 push: {path}",
8164
8422
  noPushableDeletes: "当前没有可由状态页直接 push 的删除项;新增/修改项仍需要本地文件内容 contract。",
8165
8423
  confirmPushDeletes: "确认 push {count} 个删除项到 remote 吗?新增/修改项仍不会被状态页提交。",
@@ -8179,6 +8437,29 @@ const messages = {
8179
8437
  unsupportedPull: "Pull-from-remote 已由 source-tracking baseline contract 承接。",
8180
8438
  },
8181
8439
  baseline: {
8440
+ retry: "重试",
8441
+ historyTitle: "基线历史",
8442
+ pullFromRemoteAria: "从远端拉取基线",
8443
+ refreshAria: "刷新基线管理",
8444
+ resetAria: "重置源跟踪",
8445
+ setBaselineAria: "设置源跟踪基线",
8446
+ contractNoteAlert: "当前契约说明",
8447
+ currentBaselineTitle: "当前基线",
8448
+ colBaselineId: "基线 ID",
8449
+ colAvailable: "可用",
8450
+ colRevision: "修订号",
8451
+ colSource: "来源",
8452
+ colAuthor: "作者",
8453
+ colCreatedAt: "创建时间",
8454
+ colDescription: "描述",
8455
+ setBaselineTitle: "设置基线",
8456
+ setBaselineOk: "设置基线",
8457
+ baselineDescriptionLabel: "基线描述",
8458
+ pullFromRemoteButton: "从远端拉取",
8459
+ resetTrackingButton: "重置跟踪",
8460
+ setBaselineButton: "设置基线",
8461
+ availableTag: "可用",
8462
+ unavailableTag: "不可用",
8182
8463
  rebuildSubmitted: "已提交 baseline 重建请求",
8183
8464
  setFailed: "设置 baseline 失败",
8184
8465
  confirmReset: "确认重置 source tracking 状态吗?这会清理当前跟踪状态并让 baseline 重新对齐。",
@@ -8203,6 +8484,25 @@ const messages = {
8203
8484
  descPlaceholder: "说明这次 baseline 重建的原因",
8204
8485
  },
8205
8486
  conflict: {
8487
+ unresolved: "未解决",
8488
+ pageTitle: "冲突解决",
8489
+ refreshContentAria: "刷新冲突内容",
8490
+ markResolvedAria: "标记冲突已解决",
8491
+ contractNoteAlert: "当前契约说明",
8492
+ conflictFileTitle: "冲突文件",
8493
+ selectFileLabel: "选择冲突文件",
8494
+ colPath: "路径",
8495
+ colMarkers: "冲突标记数",
8496
+ colResolutionState: "解决状态",
8497
+ colBackendAction: "后端动作",
8498
+ sideBySideTitle: "并排检查",
8499
+ conflictMarkersTitle: "冲突标记",
8500
+ breadcrumbSourceTracking: "源跟踪",
8501
+ breadcrumbConflictResolution: "冲突解决",
8502
+ markResolvedButton: "标记为已解决",
8503
+ readyToSubmitTag: "可提交",
8504
+ pendingSelectionTag: "待选择",
8505
+ resolvedVia: "已通过 {choice} 解决",
8206
8506
  resolved: "Conflict resolution 已写入 source-tracking contract",
8207
8507
  subtitle: "当前页面已经接上 baseline/local-side 与 remote 的 conflict packet,resolution 会直接写入 source-tracking contract。",
8208
8508
  contractNote: "这里的 local side 以 source-tracking baseline 为准,不是浏览器本地文件系统。Mark as Resolved 会把 resolution choice 写入 backend contract。",
@@ -8764,6 +9064,14 @@ const messages = {
8764
9064
  executionLogTitle: "执行日志",
8765
9065
  noExecutionRecords: "暂无执行记录",
8766
9066
  executionLogReplay: "执行日志回放",
9067
+ stepGuardrail: "护栏",
9068
+ stepThought: "思考",
9069
+ stepAction: "动作",
9070
+ stepObservation: "观察",
9071
+ labelModel: "模型",
9072
+ labelDuration: "耗时",
9073
+ labelTokens: "Token 用量",
9074
+ confidencePercent: "{value}% 置信度",
8767
9075
  totalSteps: "总步骤",
8768
9076
  totalTokens: "总 Token",
8769
9077
  totalDuration: "总耗时",
@@ -9153,6 +9461,33 @@ const messages = {
9153
9461
  },
9154
9462
  },
9155
9463
  deploymentPages: {
9464
+ envProduction: "正式环境",
9465
+ envDevelopmentSandbox: "开发沙盒",
9466
+ historyTitle: "部署历史",
9467
+ historySubtitle: "查看部署历史与回滚操作",
9468
+ backToList: "返回列表",
9469
+ resultPlaceholder: "部署结果",
9470
+ envTestSandbox: "测试沙盒",
9471
+ createChangeSetTitle: "创建变更集",
9472
+ changeSetNameLabel: "名称",
9473
+ changeSetNamePlaceholder: "请输入变更集名称",
9474
+ changeSetDescriptionLabel: "描述",
9475
+ changeSetDescriptionPlaceholder: "请输入描述(可选)",
9476
+ sourceEnvFieldLabel: "源环境",
9477
+ sourceEnvironmentPlaceholder: "选择源环境",
9478
+ targetEnvFieldLabel: "目标环境",
9479
+ targetEnvironmentPlaceholder: "选择目标环境",
9480
+ pageTitle: "部署管理",
9481
+ searchChangeSetsPlaceholder: "搜索变更集",
9482
+ statusFilterPlaceholder: "状态",
9483
+ changeSetCreated: "变更集创建成功",
9484
+ sandboxLabel: "沙盒:{name}",
9485
+ nameRequired: "请输入变更集名称",
9486
+ sourceRequired: "请选择源环境",
9487
+ targetRequired: "请选择目标环境",
9488
+ pageSubtitle: "在沙盒与正式环境之间迁移元数据与配置",
9489
+ deleteTooltip: "删除",
9490
+ deleteDisabledTooltip: "部署中或已部署的变更集不可删除",
9156
9491
  // Common column headers
9157
9492
  colName: "名称",
9158
9493
  colStatus: "状态",
@@ -9183,7 +9518,6 @@ const messages = {
9183
9518
  loadFailed: "加载失败",
9184
9519
  loadFailedMessage: "加载失败: {message}",
9185
9520
  notFound: "未找到",
9186
- backToList: "返回列表",
9187
9521
  changeSetNotExist: "变更集不存在或已被删除",
9188
9522
  tryAdjustFilters: "尝试调整筛选条件或Clear filters",
9189
9523
  // Change set list
@@ -9500,8 +9834,8 @@ const messages = {
9500
9834
  builtInDefault: "内置默认",
9501
9835
  colPriority: "优先级",
9502
9836
  colDefault: "默认",
9503
- colProvider: "Provider",
9504
- colEndpoint: "API Endpoint",
9837
+ colProvider: "服务商",
9838
+ colEndpoint: "API 端点",
9505
9839
  colModel: "模型",
9506
9840
  colCapabilities: "能力",
9507
9841
  colEnabled: "启用",
@@ -10757,7 +11091,7 @@ const messages = {
10757
11091
  runsEmptyDesc: "运行评测后,这里展示通过率、回归对比和逐条结果。",
10758
11092
  viewRunResults: "查看运行结果",
10759
11093
  gateSuccessVector: "成功向量",
10760
- gateHardGate: "Hard gate",
11094
+ gateHardGate: "硬性门禁",
10761
11095
  gateEvidenceComplete: "证据完整度",
10762
11096
  gateRunLineage: "精确运行血缘",
10763
11097
  gateValuePass: "通过",
@@ -10851,7 +11185,7 @@ const messages = {
10851
11185
  confirmPublish: "发布此模板到共享市场?",
10852
11186
  published: "已发布到模板市场",
10853
11187
  patternLearning: "模式学习",
10854
- patternLibraryTitle: "Pattern Library",
11188
+ patternLibraryTitle: "模式库",
10855
11189
  },
10856
11190
  promptStrategy: {
10857
11191
  customized: "已自定义",
@@ -10964,6 +11298,9 @@ const messages = {
10964
11298
  },
10965
11299
  rollupDebug: {
10966
11300
  recalcDone: "重算完成",
11301
+ objectMetadataIdPlaceholder: "对象元数据 ID",
11302
+ parentRecordIdPlaceholder: "父记录 ID",
11303
+ rollupFieldIdPlaceholder: "Rollup 字段 ID",
10967
11304
  batchRecalcDone: "批量重算完成: {n} 条记录",
10968
11305
  pageTitle: "Rollup 调试工具",
10969
11306
  breadcrumbPlatformTools: "平台工具",
@@ -11700,6 +12037,12 @@ const messages = {
11700
12037
  currentSpend: "当前花费",
11701
12038
  monthlyBudget: "月度预算",
11702
12039
  notConfigured: "未配置",
12040
+ agentFallbackPrefix: "AI 员工",
12041
+ agentUnknown: "AI 员工(未知)",
12042
+ setupNoticeBoth: "尚未配置月度预算与 AI 用量费率:用量按实际统计如实展示;配置预算后启用使用率与封顶控制,费率卡由平台管理员配置后金额才生效。",
12043
+ setupNoticeBudget: "尚未配置月度预算:用量按实际统计如实展示,配置预算后启用使用率与封顶控制。",
12044
+ setupNoticePricing: "尚未配置 AI 用量费率:金额暂按 ¥0 如实显示,请由平台管理员在「AI 用量费率卡」中配置并激活。",
12045
+ setupActionSmartCap: "配置 Smart Cap",
11703
12046
  noBudgetConfigured: "尚未配置月度预算",
11704
12047
  noBudgetConfiguredDescription: "下方明细已按实际用量统计(Token、费用),当前花费与预测月末花费会如实展示;配置预算后即可显示预算使用率与封顶控制。",
11705
12048
  daysRemaining: "剩余天数",
@@ -12118,11 +12461,13 @@ const messages = {
12118
12461
  summaryValue: "预估价值",
12119
12462
  includesOutcomeBilling: "含成果计费",
12120
12463
  tokenCostOnly: "仅含 token 成本",
12464
+ billingPrivate: "平台后台可见",
12465
+ billingPrivateNote: "平台收费金额不在演示或客户目录中公布",
12121
12466
  phaseIntentDesc: "识别业务目标、关键实体与触发上下文。",
12122
12467
  phaseAgentMatchDesc: "选择最合适的执行 Agent、模型和能力组合。",
12123
12468
  phaseExecutionDesc: "调用工具、写回 CRM、生成对外或对内动作。",
12124
12469
  phaseGuardrailDesc: "校验金额、权限、审批与可归因链路。",
12125
- phaseCompleteDesc: "输出结果、产出指标与 Outcome 计费信号。",
12470
+ phaseCompleteDesc: "输出结果、产出指标与可审计的 Outcome 归因信号。",
12126
12471
  executionChainPreview: "执行链路预览",
12127
12472
  waitingExecution: "等待执行",
12128
12473
  scenarioSummary: "场景摘要",
@@ -12432,7 +12777,7 @@ const messages = {
12432
12777
  trialConsoleUi: {
12433
12778
  demoAccess: {
12434
12779
  page: {
12435
- title: "Demo Access",
12780
+ title: "演示访问",
12436
12781
  subtitle: "受控 Demo 发放后台:申请队列、审批决策、环境池和分配动作都先收在同一页。",
12437
12782
  refresh: "刷新",
12438
12783
  loadError: "Demo Access 数据加载失败",
@@ -12794,6 +13139,10 @@ const messages = {
12794
13139
  wizard: {
12795
13140
  step1Title: "匹配选择",
12796
13141
  step2Title: "字段映射",
13142
+ convertTitle: "转化线索",
13143
+ accountLabel: "客户",
13144
+ contactLabel: "联系人",
13145
+ opportunityLabel: "商机",
12797
13146
  step3Title: "确认执行",
12798
13147
  matchScore: "匹配分 {score}",
12799
13148
  mappingLinkExistingWithLabel: "将关联已有记录:{label}",
@@ -12845,6 +13194,53 @@ const messages = {
12845
13194
  fieldsSection: "字段",
12846
13195
  functionsSection: "函数",
12847
13196
  },
13197
+ builder: {
13198
+ nullNoInput: "NULL 无需额外输入。",
13199
+ functionName: "函数名称",
13200
+ dateaddQuickSetup: "DATEADD 快捷配置",
13201
+ dateField: "日期字段",
13202
+ offsetAmount: "偏移量",
13203
+ offsetUnit: "偏移单位",
13204
+ ifQuickSetup: "IF 快捷配置",
13205
+ conditionField: "条件字段",
13206
+ conditionOperator: "条件运算符",
13207
+ conditionValueType: "条件值类型",
13208
+ conditionValue: "条件值",
13209
+ returnsNull: "返回 NULL",
13210
+ noArguments: "该函数不接受参数。",
13211
+ operator: "运算符",
13212
+ left: "左操作数",
13213
+ right: "右操作数",
13214
+ stringConcatenation: "字符串拼接(&)",
13215
+ negative: "取负",
13216
+ constants: "常量",
13217
+ field: "字段",
13218
+ compareTo: "比较值",
13219
+ value: "值",
13220
+ substituteValueType: "替换值类型",
13221
+ substituteValue: "替换值",
13222
+ picklistField: "选项列表字段",
13223
+ picklistValue: "选项列表值",
13224
+ condition1: "条件 1",
13225
+ condition2: "条件 2",
13226
+ formulaPreview: "公式预览",
13227
+ placeholderExampleFormula: "例如:isActive = TRUE",
13228
+ placeholderExampleCondition: "例如:annualRevenue > 1000000",
13229
+ placeholderExamplePicklist: "例如:Closed Won",
13230
+ placeholderEnterText: "请输入文本",
13231
+ messagePreviewFailed: "预览求值失败。",
13232
+ messagePreviewRequestFailed: "预览请求失败:{error}",
13233
+ messagePicklistConversion: "TEXT(Picklist) 转换",
13234
+ messagePicklistComparison: "标准式选项列表比较",
13235
+ messageArgCountOutOfRange: "函数参数数量超出范围",
13236
+ descIspickval: "当需要将选项列表字段与特定标签值比较时,使用 ISPICKVAL。",
13237
+ descNoMatchingFunctions: "没有匹配的函数",
13238
+ descNoMatchingFields: "没有匹配的字段",
13239
+ messageSyntaxPassed: "语法检查通过。",
13240
+ messageSelectFieldFirst: "请先选择一个字段。",
13241
+ messagePreviewNotConfigured: "预览尚未配置。",
13242
+ messageConditionInserted: "已插入条件。",
13243
+ },
12848
13244
  batchRecalculate: {
12849
13245
  title: "批量重算公式字段",
12850
13246
  skip: "跳过",
@@ -13155,6 +13551,49 @@ const messages = {
13155
13551
  leaveCancel: "留下",
13156
13552
  },
13157
13553
  recordPageBuilder: {
13554
+ inspector: {
13555
+ sectionTabsContainer: "选项卡容器",
13556
+ sectionTabProperties: "选项卡属性",
13557
+ sectionComponentProperties: "组件属性",
13558
+ sectionVisibilityRules: "可见性规则",
13559
+ sectionCustomLwc: "自定义组件(LWC)",
13560
+ sectionCurrentScope: "当前作用范围",
13561
+ sectionPageMap: "页面映射",
13562
+ titlePageScope: "页面作用范围",
13563
+ labelLabel: "名称",
13564
+ placeholderComponentTitle: "组件标题",
13565
+ labelRegion: "区域",
13566
+ labelConditionExpression: "条件表达式",
13567
+ labelDeviceVisibility: "设备可见性",
13568
+ labelLayout: "布局",
13569
+ labelRelatedObjectApiName: "关联对象 API 名称",
13570
+ placeholderSelectRelatedObject: "选择关联对象",
13571
+ labelRelationshipField: "关联字段",
13572
+ labelDisplayStyle: "显示样式",
13573
+ labelVisibleFields: "可见字段",
13574
+ labelSortField: "排序字段",
13575
+ labelSortDirection: "排序方向",
13576
+ labelPageSize: "每页条数",
13577
+ labelDefaultTitle: "默认标题",
13578
+ labelContent: "内容",
13579
+ labelStageFieldApiName: "阶段字段 API 名称",
13580
+ labelStages: "阶段",
13581
+ placeholderOneStagePerLine: "每行一个阶段",
13582
+ placeholderStageExample: "赢单",
13583
+ labelCurrentStage: "当前阶段",
13584
+ labelComponent: "组件",
13585
+ labelComponentApiName: "组件 API 名称",
13586
+ labelBundleUrl: "资源包 URL",
13587
+ labelBundleHash: "资源包指纹",
13588
+ labelRuntimeStatus: "运行时状态",
13589
+ okTextApply: "应用",
13590
+ runtimeShellBadge: "运行时外壳",
13591
+ componentCountLabel: "组件数",
13592
+ noSavedPages: "还没有已保存的页面。",
13593
+ apiNameLabel: "API 名称",
13594
+ atLeastOneTab: "至少需要一个选项卡",
13595
+ bundleReadyBadge: "资源包就绪",
13596
+ },
13158
13597
  formError: {
13159
13598
  nameRequired: "请输入页面名称",
13160
13599
  internalNameRequired: "请输入内部名称",
@@ -13207,6 +13646,12 @@ const messages = {
13207
13646
  },
13208
13647
  recordContextPacket: {
13209
13648
  fieldRequiredHint: "该字段会影响关系洞察与后续动作建议。",
13649
+ evidenceTitle: "证据",
13650
+ feedbackTitle: "反馈",
13651
+ debugContextTitle: "调试上下文",
13652
+ commandDockTitle: "指令坞",
13653
+ smartPasteLabel: "智能粘贴",
13654
+ runAgentLabel: "运行 Agent",
13210
13655
  inlineAssist: {
13211
13656
  fillCritical: {
13212
13657
  assist: "补充{fieldLabel},可提高摘要和动作建议准确度。",
@@ -14009,6 +14454,8 @@ const messages = {
14009
14454
  },
14010
14455
  kanban: {
14011
14456
  cancel: "取消",
14457
+ cardDueSoon: "即将到期",
14458
+ cardRiskHigh: "高风险",
14012
14459
  create: "新建",
14013
14460
  loadFailed: "加载失败",
14014
14461
  moveFailed: "移动失败",
@@ -14324,6 +14771,16 @@ const messages = {
14324
14771
  title: "页面构建器",
14325
14772
  newPage: "新建页面",
14326
14773
  edit: "编辑",
14774
+ newPageModal: {
14775
+ title: "新建页面",
14776
+ pageNameLabel: "页面名称",
14777
+ apiNameLabel: "API 名称",
14778
+ typeLabel: "类型",
14779
+ descriptionLabel: "描述",
14780
+ pageNameRequired: "请输入页面名称",
14781
+ apiNameRequired: "请输入 API 名称",
14782
+ apiNamePatternHint: "请使用以小写字母开头的 snake_case",
14783
+ },
14327
14784
  createSuccess: "页面已创建",
14328
14785
  pageTypes: {
14329
14786
  recordPage: "记录页面",
@@ -14712,6 +15169,18 @@ const messages = {
14712
15169
  promotional: "促销",
14713
15170
  useTemplate: "使用模板",
14714
15171
  welcome: "欢迎",
15172
+ templates: {
15173
+ welcomeBasic: { name: "欢迎 — 基础", description: "简洁的欢迎邮件,含问候与行动按钮" },
15174
+ welcomeOnboarding: { name: "欢迎 — 引导步骤", description: "带分步指引的新手引导邮件" },
15175
+ promoSale: { name: "促销 — 限时抢购", description: "适合限时优惠的醒目促销邮件" },
15176
+ promoProductLaunch: { name: "促销 — 新品发布", description: "向受众发布新产品或新功能" },
15177
+ notifyReminder: { name: "通知 — 预约提醒", description: "提醒收件人即将到来的预约或活动" },
15178
+ notifyActionRequired: { name: "通知 — 待处理事项", description: "提醒收件人需要完成某项操作" },
15179
+ holidaySeason: { name: "节日 — 节日问候", description: "温馨的节日季问候" },
15180
+ holidayNewYear: { name: "节日 — 新年", description: "新年庆祝与祝福" },
15181
+ newsletterMonthly: { name: "新闻通讯 — 月度", description: "含多个内容版块的月度通讯" },
15182
+ newsletterWeeklyDigest: { name: "新闻通讯 — 每周摘要", description: "聚焦头条内容的精简周报" },
15183
+ },
14715
15184
  },
14716
15185
  territory: {
14717
15186
  typesUnavailable: "区域类型暂未开放",
@@ -15117,8 +15586,8 @@ const messages = {
15117
15586
  httpMethod: "HTTP 方法",
15118
15587
  httpMethodPlaceholder: "选择方法",
15119
15588
  apiUrl: "URL",
15120
- apiHeaders: "Headers (JSON)",
15121
- apiBody: "Body",
15589
+ apiHeaders: "请求头(JSON",
15590
+ apiBody: "请求体",
15122
15591
  apiResponseVariable: "响应变量名",
15123
15592
  apiResponseVariablePlaceholder: "如 apiResponse",
15124
15593
  assignee: "受让人",
@@ -15148,7 +15617,7 @@ const messages = {
15148
15617
  debugObjectNamePlaceholder: "例如: Account, Contact",
15149
15618
  debugRecordData: "记录数据 (JSON)",
15150
15619
  debugInputData: "输入数据 (JSON)",
15151
- debugWebhookBody: "Webhook Body (JSON)",
15620
+ debugWebhookBody: "Webhook 请求体(JSON",
15152
15621
  debugEventName: "事件名称",
15153
15622
  debugEventNamePlaceholder: "例如: OrderCompleted",
15154
15623
  debugEventData: "事件数据 (JSON)",
@@ -15271,6 +15740,15 @@ const messages = {
15271
15740
  },
15272
15741
  decisionConfig: {
15273
15742
  title: "条件分支配置",
15743
+ outcomeLabel: "结果名称",
15744
+ outcomeApiName: "结果 API 名称",
15745
+ colResource: "资源",
15746
+ colOperator: "运算符",
15747
+ colValue: "值",
15748
+ defaultBadge: "默认",
15749
+ placeholderResource: "资源",
15750
+ placeholderValue: "值",
15751
+ addOutcome: "添加结果",
15274
15752
  description: "为每条自动化路径创建一个 Outcome,并为每个 Outcome 指定命中该路径时必须满足的条件。",
15275
15753
  noConditionWarning: "请至少配置一个条件分支,否则流程无法激活",
15276
15754
  deleteCondition: "删除条件",
@@ -16148,6 +16626,9 @@ const messages = {
16148
16626
  recordList: {
16149
16627
  actions: "操作",
16150
16628
  refresh: "刷新",
16629
+ density: "行密度",
16630
+ densityCompact: "紧凑",
16631
+ densityComfy: "舒适",
16151
16632
  export: "导出",
16152
16633
  moreActions: "更多操作",
16153
16634
  exportTitle: "导出当前列表",
@@ -16387,6 +16868,12 @@ const messages = {
16387
16868
  details: "详细信息",
16388
16869
  saveSuccess: "保存成功",
16389
16870
  saveFailed: "保存失败,请稍后重试",
16871
+ contextActionApplied: "上下文动作已应用",
16872
+ taskCreated: "任务已创建",
16873
+ aiNarrativeGuidanceOnly: "AI 仅返回了文字建议,未执行结构化操作。",
16874
+ actionTargetNotConfigured: "该动作的目标尚未配置。",
16875
+ actionNeedsConfiguration: "该动作需要额外配置后才能使用。",
16876
+ pathAriaLabel: "销售阶段路径",
16390
16877
  deleted: "已删除 {object} {name}",
16391
16878
  deleteFailed: "删除失败,请稍后重试",
16392
16879
  deleteUndone: "已撤销删除",
@@ -16406,6 +16893,7 @@ const messages = {
16406
16893
  notFoundTitle: "记录不存在",
16407
16894
  notFoundSubtitle: "未找到 ID 为 {id} 的{object}记录,可能已被删除。",
16408
16895
  backToList: "返回列表",
16896
+ backToListAndRefresh: "返回列表并刷新",
16409
16897
  dataLoadFailed: "数据加载失败",
16410
16898
  retry: "重试",
16411
16899
  record: "记录",
@@ -16662,6 +17150,7 @@ const messages = {
16662
17150
  },
16663
17151
  conditionBuilder: {
16664
17152
  selectField: "选择字段",
17153
+ valuePlaceholder: "值",
16665
17154
  deleteCondition: "删除条件",
16666
17155
  deleteConditionGroup: "删除条件组",
16667
17156
  addCondition: "添加条件",
@@ -16670,6 +17159,116 @@ const messages = {
16670
17159
  rawModeDesc: "当前条件格式无法被可视化编辑器解析,请直接编辑 JSON 或尝试切换到可视化模式。",
16671
17160
  switchToVisual: "切换到可视化模式",
16672
17161
  },
17162
+ recordingPlayer: {
17163
+ sentimentTimeline: "情绪时间线",
17164
+ rewind5s: "后退 5 秒",
17165
+ forward5s: "前进 5 秒",
17166
+ volume: "音量",
17167
+ playbackSpeed: "播放速度",
17168
+ },
17169
+ knowledgeBridge: {
17170
+ articleLoading: "文章加载中…",
17171
+ articleNotFound: "未找到文章",
17172
+ articleUnavailable: "请求的文章({articleId})不可用。",
17173
+ feedbackYes: "是",
17174
+ feedbackNo: "否",
17175
+ wasThisHelpful: "这篇文章有帮助吗?",
17176
+ articleHelpful: "这篇文章有帮助",
17177
+ articleNotHelpful: "这篇文章没有帮助",
17178
+ caseLoading: "工单加载中…",
17179
+ caseNotFound: "未找到工单",
17180
+ caseUnavailable: "请求的工单({caseId})不可用。",
17181
+ commentPlaceholder: "添加评论…",
17182
+ commentLabel: "添加评论",
17183
+ searchPrompt: "请输入搜索关键词开始。",
17184
+ searching: "搜索中…",
17185
+ searchPlaceholder: "搜索知识文章…",
17186
+ searchLabel: "搜索知识文章",
17187
+ },
17188
+ packageInstall: {
17189
+ title: "安装元数据包",
17190
+ installOk: "安装",
17191
+ localRegistryMode: "本地注册表模式",
17192
+ localRegistryRoot: "本地注册表根路径",
17193
+ },
17194
+ revisionHistory: {
17195
+ filterByAuthor: "按作者筛选修订历史",
17196
+ searchBySummary: "按摘要搜索修订历史",
17197
+ },
17198
+ nwcRuntime: {
17199
+ artifactMissing: "Nexus Web Component 构件缺失",
17200
+ runtimeError: "Nexus Web Component 运行时错误",
17201
+ dataBridgeFailed: "Nexus Data Bridge 失败",
17202
+ resolveFailed: "部分 Nexus Web Component 无法解析",
17203
+ },
17204
+ fieldLayoutEditor: {
17205
+ availableFields: "可用字段",
17206
+ properties: "属性",
17207
+ searchFieldsPlaceholder: "搜索字段...",
17208
+ layoutSaved: "布局已保存",
17209
+ },
17210
+ playgroundSetup: {
17211
+ apiKeyLabel: "API Key",
17212
+ apiKeyPlaceholder: "请输入 API Key",
17213
+ schemaLabel: "Schema",
17214
+ apiKeyValidated: "API Key 校验成功",
17215
+ },
17216
+ dashboardEditor: {
17217
+ noData: "暂无数据",
17218
+ componentError: "组件错误",
17219
+ addReportComponent: "添加报表组件",
17220
+ layoutSaved: "仪表盘布局已保存",
17221
+ },
17222
+ flowBuilderCanvas: {
17223
+ undoTitle: "撤销(Ctrl+Z)",
17224
+ redoTitle: "重做(Ctrl+Shift+Z)",
17225
+ saveTitle: "保存",
17226
+ newVersionTitle: "新版本",
17227
+ activateTitle: "激活",
17228
+ rollbackTitle: "回滚",
17229
+ autoLayoutApplied: "已应用自动布局",
17230
+ switchedToFreeForm: "已切换到自由布局",
17231
+ flowSaved: "流程已保存",
17232
+ },
17233
+ shortcutHelp: {
17234
+ title: "键盘快捷键",
17235
+ switchToView: "切换到视图 1–9",
17236
+ globalSection: "全局",
17237
+ recordDetailSection: "记录详情",
17238
+ listViewSection: "列表视图",
17239
+ viewSwitchSection: "视图切换",
17240
+ macHint: "带 ⌘ 的快捷键在 Windows/Linux 上使用 Ctrl。",
17241
+ listHint: "列表快捷键(J/K/Enter/1-9)在编辑状态下禁用。",
17242
+ def: {
17243
+ globalSearch: "搜索 / 命令面板",
17244
+ globalNew: "新建记录",
17245
+ globalHelp: "键盘快捷键帮助",
17246
+ recordEdit: "编辑记录",
17247
+ recordSave: "保存",
17248
+ recordClone: "克隆记录",
17249
+ recordDelete: "删除记录",
17250
+ listNavDown: "向下导航",
17251
+ listNavUp: "向上导航",
17252
+ listOpen: "打开记录",
17253
+ switchToViewN: "切换到视图 {n}",
17254
+ },
17255
+ },
17256
+ workspaceLogo: {
17257
+ uploadButton: "上传",
17258
+ workspaceIdNotFound: "未找到工作区 ID",
17259
+ uploadSuccess: "Logo 上传成功",
17260
+ uploadFailed: "Logo 上传失败",
17261
+ removeSuccess: "Logo 已移除",
17262
+ removeFailed: "Logo 移除失败",
17263
+ },
17264
+ reportDesigner: {
17265
+ fieldsTitle: "字段",
17266
+ columnsLabel: "列(将字段拖拽到此处)",
17267
+ groupByLabel: "分组依据",
17268
+ summaryLabel: "汇总(聚合)",
17269
+ previewTitle: "预览",
17270
+ configSaved: "报表配置已保存",
17271
+ },
16673
17272
  workflowRulesPage: {
16674
17273
  layoutTitle: "Flow / 审批",
16675
17274
  breadcrumbWorkspace: "工作区",
@@ -16878,6 +17477,33 @@ const messages = {
16878
17477
  abortSuccess: "批处理任务已中止",
16879
17478
  abortError: "中止失败: {message}",
16880
17479
  },
17480
+ platformCommercialPricing: {
17481
+ actionSucceeded: "操作已完成",
17482
+ actionFailed: "操作失败,请确认已完成二次验证后重试。",
17483
+ catalog: "商业目录",
17484
+ promotions: "促销管理",
17485
+ agreements: "客户协议价",
17486
+ version: "版本",
17487
+ status: "状态",
17488
+ currency: "币种",
17489
+ effectiveFrom: "生效时间",
17490
+ entries: "价格项",
17491
+ actions: "操作",
17492
+ activate: "启用",
17493
+ retire: "停用",
17494
+ suspend: "暂停",
17495
+ code: "代码",
17496
+ benefit: "优惠规则",
17497
+ scope: "适用范围",
17498
+ workspace: "工作区",
17499
+ agreementKey: "协议",
17500
+ contractEvidence: "合同证据",
17501
+ overrides: "协议价",
17502
+ privateNotice: "平台价格仅在此后台管理;客户只看到自己的合同与正式账单。",
17503
+ workspaceFilter: "按工作区 UUID 筛选",
17504
+ loadFailed: "加载失败",
17505
+ retry: "重试",
17506
+ },
16881
17507
  platformAdmin: {
16882
17508
  menuChannelProvider: "消息渠道",
16883
17509
  adminPanelUi: {
@@ -17665,6 +18291,9 @@ const messages = {
17665
18291
  menuOpsSubscriptions: "订阅管理",
17666
18292
  menuOpsHealth: "租户健康度",
17667
18293
  menuOpsBilling: "计费概览",
18294
+ menuCommercialCatalog: "商业目录",
18295
+ menuPromotions: "促销管理",
18296
+ menuCustomerAgreements: "客户协议价",
17668
18297
  menuOpsRenewals: "续费管理",
17669
18298
  menuAiProvider: "AI 服务商",
17670
18299
  menuDemoAccess: "演示访问",
@@ -18009,7 +18638,7 @@ const messages = {
18009
18638
  },
18010
18639
  platformTools: {
18011
18640
  restResources: {
18012
- title: "REST Resources",
18641
+ title: "REST 资源",
18013
18642
  breadcrumbPlatformTools: "平台工具",
18014
18643
  searchPlaceholder: "搜索名称 / 端点 / 类名 / URL 映射 / handler...",
18015
18644
  filterByStatus: "按状态筛选",
@@ -18036,7 +18665,7 @@ const messages = {
18036
18665
  },
18037
18666
  detail: {
18038
18667
  basicInfo: "基本信息",
18039
- resourceId: "Resource ID",
18668
+ resourceId: "资源 ID",
18040
18669
  httpMethodConfig: "HTTP 方法配置",
18041
18670
  notConfigured: "未配置",
18042
18671
  metadata: "元数据",
@@ -18103,14 +18732,14 @@ const messages = {
18103
18732
  regeneratedRevealWarning: "请立即复制此 Key,它将不会再次显示。旧密钥已失效。",
18104
18733
  },
18105
18734
  settingsApiPlayground: {
18106
- title: "API Playground",
18735
+ title: "API 调试台",
18107
18736
  breadcrumbWorkspace: "工作区",
18108
18737
  breadcrumbIntegrations: "集成",
18109
18738
  docTitle: "API 文档",
18110
18739
  docDescription: "NexusClaw 提供 GraphQL 和 REST API,支持完整的 CRUD 操作。",
18111
18740
  docSwagger: "REST API 文档 (Swagger)",
18112
18741
  docOpenApiJson: "OpenAPI JSON",
18113
- tabGraphql: "GraphQL Playground",
18742
+ tabGraphql: "GraphQL 调试",
18114
18743
  tabRest: "REST API",
18115
18744
  sampleQueriesLabel: "示例查询:",
18116
18745
  sampleCompanies: "公司列表",
@@ -19230,6 +19859,38 @@ const messages = {
19230
19859
  billingTierFull: "全额计费",
19231
19860
  billingTierHalf: "半额计费",
19232
19861
  billingTierNone: "免计费",
19862
+ opsAgentPrefix: "AI 员工",
19863
+ opsAgentUnknown: "AI 员工(未知)",
19864
+ opsScoringAgentActions: "Agent 动作 {count}",
19865
+ opsScoringTotalActions: "共 {count} 个动作",
19866
+ opsScoringRawRatio: "原始占比 {percent}",
19867
+ opsScoringWeighted: "加权分 {score}",
19868
+ opsOutcomeType: {
19869
+ lead_created: "线索创建",
19870
+ mql: "市场合格线索",
19871
+ opportunity_created: "商机创建",
19872
+ opportunity_won: "商机赢单",
19873
+ customer_activated: "客户激活",
19874
+ case_closed: "工单关闭",
19875
+ },
19876
+ opsBillingStatus: {
19877
+ pending: "待确认",
19878
+ confirmed: "已确认",
19879
+ waived: "已豁免",
19880
+ cancelled: "已取消",
19881
+ },
19882
+ opsDisputeStatus: {
19883
+ none: "无争议",
19884
+ open: "争议待处理",
19885
+ raised: "已发起",
19886
+ reviewing: "复核中",
19887
+ resolved: "已解决",
19888
+ },
19889
+ opsBillingTier: {
19890
+ full: "全额计费",
19891
+ half: "半额计费",
19892
+ none: "免计费",
19893
+ },
19233
19894
  },
19234
19895
  homeDashboard: {
19235
19896
  saveSuccess: "首页配置已保存",
@@ -19988,7 +20649,7 @@ const messages = {
19988
20649
  },
19989
20650
  sourceBadge: {
19990
20651
  learning: "学习",
19991
- advisor: "Advisor",
20652
+ advisor: "顾问",
19992
20653
  },
19993
20654
  },
19994
20655
  aiWorkforceCultivation: {
@@ -20038,15 +20699,15 @@ const messages = {
20038
20699
  guardrails: "护栏",
20039
20700
  behaviorPolicy: "行为策略",
20040
20701
  successMetrics: "成功指标",
20041
- learningPlan: "Learning Plan",
20042
- releasePlan: "Release Plan",
20702
+ learningPlan: "学习计划",
20703
+ releasePlan: "发布计划",
20043
20704
  releaseControl: "发布控制",
20044
20705
  captureSources: "捕获来源",
20045
20706
  learningOutputs: "学习产物",
20046
20707
  approvalCheckpoints: "审批节点",
20047
20708
  generatedTests: "测试候选",
20048
20709
  generatedArtifacts: "生成草案",
20049
- releaseGate: "Release Gate",
20710
+ releaseGate: "发布门禁",
20050
20711
  riskReview: "风险复核",
20051
20712
  monitoring: "监控指标",
20052
20713
  rollback: "回滚条件",
@@ -20137,7 +20798,7 @@ const messages = {
20137
20798
  opportunityDetail: {
20138
20799
  quotesTab: "报价列表",
20139
20800
  contactsTab: "联系人角色",
20140
- tasksTab: "活动时间轴",
20801
+ tasksTab: "任务",
20141
20802
  backToPipeline: "返回 Pipeline",
20142
20803
  openForecast: "打开 Forecast",
20143
20804
  },
@@ -20481,11 +21142,11 @@ const i18nRatchetBackfill = {
20481
21142
  " Start and finish with a letter or a number": "Start And Finish With A Letter Or A Number",
20482
21143
  },
20483
21144
  abTest: {
20484
- confirmWinnerDesc: "Confirm Winner Desc",
20485
- launchWinnerDesc: "Launch Winner Desc",
20486
- noSignificantDifferenceDesc: "No Significant Difference Desc",
20487
- selectWinnerManually: "Select Winner Manually",
20488
- testGroupHint: "Test Group Hint",
21145
+ confirmWinnerDesc: "确认后,该变体将被标记为获胜版本。",
21146
+ launchWinnerDesc: "启动后,获胜版本将推送给剩余受众。",
21147
+ noSignificantDifferenceDesc: "当前各组之间暂无统计显著差异。",
21148
+ selectWinnerManually: "手动选择获胜版本",
21149
+ testGroupHint: "测试组将随机分配受众,用于对比各版本效果。",
20489
21150
  },
20490
21151
  activity: {
20491
21152
  log: "Log",
@@ -20496,73 +21157,73 @@ const i18nRatchetBackfill = {
20496
21157
  identityPolicyPlaceholder: "请用 Markdown 说明这名 AI 员工的岗位身份、业务范围、组织边界、合规红线和升级路径。",
20497
21158
  },
20498
21159
  guardrailForm: {
20499
- triggerObjectPlaceholder: "Trigger Object Placeholder",
21160
+ triggerObjectPlaceholder: "选择触发对象",
20500
21161
  },
20501
21162
  identity: {
20502
- ariaLabel: "Aria Label",
20503
- assigned: "Assigned",
20504
- drawerTitle: "Drawer Title",
20505
- permissionHelp: "Permission Help",
20506
- permissionSection: "Permission Section",
20507
- personaLabel: "Persona Label",
20508
- personaPlaceholder: "Persona Placeholder",
20509
- personaSection: "Persona Section",
20510
- serviceAccountHelp: "Service Account Help",
20511
- serviceAccountLabel: "Service Account Label",
20512
- systemInstructionsLabel: "System Instructions Label",
20513
- systemInstructionsPlaceholder: "System Instructions Placeholder",
20514
- tooltip: "Tooltip",
20515
- unassigned: "Unassigned",
21163
+ ariaLabel: "身份配置",
21164
+ assigned: "已分配",
21165
+ drawerTitle: "身份配置",
21166
+ permissionHelp: "配置该员工的访问权限。",
21167
+ permissionSection: "权限",
21168
+ personaLabel: "人设",
21169
+ personaPlaceholder: "描述该员工的岗位人设…",
21170
+ personaSection: "人设",
21171
+ serviceAccountHelp: "选择该员工绑定的服务账号。",
21172
+ serviceAccountLabel: "服务账号",
21173
+ systemInstructionsLabel: "系统指令",
21174
+ systemInstructionsPlaceholder: "输入系统指令…",
21175
+ tooltip: "身份配置",
21176
+ unassigned: "未分配",
20516
21177
  },
20517
21178
  markdownPolicy: {
20518
21179
  outlineEmpty: "暂无标题结构",
20519
21180
  outlineLabel: "大纲",
20520
21181
  },
20521
21182
  permissionForm: {
20522
- orgNodePlaceholder: "Org Node Placeholder",
21183
+ orgNodePlaceholder: "选择组织节点",
20523
21184
  },
20524
21185
  preview: "Preview",
20525
- previewAgent: "Preview Agent",
21186
+ previewAgent: "预览",
20526
21187
  testDrawer: {
20527
21188
  cost: "Cost",
20528
- dispatchFailed: "Dispatch Failed",
20529
- dispatchNoId: "Dispatch No Id",
20530
- emptyStepsNone: "Empty Steps None",
20531
- emptyStepsWaiting: "Empty Steps Waiting",
20532
- expand: "Expand",
20533
- infoDescription: "Info Description",
20534
- infoTitle: "Info Title",
20535
- inputLabel: "Input Label",
20536
- inputPlaceholder: "Input Placeholder",
20537
- openAriaLabel: "Open Aria Label",
20538
- openTooltip: "Open Tooltip",
20539
- outputSummary: "Output Summary",
20540
- resultLabel: "Result Label",
20541
- runButton: "Run Button",
20542
- runningButton: "Running Button",
20543
- servedCustomer: "Served Customer",
20544
- statusCancelled: "Status Cancelled",
20545
- statusDone: "Status Done",
20546
- statusFailed: "Status Failed",
20547
- statusGuardrailPending: "Status Guardrail Pending",
20548
- statusRunning: "Status Running",
20549
- statusTimeout: "Status Timeout",
20550
- thinking: "Thinking",
20551
- title: "Title",
21189
+ dispatchFailed: "派发失败",
21190
+ dispatchNoId: "派发失败:未返回执行 ID",
21191
+ emptyStepsNone: "暂无执行步骤",
21192
+ emptyStepsWaiting: "等待执行,暂无步骤",
21193
+ expand: "展开",
21194
+ infoDescription: "测试说明",
21195
+ infoTitle: "说明",
21196
+ inputLabel: "输入",
21197
+ inputPlaceholder: "输入测试指令…",
21198
+ openAriaLabel: "打开测试面板",
21199
+ openTooltip: "打开测试面板",
21200
+ outputSummary: "输出摘要",
21201
+ resultLabel: "结果",
21202
+ runButton: "运行",
21203
+ runningButton: "运行中…",
21204
+ servedCustomer: "接待客户",
21205
+ statusCancelled: "已取消",
21206
+ statusDone: "已完成",
21207
+ statusFailed: "已失败",
21208
+ statusGuardrailPending: "等待护栏检查",
21209
+ statusRunning: "运行中",
21210
+ statusTimeout: "已超时",
21211
+ thinking: "思考中…",
21212
+ title: "测试",
20552
21213
  tokensConsumed: "Token 消耗",
20553
- traceTitle: "Trace Title",
21214
+ traceTitle: "执行轨迹",
20554
21215
  },
20555
21216
  versionHistory: "Version History",
20556
21217
  },
20557
21218
  agentDemo: {
20558
- liveExecutionFailed: "Live Execution Failed",
20559
- noResponseStream: "No Response Stream",
20560
- simulationFailed: "Simulation Failed",
20561
- unknownScenario: "Unknown Scenario",
21219
+ liveExecutionFailed: "实时执行失败",
21220
+ noResponseStream: "未返回响应流",
21221
+ simulationFailed: "模拟失败",
21222
+ unknownScenario: "未知场景",
20562
21223
  },
20563
21224
  agentId: "Agent Id",
20564
21225
  agentRuntime: {
20565
- output: "Output",
21226
+ output: "输出",
20566
21227
  },
20567
21228
  billing: {
20568
21229
  dashboard: {
@@ -20571,8 +21232,8 @@ const i18nRatchetBackfill = {
20571
21232
  },
20572
21233
  campaign: {
20573
21234
  action: {
20574
- cancel: "Cancel",
20575
- cancelConfirm: "Cancel Confirm",
21235
+ cancel: "取消",
21236
+ cancelConfirm: "确认取消",
20576
21237
  },
20577
21238
  },
20578
21239
  clearFilters: "Clear Filters",
@@ -20588,14 +21249,14 @@ const i18nRatchetBackfill = {
20588
21249
  currencyJPY: "Currency JPY",
20589
21250
  currencyUSD: "Currency USD",
20590
21251
  detail: {
20591
- emptyActivities: "Empty Activities",
20592
- emptyContacts: "Empty Contacts",
20593
- emptyOpportunities: "Empty Opportunities",
20594
- labelTwitter: "Label Twitter",
21252
+ emptyActivities: "暂无活动",
21253
+ emptyContacts: "暂无联系人",
21254
+ emptyOpportunities: "暂无商机",
21255
+ labelTwitter: "Twitter",
20595
21256
  },
20596
21257
  list: {
20597
- icpNo: "Icp No",
20598
- icpYes: "Icp Yes",
21258
+ icpNo: "不符合 ICP",
21259
+ icpYes: "符合 ICP",
20599
21260
  },
20600
21261
  },
20601
21262
  corpId: "Corp Id",
@@ -20615,50 +21276,50 @@ const i18nRatchetBackfill = {
20615
21276
  },
20616
21277
  featurePages: {
20617
21278
  opportunityDetail: {
20618
- noCompanyForContacts: "No Company For Contacts",
21279
+ noCompanyForContacts: "请先关联客户,再管理联系人。",
20619
21280
  },
20620
21281
  },
20621
21282
  fieldHistory: {
20622
- noTrackableFields: "No Trackable Fields",
20623
- trackingConfigTitle: "Tracking Config Title",
20624
- trackingDisabled: "Tracking Disabled",
20625
- trackingEnabled: "Tracking Enabled",
20626
- trackingEnabledCount: "Tracking Enabled Count",
20627
- trackingLimitReached: "Tracking Limit Reached",
20628
- trackingLimitWarning: "Tracking Limit Warning",
20629
- trackingOperationFailed: "Tracking Operation Failed",
21283
+ noTrackableFields: "暂无可跟踪字段",
21284
+ trackingConfigTitle: "字段跟踪配置",
21285
+ trackingDisabled: "已停用跟踪",
21286
+ trackingEnabled: "已启用跟踪",
21287
+ trackingEnabledCount: "已启用 {enabled} / {max}",
21288
+ trackingLimitReached: "已达跟踪上限",
21289
+ trackingLimitWarning: "已达到可跟踪字段数量上限。",
21290
+ trackingOperationFailed: "跟踪操作失败",
20630
21291
  },
20631
21292
  filter: "Filter",
20632
21293
  focusSection: "Focus Section",
20633
21294
  helpCenter: {
20634
- applicableTo: "Applicable To",
20635
- articleAccessDenied: "Article Access Denied",
20636
- articleDetail: "Article Detail",
20637
- articleLoadFailed: "Article Load Failed",
20638
- articleLocaleUnavailableEn: "Article Locale Unavailable En",
20639
- articleLocaleUnavailableZh: "Article Locale Unavailable Zh",
20640
- back: "Back",
20641
- categoryBrowse: "Category Browse",
20642
- closeHelpCenter: "Close Help Center",
20643
- drawerRetryButton: "Drawer Retry Button",
20644
- drawerUnavailableSubtitle: "Drawer Unavailable Subtitle",
20645
- drawerUnavailableTitle: "Drawer Unavailable Title",
20646
- feedbackSubmitFailure: "Feedback Submit Failure",
20647
- feedbackSubmitSuccess: "Feedback Submit Success",
20648
- homeTitle: "Home Title",
20649
- noCategories: "No Categories",
20650
- noRelatedArticles: "No Related Articles",
20651
- openHelpCenter: "Open Help Center",
20652
- popularArticlesRecommend: "Popular Articles Recommend",
20653
- relatedArticles: "Related Articles",
20654
- relatedToCurrentPage: "Related To Current Page",
20655
- retry: "Retry",
20656
- returnHelpCenterHome: "Return Help Center Home",
20657
- searchResults: "Search Results",
20658
- searchUnavailable: "Search Unavailable",
20659
- searchUnavailableSuggestion: "Search Unavailable Suggestion",
20660
- toc: "Toc",
20661
- updatedAtWithDate: "Updated At With Date",
21295
+ applicableTo: "适用于",
21296
+ articleAccessDenied: "无权访问该文章",
21297
+ articleDetail: "文章详情",
21298
+ articleLoadFailed: "文章加载失败",
21299
+ articleLocaleUnavailableEn: "该文章暂无英文版本",
21300
+ articleLocaleUnavailableZh: "该文章暂无中文版本",
21301
+ back: "返回",
21302
+ categoryBrowse: "按分类浏览",
21303
+ closeHelpCenter: "关闭帮助中心",
21304
+ drawerRetryButton: "重试",
21305
+ drawerUnavailableSubtitle: "请稍后重试",
21306
+ drawerUnavailableTitle: "帮助中心暂不可用",
21307
+ feedbackSubmitFailure: "反馈提交失败",
21308
+ feedbackSubmitSuccess: "反馈提交成功",
21309
+ homeTitle: "帮助中心",
21310
+ noCategories: "暂无分类",
21311
+ noRelatedArticles: "暂无相关文章",
21312
+ openHelpCenter: "打开帮助中心",
21313
+ popularArticlesRecommend: "热门文章推荐",
21314
+ relatedArticles: "相关文章",
21315
+ relatedToCurrentPage: "与当前页面相关",
21316
+ retry: "重试",
21317
+ returnHelpCenterHome: "返回帮助中心首页",
21318
+ searchResults: "搜索结果",
21319
+ searchUnavailable: "搜索暂不可用",
21320
+ searchUnavailableSuggestion: "请直接浏览分类或稍后重试",
21321
+ toc: "目录",
21322
+ updatedAtWithDate: "更新于 {date}",
20662
21323
  },
20663
21324
  hoursAgo: "Hours Ago",
20664
21325
  iconOption: {
@@ -20704,13 +21365,13 @@ const i18nRatchetBackfill = {
20704
21365
  },
20705
21366
  leadWorkbench: {
20706
21367
  assignmentRecovery: {
20707
- ownerCount: "Owner Count",
21368
+ ownerCount: "负责人数",
20708
21369
  },
20709
21370
  attributionAudit: {
20710
- conversionFailed: "Conversion Failed",
20711
- converted: "Converted",
21371
+ conversionFailed: "转化失败",
21372
+ converted: "已转化",
20712
21373
  },
20713
- topRank: "Top Rank",
21374
+ topRank: "排名靠前",
20714
21375
  },
20715
21376
  loadConfigFailed: "Load Config Failed",
20716
21377
  loadFailed: "Load Failed",
@@ -20728,7 +21389,7 @@ const i18nRatchetBackfill = {
20728
21389
  },
20729
21390
  minutesAgo: "Minutes Ago",
20730
21391
  multiCurrency: {
20731
- setupSubtitle: "Setup Subtitle",
21392
+ setupSubtitle: "配置币种与汇率",
20732
21393
  },
20733
21394
  myShortcuts: "My Shortcuts",
20734
21395
  navigation: "Navigation",
@@ -20745,9 +21406,9 @@ const i18nRatchetBackfill = {
20745
21406
  noSearchableObjects: "No Searchable Objects",
20746
21407
  noShortcuts: "No Shortcuts",
20747
21408
  objectManager: {
20748
- fieldTypeCheckbox: "Field Type Checkbox",
20749
- fieldTypePicklist: "Field Type Picklist",
20750
- fieldTypeTextarea: "Field Type Textarea",
21409
+ fieldTypeCheckbox: "复选框",
21410
+ fieldTypePicklist: "下拉列表",
21411
+ fieldTypeTextarea: "多行文本",
20751
21412
  },
20752
21413
  openRelatedRecord: "Open Related Record",
20753
21414
  permission: {
@@ -20786,7 +21447,7 @@ const i18nRatchetBackfill = {
20786
21447
  pullToRefresh: "Pull To Refresh",
20787
21448
  quality: {
20788
21449
  report: {
20789
- coachComingSoon: "Coach Coming Soon",
21450
+ coachComingSoon: "辅导功能即将上线",
20790
21451
  },
20791
21452
  },
20792
21453
  quickEdit: "Quick Edit",
@@ -20818,166 +21479,166 @@ const i18nRatchetBackfill = {
20818
21479
  },
20819
21480
  recordPageBuilder: {
20820
21481
  actions: {
20821
- askAi: "Ask Ai",
20822
- editScope: "Edit Scope",
20823
- moveUp: "Move Up",
20824
- scope: "Scope",
21482
+ askAi: "询问 AI",
21483
+ editScope: "编辑作用范围",
21484
+ moveUp: "上移",
21485
+ scope: "作用范围",
20825
21486
  },
20826
21487
  assignment: {
20827
- appScope: "App Scope",
20828
- deviceScope: "Device Scope",
20829
- hint: "Hint",
20830
- pageMode: "Page Mode",
20831
- recordTypeScope: "Record Type Scope",
20832
- template: "Template",
20833
- title: "Title",
21488
+ appScope: "应用范围",
21489
+ deviceScope: "设备范围",
21490
+ hint: "提示",
21491
+ pageMode: "页面模式",
21492
+ recordTypeScope: "记录类型范围",
21493
+ template: "模板",
21494
+ title: "标题",
20834
21495
  },
20835
21496
  canvas: {
20836
- hint: "Hint",
20837
- regionEmptyHint: "Region Empty Hint",
20838
- sidebarEmptyHint: "Sidebar Empty Hint",
21497
+ hint: "提示",
21498
+ regionEmptyHint: "将组件拖拽到该区域",
21499
+ sidebarEmptyHint: "将组件拖拽到侧边栏",
20839
21500
  },
20840
21501
  defaults: {
20841
- defaultRecordPage: "Default Record Page",
20842
- newRecordPage: "New Record Page",
20843
- newVariantPage: "New Variant Page",
20844
- overview: "Overview",
21502
+ defaultRecordPage: "默认记录页",
21503
+ newRecordPage: "新建记录页",
21504
+ newVariantPage: "新建变体页面",
21505
+ overview: "概览",
20845
21506
  },
20846
21507
  device: {
20847
- desktop: "Desktop",
20848
- desktopPhone: "Desktop Phone",
20849
- phone: "Phone",
20850
- tablet: "Tablet",
21508
+ desktop: "桌面端",
21509
+ desktopPhone: "桌面端与手机端",
21510
+ phone: "手机端",
21511
+ tablet: "平板",
20851
21512
  },
20852
21513
  fields: {
20853
- business: "Business",
20854
- common: "Common",
20855
- system: "System",
21514
+ business: "业务",
21515
+ common: "常用",
21516
+ system: "系统",
20856
21517
  },
20857
21518
  header: {
20858
- actionNumber: "Action Number",
20859
- addHeaderAction: "Add Header Action",
20860
- behavior: "Behavior",
20861
- dynamicHighlightsPanel: "Dynamic Highlights Panel",
20862
- field: "Field",
20863
- headerActions: "Header Actions",
20864
- headerField: "Header Field",
20865
- highlights: "Highlights",
20866
- highlightsHint: "Highlights Hint",
20867
- highlightsPanel: "Highlights Panel",
20868
- neutral: "Neutral",
20869
- nextValue: "Next Value",
20870
- objectRecord: "Object Record",
20871
- primary: "Primary",
20872
- style: "Style",
20873
- targetPath: "Target Path",
20874
- titleField: "Title Field",
20875
- titleFieldLabel: "Title Field Label",
21519
+ actionNumber: "操作 {index}",
21520
+ addHeaderAction: "添加页头操作",
21521
+ behavior: "行为",
21522
+ dynamicHighlightsPanel: "动态摘要面板",
21523
+ field: "字段",
21524
+ headerActions: "页头操作",
21525
+ headerField: "页头字段",
21526
+ highlights: "摘要",
21527
+ highlightsHint: "配置记录页顶部的摘要字段",
21528
+ highlightsPanel: "摘要面板",
21529
+ neutral: "中性",
21530
+ nextValue: "下一值",
21531
+ objectRecord: "对象记录",
21532
+ primary: "主要",
21533
+ style: "样式",
21534
+ targetPath: "目标路径",
21535
+ titleField: "标题字段",
21536
+ titleFieldLabel: "标题字段",
20876
21537
  },
20877
21538
  library: {
20878
- components: "Components",
20879
- fields: "Fields",
20880
- fieldsDropHint: "Fields Drop Hint",
20881
- fieldsDropTitle: "Fields Drop Title",
20882
- noMatchingComponents: "No Matching Components",
20883
- noMatchingFields: "No Matching Fields",
20884
- publishedCustomRuntimeComponent: "Published Custom Runtime Component",
20885
- searchComponents: "Search Components",
20886
- searchFields: "Search Fields",
20887
- standard: "Standard",
21539
+ components: "组件",
21540
+ fields: "字段",
21541
+ fieldsDropHint: "从字段库拖拽字段到画布",
21542
+ fieldsDropTitle: "拖拽字段到此处",
21543
+ noMatchingComponents: "没有匹配的组件",
21544
+ noMatchingFields: "没有匹配的字段",
21545
+ publishedCustomRuntimeComponent: "已发布的自定义运行时组件",
21546
+ searchComponents: "搜索组件",
21547
+ searchFields: "搜索字段",
21548
+ standard: "标准",
20888
21549
  },
20889
21550
  pageBasics: {
20890
- description: "Description",
20891
- developerName: "Developer Name",
20892
- label: "Label",
20893
- object: "Object",
20894
- pageType: "Page Type",
20895
- recordPage: "Record Page",
20896
- template: "Template",
20897
- title: "Title",
20898
- unsupportedFallbackHint: "Unsupported Fallback Hint",
21551
+ description: "描述",
21552
+ developerName: "开发者名称",
21553
+ label: "名称",
21554
+ object: "对象",
21555
+ pageType: "页面类型",
21556
+ recordPage: "记录页",
21557
+ template: "模板",
21558
+ title: "标题",
21559
+ unsupportedFallbackHint: "该配置暂不支持编辑,已回退到默认布局。",
20899
21560
  },
20900
21561
  region: {
20901
- flexible: "Flexible",
20902
- footer: "Footer",
20903
- main: "Main",
20904
- rightSidebar: "Right Sidebar",
20905
- secondary: "Secondary",
21562
+ flexible: "灵活区域",
21563
+ footer: "页脚",
21564
+ main: "主区域",
21565
+ rightSidebar: "右侧边栏",
21566
+ secondary: "次要区域",
20906
21567
  },
20907
21568
  scope: {
20908
- allApps: "All Apps",
20909
- allRecordTypes: "All Record Types",
20910
- defaultPage: "Default Page",
20911
- variantPage: "Variant Page",
21569
+ allApps: "全部应用",
21570
+ allRecordTypes: "全部记录类型",
21571
+ defaultPage: "默认页面",
21572
+ variantPage: "变体页面",
20912
21573
  },
20913
21574
  selection: {
20914
- component: "Component",
20915
- componentNamed: "Component Named",
20916
- header: "Header",
20917
- page: "Page",
20918
- tab: "Tab",
20919
- tabLabel: "Tab Label",
20920
- tabs: "Tabs",
20921
- untitled: "Untitled",
20922
- widget: "Widget",
21575
+ component: "组件",
21576
+ componentNamed: "组件:{title}",
21577
+ header: "页头",
21578
+ page: "页面",
21579
+ tab: "选项卡",
21580
+ tabLabel: "选项卡名称",
21581
+ tabs: "选项卡",
21582
+ untitled: "未命名",
21583
+ widget: "组件",
20923
21584
  },
20924
21585
  summary: {
20925
- title: "Title",
21586
+ title: "标题",
20926
21587
  },
20927
21588
  support: {
20928
- aiNative: "Ai Native",
20929
- core: "Core",
20930
- dataDriven: "Data Driven",
20931
- guidedSelling: "Guided Selling",
20932
- instructional: "Instructional",
20933
- utility: "Utility",
20934
- workspace: "Workspace",
21589
+ aiNative: "AI 原生",
21590
+ core: "核心",
21591
+ dataDriven: "数据驱动",
21592
+ guidedSelling: "引导式销售",
21593
+ instructional: "说明引导",
21594
+ utility: "实用工具",
21595
+ workspace: "工作区",
20935
21596
  },
20936
21597
  tabs: {
20937
- addTab: "Add Tab",
20938
- emptyTab: "Empty Tab",
20939
- noActiveTab: "No Active Tab",
20940
- numberedTab: "Numbered Tab",
20941
- selectOrCreate: "Select Or Create",
21598
+ addTab: "添加选项卡",
21599
+ emptyTab: "空选项卡",
21600
+ noActiveTab: "暂无激活选项卡",
21601
+ numberedTab: "选项卡 {index}",
21602
+ selectOrCreate: "选择或新建选项卡",
20942
21603
  },
20943
21604
  template: {
20944
- oneRegion: "One Region",
20945
- oneRegionHelp: "One Region Help",
21605
+ oneRegion: "单区域",
21606
+ oneRegionHelp: "单区域布局,适合简单页面。",
20946
21607
  rightSidebar: "Right Sidebar",
20947
21608
  threeRegion: "Three Region",
20948
21609
  },
20949
- title: "Title",
21610
+ title: "标题",
20950
21611
  widget: {
20951
- activities: "Activities",
20952
- activity: "Activity",
20953
- aiCopilot: "Ai Copilot",
20954
- customComponent: "Custom Component",
20955
- details: "Details",
20956
- path: "Path",
20957
- recordDetail: "Record Detail",
20958
- relatedList: "Related List",
20959
- relatedListSingle: "Related List Single",
20960
- richText: "Rich Text",
21612
+ activities: "活动",
21613
+ activity: "活动",
21614
+ aiCopilot: "AI 助手",
21615
+ customComponent: "自定义组件",
21616
+ details: "详细信息",
21617
+ path: "路径",
21618
+ recordDetail: "记录详情",
21619
+ relatedList: "相关列表",
21620
+ relatedListSingle: "相关列表(单个)",
21621
+ richText: "富文本",
20961
21622
  },
20962
21623
  widgetDescription: {
20963
- activity: "Activity",
20964
- aiCopilot: "Ai Copilot",
20965
- customComponent: "Custom Component",
20966
- path: "Path",
20967
- recordDetail: "Record Detail",
20968
- relatedList: "Related List",
20969
- richText: "Rich Text",
21624
+ activity: "活动",
21625
+ aiCopilot: "AI 助手",
21626
+ customComponent: "自定义组件",
21627
+ path: "路径",
21628
+ recordDetail: "记录详情",
21629
+ relatedList: "相关列表",
21630
+ richText: "富文本",
20970
21631
  },
20971
21632
  zoom: {
20972
- shrinkToView: "Shrink To View",
21633
+ shrinkToView: "缩小以适应视图",
20973
21634
  },
20974
21635
  },
20975
21636
  recording: {
20976
21637
  filter: {
20977
- contactActive: "Contact Active",
21638
+ contactActive: "有效联系人",
20978
21639
  },
20979
21640
  list: {
20980
- fetchError: "Fetch Error",
21641
+ fetchError: "加载失败",
20981
21642
  },
20982
21643
  },
20983
21644
  refreshDone: "Refresh Done",
@@ -21013,7 +21674,7 @@ const i18nRatchetBackfill = {
21013
21674
  },
21014
21675
  servicebotAgentDesk: {
21015
21676
  header: {
21016
- refreshQueueComingSoon: "Refresh Queue Coming Soon",
21677
+ refreshQueueComingSoon: "队列刷新即将上线",
21017
21678
  },
21018
21679
  },
21019
21680
  settings: {
@@ -21051,9 +21712,9 @@ const i18nRatchetBackfill = {
21051
21712
  wrongNumber: "Wrong Number",
21052
21713
  },
21053
21714
  softphone: {
21054
- keypadUseConsole: "Keypad Use Console",
21055
- stopRecording: "Stop Recording",
21056
- transferUseConsole: "Transfer Use Console",
21715
+ keypadUseConsole: "拨号键盘请使用控制台",
21716
+ stopRecording: "停止录音",
21717
+ transferUseConsole: "转接请使用控制台",
21057
21718
  },
21058
21719
  },
21059
21720
  territory: {
@@ -21125,34 +21786,34 @@ const i18nRatchetBackfill = {
21125
21786
  workbenchTitle: "Workbench Title",
21126
21787
  workflow: {
21127
21788
  actionGetRecords: "Action Get Records",
21128
- addFilter: "Add Filter",
21129
- addReactiveRule: "Add Reactive Rule",
21789
+ addFilter: "添加筛选",
21790
+ addReactiveRule: "添加联动规则",
21130
21791
  approved: "Approved",
21131
21792
  approverTypeAIAgent: "Approver Type AIAgent",
21132
- effectType: "Effect Type",
21133
- effectValue: "Effect Value",
21793
+ effectType: "生效类型",
21794
+ effectValue: "生效值",
21134
21795
  eventCreated: "Event Created",
21135
21796
  eventDeleted: "Event Deleted",
21136
21797
  eventUpdated: "Event Updated",
21137
- filterConditions: "Filter Conditions",
21138
- reactiveRules: "Reactive Rules",
21798
+ filterConditions: "筛选条件",
21799
+ reactiveRules: "联动规则",
21139
21800
  recalled: "Recalled",
21140
- recordLimit: "Record Limit",
21801
+ recordLimit: "记录数量上限",
21141
21802
  rejected: "Rejected",
21142
- remove: "Remove",
21143
- sourceField: "Source Field",
21144
- startNode: "Start Node",
21803
+ remove: "移除",
21804
+ sourceField: "来源字段",
21805
+ startNode: "开始节点",
21145
21806
  submitApproval: "Submit Approval",
21146
21807
  },
21147
21808
  workflowNode: {
21148
- approval: "Approval",
21149
- approvalSteps: "Approval Steps",
21809
+ approval: "审批",
21810
+ approvalSteps: "审批步骤",
21150
21811
  assignRecord: "Assign Record",
21151
21812
  callApi: "Call Api",
21152
21813
  createRecord: "Create Record",
21153
21814
  deleteRecord: "Delete Record",
21154
- fields: "Fields",
21155
- screen: "Screen",
21815
+ fields: "字段",
21816
+ screen: "界面",
21156
21817
  sendEmail: "Send Email",
21157
21818
  sendNotification: "Send Notification",
21158
21819
  updateField: "Update Field",