@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.
- package/CHANGELOG.md +8 -0
- 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/index.d.ts +1 -1
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/employee-package/index.js.map +1 -1
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/employee-package/types.d.ts +12 -0
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/employee-package/validator.js +31 -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 +668 -1
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/en-US.js +644 -7
- 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 +1360 -2
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.d.ts +692 -1
- package/dist/nexus-cli/node_modules/@nexusclaw/shared/dist/locales/zh-CN.js +963 -302
- 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-config-remote.contract.test.d.ts +1 -0
- package/dist/nexus-cli/src/services/workforce-config-remote.contract.test.js +41 -0
- package/dist/nexus-cli/src/services/workforce-config-remote.contract.test.js.map +1 -0
- package/dist/nexus-cli/src/services/workforce-config-remote.d.ts +10 -4
- package/dist/nexus-cli/src/services/workforce-config-remote.js +4 -4
- package/dist/nexus-cli/src/services/workforce-config-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: "Done",
|
|
38
38
|
unselected: "Not selected",
|
|
39
39
|
},
|
|
40
|
+
builder: {
|
|
41
|
+
labelPlaceholder: "Label",
|
|
42
|
+
apiNamePlaceholder: "API Name",
|
|
43
|
+
flowType: "Flow Type",
|
|
44
|
+
selectObject: "Select Object",
|
|
45
|
+
object: "Object",
|
|
46
|
+
configureTrigger: "Configure Trigger",
|
|
47
|
+
triggerCreated: "A record is created",
|
|
48
|
+
triggerUpdated: "A record is updated",
|
|
49
|
+
triggerCreatedOrUpdated: "A record is created or updated",
|
|
50
|
+
triggerDeleted: "A record is deleted",
|
|
51
|
+
setEntryConditions: "Set Entry Conditions",
|
|
52
|
+
conditionRequirements: "Condition Requirements",
|
|
53
|
+
conditions: "Conditions",
|
|
54
|
+
optimizeFlow: "Optimize Flow",
|
|
55
|
+
scheduleSettings: "Schedule Settings",
|
|
56
|
+
frequency: "Frequency",
|
|
57
|
+
startDate: "Start Date",
|
|
58
|
+
startTime: "Start Time",
|
|
59
|
+
platformEvent: "Platform Event",
|
|
60
|
+
eventApiName: "Event API Name",
|
|
61
|
+
screenEntry: "Screen Entry",
|
|
62
|
+
entryMode: "Entry Mode",
|
|
63
|
+
designerNotes: "Designer Notes",
|
|
64
|
+
action: "Action",
|
|
65
|
+
howToSetFieldValues: "How to Set Record Field Values",
|
|
66
|
+
setFieldValuesManually: "Set field values manually",
|
|
67
|
+
useVariablesAndFormulas: "Use variables and formulas",
|
|
68
|
+
fieldMappingsReady: "Field Mappings Ready",
|
|
69
|
+
recordOrRecordId: "Record or Record ID",
|
|
70
|
+
setFieldValues: "Set Field Values",
|
|
71
|
+
pauseType: "Pause Type",
|
|
72
|
+
timeSource: "Time Source",
|
|
73
|
+
offsetNumberOptions: "Offset Number / Offset Options",
|
|
74
|
+
scheduleSummary: "Schedule Summary",
|
|
75
|
+
defaultOutcome: "Default Outcome",
|
|
76
|
+
outcomeOrder: "Outcome Order",
|
|
77
|
+
toolbox: "Toolbox",
|
|
78
|
+
searchThisFlow: "Search this flow...",
|
|
79
|
+
closeInspector: "Close inspector",
|
|
80
|
+
debugData: "Debug Data",
|
|
81
|
+
daysAfterSource: "{days} days after {source}",
|
|
82
|
+
durationAfterSource: "{value} {unit} after {source}",
|
|
83
|
+
durationOnly: "{value} {unit}",
|
|
84
|
+
pauseUntilDate: "pause until {date}",
|
|
85
|
+
pauseUntilEvent: "pause until {object} {event}",
|
|
86
|
+
unitMinutes: "minutes",
|
|
87
|
+
unitHours: "hours",
|
|
88
|
+
unitDays: "days",
|
|
89
|
+
timeSourceCloseDate: "close date",
|
|
90
|
+
optimizationFastFieldUpdates: "Fast Field Updates",
|
|
91
|
+
optimizationActionsAndRelatedRecords: "Actions and Related Records",
|
|
92
|
+
scheduleDaily: "Every day",
|
|
93
|
+
scheduleWeekly: "Every week",
|
|
94
|
+
scheduleOnce: "Run once",
|
|
95
|
+
entryAppPage: "App page",
|
|
96
|
+
entryQuickAction: "Quick action",
|
|
97
|
+
entryUtilityBar: "Utility bar",
|
|
98
|
+
summaryTrigger: "Trigger",
|
|
99
|
+
summaryOptimizeFor: "Optimize for",
|
|
100
|
+
summarySchedule: "Schedule",
|
|
101
|
+
summaryStartAt: "Start at",
|
|
102
|
+
summaryEvent: "Event",
|
|
103
|
+
summaryRunType: "Run type",
|
|
104
|
+
summaryEntry: "Entry",
|
|
105
|
+
summaryInteraction: "Interaction",
|
|
106
|
+
summaryInvocation: "Invocation",
|
|
107
|
+
summaryStatus: "Status",
|
|
108
|
+
notSet: "Not set",
|
|
109
|
+
platformEventReceived: "When a platform event is received",
|
|
110
|
+
runTypeAutolaunched: "Autolaunched flow",
|
|
111
|
+
guidedScreenExperience: "Guided screen experience",
|
|
112
|
+
runTypeUserFacing: "User-facing flow",
|
|
113
|
+
invokedByFlowsActionsAi: "Called by flows, actions, or AI",
|
|
114
|
+
noExplicitTrigger: "No explicit trigger",
|
|
115
|
+
runTypeBackground: "Background automation",
|
|
116
|
+
selectFlowTypeToConfigureStart: "Select a flow type to configure Start",
|
|
117
|
+
},
|
|
40
118
|
flowType: {
|
|
41
119
|
unselected: "No type selected",
|
|
42
120
|
recordTriggered: {
|
|
@@ -359,6 +437,16 @@ const messages = {
|
|
|
359
437
|
breadcrumbAi: "AI Settings",
|
|
360
438
|
breadcrumbAgents: "Agent Management",
|
|
361
439
|
breadcrumbConfigure: "Configure",
|
|
440
|
+
fieldNamePlaceholder: "e.g. SalesAgent",
|
|
441
|
+
fieldIconPlaceholder: "icon name",
|
|
442
|
+
typeSales: "Sales",
|
|
443
|
+
typeService: "Service",
|
|
444
|
+
typeAnalytics: "Analytics",
|
|
445
|
+
typeAdmin: "Admin",
|
|
446
|
+
typeCustom: "Custom",
|
|
447
|
+
modelTier1: "DeepSeek V3 (Tier 1)",
|
|
448
|
+
modelTier2: "GPT-4o (Tier 2)",
|
|
449
|
+
modelTier3: "Claude Opus (Tier 3)",
|
|
362
450
|
breadcrumbExecutionLogs: "Execution Logs",
|
|
363
451
|
breadcrumbExecutionDetail: "Details",
|
|
364
452
|
listTitle: "Agent Runtime & Governance",
|
|
@@ -848,11 +936,20 @@ const messages = {
|
|
|
848
936
|
app: {
|
|
849
937
|
restoringSession: "Restoring session...",
|
|
850
938
|
enteringSystem: "Entering...",
|
|
939
|
+
crm: "CRM",
|
|
940
|
+
marketing: "Marketing",
|
|
941
|
+
service: "Service",
|
|
851
942
|
partner: "Partner",
|
|
852
|
-
platform: "Platform"
|
|
943
|
+
platform: "Platform",
|
|
944
|
+
settings: "Settings"
|
|
853
945
|
},
|
|
854
946
|
appDescription: {
|
|
855
|
-
|
|
947
|
+
crm: "Customer Relationship Management",
|
|
948
|
+
marketing: "Marketing Automation & Campaign Management",
|
|
949
|
+
service: "Customer Service Management",
|
|
950
|
+
partner: "Partner Relationship Management",
|
|
951
|
+
platform: "Open Platform & Ecosystem",
|
|
952
|
+
settings: "System Settings"
|
|
856
953
|
},
|
|
857
954
|
common: {
|
|
858
955
|
featureNotAvailable: "This feature is not available yet",
|
|
@@ -924,6 +1021,7 @@ const messages = {
|
|
|
924
1021
|
contactAll: "All Contacts",
|
|
925
1022
|
salesFolder: "Sales",
|
|
926
1023
|
salesOpportunity: "Opportunities",
|
|
1024
|
+
forecastCenter: "Forecast Center",
|
|
927
1025
|
cpqFolder: "CPQ",
|
|
928
1026
|
cpqProduct: "Product Catalog",
|
|
929
1027
|
cpqPriceBook: "Price Books",
|
|
@@ -1897,7 +1995,7 @@ const messages = {
|
|
|
1897
1995
|
usage: "Usage",
|
|
1898
1996
|
usageDetails: "Usage Details",
|
|
1899
1997
|
noUsageData: "No usage data",
|
|
1900
|
-
upgradePlan: "Plan
|
|
1998
|
+
upgradePlan: "Plan Capabilities",
|
|
1901
1999
|
current: "Current",
|
|
1902
2000
|
perMonth: "/mo",
|
|
1903
2001
|
perYear: "/yr",
|
|
@@ -2012,9 +2110,23 @@ const messages = {
|
|
|
2012
2110
|
cancelWarningItem2: "Advanced governance and budget controls will be disabled",
|
|
2013
2111
|
cancelWarningItem3: "Usage beyond base allowances will need to be reconfigured",
|
|
2014
2112
|
cancelWarningItem4: "You can re-enable a paid resource pack at any time",
|
|
2015
|
-
planCycleCaption: "
|
|
2113
|
+
planCycleCaption: "Platform pricing and promotions are managed centrally by platform operations.",
|
|
2114
|
+
quoteRequired: "Commercial quote required",
|
|
2115
|
+
quoteRequiredDesc: "Contact Sales for a formal quote scoped only to your organization before upgrading or renewing.",
|
|
2016
2116
|
loadFailed: "Failed to load data",
|
|
2017
2117
|
loadFailedDesc: "Unable to fetch billing data, please try again later",
|
|
2118
|
+
opsPlanHealth: "Plan health",
|
|
2119
|
+
opsQuotaRisk: "Quota risk",
|
|
2120
|
+
opsPendingInvoice: "Outstanding invoices",
|
|
2121
|
+
opsNextActions: "Next steps",
|
|
2122
|
+
opsCycleProgress: "Cycle progress",
|
|
2123
|
+
opsDaysUntilNextBill: "Next bill in {count} days",
|
|
2124
|
+
opsBillDueToday: "Billing due today",
|
|
2125
|
+
opsQuotaHealthy: "Healthy",
|
|
2126
|
+
opsInvoiceDegraded: "Invoice data is temporarily unavailable; other billing info is shown normally.",
|
|
2127
|
+
opsActionViewUsage: "Usage dashboard",
|
|
2128
|
+
opsActionSmartCap: "Configure Smart Cap",
|
|
2129
|
+
opsActionContactSales: "Contact sales",
|
|
2018
2130
|
enterpriseQuotaSaveSuccess: "__EN_TODO__: Enterprise 自定义配额已保存",
|
|
2019
2131
|
enterpriseQuotaSaveFailed: "__EN_TODO__: Enterprise 自定义配额保存失败",
|
|
2020
2132
|
enterpriseQuotaConfigTitle: "__EN_TODO__: Enterprise 自定义配额",
|
|
@@ -2734,6 +2846,16 @@ const messages = {
|
|
|
2734
2846
|
},
|
|
2735
2847
|
developer: {
|
|
2736
2848
|
apiCredentials: "API Credentials",
|
|
2849
|
+
pluginSubmit: {
|
|
2850
|
+
pluginNameLabel: "Plugin Name (kebab-case)",
|
|
2851
|
+
displayNameLabel: "Display Name",
|
|
2852
|
+
versionLabel: "Version (semver)",
|
|
2853
|
+
descriptionLabel: "Description",
|
|
2854
|
+
authorLabel: "Author",
|
|
2855
|
+
categoryLabel: "Category",
|
|
2856
|
+
permissionsLabel: "Permissions (comma-separated)",
|
|
2857
|
+
sourceBundleUrlLabel: "Source Bundle URL",
|
|
2858
|
+
},
|
|
2737
2859
|
credentialsUnavailable: "API credentials are not yet available",
|
|
2738
2860
|
credentialsUnavailableReason: "A future release will surface your API key and secret here along with a regenerate action. No credentials are stored locally.",
|
|
2739
2861
|
dashboard: "Developer Dashboard",
|
|
@@ -2948,15 +3070,68 @@ const messages = {
|
|
|
2948
3070
|
},
|
|
2949
3071
|
namedCredentials: {
|
|
2950
3072
|
title: "Named Credentials",
|
|
3073
|
+
rotate: "Rotate",
|
|
3074
|
+
detailName: "Name:",
|
|
3075
|
+
detailType: "Type:",
|
|
3076
|
+
detailStatus: "Status:",
|
|
3077
|
+
detailEndpoint: "Endpoint:",
|
|
3078
|
+
detailDescription: "Description:",
|
|
3079
|
+
detailCreatedBy: "Created By:",
|
|
3080
|
+
detailLastUsed: "Last Used:",
|
|
3081
|
+
neverUsed: "Never",
|
|
3082
|
+
noConfigurationData: "No configuration data",
|
|
3083
|
+
selectCredentialForAudit: "Select a credential to view audit logs",
|
|
3084
|
+
tokenUrl: "Token URL",
|
|
3085
|
+
clientId: "Client ID",
|
|
3086
|
+
clientSecret: "Client Secret",
|
|
3087
|
+
scopes: "Scopes",
|
|
3088
|
+
apiKey: "API Key",
|
|
3089
|
+
headerName: "Header Name",
|
|
3090
|
+
username: "Username",
|
|
3091
|
+
password: "Password",
|
|
3092
|
+
certificate: "Certificate",
|
|
3093
|
+
privateKey: "Private Key",
|
|
3094
|
+
deleteConfirmTitle: "Delete this credential?",
|
|
3095
|
+
filterByType: "Filter by type",
|
|
3096
|
+
nameLabel: "Name",
|
|
3097
|
+
descriptionLabel: "Description",
|
|
3098
|
+
endpointUrl: "Endpoint URL",
|
|
3099
|
+
credentialType: "Credential Type",
|
|
3100
|
+
selectType: "Select type",
|
|
3101
|
+
newApiKey: "New API Key",
|
|
3102
|
+
enterNewApiKey: "Enter new API key",
|
|
3103
|
+
basicInfo: "Basic Info",
|
|
3104
|
+
configurationMasked: "Configuration (Masked)",
|
|
3105
|
+
selectCredential: "Select credential",
|
|
3106
|
+
createdMsg: "Credential created",
|
|
3107
|
+
updatedMsg: "Credential updated",
|
|
3108
|
+
deletedMsg: "Credential deleted",
|
|
3109
|
+
rotatedMsg: "API Key rotated",
|
|
2951
3110
|
},
|
|
2952
3111
|
oauth2: {
|
|
2953
3112
|
clients: "OAuth2 Clients",
|
|
2954
3113
|
createApp: "Create App",
|
|
3114
|
+
clientIdLabel: "Client ID:",
|
|
3115
|
+
clientSecretLabel: "Client Secret:",
|
|
3116
|
+
secretSaveNowHint: "Please save the secret now. It won't be shown again.",
|
|
3117
|
+
appNameLabel: "Application Name",
|
|
3118
|
+
descriptionLabel: "Description",
|
|
3119
|
+
redirectUrisLabel: "Redirect URIs (one per line)",
|
|
3120
|
+
allowedScopesLabel: "Allowed Scopes",
|
|
3121
|
+
copied: "Copied",
|
|
3122
|
+
clientCreatedTitle: "Client Created",
|
|
2955
3123
|
},
|
|
2956
3124
|
plugins: {
|
|
2957
3125
|
configSaved: "Configuration Saved",
|
|
2958
3126
|
configuration: "Configuration",
|
|
2959
3127
|
details: "Details",
|
|
3128
|
+
installationIdLabel: "Installation ID",
|
|
3129
|
+
pluginIdLabel: "Plugin ID",
|
|
3130
|
+
versionLabel: "Version",
|
|
3131
|
+
configJsonLabel: "Config (JSON)",
|
|
3132
|
+
targetVersionPlaceholder: "Target Version ID",
|
|
3133
|
+
rollbackConfirmTitle: "Rollback to this version?",
|
|
3134
|
+
invalidJson: "Invalid JSON",
|
|
2960
3135
|
permissions: "Permissions",
|
|
2961
3136
|
rollback: "Rollback",
|
|
2962
3137
|
rolledBack: "Rolled Back",
|
|
@@ -2978,6 +3153,29 @@ const messages = {
|
|
|
2978
3153
|
title: "Shield Encryption",
|
|
2979
3154
|
performanceUnavailable: "Performance metrics unavailable",
|
|
2980
3155
|
performanceUnavailableReason: "No production latency aggregate is available for this workspace. Metrics are not fabricated.",
|
|
3156
|
+
deactivate: "Deactivate",
|
|
3157
|
+
jobLabel: "Job:",
|
|
3158
|
+
statusLabel: "Status:",
|
|
3159
|
+
deactivateConfirmTitle: "Deactivate this policy?",
|
|
3160
|
+
createPolicyTitle: "Create Encryption Policy",
|
|
3161
|
+
objectLabel: "Object",
|
|
3162
|
+
objectPlaceholder: "Object Metadata ID",
|
|
3163
|
+
fieldLabel: "Field",
|
|
3164
|
+
fieldPlaceholder: "Field Metadata ID",
|
|
3165
|
+
searchable: "Searchable",
|
|
3166
|
+
statTotalEncryptedFields: "Total Encrypted Fields",
|
|
3167
|
+
statActiveKeys: "Active Keys",
|
|
3168
|
+
statPoliciesWithRecords: "Policies with Records",
|
|
3169
|
+
statEncryptedRecordsPerPolicy: "Encrypted Records per Policy",
|
|
3170
|
+
statPerformanceMetrics: "Performance Metrics",
|
|
3171
|
+
keyHistory: "Key History",
|
|
3172
|
+
rotateConfirmTitle: "Rotate encryption key?",
|
|
3173
|
+
reEncryption: "Re-encryption",
|
|
3174
|
+
selectPolicyToReEncrypt: "Select policy to re-encrypt",
|
|
3175
|
+
policyCreatedMsg: "Encryption policy created",
|
|
3176
|
+
policyDeactivatedMsg: "Policy deactivated",
|
|
3177
|
+
keyRotatedMsg: "Key rotated successfully",
|
|
3178
|
+
reEncryptionTriggeredMsg: "Re-encryption triggered",
|
|
2981
3179
|
},
|
|
2982
3180
|
webhooks: {
|
|
2983
3181
|
dlq: "Dead Letter Queue",
|
|
@@ -3197,6 +3395,12 @@ const messages = {
|
|
|
3197
3395
|
breadcrumbWorkspace: "Workspace",
|
|
3198
3396
|
breadcrumbSecurity: "Security",
|
|
3199
3397
|
breadcrumbNew: "New SSO Provider",
|
|
3398
|
+
entityIdAddon: "Entity ID",
|
|
3399
|
+
namePlaceholder: "Corporate SAML",
|
|
3400
|
+
entityIdLabel: "Entity ID",
|
|
3401
|
+
idpIssuerLabel: "IdP Issuer",
|
|
3402
|
+
idpSsoUrlLabel: "IdP SSO URL",
|
|
3403
|
+
x509CertLabel: "X.509 Certificate",
|
|
3200
3404
|
sectionName: "Name",
|
|
3201
3405
|
sectionNameDesc: "Your connection name",
|
|
3202
3406
|
nameRequired: "Please enter connection name",
|
|
@@ -4357,6 +4561,10 @@ const messages = {
|
|
|
4357
4561
|
agentChat: {
|
|
4358
4562
|
agentReply: "Agent Reply",
|
|
4359
4563
|
auditChainEnabled: "Audit Chain Enabled",
|
|
4564
|
+
planLabel: "Plan:",
|
|
4565
|
+
agentBrand: "NexusClaw Agent",
|
|
4566
|
+
aglPipeline: "AGL Pipeline",
|
|
4567
|
+
tokensLabel: "Input / Output tokens",
|
|
4360
4568
|
chainStable: "The execution chain is stable. We recommend continuing to ask questions or adding execution actions based on the current result.",
|
|
4361
4569
|
composingReply: "Agent is composing a reply...",
|
|
4362
4570
|
continuePrompt: "Please continue based on the current conversation and suggest the next step",
|
|
@@ -4426,6 +4634,7 @@ const messages = {
|
|
|
4426
4634
|
},
|
|
4427
4635
|
agentDemo: {
|
|
4428
4636
|
attributionScore: "Attribution Score",
|
|
4637
|
+
outcomeGuardrailTag: "Outcome + Guardrail",
|
|
4429
4638
|
billingSummaryTitle: "Billing Summary",
|
|
4430
4639
|
billingTier: "Billing Tier",
|
|
4431
4640
|
customInputPlaceholder: "Enter custom instruction...",
|
|
@@ -8113,7 +8322,13 @@ const messages = {
|
|
|
8113
8322
|
common: {
|
|
8114
8323
|
cancel: "Cancel",
|
|
8115
8324
|
},
|
|
8325
|
+
readOnlyTag: "Read only",
|
|
8326
|
+
siteCol: "Site",
|
|
8327
|
+
statusCol: "Status",
|
|
8328
|
+
searchLabel: "Search",
|
|
8329
|
+
reassignTitle: "Reassign External Profile",
|
|
8116
8330
|
link: {
|
|
8331
|
+
contactIdUuidLabel: "Contact ID (UUID)",
|
|
8117
8332
|
noResult: "Link failed: the server returned no result",
|
|
8118
8333
|
linked: "Contact linked",
|
|
8119
8334
|
failed: "Link failed",
|
|
@@ -8165,6 +8380,30 @@ const messages = {
|
|
|
8165
8380
|
breadcrumbPlatform: "Platform Tools",
|
|
8166
8381
|
refresh: "Refresh",
|
|
8167
8382
|
status: {
|
|
8383
|
+
conflictedTag: "Conflicted",
|
|
8384
|
+
resolvedTag: "Resolved",
|
|
8385
|
+
noneTag: "None",
|
|
8386
|
+
retry: "Retry",
|
|
8387
|
+
pushAria: "Push source tracking changes to remote",
|
|
8388
|
+
pullAria: "Pull source tracking changes from remote",
|
|
8389
|
+
refreshAria: "Refresh source tracking status",
|
|
8390
|
+
contractNoteAlert: "Current contract note",
|
|
8391
|
+
diffInspectionAlert: "Diff inspection mode",
|
|
8392
|
+
conflictMarkersAlert: "Conflict markers detected in remote content",
|
|
8393
|
+
colFilePath: "File Path",
|
|
8394
|
+
colChangeType: "Change Type",
|
|
8395
|
+
colSource: "Source",
|
|
8396
|
+
colLastModified: "Last Modified",
|
|
8397
|
+
colConflictStatus: "Conflict Status",
|
|
8398
|
+
colActions: "Actions",
|
|
8399
|
+
changeTypeModified: "Modified",
|
|
8400
|
+
changeTypeAdded: "Added",
|
|
8401
|
+
changeTypeDeleted: "Deleted",
|
|
8402
|
+
pullModalTitle: "Pull from Remote",
|
|
8403
|
+
pullOkText: "Pull",
|
|
8404
|
+
pushButton: "Push to Remote",
|
|
8405
|
+
pullButton: "Pull from Remote",
|
|
8406
|
+
lastModifiedPrefix: "Last Modified:",
|
|
8168
8407
|
pushSubmitted: "Push submitted: {path}",
|
|
8169
8408
|
noPushableDeletes: "There are no deletions the status page can push directly; added/modified items still require a local file content contract.",
|
|
8170
8409
|
confirmPushDeletes: "Push {count} deletions to remote? Added/modified items will still not be submitted from the status page.",
|
|
@@ -8184,6 +8423,29 @@ const messages = {
|
|
|
8184
8423
|
unsupportedPull: "Pull-from-remote is now handled by the source-tracking baseline contract.",
|
|
8185
8424
|
},
|
|
8186
8425
|
baseline: {
|
|
8426
|
+
retry: "Retry",
|
|
8427
|
+
historyTitle: "Baseline History",
|
|
8428
|
+
pullFromRemoteAria: "Pull baseline from remote",
|
|
8429
|
+
refreshAria: "Refresh baseline management",
|
|
8430
|
+
resetAria: "Reset source tracking",
|
|
8431
|
+
setBaselineAria: "Set source tracking baseline",
|
|
8432
|
+
contractNoteAlert: "Current contract note",
|
|
8433
|
+
currentBaselineTitle: "Current Baseline",
|
|
8434
|
+
colBaselineId: "Baseline ID",
|
|
8435
|
+
colAvailable: "Available",
|
|
8436
|
+
colRevision: "Revision",
|
|
8437
|
+
colSource: "Source",
|
|
8438
|
+
colAuthor: "Author",
|
|
8439
|
+
colCreatedAt: "Created At",
|
|
8440
|
+
colDescription: "Description",
|
|
8441
|
+
setBaselineTitle: "Set Baseline",
|
|
8442
|
+
setBaselineOk: "Set Baseline",
|
|
8443
|
+
baselineDescriptionLabel: "Baseline description",
|
|
8444
|
+
pullFromRemoteButton: "Pull from Remote",
|
|
8445
|
+
resetTrackingButton: "Reset Tracking",
|
|
8446
|
+
setBaselineButton: "Set Baseline",
|
|
8447
|
+
availableTag: "Available",
|
|
8448
|
+
unavailableTag: "Unavailable",
|
|
8187
8449
|
rebuildSubmitted: "Baseline rebuild request submitted",
|
|
8188
8450
|
setFailed: "Failed to set baseline",
|
|
8189
8451
|
confirmReset: "Reset source tracking status? This clears the current tracking state and realigns the baseline.",
|
|
@@ -8208,6 +8470,25 @@ const messages = {
|
|
|
8208
8470
|
descPlaceholder: "Explain the reason for this baseline rebuild",
|
|
8209
8471
|
},
|
|
8210
8472
|
conflict: {
|
|
8473
|
+
unresolved: "Unresolved",
|
|
8474
|
+
pageTitle: "Conflict Resolution",
|
|
8475
|
+
refreshContentAria: "Refresh conflict content",
|
|
8476
|
+
markResolvedAria: "Mark conflict as resolved",
|
|
8477
|
+
contractNoteAlert: "Current contract note",
|
|
8478
|
+
conflictFileTitle: "Conflict File",
|
|
8479
|
+
selectFileLabel: "Select conflict file",
|
|
8480
|
+
colPath: "Path",
|
|
8481
|
+
colMarkers: "Markers",
|
|
8482
|
+
colResolutionState: "Resolution State",
|
|
8483
|
+
colBackendAction: "Backend Action",
|
|
8484
|
+
sideBySideTitle: "Side-by-Side Inspection",
|
|
8485
|
+
conflictMarkersTitle: "Conflict Markers",
|
|
8486
|
+
breadcrumbSourceTracking: "Source Tracking",
|
|
8487
|
+
breadcrumbConflictResolution: "Conflict Resolution",
|
|
8488
|
+
markResolvedButton: "Mark as Resolved",
|
|
8489
|
+
readyToSubmitTag: "Ready to Submit",
|
|
8490
|
+
pendingSelectionTag: "Pending Selection",
|
|
8491
|
+
resolvedVia: "resolved via {choice}",
|
|
8211
8492
|
resolved: "Conflict resolution written to source-tracking contract",
|
|
8212
8493
|
subtitle: "This page is connected to the conflict packet between baseline/local-side and remote; resolutions are written directly to the source-tracking contract.",
|
|
8213
8494
|
contractNote: "Here the local side is based on the source-tracking baseline, not the browser local file system. Mark as Resolved writes the resolution choice to the backend contract.",
|
|
@@ -8769,6 +9050,14 @@ const messages = {
|
|
|
8769
9050
|
executionLogTitle: "Execution Log",
|
|
8770
9051
|
noExecutionRecords: "No execution records",
|
|
8771
9052
|
executionLogReplay: "Execution Log Replay",
|
|
9053
|
+
stepGuardrail: "Guardrail",
|
|
9054
|
+
stepThought: "Thought",
|
|
9055
|
+
stepAction: "Action",
|
|
9056
|
+
stepObservation: "Observation",
|
|
9057
|
+
labelModel: "Model",
|
|
9058
|
+
labelDuration: "Duration",
|
|
9059
|
+
labelTokens: "Tokens",
|
|
9060
|
+
confidencePercent: "{value}% confidence",
|
|
8772
9061
|
totalSteps: "Total Steps",
|
|
8773
9062
|
totalTokens: "Total Tokens",
|
|
8774
9063
|
totalDuration: "Total Duration",
|
|
@@ -9158,6 +9447,33 @@ const messages = {
|
|
|
9158
9447
|
},
|
|
9159
9448
|
},
|
|
9160
9449
|
deploymentPages: {
|
|
9450
|
+
envProduction: "Production",
|
|
9451
|
+
envDevelopmentSandbox: "Development Sandbox",
|
|
9452
|
+
historyTitle: "Deployment History",
|
|
9453
|
+
historySubtitle: "Review deployment history and rollback operations",
|
|
9454
|
+
backToList: "Back to list",
|
|
9455
|
+
resultPlaceholder: "Deployment Result",
|
|
9456
|
+
envTestSandbox: "Test Sandbox",
|
|
9457
|
+
createChangeSetTitle: "Create Change Set",
|
|
9458
|
+
changeSetNameLabel: "Name",
|
|
9459
|
+
changeSetNamePlaceholder: "Enter a change set name",
|
|
9460
|
+
changeSetDescriptionLabel: "Description",
|
|
9461
|
+
changeSetDescriptionPlaceholder: "Enter a description (optional)",
|
|
9462
|
+
sourceEnvFieldLabel: "Source Environment",
|
|
9463
|
+
sourceEnvironmentPlaceholder: "Select a source environment",
|
|
9464
|
+
targetEnvFieldLabel: "Target Environment",
|
|
9465
|
+
targetEnvironmentPlaceholder: "Select a target environment",
|
|
9466
|
+
pageTitle: "Deployment Management",
|
|
9467
|
+
searchChangeSetsPlaceholder: "Search change sets",
|
|
9468
|
+
statusFilterPlaceholder: "Status",
|
|
9469
|
+
changeSetCreated: "Change set created successfully",
|
|
9470
|
+
sandboxLabel: "Sandbox: {name}",
|
|
9471
|
+
nameRequired: "Enter a change set name",
|
|
9472
|
+
sourceRequired: "Select a source environment",
|
|
9473
|
+
targetRequired: "Select a target environment",
|
|
9474
|
+
pageSubtitle: "Promote metadata and configuration between sandboxes and production",
|
|
9475
|
+
deleteTooltip: "Delete",
|
|
9476
|
+
deleteDisabledTooltip: "Change sets that are deploying or already deployed cannot be deleted",
|
|
9161
9477
|
// Common column headers
|
|
9162
9478
|
colName: "Name",
|
|
9163
9479
|
colStatus: "Status",
|
|
@@ -9188,7 +9504,6 @@ const messages = {
|
|
|
9188
9504
|
loadFailed: "Load failed",
|
|
9189
9505
|
loadFailedMessage: "Load failed: {message}",
|
|
9190
9506
|
notFound: "Not found",
|
|
9191
|
-
backToList: "Back to list",
|
|
9192
9507
|
changeSetNotExist: "This change set does not exist or has been deleted",
|
|
9193
9508
|
tryAdjustFilters: "Try adjusting the filters or clear them",
|
|
9194
9509
|
// Change set list
|
|
@@ -10969,6 +11284,9 @@ const messages = {
|
|
|
10969
11284
|
},
|
|
10970
11285
|
rollupDebug: {
|
|
10971
11286
|
recalcDone: "Recalculation complete",
|
|
11287
|
+
objectMetadataIdPlaceholder: "Object Metadata ID",
|
|
11288
|
+
parentRecordIdPlaceholder: "Parent Record ID",
|
|
11289
|
+
rollupFieldIdPlaceholder: "Rollup Field ID",
|
|
10972
11290
|
batchRecalcDone: "Batch recalculation complete: {n} records",
|
|
10973
11291
|
pageTitle: "Rollup Debug Tool",
|
|
10974
11292
|
breadcrumbPlatformTools: "Platform Tools",
|
|
@@ -11705,6 +12023,12 @@ const messages = {
|
|
|
11705
12023
|
currentSpend: "Current spend",
|
|
11706
12024
|
monthlyBudget: "Monthly budget",
|
|
11707
12025
|
notConfigured: "Not configured",
|
|
12026
|
+
agentFallbackPrefix: "AI Employee",
|
|
12027
|
+
agentUnknown: "AI Employee (unknown)",
|
|
12028
|
+
setupNoticeBoth: "Monthly budget and AI usage pricing are not configured yet: usage is reported as-is. Configure a budget to enable utilization and cap controls; amounts take effect once a platform admin activates a rate card.",
|
|
12029
|
+
setupNoticeBudget: "Monthly budget is not configured yet: usage is reported as-is. Configure a budget to enable utilization and cap controls.",
|
|
12030
|
+
setupNoticePricing: "AI usage pricing is not configured yet: amounts are shown as ¥0 as-is. Ask a platform admin to configure and activate an AI usage rate card.",
|
|
12031
|
+
setupActionSmartCap: "Configure Smart Cap",
|
|
11708
12032
|
noBudgetConfigured: "No monthly budget configured",
|
|
11709
12033
|
noBudgetConfiguredDescription: "The detail sections below are aggregated from actual usage (tokens and cost). Current spend and projected month-end spend are shown truthfully; configure a budget to display the usage rate and cap controls.",
|
|
11710
12034
|
daysRemaining: "Days remaining",
|
|
@@ -12123,11 +12447,13 @@ const messages = {
|
|
|
12123
12447
|
summaryValue: "Estimated value",
|
|
12124
12448
|
includesOutcomeBilling: "Includes outcome billing",
|
|
12125
12449
|
tokenCostOnly: "Token cost only",
|
|
12450
|
+
billingPrivate: "Platform Admin only",
|
|
12451
|
+
billingPrivateNote: "Platform charge amounts are not published in demos or customer catalogs",
|
|
12126
12452
|
phaseIntentDesc: "Identify the business goal, key entities, and triggering context.",
|
|
12127
12453
|
phaseAgentMatchDesc: "Select the best-fit executing Agent, model, and capability set.",
|
|
12128
12454
|
phaseExecutionDesc: "Invoke tools, write back to CRM, and generate external or internal actions.",
|
|
12129
12455
|
phaseGuardrailDesc: "Validate amount, permissions, approvals, and the attribution chain.",
|
|
12130
|
-
phaseCompleteDesc: "Output results, outcome metrics, and
|
|
12456
|
+
phaseCompleteDesc: "Output results, outcome metrics, and auditable Outcome attribution signals.",
|
|
12131
12457
|
executionChainPreview: "Execution Chain Preview",
|
|
12132
12458
|
waitingExecution: "Waiting to execute",
|
|
12133
12459
|
scenarioSummary: "Scenario Summary",
|
|
@@ -12799,6 +13125,10 @@ const messages = {
|
|
|
12799
13125
|
wizard: {
|
|
12800
13126
|
step1Title: "Match Selection",
|
|
12801
13127
|
step2Title: "Field Mapping",
|
|
13128
|
+
convertTitle: "Convert Lead",
|
|
13129
|
+
accountLabel: "Account",
|
|
13130
|
+
contactLabel: "Contact",
|
|
13131
|
+
opportunityLabel: "Opportunity",
|
|
12802
13132
|
step3Title: "Confirm & Run",
|
|
12803
13133
|
matchScore: "Match score {score}",
|
|
12804
13134
|
mappingLinkExistingWithLabel: "Will link to existing record: {label}",
|
|
@@ -12850,6 +13180,53 @@ const messages = {
|
|
|
12850
13180
|
fieldsSection: "Fields",
|
|
12851
13181
|
functionsSection: "Functions",
|
|
12852
13182
|
},
|
|
13183
|
+
builder: {
|
|
13184
|
+
nullNoInput: "NULL does not require any additional input.",
|
|
13185
|
+
functionName: "Function Name",
|
|
13186
|
+
dateaddQuickSetup: "DATEADD Quick Setup",
|
|
13187
|
+
dateField: "Date Field",
|
|
13188
|
+
offsetAmount: "Offset Amount",
|
|
13189
|
+
offsetUnit: "Offset Unit",
|
|
13190
|
+
ifQuickSetup: "IF Quick Setup",
|
|
13191
|
+
conditionField: "Condition Field",
|
|
13192
|
+
conditionOperator: "Condition Operator",
|
|
13193
|
+
conditionValueType: "Condition Value Type",
|
|
13194
|
+
conditionValue: "Condition Value",
|
|
13195
|
+
returnsNull: "Returns NULL",
|
|
13196
|
+
noArguments: "This function does not take any arguments.",
|
|
13197
|
+
operator: "Operator",
|
|
13198
|
+
left: "Left",
|
|
13199
|
+
right: "Right",
|
|
13200
|
+
stringConcatenation: "String Concatenation (&)",
|
|
13201
|
+
negative: "Negative",
|
|
13202
|
+
constants: "Constants",
|
|
13203
|
+
field: "Field",
|
|
13204
|
+
compareTo: "Compare To",
|
|
13205
|
+
value: "Value",
|
|
13206
|
+
substituteValueType: "Substitute Value Type",
|
|
13207
|
+
substituteValue: "Substitute Value",
|
|
13208
|
+
picklistField: "Picklist Field",
|
|
13209
|
+
picklistValue: "Picklist Value",
|
|
13210
|
+
condition1: "Condition 1",
|
|
13211
|
+
condition2: "Condition 2",
|
|
13212
|
+
formulaPreview: "Formula Preview",
|
|
13213
|
+
placeholderExampleFormula: "For example: isActive = TRUE",
|
|
13214
|
+
placeholderExampleCondition: "For example: annualRevenue > 1000000",
|
|
13215
|
+
placeholderExamplePicklist: "For example: Closed Won",
|
|
13216
|
+
placeholderEnterText: "Enter text",
|
|
13217
|
+
messagePreviewFailed: "Preview evaluation failed.",
|
|
13218
|
+
messagePreviewRequestFailed: "Preview request failed: {error}",
|
|
13219
|
+
messagePicklistConversion: "TEXT(Picklist) Conversion",
|
|
13220
|
+
messagePicklistComparison: "Salesforce-style Picklist Comparison",
|
|
13221
|
+
messageArgCountOutOfRange: "Function argument count is out of range",
|
|
13222
|
+
descIspickval: "Use ISPICKVAL when you want to compare a picklist field against a specific label value.",
|
|
13223
|
+
descNoMatchingFunctions: "No matching functions",
|
|
13224
|
+
descNoMatchingFields: "No matching fields",
|
|
13225
|
+
messageSyntaxPassed: "Syntax check passed.",
|
|
13226
|
+
messageSelectFieldFirst: "Select a field first.",
|
|
13227
|
+
messagePreviewNotConfigured: "Preview is not configured.",
|
|
13228
|
+
messageConditionInserted: "Condition inserted.",
|
|
13229
|
+
},
|
|
12853
13230
|
batchRecalculate: {
|
|
12854
13231
|
title: "Batch Recalculate Formula Field",
|
|
12855
13232
|
skip: "Skip",
|
|
@@ -13160,6 +13537,49 @@ const messages = {
|
|
|
13160
13537
|
leaveCancel: "Stay",
|
|
13161
13538
|
},
|
|
13162
13539
|
recordPageBuilder: {
|
|
13540
|
+
inspector: {
|
|
13541
|
+
sectionTabsContainer: "Tabs Container",
|
|
13542
|
+
sectionTabProperties: "Tab Properties",
|
|
13543
|
+
sectionComponentProperties: "Component Properties",
|
|
13544
|
+
sectionVisibilityRules: "Visibility Rules",
|
|
13545
|
+
sectionCustomLwc: "Custom LWC",
|
|
13546
|
+
sectionCurrentScope: "Current Scope",
|
|
13547
|
+
sectionPageMap: "Page Map",
|
|
13548
|
+
titlePageScope: "Page Scope",
|
|
13549
|
+
labelLabel: "Label",
|
|
13550
|
+
placeholderComponentTitle: "Component title",
|
|
13551
|
+
labelRegion: "Region",
|
|
13552
|
+
labelConditionExpression: "Condition Expression",
|
|
13553
|
+
labelDeviceVisibility: "Device Visibility",
|
|
13554
|
+
labelLayout: "Layout",
|
|
13555
|
+
labelRelatedObjectApiName: "Related Object API Name",
|
|
13556
|
+
placeholderSelectRelatedObject: "Select a related object",
|
|
13557
|
+
labelRelationshipField: "Relationship Field",
|
|
13558
|
+
labelDisplayStyle: "Display Style",
|
|
13559
|
+
labelVisibleFields: "Visible Fields",
|
|
13560
|
+
labelSortField: "Sort Field",
|
|
13561
|
+
labelSortDirection: "Sort Direction",
|
|
13562
|
+
labelPageSize: "Page Size",
|
|
13563
|
+
labelDefaultTitle: "Default Title",
|
|
13564
|
+
labelContent: "Content",
|
|
13565
|
+
labelStageFieldApiName: "Stage Field API Name",
|
|
13566
|
+
labelStages: "Stages",
|
|
13567
|
+
placeholderOneStagePerLine: "One stage per line",
|
|
13568
|
+
placeholderStageExample: "Won",
|
|
13569
|
+
labelCurrentStage: "Current Stage",
|
|
13570
|
+
labelComponent: "Component",
|
|
13571
|
+
labelComponentApiName: "Component API Name",
|
|
13572
|
+
labelBundleUrl: "Bundle URL",
|
|
13573
|
+
labelBundleHash: "Bundle Hash",
|
|
13574
|
+
labelRuntimeStatus: "Runtime Status",
|
|
13575
|
+
okTextApply: "Apply",
|
|
13576
|
+
runtimeShellBadge: "Runtime Shell",
|
|
13577
|
+
componentCountLabel: "Component Count",
|
|
13578
|
+
noSavedPages: "No saved pages yet.",
|
|
13579
|
+
apiNameLabel: "API Name",
|
|
13580
|
+
atLeastOneTab: "At least one tab is required",
|
|
13581
|
+
bundleReadyBadge: "Bundle Ready",
|
|
13582
|
+
},
|
|
13163
13583
|
formError: {
|
|
13164
13584
|
nameRequired: "Please enter a page name",
|
|
13165
13585
|
internalNameRequired: "Please enter an internal name",
|
|
@@ -13212,6 +13632,12 @@ const messages = {
|
|
|
13212
13632
|
},
|
|
13213
13633
|
recordContextPacket: {
|
|
13214
13634
|
fieldRequiredHint: "This field affects relationship insights and follow-up action suggestions.",
|
|
13635
|
+
evidenceTitle: "Evidence",
|
|
13636
|
+
feedbackTitle: "Feedback",
|
|
13637
|
+
debugContextTitle: "Debug Context",
|
|
13638
|
+
commandDockTitle: "Command Dock",
|
|
13639
|
+
smartPasteLabel: "Smart Paste",
|
|
13640
|
+
runAgentLabel: "Run Agent",
|
|
13215
13641
|
inlineAssist: {
|
|
13216
13642
|
fillCritical: {
|
|
13217
13643
|
assist: "Fill in {fieldLabel} to improve the accuracy of summaries and action suggestions.",
|
|
@@ -14030,6 +14456,8 @@ const messages = {
|
|
|
14030
14456
|
},
|
|
14031
14457
|
kanban: {
|
|
14032
14458
|
cancel: "Cancel",
|
|
14459
|
+
cardDueSoon: "Due soon",
|
|
14460
|
+
cardRiskHigh: "High risk",
|
|
14033
14461
|
create: "Create",
|
|
14034
14462
|
loadFailed: "Load Failed",
|
|
14035
14463
|
moveFailed: "Move Failed",
|
|
@@ -14345,6 +14773,16 @@ const messages = {
|
|
|
14345
14773
|
title: "Page Builder",
|
|
14346
14774
|
newPage: "New Page",
|
|
14347
14775
|
edit: "Edit",
|
|
14776
|
+
newPageModal: {
|
|
14777
|
+
title: "New Page",
|
|
14778
|
+
pageNameLabel: "Page Name",
|
|
14779
|
+
apiNameLabel: "API Name",
|
|
14780
|
+
typeLabel: "Type",
|
|
14781
|
+
descriptionLabel: "Description",
|
|
14782
|
+
pageNameRequired: "Page Name is required",
|
|
14783
|
+
apiNameRequired: "API Name is required",
|
|
14784
|
+
apiNamePatternHint: "Use snake_case, starting with a letter",
|
|
14785
|
+
},
|
|
14348
14786
|
createSuccess: "Page created",
|
|
14349
14787
|
pageTypes: {
|
|
14350
14788
|
recordPage: "Record Page",
|
|
@@ -14733,6 +15171,18 @@ const messages = {
|
|
|
14733
15171
|
promotional: "Promotional",
|
|
14734
15172
|
useTemplate: "Use Template",
|
|
14735
15173
|
welcome: "Welcome",
|
|
15174
|
+
templates: {
|
|
15175
|
+
welcomeBasic: { name: "Welcome — Basic", description: "Clean welcome email with greeting and CTA button" },
|
|
15176
|
+
welcomeOnboarding: { name: "Welcome — Onboarding Steps", description: "Onboarding email with step-by-step guide" },
|
|
15177
|
+
promoSale: { name: "Promotional — Flash Sale", description: "Eye-catching promotional email for limited-time offers" },
|
|
15178
|
+
promoProductLaunch: { name: "Promotional — Product Launch", description: "Announce a new product or feature to your audience" },
|
|
15179
|
+
notifyReminder: { name: "Notification — Appointment Reminder", description: "Remind recipients about upcoming appointments or events" },
|
|
15180
|
+
notifyActionRequired: { name: "Notification — Action Required", description: "Alert recipients that an action is needed" },
|
|
15181
|
+
holidaySeason: { name: "Holiday — Season Greetings", description: "Warm holiday greetings for the festive season" },
|
|
15182
|
+
holidayNewYear: { name: "Holiday — New Year", description: "New Year celebration and wishes" },
|
|
15183
|
+
newsletterMonthly: { name: "Newsletter — Monthly Update", description: "Monthly newsletter with multiple content sections" },
|
|
15184
|
+
newsletterWeeklyDigest: { name: "Newsletter — Weekly Digest", description: "Compact weekly digest with top stories" },
|
|
15185
|
+
},
|
|
14736
15186
|
},
|
|
14737
15187
|
territory: {
|
|
14738
15188
|
typesUnavailable: "Territory Types are not yet available",
|
|
@@ -15292,6 +15742,15 @@ const messages = {
|
|
|
15292
15742
|
},
|
|
15293
15743
|
decisionConfig: {
|
|
15294
15744
|
title: "Decision Branch Configuration",
|
|
15745
|
+
outcomeLabel: "Outcome Label",
|
|
15746
|
+
outcomeApiName: "Outcome API Name",
|
|
15747
|
+
colResource: "Resource",
|
|
15748
|
+
colOperator: "Operator",
|
|
15749
|
+
colValue: "Value",
|
|
15750
|
+
defaultBadge: "Default",
|
|
15751
|
+
placeholderResource: "Resource",
|
|
15752
|
+
placeholderValue: "Value",
|
|
15753
|
+
addOutcome: "Add outcome",
|
|
15295
15754
|
description: "Create an Outcome for each automation path, and specify for each Outcome the conditions that must be met to take that path.",
|
|
15296
15755
|
noConditionWarning: "Please configure at least one decision branch, otherwise the flow cannot be activated",
|
|
15297
15756
|
deleteCondition: "Delete condition",
|
|
@@ -16169,6 +16628,9 @@ const messages = {
|
|
|
16169
16628
|
recordList: {
|
|
16170
16629
|
actions: "Actions",
|
|
16171
16630
|
refresh: "Refresh",
|
|
16631
|
+
density: "Row Density",
|
|
16632
|
+
densityCompact: "Compact",
|
|
16633
|
+
densityComfy: "Comfy",
|
|
16172
16634
|
export: "Export",
|
|
16173
16635
|
moreActions: "More Actions",
|
|
16174
16636
|
exportTitle: "Export Current List",
|
|
@@ -16408,6 +16870,7 @@ const messages = {
|
|
|
16408
16870
|
details: "Details",
|
|
16409
16871
|
saveSuccess: "Saved successfully",
|
|
16410
16872
|
saveFailed: "Save failed, please try again later",
|
|
16873
|
+
pathAriaLabel: "Sales path stages",
|
|
16411
16874
|
deleted: "Deleted {object} {name}",
|
|
16412
16875
|
deleteFailed: "Delete failed, please try again later",
|
|
16413
16876
|
deleteUndone: "Delete undone",
|
|
@@ -16427,6 +16890,7 @@ const messages = {
|
|
|
16427
16890
|
notFoundTitle: "Record Not Found",
|
|
16428
16891
|
notFoundSubtitle: "Record with ID {id} not found for {object}, it may have been deleted.",
|
|
16429
16892
|
backToList: "Back to List",
|
|
16893
|
+
backToListAndRefresh: "Back to list and refresh",
|
|
16430
16894
|
dataLoadFailed: "Data load failed",
|
|
16431
16895
|
retry: "Retry",
|
|
16432
16896
|
record: "Record",
|
|
@@ -16683,6 +17147,7 @@ const messages = {
|
|
|
16683
17147
|
},
|
|
16684
17148
|
conditionBuilder: {
|
|
16685
17149
|
selectField: "Select a field",
|
|
17150
|
+
valuePlaceholder: "Value",
|
|
16686
17151
|
deleteCondition: "Delete condition",
|
|
16687
17152
|
deleteConditionGroup: "Delete condition group",
|
|
16688
17153
|
addCondition: "Add condition",
|
|
@@ -16691,6 +17156,116 @@ const messages = {
|
|
|
16691
17156
|
rawModeDesc: "The current condition format cannot be parsed by the visual editor. Please edit the JSON directly or try switching to visual mode.",
|
|
16692
17157
|
switchToVisual: "Switch to visual mode",
|
|
16693
17158
|
},
|
|
17159
|
+
recordingPlayer: {
|
|
17160
|
+
sentimentTimeline: "Sentiment timeline",
|
|
17161
|
+
rewind5s: "Rewind 5 seconds",
|
|
17162
|
+
forward5s: "Forward 5 seconds",
|
|
17163
|
+
volume: "Volume",
|
|
17164
|
+
playbackSpeed: "Playback speed",
|
|
17165
|
+
},
|
|
17166
|
+
knowledgeBridge: {
|
|
17167
|
+
articleLoading: "Loading article…",
|
|
17168
|
+
articleNotFound: "Article not found",
|
|
17169
|
+
articleUnavailable: "The article you requested ({articleId}) is unavailable.",
|
|
17170
|
+
feedbackYes: "Yes",
|
|
17171
|
+
feedbackNo: "No",
|
|
17172
|
+
wasThisHelpful: "Was this helpful?",
|
|
17173
|
+
articleHelpful: "This article was helpful",
|
|
17174
|
+
articleNotHelpful: "This article was not helpful",
|
|
17175
|
+
caseLoading: "Loading case…",
|
|
17176
|
+
caseNotFound: "Case not found",
|
|
17177
|
+
caseUnavailable: "The case you requested ({caseId}) is unavailable.",
|
|
17178
|
+
commentPlaceholder: "Add a comment…",
|
|
17179
|
+
commentLabel: "Add a comment",
|
|
17180
|
+
searchPrompt: "Enter a search term to begin.",
|
|
17181
|
+
searching: "Searching…",
|
|
17182
|
+
searchPlaceholder: "Search knowledge articles…",
|
|
17183
|
+
searchLabel: "Search knowledge articles",
|
|
17184
|
+
},
|
|
17185
|
+
packageInstall: {
|
|
17186
|
+
title: "Install Metadata Package",
|
|
17187
|
+
installOk: "Install",
|
|
17188
|
+
localRegistryMode: "Local registry mode",
|
|
17189
|
+
localRegistryRoot: "Local registry root",
|
|
17190
|
+
},
|
|
17191
|
+
revisionHistory: {
|
|
17192
|
+
filterByAuthor: "Filter revision history by author",
|
|
17193
|
+
searchBySummary: "Search revision history by summary",
|
|
17194
|
+
},
|
|
17195
|
+
nwcRuntime: {
|
|
17196
|
+
artifactMissing: "Nexus Web Component artifact is missing",
|
|
17197
|
+
runtimeError: "Nexus Web Component runtime error",
|
|
17198
|
+
dataBridgeFailed: "Nexus Data Bridge failed",
|
|
17199
|
+
resolveFailed: "Some Nexus Web Components could not be resolved",
|
|
17200
|
+
},
|
|
17201
|
+
fieldLayoutEditor: {
|
|
17202
|
+
availableFields: "Available Fields",
|
|
17203
|
+
properties: "Properties",
|
|
17204
|
+
searchFieldsPlaceholder: "Search fields...",
|
|
17205
|
+
layoutSaved: "Layout saved",
|
|
17206
|
+
},
|
|
17207
|
+
playgroundSetup: {
|
|
17208
|
+
apiKeyLabel: "API Key",
|
|
17209
|
+
apiKeyPlaceholder: "Enter your API key",
|
|
17210
|
+
schemaLabel: "Schema",
|
|
17211
|
+
apiKeyValidated: "API Key validated successfully",
|
|
17212
|
+
},
|
|
17213
|
+
dashboardEditor: {
|
|
17214
|
+
noData: "No data",
|
|
17215
|
+
componentError: "Component Error",
|
|
17216
|
+
addReportComponent: "Add Report Component",
|
|
17217
|
+
layoutSaved: "Dashboard layout saved",
|
|
17218
|
+
},
|
|
17219
|
+
flowBuilderCanvas: {
|
|
17220
|
+
undoTitle: "Undo (Ctrl+Z)",
|
|
17221
|
+
redoTitle: "Redo (Ctrl+Shift+Z)",
|
|
17222
|
+
saveTitle: "Save",
|
|
17223
|
+
newVersionTitle: "New Version",
|
|
17224
|
+
activateTitle: "Activate",
|
|
17225
|
+
rollbackTitle: "Rollback",
|
|
17226
|
+
autoLayoutApplied: "Auto-Layout applied",
|
|
17227
|
+
switchedToFreeForm: "Switched to Free-Form",
|
|
17228
|
+
flowSaved: "Flow saved",
|
|
17229
|
+
},
|
|
17230
|
+
shortcutHelp: {
|
|
17231
|
+
title: "Keyboard Shortcuts",
|
|
17232
|
+
switchToView: "Switch to View 1–9",
|
|
17233
|
+
globalSection: "Global",
|
|
17234
|
+
recordDetailSection: "Record Detail",
|
|
17235
|
+
listViewSection: "List View",
|
|
17236
|
+
viewSwitchSection: "View Switch",
|
|
17237
|
+
macHint: "Shortcuts with ⌘ use Ctrl on Windows/Linux.",
|
|
17238
|
+
listHint: "List shortcuts (J/K/Enter/1-9) are disabled during editing.",
|
|
17239
|
+
def: {
|
|
17240
|
+
globalSearch: "Search / Command Palette",
|
|
17241
|
+
globalNew: "New Record",
|
|
17242
|
+
globalHelp: "Keyboard Shortcuts Help",
|
|
17243
|
+
recordEdit: "Edit Record",
|
|
17244
|
+
recordSave: "Save",
|
|
17245
|
+
recordClone: "Clone Record",
|
|
17246
|
+
recordDelete: "Delete Record",
|
|
17247
|
+
listNavDown: "Navigate Down",
|
|
17248
|
+
listNavUp: "Navigate Up",
|
|
17249
|
+
listOpen: "Open Record",
|
|
17250
|
+
switchToViewN: "Switch to View {n}",
|
|
17251
|
+
},
|
|
17252
|
+
},
|
|
17253
|
+
workspaceLogo: {
|
|
17254
|
+
uploadButton: "Upload",
|
|
17255
|
+
workspaceIdNotFound: "Workspace id not found",
|
|
17256
|
+
uploadSuccess: "Logo uploaded successfully",
|
|
17257
|
+
uploadFailed: "Failed to upload logo",
|
|
17258
|
+
removeSuccess: "Logo removed successfully",
|
|
17259
|
+
removeFailed: "Failed to remove logo",
|
|
17260
|
+
},
|
|
17261
|
+
reportDesigner: {
|
|
17262
|
+
fieldsTitle: "Fields",
|
|
17263
|
+
columnsLabel: "Columns (drag fields here)",
|
|
17264
|
+
groupByLabel: "Group By",
|
|
17265
|
+
summaryLabel: "Summary (aggregations)",
|
|
17266
|
+
previewTitle: "Preview",
|
|
17267
|
+
configSaved: "Report config saved",
|
|
17268
|
+
},
|
|
16694
17269
|
workflowRulesPage: {
|
|
16695
17270
|
layoutTitle: "Flow / Approvals",
|
|
16696
17271
|
breadcrumbWorkspace: "Workspace",
|
|
@@ -16899,6 +17474,33 @@ const messages = {
|
|
|
16899
17474
|
abortSuccess: "Batch job aborted",
|
|
16900
17475
|
abortError: "Abort failed: {message}",
|
|
16901
17476
|
},
|
|
17477
|
+
platformCommercialPricing: {
|
|
17478
|
+
actionSucceeded: "Action completed",
|
|
17479
|
+
actionFailed: "Action failed. Confirm step-up verification and retry.",
|
|
17480
|
+
catalog: "Commercial Catalog",
|
|
17481
|
+
promotions: "Promotions",
|
|
17482
|
+
agreements: "Customer Agreements",
|
|
17483
|
+
version: "Version",
|
|
17484
|
+
status: "Status",
|
|
17485
|
+
currency: "Currency",
|
|
17486
|
+
effectiveFrom: "Effective From",
|
|
17487
|
+
entries: "Price Entries",
|
|
17488
|
+
actions: "Actions",
|
|
17489
|
+
activate: "Activate",
|
|
17490
|
+
retire: "Retire",
|
|
17491
|
+
suspend: "Suspend",
|
|
17492
|
+
code: "Code",
|
|
17493
|
+
benefit: "Benefit Rule",
|
|
17494
|
+
scope: "Scope",
|
|
17495
|
+
workspace: "Workspace",
|
|
17496
|
+
agreementKey: "Agreement",
|
|
17497
|
+
contractEvidence: "Contract Evidence",
|
|
17498
|
+
overrides: "Contracted Prices",
|
|
17499
|
+
privateNotice: "Platform prices are managed only here. Customers see only their own contracts and formal invoices.",
|
|
17500
|
+
workspaceFilter: "Filter by workspace UUID",
|
|
17501
|
+
loadFailed: "Failed to load",
|
|
17502
|
+
retry: "Retry",
|
|
17503
|
+
},
|
|
16902
17504
|
platformAdmin: {
|
|
16903
17505
|
menuChannelProvider: "Messaging Channels",
|
|
16904
17506
|
adminPanelUi: {
|
|
@@ -17686,6 +18288,9 @@ const messages = {
|
|
|
17686
18288
|
menuOpsSubscriptions: "Subscriptions",
|
|
17687
18289
|
menuOpsHealth: "Tenant Health",
|
|
17688
18290
|
menuOpsBilling: "Billing Overview",
|
|
18291
|
+
menuCommercialCatalog: "Commercial Catalog",
|
|
18292
|
+
menuPromotions: "Promotions",
|
|
18293
|
+
menuCustomerAgreements: "Customer Agreements",
|
|
17689
18294
|
menuOpsRenewals: "Renewals",
|
|
17690
18295
|
menuAiProvider: "AI Provider",
|
|
17691
18296
|
menuDemoAccess: "Demo Access",
|
|
@@ -19251,6 +19856,38 @@ const messages = {
|
|
|
19251
19856
|
billingTierFull: "Full billing",
|
|
19252
19857
|
billingTierHalf: "Half billing",
|
|
19253
19858
|
billingTierNone: "No billing",
|
|
19859
|
+
opsAgentPrefix: "AI Employee",
|
|
19860
|
+
opsAgentUnknown: "AI Employee (unknown)",
|
|
19861
|
+
opsScoringAgentActions: "{count} agent actions",
|
|
19862
|
+
opsScoringTotalActions: "{count} actions total",
|
|
19863
|
+
opsScoringRawRatio: "raw ratio {percent}",
|
|
19864
|
+
opsScoringWeighted: "weighted score {score}",
|
|
19865
|
+
opsOutcomeType: {
|
|
19866
|
+
lead_created: "Lead created",
|
|
19867
|
+
mql: "Marketing-qualified lead",
|
|
19868
|
+
opportunity_created: "Opportunity created",
|
|
19869
|
+
opportunity_won: "Opportunity won",
|
|
19870
|
+
customer_activated: "Customer activated",
|
|
19871
|
+
case_closed: "Case closed",
|
|
19872
|
+
},
|
|
19873
|
+
opsBillingStatus: {
|
|
19874
|
+
pending: "Pending",
|
|
19875
|
+
confirmed: "Confirmed",
|
|
19876
|
+
waived: "Waived",
|
|
19877
|
+
cancelled: "Cancelled",
|
|
19878
|
+
},
|
|
19879
|
+
opsDisputeStatus: {
|
|
19880
|
+
none: "No dispute",
|
|
19881
|
+
open: "Dispute open",
|
|
19882
|
+
raised: "Raised",
|
|
19883
|
+
reviewing: "Reviewing",
|
|
19884
|
+
resolved: "Resolved",
|
|
19885
|
+
},
|
|
19886
|
+
opsBillingTier: {
|
|
19887
|
+
full: "Full billing",
|
|
19888
|
+
half: "Half billing",
|
|
19889
|
+
none: "No billing",
|
|
19890
|
+
},
|
|
19254
19891
|
},
|
|
19255
19892
|
homeDashboard: {
|
|
19256
19893
|
saveSuccess: "__EN_TODO__: 首页配置已保存",
|
|
@@ -20158,7 +20795,7 @@ const messages = {
|
|
|
20158
20795
|
opportunityDetail: {
|
|
20159
20796
|
quotesTab: "Quotes",
|
|
20160
20797
|
contactsTab: "Contact Roles",
|
|
20161
|
-
tasksTab: "
|
|
20798
|
+
tasksTab: "Tasks",
|
|
20162
20799
|
backToPipeline: "Back to Pipeline",
|
|
20163
20800
|
openForecast: "Open Forecast",
|
|
20164
20801
|
},
|