@nexusclawhq/cli 0.3.49 → 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.
- package/dist/build-info.json +4 -4
- package/dist/nexus-cli/node_modules/@nexusclaw/code-authoring/dist/package/workforce-bundle-inventory.js +34 -2
- package/dist/nexus-cli/node_modules/@nexusclaw/code-authoring/dist/package/workforce-bundle-inventory.js.map +1 -1
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/cli-contract.types.d.ts +1 -1
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/employee-eval-cases.types.d.ts +96 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/employee-eval-cases.types.js +125 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/employee-eval-cases.types.js.map +1 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/index.d.ts +3 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/index.js +3 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/index.js.map +1 -1
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/training-evidence-export.constants.d.ts +9 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/training-evidence-export.constants.js +13 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/training-evidence-export.constants.js.map +1 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/training-evidence-export.types.d.ts +285 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/training-evidence-export.types.js +204 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/training-evidence-export.types.js.map +1 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/agent-executable-assets/workforce-bundle.types.d.ts +6 -2
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/employee-package/types.d.ts +3 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/employee-package/validator.js +13 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/employee-package/validator.js.map +1 -1
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.d.ts +561 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.js +537 -6
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.js.map +1 -1
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/index.d.ts +1146 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.d.ts +585 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.js +856 -301
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.js.map +1 -1
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/platform-admin-route-readiness/index.js +12 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/platform-admin-route-readiness/index.js.map +1 -1
- package/dist/nexus-cli/src/commands/ai/help.test.js +5 -4
- package/dist/nexus-cli/src/commands/ai/help.test.js.map +1 -1
- package/dist/nexus-cli/src/commands/employee/deploy.d.ts +21 -0
- package/dist/nexus-cli/src/commands/employee/deploy.e2e.test.js +56 -320
- package/dist/nexus-cli/src/commands/employee/deploy.e2e.test.js.map +1 -1
- package/dist/nexus-cli/src/commands/employee/deploy.js +101 -0
- package/dist/nexus-cli/src/commands/employee/deploy.js.map +1 -1
- package/dist/nexus-cli/src/commands/employee/index.js +2 -0
- package/dist/nexus-cli/src/commands/employee/index.js.map +1 -1
- package/dist/nexus-cli/src/commands/employee/training-evidence.d.ts +2 -0
- package/dist/nexus-cli/src/commands/employee/training-evidence.js +43 -0
- package/dist/nexus-cli/src/commands/employee/training-evidence.js.map +1 -0
- package/dist/nexus-cli/src/commands/org/login-web.js +23 -9
- package/dist/nexus-cli/src/commands/org/login-web.js.map +1 -1
- package/dist/nexus-cli/src/commands/workforce/cognition.js +28 -1
- package/dist/nexus-cli/src/commands/workforce/cognition.js.map +1 -1
- package/dist/nexus-cli/src/commands/workforce/task.js +6 -0
- package/dist/nexus-cli/src/commands/workforce/task.js.map +1 -1
- package/dist/nexus-cli/src/contracts/command-contract-coverage-baseline.json +12 -0
- package/dist/nexus-cli/src/contracts/command-contract-matrix.generated.test.js +6 -7
- package/dist/nexus-cli/src/contracts/command-contract-matrix.generated.test.js.map +1 -1
- package/dist/nexus-cli/src/contracts/command-contract-matrix.scenarios.js +2 -2
- package/dist/nexus-cli/src/contracts/command-contract.guard.js +5 -0
- package/dist/nexus-cli/src/contracts/command-contract.guard.js.map +1 -1
- package/dist/nexus-cli/src/contracts/command-contract.registry.js +26 -0
- package/dist/nexus-cli/src/contracts/command-contract.registry.js.map +1 -1
- package/dist/nexus-cli/src/contracts/command-inventory.test.js +4 -4
- package/dist/nexus-cli/src/contracts/command-order.js +1 -0
- package/dist/nexus-cli/src/contracts/command-order.js.map +1 -1
- package/dist/nexus-cli/src/contracts/command-policy.exporter.test.js +2 -2
- package/dist/nexus-cli/src/contracts/command-policy.registry.js +1 -1
- package/dist/nexus-cli/src/contracts/command-policy.registry.js.map +1 -1
- package/dist/nexus-cli/src/contracts/command-policy.registry.test.js +5 -5
- package/dist/nexus-cli/src/contracts/command-policy.validator.test.js +3 -3
- package/dist/nexus-cli/src/contracts/contracts.test.js +17 -0
- package/dist/nexus-cli/src/contracts/contracts.test.js.map +1 -1
- package/dist/nexus-cli/src/contracts/workforce-contracts.js +1 -0
- package/dist/nexus-cli/src/contracts/workforce-contracts.js.map +1 -1
- package/dist/nexus-cli/src/services/api-client.d.ts +8 -0
- package/dist/nexus-cli/src/services/api-client.js +54 -0
- package/dist/nexus-cli/src/services/api-client.js.map +1 -1
- package/dist/nexus-cli/src/services/training-evidence-export.d.ts +15 -0
- package/dist/nexus-cli/src/services/training-evidence-export.js +94 -0
- package/dist/nexus-cli/src/services/training-evidence-export.js.map +1 -0
- package/dist/nexus-cli/src/services/training-evidence-export.test.d.ts +1 -0
- package/dist/nexus-cli/src/services/training-evidence-export.test.js +59 -0
- package/dist/nexus-cli/src/services/training-evidence-export.test.js.map +1 -0
- package/dist/nexus-cli/src/services/workforce-bundle-local.js +26 -4
- package/dist/nexus-cli/src/services/workforce-bundle-local.js.map +1 -1
- package/dist/nexus-cli/src/services/workforce-bundle-local.test.js +29 -0
- package/dist/nexus-cli/src/services/workforce-bundle-local.test.js.map +1 -1
- package/dist/nexus-cli/src/services/workforce-cognition-remote.d.ts +17 -0
- package/dist/nexus-cli/src/services/workforce-cognition-remote.js +16 -0
- package/dist/nexus-cli/src/services/workforce-cognition-remote.js.map +1 -1
- package/dist/nexus-cli/src/services/workforce-conversation-remote.d.ts +5 -0
- package/dist/nexus-cli/src/services/workforce-conversation-remote.js +21 -2
- package/dist/nexus-cli/src/services/workforce-conversation-remote.js.map +1 -1
- package/dist/nexus-cli/src/services/workforce-conversation-remote.test.js +2 -0
- package/dist/nexus-cli/src/services/workforce-conversation-remote.test.js.map +1 -1
- package/dist/nexus-cli/src/services/workforce-test-remote.d.ts +1 -1
- package/dist/nexus-cli/src/services/workforce-test-remote.js +1 -1
- package/dist/nexus-cli/src/services/workforce-test-remote.test.js +2 -2
- package/dist/tsconfig.tsbuildinfo +1 -1
- 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: "
|
|
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: "
|
|
219
|
-
stepOutcomeLogic: "
|
|
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: "
|
|
495
|
+
fieldTemperature: "温度",
|
|
408
496
|
fieldMaxTokens: "单次最大 Token",
|
|
409
|
-
fieldSystemPrompt: "
|
|
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: "
|
|
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: "
|
|
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: "
|
|
712
|
+
agent: "AI 员工",
|
|
625
713
|
agentId: "Agent ID",
|
|
626
|
-
actorTypeAgent: "
|
|
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
|
-
|
|
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: "
|
|
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: "
|
|
1157
|
+
metricCommit: "承诺",
|
|
1054
1158
|
metricDueThisWeek: "本周要推进",
|
|
1055
1159
|
metricHighRisk: "高风险",
|
|
1056
1160
|
quickViewLabel: "快捷视图",
|
|
1057
1161
|
quickViewFocus: "我关注的",
|
|
1058
1162
|
quickViewWeek: "本周要推进",
|
|
1059
|
-
quickViewCommit: "
|
|
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
|
|
1304
|
-
aiCoreMetaIdentity: "
|
|
1305
|
-
aiCoreMetaMemory: "
|
|
1306
|
-
aiCoreMetaSkills: "
|
|
1307
|
-
aiCoreMetaExecution: "
|
|
1418
|
+
aiCoreTitle: "AI 员工",
|
|
1419
|
+
aiCoreMetaIdentity: "身份",
|
|
1420
|
+
aiCoreMetaMemory: "记忆",
|
|
1421
|
+
aiCoreMetaSkills: "技能",
|
|
1422
|
+
aiCoreMetaExecution: "执行",
|
|
1308
1423
|
aiCoreLearning: "自我进化",
|
|
1309
1424
|
aiCapabilityMoeTitle: "MoE",
|
|
1310
1425
|
aiCapabilityMoeDescription: "智能选择最佳模型",
|
|
1311
|
-
aiCapabilityHeadlessTitle: "
|
|
1426
|
+
aiCapabilityHeadlessTitle: "无头接入",
|
|
1312
1427
|
aiCapabilityHeadlessDescription: "跨渠道自主执行",
|
|
1313
|
-
aiCapabilityRuntimeTitle: "
|
|
1428
|
+
aiCapabilityRuntimeTitle: "运行时",
|
|
1314
1429
|
aiCapabilityRuntimeDescription: "稳定运行每项任务",
|
|
1315
|
-
aiCapabilityPermissionTitle: "
|
|
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: "
|
|
1925
|
-
planGrowthName: "
|
|
1926
|
-
planEnterpriseName: "
|
|
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: "
|
|
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
|
|
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: "
|
|
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: "
|
|
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: "
|
|
4466
|
+
quota: "配额",
|
|
4245
4467
|
attainment: "达成率",
|
|
4246
|
-
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: "
|
|
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: "
|
|
5216
|
+
colAgent: "AI 员工",
|
|
4994
5217
|
colTrigger: "触发",
|
|
4995
5218
|
colInput: "指令",
|
|
4996
5219
|
colCreatedAt: "创建时间",
|
|
4997
|
-
filterByAgent: "按
|
|
4998
|
-
allAgents: "全部
|
|
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: "
|
|
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: "
|
|
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: "
|
|
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: "
|
|
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: "
|
|
6852
|
-
flowKeyPlaceholder: "
|
|
7074
|
+
toolNamePlaceholder: "规范工具名(toolName)",
|
|
7075
|
+
flowKeyPlaceholder: "规范流程标识(flow key)",
|
|
6853
7076
|
narrowingCapsTitle: "收窄配额(只能收窄)",
|
|
6854
7077
|
capWakesPerDay: "每日唤醒",
|
|
6855
7078
|
capProposalsPerDay: "每日建议",
|
|
@@ -8108,7 +8331,13 @@ const messages = {
|
|
|
8108
8331
|
common: {
|
|
8109
8332
|
cancel: "取消",
|
|
8110
8333
|
},
|
|
8334
|
+
readOnlyTag: "只读",
|
|
8335
|
+
siteCol: "站点",
|
|
8336
|
+
statusCol: "状态",
|
|
8337
|
+
searchLabel: "搜索",
|
|
8338
|
+
reassignTitle: "重新指派外部档案",
|
|
8111
8339
|
link: {
|
|
8340
|
+
contactIdUuidLabel: "联系人 ID(UUID)",
|
|
8112
8341
|
noResult: "链接失败:服务端未返回结果",
|
|
8113
8342
|
linked: "Contact 已链接",
|
|
8114
8343
|
failed: "链接失败",
|
|
@@ -8160,6 +8389,30 @@ const messages = {
|
|
|
8160
8389
|
breadcrumbPlatform: "平台工具",
|
|
8161
8390
|
refresh: "刷新",
|
|
8162
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: "最近修改:",
|
|
8163
8416
|
pushSubmitted: "已提交 push: {path}",
|
|
8164
8417
|
noPushableDeletes: "当前没有可由状态页直接 push 的删除项;新增/修改项仍需要本地文件内容 contract。",
|
|
8165
8418
|
confirmPushDeletes: "确认 push {count} 个删除项到 remote 吗?新增/修改项仍不会被状态页提交。",
|
|
@@ -8179,6 +8432,29 @@ const messages = {
|
|
|
8179
8432
|
unsupportedPull: "Pull-from-remote 已由 source-tracking baseline contract 承接。",
|
|
8180
8433
|
},
|
|
8181
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: "不可用",
|
|
8182
8458
|
rebuildSubmitted: "已提交 baseline 重建请求",
|
|
8183
8459
|
setFailed: "设置 baseline 失败",
|
|
8184
8460
|
confirmReset: "确认重置 source tracking 状态吗?这会清理当前跟踪状态并让 baseline 重新对齐。",
|
|
@@ -8203,6 +8479,25 @@ const messages = {
|
|
|
8203
8479
|
descPlaceholder: "说明这次 baseline 重建的原因",
|
|
8204
8480
|
},
|
|
8205
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} 解决",
|
|
8206
8501
|
resolved: "Conflict resolution 已写入 source-tracking contract",
|
|
8207
8502
|
subtitle: "当前页面已经接上 baseline/local-side 与 remote 的 conflict packet,resolution 会直接写入 source-tracking contract。",
|
|
8208
8503
|
contractNote: "这里的 local side 以 source-tracking baseline 为准,不是浏览器本地文件系统。Mark as Resolved 会把 resolution choice 写入 backend contract。",
|
|
@@ -8764,6 +9059,14 @@ const messages = {
|
|
|
8764
9059
|
executionLogTitle: "执行日志",
|
|
8765
9060
|
noExecutionRecords: "暂无执行记录",
|
|
8766
9061
|
executionLogReplay: "执行日志回放",
|
|
9062
|
+
stepGuardrail: "护栏",
|
|
9063
|
+
stepThought: "思考",
|
|
9064
|
+
stepAction: "动作",
|
|
9065
|
+
stepObservation: "观察",
|
|
9066
|
+
labelModel: "模型",
|
|
9067
|
+
labelDuration: "耗时",
|
|
9068
|
+
labelTokens: "Token 用量",
|
|
9069
|
+
confidencePercent: "{value}% 置信度",
|
|
8767
9070
|
totalSteps: "总步骤",
|
|
8768
9071
|
totalTokens: "总 Token",
|
|
8769
9072
|
totalDuration: "总耗时",
|
|
@@ -9153,6 +9456,29 @@ const messages = {
|
|
|
9153
9456
|
},
|
|
9154
9457
|
},
|
|
9155
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: "部署中或已部署的变更集不可删除",
|
|
9156
9482
|
// Common column headers
|
|
9157
9483
|
colName: "名称",
|
|
9158
9484
|
colStatus: "状态",
|
|
@@ -9500,8 +9826,8 @@ const messages = {
|
|
|
9500
9826
|
builtInDefault: "内置默认",
|
|
9501
9827
|
colPriority: "优先级",
|
|
9502
9828
|
colDefault: "默认",
|
|
9503
|
-
colProvider: "
|
|
9504
|
-
colEndpoint: "API
|
|
9829
|
+
colProvider: "服务商",
|
|
9830
|
+
colEndpoint: "API 端点",
|
|
9505
9831
|
colModel: "模型",
|
|
9506
9832
|
colCapabilities: "能力",
|
|
9507
9833
|
colEnabled: "启用",
|
|
@@ -10757,7 +11083,7 @@ const messages = {
|
|
|
10757
11083
|
runsEmptyDesc: "运行评测后,这里展示通过率、回归对比和逐条结果。",
|
|
10758
11084
|
viewRunResults: "查看运行结果",
|
|
10759
11085
|
gateSuccessVector: "成功向量",
|
|
10760
|
-
gateHardGate: "
|
|
11086
|
+
gateHardGate: "硬性门禁",
|
|
10761
11087
|
gateEvidenceComplete: "证据完整度",
|
|
10762
11088
|
gateRunLineage: "精确运行血缘",
|
|
10763
11089
|
gateValuePass: "通过",
|
|
@@ -10851,7 +11177,7 @@ const messages = {
|
|
|
10851
11177
|
confirmPublish: "发布此模板到共享市场?",
|
|
10852
11178
|
published: "已发布到模板市场",
|
|
10853
11179
|
patternLearning: "模式学习",
|
|
10854
|
-
patternLibraryTitle: "
|
|
11180
|
+
patternLibraryTitle: "模式库",
|
|
10855
11181
|
},
|
|
10856
11182
|
promptStrategy: {
|
|
10857
11183
|
customized: "已自定义",
|
|
@@ -11700,6 +12026,12 @@ const messages = {
|
|
|
11700
12026
|
currentSpend: "当前花费",
|
|
11701
12027
|
monthlyBudget: "月度预算",
|
|
11702
12028
|
notConfigured: "未配置",
|
|
12029
|
+
agentFallbackPrefix: "AI 员工",
|
|
12030
|
+
agentUnknown: "AI 员工(未知)",
|
|
12031
|
+
setupNoticeBoth: "尚未配置月度预算与 AI 用量费率:用量按实际统计如实展示;配置预算后启用使用率与封顶控制,费率卡由平台管理员配置后金额才生效。",
|
|
12032
|
+
setupNoticeBudget: "尚未配置月度预算:用量按实际统计如实展示,配置预算后启用使用率与封顶控制。",
|
|
12033
|
+
setupNoticePricing: "尚未配置 AI 用量费率:金额暂按 ¥0 如实显示,请由平台管理员在「AI 用量费率卡」中配置并激活。",
|
|
12034
|
+
setupActionSmartCap: "配置 Smart Cap",
|
|
11703
12035
|
noBudgetConfigured: "尚未配置月度预算",
|
|
11704
12036
|
noBudgetConfiguredDescription: "下方明细已按实际用量统计(Token、费用),当前花费与预测月末花费会如实展示;配置预算后即可显示预算使用率与封顶控制。",
|
|
11705
12037
|
daysRemaining: "剩余天数",
|
|
@@ -12118,11 +12450,13 @@ const messages = {
|
|
|
12118
12450
|
summaryValue: "预估价值",
|
|
12119
12451
|
includesOutcomeBilling: "含成果计费",
|
|
12120
12452
|
tokenCostOnly: "仅含 token 成本",
|
|
12453
|
+
billingPrivate: "平台后台可见",
|
|
12454
|
+
billingPrivateNote: "平台收费金额不在演示或客户目录中公布",
|
|
12121
12455
|
phaseIntentDesc: "识别业务目标、关键实体与触发上下文。",
|
|
12122
12456
|
phaseAgentMatchDesc: "选择最合适的执行 Agent、模型和能力组合。",
|
|
12123
12457
|
phaseExecutionDesc: "调用工具、写回 CRM、生成对外或对内动作。",
|
|
12124
12458
|
phaseGuardrailDesc: "校验金额、权限、审批与可归因链路。",
|
|
12125
|
-
phaseCompleteDesc: "
|
|
12459
|
+
phaseCompleteDesc: "输出结果、产出指标与可审计的 Outcome 归因信号。",
|
|
12126
12460
|
executionChainPreview: "执行链路预览",
|
|
12127
12461
|
waitingExecution: "等待执行",
|
|
12128
12462
|
scenarioSummary: "场景摘要",
|
|
@@ -12432,7 +12766,7 @@ const messages = {
|
|
|
12432
12766
|
trialConsoleUi: {
|
|
12433
12767
|
demoAccess: {
|
|
12434
12768
|
page: {
|
|
12435
|
-
title: "
|
|
12769
|
+
title: "演示访问",
|
|
12436
12770
|
subtitle: "受控 Demo 发放后台:申请队列、审批决策、环境池和分配动作都先收在同一页。",
|
|
12437
12771
|
refresh: "刷新",
|
|
12438
12772
|
loadError: "Demo Access 数据加载失败",
|
|
@@ -12845,6 +13179,53 @@ const messages = {
|
|
|
12845
13179
|
fieldsSection: "字段",
|
|
12846
13180
|
functionsSection: "函数",
|
|
12847
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
|
+
},
|
|
12848
13229
|
batchRecalculate: {
|
|
12849
13230
|
title: "批量重算公式字段",
|
|
12850
13231
|
skip: "跳过",
|
|
@@ -13155,6 +13536,49 @@ const messages = {
|
|
|
13155
13536
|
leaveCancel: "留下",
|
|
13156
13537
|
},
|
|
13157
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
|
+
},
|
|
13158
13582
|
formError: {
|
|
13159
13583
|
nameRequired: "请输入页面名称",
|
|
13160
13584
|
internalNameRequired: "请输入内部名称",
|
|
@@ -14009,6 +14433,8 @@ const messages = {
|
|
|
14009
14433
|
},
|
|
14010
14434
|
kanban: {
|
|
14011
14435
|
cancel: "取消",
|
|
14436
|
+
cardDueSoon: "即将到期",
|
|
14437
|
+
cardRiskHigh: "高风险",
|
|
14012
14438
|
create: "新建",
|
|
14013
14439
|
loadFailed: "加载失败",
|
|
14014
14440
|
moveFailed: "移动失败",
|
|
@@ -14324,6 +14750,16 @@ const messages = {
|
|
|
14324
14750
|
title: "页面构建器",
|
|
14325
14751
|
newPage: "新建页面",
|
|
14326
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
|
+
},
|
|
14327
14763
|
createSuccess: "页面已创建",
|
|
14328
14764
|
pageTypes: {
|
|
14329
14765
|
recordPage: "记录页面",
|
|
@@ -14712,6 +15148,18 @@ const messages = {
|
|
|
14712
15148
|
promotional: "促销",
|
|
14713
15149
|
useTemplate: "使用模板",
|
|
14714
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
|
+
},
|
|
14715
15163
|
},
|
|
14716
15164
|
territory: {
|
|
14717
15165
|
typesUnavailable: "区域类型暂未开放",
|
|
@@ -15117,8 +15565,8 @@ const messages = {
|
|
|
15117
15565
|
httpMethod: "HTTP 方法",
|
|
15118
15566
|
httpMethodPlaceholder: "选择方法",
|
|
15119
15567
|
apiUrl: "URL",
|
|
15120
|
-
apiHeaders: "
|
|
15121
|
-
apiBody: "
|
|
15568
|
+
apiHeaders: "请求头(JSON)",
|
|
15569
|
+
apiBody: "请求体",
|
|
15122
15570
|
apiResponseVariable: "响应变量名",
|
|
15123
15571
|
apiResponseVariablePlaceholder: "如 apiResponse",
|
|
15124
15572
|
assignee: "受让人",
|
|
@@ -15148,7 +15596,7 @@ const messages = {
|
|
|
15148
15596
|
debugObjectNamePlaceholder: "例如: Account, Contact",
|
|
15149
15597
|
debugRecordData: "记录数据 (JSON)",
|
|
15150
15598
|
debugInputData: "输入数据 (JSON)",
|
|
15151
|
-
debugWebhookBody: "Webhook
|
|
15599
|
+
debugWebhookBody: "Webhook 请求体(JSON)",
|
|
15152
15600
|
debugEventName: "事件名称",
|
|
15153
15601
|
debugEventNamePlaceholder: "例如: OrderCompleted",
|
|
15154
15602
|
debugEventData: "事件数据 (JSON)",
|
|
@@ -15271,6 +15719,15 @@ const messages = {
|
|
|
15271
15719
|
},
|
|
15272
15720
|
decisionConfig: {
|
|
15273
15721
|
title: "条件分支配置",
|
|
15722
|
+
outcomeLabel: "结果名称",
|
|
15723
|
+
outcomeApiName: "结果 API 名称",
|
|
15724
|
+
colResource: "资源",
|
|
15725
|
+
colOperator: "运算符",
|
|
15726
|
+
colValue: "值",
|
|
15727
|
+
defaultBadge: "默认",
|
|
15728
|
+
placeholderResource: "资源",
|
|
15729
|
+
placeholderValue: "值",
|
|
15730
|
+
addOutcome: "添加结果",
|
|
15274
15731
|
description: "为每条自动化路径创建一个 Outcome,并为每个 Outcome 指定命中该路径时必须满足的条件。",
|
|
15275
15732
|
noConditionWarning: "请至少配置一个条件分支,否则流程无法激活",
|
|
15276
15733
|
deleteCondition: "删除条件",
|
|
@@ -16148,6 +16605,9 @@ const messages = {
|
|
|
16148
16605
|
recordList: {
|
|
16149
16606
|
actions: "操作",
|
|
16150
16607
|
refresh: "刷新",
|
|
16608
|
+
density: "行密度",
|
|
16609
|
+
densityCompact: "紧凑",
|
|
16610
|
+
densityComfy: "舒适",
|
|
16151
16611
|
export: "导出",
|
|
16152
16612
|
moreActions: "更多操作",
|
|
16153
16613
|
exportTitle: "导出当前列表",
|
|
@@ -16387,6 +16847,12 @@ const messages = {
|
|
|
16387
16847
|
details: "详细信息",
|
|
16388
16848
|
saveSuccess: "保存成功",
|
|
16389
16849
|
saveFailed: "保存失败,请稍后重试",
|
|
16850
|
+
contextActionApplied: "上下文动作已应用",
|
|
16851
|
+
taskCreated: "任务已创建",
|
|
16852
|
+
aiNarrativeGuidanceOnly: "AI 仅返回了文字建议,未执行结构化操作。",
|
|
16853
|
+
actionTargetNotConfigured: "该动作的目标尚未配置。",
|
|
16854
|
+
actionNeedsConfiguration: "该动作需要额外配置后才能使用。",
|
|
16855
|
+
pathAriaLabel: "销售阶段路径",
|
|
16390
16856
|
deleted: "已删除 {object} {name}",
|
|
16391
16857
|
deleteFailed: "删除失败,请稍后重试",
|
|
16392
16858
|
deleteUndone: "已撤销删除",
|
|
@@ -16670,6 +17136,33 @@ const messages = {
|
|
|
16670
17136
|
rawModeDesc: "当前条件格式无法被可视化编辑器解析,请直接编辑 JSON 或尝试切换到可视化模式。",
|
|
16671
17137
|
switchToVisual: "切换到可视化模式",
|
|
16672
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
|
+
},
|
|
16673
17166
|
workflowRulesPage: {
|
|
16674
17167
|
layoutTitle: "Flow / 审批",
|
|
16675
17168
|
breadcrumbWorkspace: "工作区",
|
|
@@ -16878,6 +17371,33 @@ const messages = {
|
|
|
16878
17371
|
abortSuccess: "批处理任务已中止",
|
|
16879
17372
|
abortError: "中止失败: {message}",
|
|
16880
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
|
+
},
|
|
16881
17401
|
platformAdmin: {
|
|
16882
17402
|
menuChannelProvider: "消息渠道",
|
|
16883
17403
|
adminPanelUi: {
|
|
@@ -17665,6 +18185,9 @@ const messages = {
|
|
|
17665
18185
|
menuOpsSubscriptions: "订阅管理",
|
|
17666
18186
|
menuOpsHealth: "租户健康度",
|
|
17667
18187
|
menuOpsBilling: "计费概览",
|
|
18188
|
+
menuCommercialCatalog: "商业目录",
|
|
18189
|
+
menuPromotions: "促销管理",
|
|
18190
|
+
menuCustomerAgreements: "客户协议价",
|
|
17668
18191
|
menuOpsRenewals: "续费管理",
|
|
17669
18192
|
menuAiProvider: "AI 服务商",
|
|
17670
18193
|
menuDemoAccess: "演示访问",
|
|
@@ -18009,7 +18532,7 @@ const messages = {
|
|
|
18009
18532
|
},
|
|
18010
18533
|
platformTools: {
|
|
18011
18534
|
restResources: {
|
|
18012
|
-
title: "REST
|
|
18535
|
+
title: "REST 资源",
|
|
18013
18536
|
breadcrumbPlatformTools: "平台工具",
|
|
18014
18537
|
searchPlaceholder: "搜索名称 / 端点 / 类名 / URL 映射 / handler...",
|
|
18015
18538
|
filterByStatus: "按状态筛选",
|
|
@@ -18036,7 +18559,7 @@ const messages = {
|
|
|
18036
18559
|
},
|
|
18037
18560
|
detail: {
|
|
18038
18561
|
basicInfo: "基本信息",
|
|
18039
|
-
resourceId: "
|
|
18562
|
+
resourceId: "资源 ID",
|
|
18040
18563
|
httpMethodConfig: "HTTP 方法配置",
|
|
18041
18564
|
notConfigured: "未配置",
|
|
18042
18565
|
metadata: "元数据",
|
|
@@ -18103,14 +18626,14 @@ const messages = {
|
|
|
18103
18626
|
regeneratedRevealWarning: "请立即复制此 Key,它将不会再次显示。旧密钥已失效。",
|
|
18104
18627
|
},
|
|
18105
18628
|
settingsApiPlayground: {
|
|
18106
|
-
title: "API
|
|
18629
|
+
title: "API 调试台",
|
|
18107
18630
|
breadcrumbWorkspace: "工作区",
|
|
18108
18631
|
breadcrumbIntegrations: "集成",
|
|
18109
18632
|
docTitle: "API 文档",
|
|
18110
18633
|
docDescription: "NexusClaw 提供 GraphQL 和 REST API,支持完整的 CRUD 操作。",
|
|
18111
18634
|
docSwagger: "REST API 文档 (Swagger)",
|
|
18112
18635
|
docOpenApiJson: "OpenAPI JSON",
|
|
18113
|
-
tabGraphql: "GraphQL
|
|
18636
|
+
tabGraphql: "GraphQL 调试",
|
|
18114
18637
|
tabRest: "REST API",
|
|
18115
18638
|
sampleQueriesLabel: "示例查询:",
|
|
18116
18639
|
sampleCompanies: "公司列表",
|
|
@@ -19230,6 +19753,38 @@ const messages = {
|
|
|
19230
19753
|
billingTierFull: "全额计费",
|
|
19231
19754
|
billingTierHalf: "半额计费",
|
|
19232
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
|
+
},
|
|
19233
19788
|
},
|
|
19234
19789
|
homeDashboard: {
|
|
19235
19790
|
saveSuccess: "首页配置已保存",
|
|
@@ -19988,7 +20543,7 @@ const messages = {
|
|
|
19988
20543
|
},
|
|
19989
20544
|
sourceBadge: {
|
|
19990
20545
|
learning: "学习",
|
|
19991
|
-
advisor: "
|
|
20546
|
+
advisor: "顾问",
|
|
19992
20547
|
},
|
|
19993
20548
|
},
|
|
19994
20549
|
aiWorkforceCultivation: {
|
|
@@ -20038,15 +20593,15 @@ const messages = {
|
|
|
20038
20593
|
guardrails: "护栏",
|
|
20039
20594
|
behaviorPolicy: "行为策略",
|
|
20040
20595
|
successMetrics: "成功指标",
|
|
20041
|
-
learningPlan: "
|
|
20042
|
-
releasePlan: "
|
|
20596
|
+
learningPlan: "学习计划",
|
|
20597
|
+
releasePlan: "发布计划",
|
|
20043
20598
|
releaseControl: "发布控制",
|
|
20044
20599
|
captureSources: "捕获来源",
|
|
20045
20600
|
learningOutputs: "学习产物",
|
|
20046
20601
|
approvalCheckpoints: "审批节点",
|
|
20047
20602
|
generatedTests: "测试候选",
|
|
20048
20603
|
generatedArtifacts: "生成草案",
|
|
20049
|
-
releaseGate: "
|
|
20604
|
+
releaseGate: "发布门禁",
|
|
20050
20605
|
riskReview: "风险复核",
|
|
20051
20606
|
monitoring: "监控指标",
|
|
20052
20607
|
rollback: "回滚条件",
|
|
@@ -20137,7 +20692,7 @@ const messages = {
|
|
|
20137
20692
|
opportunityDetail: {
|
|
20138
20693
|
quotesTab: "报价列表",
|
|
20139
20694
|
contactsTab: "联系人角色",
|
|
20140
|
-
tasksTab: "
|
|
20695
|
+
tasksTab: "任务",
|
|
20141
20696
|
backToPipeline: "返回 Pipeline",
|
|
20142
20697
|
openForecast: "打开 Forecast",
|
|
20143
20698
|
},
|
|
@@ -20481,11 +21036,11 @@ const i18nRatchetBackfill = {
|
|
|
20481
21036
|
" Start and finish with a letter or a number": "Start And Finish With A Letter Or A Number",
|
|
20482
21037
|
},
|
|
20483
21038
|
abTest: {
|
|
20484
|
-
confirmWinnerDesc: "
|
|
20485
|
-
launchWinnerDesc: "
|
|
20486
|
-
noSignificantDifferenceDesc: "
|
|
20487
|
-
selectWinnerManually: "
|
|
20488
|
-
testGroupHint: "
|
|
21039
|
+
confirmWinnerDesc: "确认后,该变体将被标记为获胜版本。",
|
|
21040
|
+
launchWinnerDesc: "启动后,获胜版本将推送给剩余受众。",
|
|
21041
|
+
noSignificantDifferenceDesc: "当前各组之间暂无统计显著差异。",
|
|
21042
|
+
selectWinnerManually: "手动选择获胜版本",
|
|
21043
|
+
testGroupHint: "测试组将随机分配受众,用于对比各版本效果。",
|
|
20489
21044
|
},
|
|
20490
21045
|
activity: {
|
|
20491
21046
|
log: "Log",
|
|
@@ -20496,73 +21051,73 @@ const i18nRatchetBackfill = {
|
|
|
20496
21051
|
identityPolicyPlaceholder: "请用 Markdown 说明这名 AI 员工的岗位身份、业务范围、组织边界、合规红线和升级路径。",
|
|
20497
21052
|
},
|
|
20498
21053
|
guardrailForm: {
|
|
20499
|
-
triggerObjectPlaceholder: "
|
|
21054
|
+
triggerObjectPlaceholder: "选择触发对象",
|
|
20500
21055
|
},
|
|
20501
21056
|
identity: {
|
|
20502
|
-
ariaLabel: "
|
|
20503
|
-
assigned: "
|
|
20504
|
-
drawerTitle: "
|
|
20505
|
-
permissionHelp: "
|
|
20506
|
-
permissionSection: "
|
|
20507
|
-
personaLabel: "
|
|
20508
|
-
personaPlaceholder: "
|
|
20509
|
-
personaSection: "
|
|
20510
|
-
serviceAccountHelp: "
|
|
20511
|
-
serviceAccountLabel: "
|
|
20512
|
-
systemInstructionsLabel: "
|
|
20513
|
-
systemInstructionsPlaceholder: "
|
|
20514
|
-
tooltip: "
|
|
20515
|
-
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: "未分配",
|
|
20516
21071
|
},
|
|
20517
21072
|
markdownPolicy: {
|
|
20518
21073
|
outlineEmpty: "暂无标题结构",
|
|
20519
21074
|
outlineLabel: "大纲",
|
|
20520
21075
|
},
|
|
20521
21076
|
permissionForm: {
|
|
20522
|
-
orgNodePlaceholder: "
|
|
21077
|
+
orgNodePlaceholder: "选择组织节点",
|
|
20523
21078
|
},
|
|
20524
21079
|
preview: "Preview",
|
|
20525
|
-
previewAgent: "
|
|
21080
|
+
previewAgent: "预览",
|
|
20526
21081
|
testDrawer: {
|
|
20527
21082
|
cost: "Cost",
|
|
20528
|
-
dispatchFailed: "
|
|
20529
|
-
dispatchNoId: "
|
|
20530
|
-
emptyStepsNone: "
|
|
20531
|
-
emptyStepsWaiting: "
|
|
20532
|
-
expand: "
|
|
20533
|
-
infoDescription: "
|
|
20534
|
-
infoTitle: "
|
|
20535
|
-
inputLabel: "
|
|
20536
|
-
inputPlaceholder: "
|
|
20537
|
-
openAriaLabel: "
|
|
20538
|
-
openTooltip: "
|
|
20539
|
-
outputSummary: "
|
|
20540
|
-
resultLabel: "
|
|
20541
|
-
runButton: "
|
|
20542
|
-
runningButton: "
|
|
20543
|
-
servedCustomer: "
|
|
20544
|
-
statusCancelled: "
|
|
20545
|
-
statusDone: "
|
|
20546
|
-
statusFailed: "
|
|
20547
|
-
statusGuardrailPending: "
|
|
20548
|
-
statusRunning: "
|
|
20549
|
-
statusTimeout: "
|
|
20550
|
-
thinking: "
|
|
20551
|
-
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: "测试",
|
|
20552
21107
|
tokensConsumed: "Token 消耗",
|
|
20553
|
-
traceTitle: "
|
|
21108
|
+
traceTitle: "执行轨迹",
|
|
20554
21109
|
},
|
|
20555
21110
|
versionHistory: "Version History",
|
|
20556
21111
|
},
|
|
20557
21112
|
agentDemo: {
|
|
20558
|
-
liveExecutionFailed: "
|
|
20559
|
-
noResponseStream: "
|
|
20560
|
-
simulationFailed: "
|
|
20561
|
-
unknownScenario: "
|
|
21113
|
+
liveExecutionFailed: "实时执行失败",
|
|
21114
|
+
noResponseStream: "未返回响应流",
|
|
21115
|
+
simulationFailed: "模拟失败",
|
|
21116
|
+
unknownScenario: "未知场景",
|
|
20562
21117
|
},
|
|
20563
21118
|
agentId: "Agent Id",
|
|
20564
21119
|
agentRuntime: {
|
|
20565
|
-
output: "
|
|
21120
|
+
output: "输出",
|
|
20566
21121
|
},
|
|
20567
21122
|
billing: {
|
|
20568
21123
|
dashboard: {
|
|
@@ -20571,8 +21126,8 @@ const i18nRatchetBackfill = {
|
|
|
20571
21126
|
},
|
|
20572
21127
|
campaign: {
|
|
20573
21128
|
action: {
|
|
20574
|
-
cancel: "
|
|
20575
|
-
cancelConfirm: "
|
|
21129
|
+
cancel: "取消",
|
|
21130
|
+
cancelConfirm: "确认取消",
|
|
20576
21131
|
},
|
|
20577
21132
|
},
|
|
20578
21133
|
clearFilters: "Clear Filters",
|
|
@@ -20588,14 +21143,14 @@ const i18nRatchetBackfill = {
|
|
|
20588
21143
|
currencyJPY: "Currency JPY",
|
|
20589
21144
|
currencyUSD: "Currency USD",
|
|
20590
21145
|
detail: {
|
|
20591
|
-
emptyActivities: "
|
|
20592
|
-
emptyContacts: "
|
|
20593
|
-
emptyOpportunities: "
|
|
20594
|
-
labelTwitter: "
|
|
21146
|
+
emptyActivities: "暂无活动",
|
|
21147
|
+
emptyContacts: "暂无联系人",
|
|
21148
|
+
emptyOpportunities: "暂无商机",
|
|
21149
|
+
labelTwitter: "Twitter",
|
|
20595
21150
|
},
|
|
20596
21151
|
list: {
|
|
20597
|
-
icpNo: "
|
|
20598
|
-
icpYes: "
|
|
21152
|
+
icpNo: "不符合 ICP",
|
|
21153
|
+
icpYes: "符合 ICP",
|
|
20599
21154
|
},
|
|
20600
21155
|
},
|
|
20601
21156
|
corpId: "Corp Id",
|
|
@@ -20615,50 +21170,50 @@ const i18nRatchetBackfill = {
|
|
|
20615
21170
|
},
|
|
20616
21171
|
featurePages: {
|
|
20617
21172
|
opportunityDetail: {
|
|
20618
|
-
noCompanyForContacts: "
|
|
21173
|
+
noCompanyForContacts: "请先关联客户,再管理联系人。",
|
|
20619
21174
|
},
|
|
20620
21175
|
},
|
|
20621
21176
|
fieldHistory: {
|
|
20622
|
-
noTrackableFields: "
|
|
20623
|
-
trackingConfigTitle: "
|
|
20624
|
-
trackingDisabled: "
|
|
20625
|
-
trackingEnabled: "
|
|
20626
|
-
trackingEnabledCount: "
|
|
20627
|
-
trackingLimitReached: "
|
|
20628
|
-
trackingLimitWarning: "
|
|
20629
|
-
trackingOperationFailed: "
|
|
21177
|
+
noTrackableFields: "暂无可跟踪字段",
|
|
21178
|
+
trackingConfigTitle: "字段跟踪配置",
|
|
21179
|
+
trackingDisabled: "已停用跟踪",
|
|
21180
|
+
trackingEnabled: "已启用跟踪",
|
|
21181
|
+
trackingEnabledCount: "已启用 {enabled} / {max}",
|
|
21182
|
+
trackingLimitReached: "已达跟踪上限",
|
|
21183
|
+
trackingLimitWarning: "已达到可跟踪字段数量上限。",
|
|
21184
|
+
trackingOperationFailed: "跟踪操作失败",
|
|
20630
21185
|
},
|
|
20631
21186
|
filter: "Filter",
|
|
20632
21187
|
focusSection: "Focus Section",
|
|
20633
21188
|
helpCenter: {
|
|
20634
|
-
applicableTo: "
|
|
20635
|
-
articleAccessDenied: "
|
|
20636
|
-
articleDetail: "
|
|
20637
|
-
articleLoadFailed: "
|
|
20638
|
-
articleLocaleUnavailableEn: "
|
|
20639
|
-
articleLocaleUnavailableZh: "
|
|
20640
|
-
back: "
|
|
20641
|
-
categoryBrowse: "
|
|
20642
|
-
closeHelpCenter: "
|
|
20643
|
-
drawerRetryButton: "
|
|
20644
|
-
drawerUnavailableSubtitle: "
|
|
20645
|
-
drawerUnavailableTitle: "
|
|
20646
|
-
feedbackSubmitFailure: "
|
|
20647
|
-
feedbackSubmitSuccess: "
|
|
20648
|
-
homeTitle: "
|
|
20649
|
-
noCategories: "
|
|
20650
|
-
noRelatedArticles: "
|
|
20651
|
-
openHelpCenter: "
|
|
20652
|
-
popularArticlesRecommend: "
|
|
20653
|
-
relatedArticles: "
|
|
20654
|
-
relatedToCurrentPage: "
|
|
20655
|
-
retry: "
|
|
20656
|
-
returnHelpCenterHome: "
|
|
20657
|
-
searchResults: "
|
|
20658
|
-
searchUnavailable: "
|
|
20659
|
-
searchUnavailableSuggestion: "
|
|
20660
|
-
toc: "
|
|
20661
|
-
updatedAtWithDate: "
|
|
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}",
|
|
20662
21217
|
},
|
|
20663
21218
|
hoursAgo: "Hours Ago",
|
|
20664
21219
|
iconOption: {
|
|
@@ -20704,13 +21259,13 @@ const i18nRatchetBackfill = {
|
|
|
20704
21259
|
},
|
|
20705
21260
|
leadWorkbench: {
|
|
20706
21261
|
assignmentRecovery: {
|
|
20707
|
-
ownerCount: "
|
|
21262
|
+
ownerCount: "负责人数",
|
|
20708
21263
|
},
|
|
20709
21264
|
attributionAudit: {
|
|
20710
|
-
conversionFailed: "
|
|
20711
|
-
converted: "
|
|
21265
|
+
conversionFailed: "转化失败",
|
|
21266
|
+
converted: "已转化",
|
|
20712
21267
|
},
|
|
20713
|
-
topRank: "
|
|
21268
|
+
topRank: "排名靠前",
|
|
20714
21269
|
},
|
|
20715
21270
|
loadConfigFailed: "Load Config Failed",
|
|
20716
21271
|
loadFailed: "Load Failed",
|
|
@@ -20728,7 +21283,7 @@ const i18nRatchetBackfill = {
|
|
|
20728
21283
|
},
|
|
20729
21284
|
minutesAgo: "Minutes Ago",
|
|
20730
21285
|
multiCurrency: {
|
|
20731
|
-
setupSubtitle: "
|
|
21286
|
+
setupSubtitle: "配置币种与汇率",
|
|
20732
21287
|
},
|
|
20733
21288
|
myShortcuts: "My Shortcuts",
|
|
20734
21289
|
navigation: "Navigation",
|
|
@@ -20745,9 +21300,9 @@ const i18nRatchetBackfill = {
|
|
|
20745
21300
|
noSearchableObjects: "No Searchable Objects",
|
|
20746
21301
|
noShortcuts: "No Shortcuts",
|
|
20747
21302
|
objectManager: {
|
|
20748
|
-
fieldTypeCheckbox: "
|
|
20749
|
-
fieldTypePicklist: "
|
|
20750
|
-
fieldTypeTextarea: "
|
|
21303
|
+
fieldTypeCheckbox: "复选框",
|
|
21304
|
+
fieldTypePicklist: "下拉列表",
|
|
21305
|
+
fieldTypeTextarea: "多行文本",
|
|
20751
21306
|
},
|
|
20752
21307
|
openRelatedRecord: "Open Related Record",
|
|
20753
21308
|
permission: {
|
|
@@ -20786,7 +21341,7 @@ const i18nRatchetBackfill = {
|
|
|
20786
21341
|
pullToRefresh: "Pull To Refresh",
|
|
20787
21342
|
quality: {
|
|
20788
21343
|
report: {
|
|
20789
|
-
coachComingSoon: "
|
|
21344
|
+
coachComingSoon: "辅导功能即将上线",
|
|
20790
21345
|
},
|
|
20791
21346
|
},
|
|
20792
21347
|
quickEdit: "Quick Edit",
|
|
@@ -20818,166 +21373,166 @@ const i18nRatchetBackfill = {
|
|
|
20818
21373
|
},
|
|
20819
21374
|
recordPageBuilder: {
|
|
20820
21375
|
actions: {
|
|
20821
|
-
askAi: "
|
|
20822
|
-
editScope: "
|
|
20823
|
-
moveUp: "
|
|
20824
|
-
scope: "
|
|
21376
|
+
askAi: "询问 AI",
|
|
21377
|
+
editScope: "编辑作用范围",
|
|
21378
|
+
moveUp: "上移",
|
|
21379
|
+
scope: "作用范围",
|
|
20825
21380
|
},
|
|
20826
21381
|
assignment: {
|
|
20827
|
-
appScope: "
|
|
20828
|
-
deviceScope: "
|
|
20829
|
-
hint: "
|
|
20830
|
-
pageMode: "
|
|
20831
|
-
recordTypeScope: "
|
|
20832
|
-
template: "
|
|
20833
|
-
title: "
|
|
21382
|
+
appScope: "应用范围",
|
|
21383
|
+
deviceScope: "设备范围",
|
|
21384
|
+
hint: "提示",
|
|
21385
|
+
pageMode: "页面模式",
|
|
21386
|
+
recordTypeScope: "记录类型范围",
|
|
21387
|
+
template: "模板",
|
|
21388
|
+
title: "标题",
|
|
20834
21389
|
},
|
|
20835
21390
|
canvas: {
|
|
20836
|
-
hint: "
|
|
20837
|
-
regionEmptyHint: "
|
|
20838
|
-
sidebarEmptyHint: "
|
|
21391
|
+
hint: "提示",
|
|
21392
|
+
regionEmptyHint: "将组件拖拽到该区域",
|
|
21393
|
+
sidebarEmptyHint: "将组件拖拽到侧边栏",
|
|
20839
21394
|
},
|
|
20840
21395
|
defaults: {
|
|
20841
|
-
defaultRecordPage: "
|
|
20842
|
-
newRecordPage: "
|
|
20843
|
-
newVariantPage: "
|
|
20844
|
-
overview: "
|
|
21396
|
+
defaultRecordPage: "默认记录页",
|
|
21397
|
+
newRecordPage: "新建记录页",
|
|
21398
|
+
newVariantPage: "新建变体页面",
|
|
21399
|
+
overview: "概览",
|
|
20845
21400
|
},
|
|
20846
21401
|
device: {
|
|
20847
|
-
desktop: "
|
|
20848
|
-
desktopPhone: "
|
|
20849
|
-
phone: "
|
|
20850
|
-
tablet: "
|
|
21402
|
+
desktop: "桌面端",
|
|
21403
|
+
desktopPhone: "桌面端与手机端",
|
|
21404
|
+
phone: "手机端",
|
|
21405
|
+
tablet: "平板",
|
|
20851
21406
|
},
|
|
20852
21407
|
fields: {
|
|
20853
|
-
business: "
|
|
20854
|
-
common: "
|
|
20855
|
-
system: "
|
|
21408
|
+
business: "业务",
|
|
21409
|
+
common: "常用",
|
|
21410
|
+
system: "系统",
|
|
20856
21411
|
},
|
|
20857
21412
|
header: {
|
|
20858
|
-
actionNumber: "
|
|
20859
|
-
addHeaderAction: "
|
|
20860
|
-
behavior: "
|
|
20861
|
-
dynamicHighlightsPanel: "
|
|
20862
|
-
field: "
|
|
20863
|
-
headerActions: "
|
|
20864
|
-
headerField: "
|
|
20865
|
-
highlights: "
|
|
20866
|
-
highlightsHint: "
|
|
20867
|
-
highlightsPanel: "
|
|
20868
|
-
neutral: "
|
|
20869
|
-
nextValue: "
|
|
20870
|
-
objectRecord: "
|
|
20871
|
-
primary: "
|
|
20872
|
-
style: "
|
|
20873
|
-
targetPath: "
|
|
20874
|
-
titleField: "
|
|
20875
|
-
titleFieldLabel: "
|
|
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: "标题字段",
|
|
20876
21431
|
},
|
|
20877
21432
|
library: {
|
|
20878
|
-
components: "
|
|
20879
|
-
fields: "
|
|
20880
|
-
fieldsDropHint: "
|
|
20881
|
-
fieldsDropTitle: "
|
|
20882
|
-
noMatchingComponents: "
|
|
20883
|
-
noMatchingFields: "
|
|
20884
|
-
publishedCustomRuntimeComponent: "
|
|
20885
|
-
searchComponents: "
|
|
20886
|
-
searchFields: "
|
|
20887
|
-
standard: "
|
|
21433
|
+
components: "组件",
|
|
21434
|
+
fields: "字段",
|
|
21435
|
+
fieldsDropHint: "从字段库拖拽字段到画布",
|
|
21436
|
+
fieldsDropTitle: "拖拽字段到此处",
|
|
21437
|
+
noMatchingComponents: "没有匹配的组件",
|
|
21438
|
+
noMatchingFields: "没有匹配的字段",
|
|
21439
|
+
publishedCustomRuntimeComponent: "已发布的自定义运行时组件",
|
|
21440
|
+
searchComponents: "搜索组件",
|
|
21441
|
+
searchFields: "搜索字段",
|
|
21442
|
+
standard: "标准",
|
|
20888
21443
|
},
|
|
20889
21444
|
pageBasics: {
|
|
20890
|
-
description: "
|
|
20891
|
-
developerName: "
|
|
20892
|
-
label: "
|
|
20893
|
-
object: "
|
|
20894
|
-
pageType: "
|
|
20895
|
-
recordPage: "
|
|
20896
|
-
template: "
|
|
20897
|
-
title: "
|
|
20898
|
-
unsupportedFallbackHint: "
|
|
21445
|
+
description: "描述",
|
|
21446
|
+
developerName: "开发者名称",
|
|
21447
|
+
label: "名称",
|
|
21448
|
+
object: "对象",
|
|
21449
|
+
pageType: "页面类型",
|
|
21450
|
+
recordPage: "记录页",
|
|
21451
|
+
template: "模板",
|
|
21452
|
+
title: "标题",
|
|
21453
|
+
unsupportedFallbackHint: "该配置暂不支持编辑,已回退到默认布局。",
|
|
20899
21454
|
},
|
|
20900
21455
|
region: {
|
|
20901
|
-
flexible: "
|
|
20902
|
-
footer: "
|
|
20903
|
-
main: "
|
|
20904
|
-
rightSidebar: "
|
|
20905
|
-
secondary: "
|
|
21456
|
+
flexible: "灵活区域",
|
|
21457
|
+
footer: "页脚",
|
|
21458
|
+
main: "主区域",
|
|
21459
|
+
rightSidebar: "右侧边栏",
|
|
21460
|
+
secondary: "次要区域",
|
|
20906
21461
|
},
|
|
20907
21462
|
scope: {
|
|
20908
|
-
allApps: "
|
|
20909
|
-
allRecordTypes: "
|
|
20910
|
-
defaultPage: "
|
|
20911
|
-
variantPage: "
|
|
21463
|
+
allApps: "全部应用",
|
|
21464
|
+
allRecordTypes: "全部记录类型",
|
|
21465
|
+
defaultPage: "默认页面",
|
|
21466
|
+
variantPage: "变体页面",
|
|
20912
21467
|
},
|
|
20913
21468
|
selection: {
|
|
20914
|
-
component: "
|
|
20915
|
-
componentNamed: "
|
|
20916
|
-
header: "
|
|
20917
|
-
page: "
|
|
20918
|
-
tab: "
|
|
20919
|
-
tabLabel: "
|
|
20920
|
-
tabs: "
|
|
20921
|
-
untitled: "
|
|
20922
|
-
widget: "
|
|
21469
|
+
component: "组件",
|
|
21470
|
+
componentNamed: "组件:{title}",
|
|
21471
|
+
header: "页头",
|
|
21472
|
+
page: "页面",
|
|
21473
|
+
tab: "选项卡",
|
|
21474
|
+
tabLabel: "选项卡名称",
|
|
21475
|
+
tabs: "选项卡",
|
|
21476
|
+
untitled: "未命名",
|
|
21477
|
+
widget: "组件",
|
|
20923
21478
|
},
|
|
20924
21479
|
summary: {
|
|
20925
|
-
title: "
|
|
21480
|
+
title: "标题",
|
|
20926
21481
|
},
|
|
20927
21482
|
support: {
|
|
20928
|
-
aiNative: "
|
|
20929
|
-
core: "
|
|
20930
|
-
dataDriven: "
|
|
20931
|
-
guidedSelling: "
|
|
20932
|
-
instructional: "
|
|
20933
|
-
utility: "
|
|
20934
|
-
workspace: "
|
|
21483
|
+
aiNative: "AI 原生",
|
|
21484
|
+
core: "核心",
|
|
21485
|
+
dataDriven: "数据驱动",
|
|
21486
|
+
guidedSelling: "引导式销售",
|
|
21487
|
+
instructional: "说明引导",
|
|
21488
|
+
utility: "实用工具",
|
|
21489
|
+
workspace: "工作区",
|
|
20935
21490
|
},
|
|
20936
21491
|
tabs: {
|
|
20937
|
-
addTab: "
|
|
20938
|
-
emptyTab: "
|
|
20939
|
-
noActiveTab: "
|
|
20940
|
-
numberedTab: "
|
|
20941
|
-
selectOrCreate: "
|
|
21492
|
+
addTab: "添加选项卡",
|
|
21493
|
+
emptyTab: "空选项卡",
|
|
21494
|
+
noActiveTab: "暂无激活选项卡",
|
|
21495
|
+
numberedTab: "选项卡 {index}",
|
|
21496
|
+
selectOrCreate: "选择或新建选项卡",
|
|
20942
21497
|
},
|
|
20943
21498
|
template: {
|
|
20944
|
-
oneRegion: "
|
|
20945
|
-
oneRegionHelp: "
|
|
21499
|
+
oneRegion: "单区域",
|
|
21500
|
+
oneRegionHelp: "单区域布局,适合简单页面。",
|
|
20946
21501
|
rightSidebar: "Right Sidebar",
|
|
20947
21502
|
threeRegion: "Three Region",
|
|
20948
21503
|
},
|
|
20949
|
-
title: "
|
|
21504
|
+
title: "标题",
|
|
20950
21505
|
widget: {
|
|
20951
|
-
activities: "
|
|
20952
|
-
activity: "
|
|
20953
|
-
aiCopilot: "
|
|
20954
|
-
customComponent: "
|
|
20955
|
-
details: "
|
|
20956
|
-
path: "
|
|
20957
|
-
recordDetail: "
|
|
20958
|
-
relatedList: "
|
|
20959
|
-
relatedListSingle: "
|
|
20960
|
-
richText: "
|
|
21506
|
+
activities: "活动",
|
|
21507
|
+
activity: "活动",
|
|
21508
|
+
aiCopilot: "AI 助手",
|
|
21509
|
+
customComponent: "自定义组件",
|
|
21510
|
+
details: "详细信息",
|
|
21511
|
+
path: "路径",
|
|
21512
|
+
recordDetail: "记录详情",
|
|
21513
|
+
relatedList: "相关列表",
|
|
21514
|
+
relatedListSingle: "相关列表(单个)",
|
|
21515
|
+
richText: "富文本",
|
|
20961
21516
|
},
|
|
20962
21517
|
widgetDescription: {
|
|
20963
|
-
activity: "
|
|
20964
|
-
aiCopilot: "
|
|
20965
|
-
customComponent: "
|
|
20966
|
-
path: "
|
|
20967
|
-
recordDetail: "
|
|
20968
|
-
relatedList: "
|
|
20969
|
-
richText: "
|
|
21518
|
+
activity: "活动",
|
|
21519
|
+
aiCopilot: "AI 助手",
|
|
21520
|
+
customComponent: "自定义组件",
|
|
21521
|
+
path: "路径",
|
|
21522
|
+
recordDetail: "记录详情",
|
|
21523
|
+
relatedList: "相关列表",
|
|
21524
|
+
richText: "富文本",
|
|
20970
21525
|
},
|
|
20971
21526
|
zoom: {
|
|
20972
|
-
shrinkToView: "
|
|
21527
|
+
shrinkToView: "缩小以适应视图",
|
|
20973
21528
|
},
|
|
20974
21529
|
},
|
|
20975
21530
|
recording: {
|
|
20976
21531
|
filter: {
|
|
20977
|
-
contactActive: "
|
|
21532
|
+
contactActive: "有效联系人",
|
|
20978
21533
|
},
|
|
20979
21534
|
list: {
|
|
20980
|
-
fetchError: "
|
|
21535
|
+
fetchError: "加载失败",
|
|
20981
21536
|
},
|
|
20982
21537
|
},
|
|
20983
21538
|
refreshDone: "Refresh Done",
|
|
@@ -21013,7 +21568,7 @@ const i18nRatchetBackfill = {
|
|
|
21013
21568
|
},
|
|
21014
21569
|
servicebotAgentDesk: {
|
|
21015
21570
|
header: {
|
|
21016
|
-
refreshQueueComingSoon: "
|
|
21571
|
+
refreshQueueComingSoon: "队列刷新即将上线",
|
|
21017
21572
|
},
|
|
21018
21573
|
},
|
|
21019
21574
|
settings: {
|
|
@@ -21051,9 +21606,9 @@ const i18nRatchetBackfill = {
|
|
|
21051
21606
|
wrongNumber: "Wrong Number",
|
|
21052
21607
|
},
|
|
21053
21608
|
softphone: {
|
|
21054
|
-
keypadUseConsole: "
|
|
21055
|
-
stopRecording: "
|
|
21056
|
-
transferUseConsole: "
|
|
21609
|
+
keypadUseConsole: "拨号键盘请使用控制台",
|
|
21610
|
+
stopRecording: "停止录音",
|
|
21611
|
+
transferUseConsole: "转接请使用控制台",
|
|
21057
21612
|
},
|
|
21058
21613
|
},
|
|
21059
21614
|
territory: {
|
|
@@ -21125,34 +21680,34 @@ const i18nRatchetBackfill = {
|
|
|
21125
21680
|
workbenchTitle: "Workbench Title",
|
|
21126
21681
|
workflow: {
|
|
21127
21682
|
actionGetRecords: "Action Get Records",
|
|
21128
|
-
addFilter: "
|
|
21129
|
-
addReactiveRule: "
|
|
21683
|
+
addFilter: "添加筛选",
|
|
21684
|
+
addReactiveRule: "添加联动规则",
|
|
21130
21685
|
approved: "Approved",
|
|
21131
21686
|
approverTypeAIAgent: "Approver Type AIAgent",
|
|
21132
|
-
effectType: "
|
|
21133
|
-
effectValue: "
|
|
21687
|
+
effectType: "生效类型",
|
|
21688
|
+
effectValue: "生效值",
|
|
21134
21689
|
eventCreated: "Event Created",
|
|
21135
21690
|
eventDeleted: "Event Deleted",
|
|
21136
21691
|
eventUpdated: "Event Updated",
|
|
21137
|
-
filterConditions: "
|
|
21138
|
-
reactiveRules: "
|
|
21692
|
+
filterConditions: "筛选条件",
|
|
21693
|
+
reactiveRules: "联动规则",
|
|
21139
21694
|
recalled: "Recalled",
|
|
21140
|
-
recordLimit: "
|
|
21695
|
+
recordLimit: "记录数量上限",
|
|
21141
21696
|
rejected: "Rejected",
|
|
21142
|
-
remove: "
|
|
21143
|
-
sourceField: "
|
|
21144
|
-
startNode: "
|
|
21697
|
+
remove: "移除",
|
|
21698
|
+
sourceField: "来源字段",
|
|
21699
|
+
startNode: "开始节点",
|
|
21145
21700
|
submitApproval: "Submit Approval",
|
|
21146
21701
|
},
|
|
21147
21702
|
workflowNode: {
|
|
21148
|
-
approval: "
|
|
21149
|
-
approvalSteps: "
|
|
21703
|
+
approval: "审批",
|
|
21704
|
+
approvalSteps: "审批步骤",
|
|
21150
21705
|
assignRecord: "Assign Record",
|
|
21151
21706
|
callApi: "Call Api",
|
|
21152
21707
|
createRecord: "Create Record",
|
|
21153
21708
|
deleteRecord: "Delete Record",
|
|
21154
|
-
fields: "
|
|
21155
|
-
screen: "
|
|
21709
|
+
fields: "字段",
|
|
21710
|
+
screen: "界面",
|
|
21156
21711
|
sendEmail: "Send Email",
|
|
21157
21712
|
sendNotification: "Send Notification",
|
|
21158
21713
|
updateField: "Update Field",
|