@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
|
@@ -25,6 +25,84 @@ export declare const locales: {
|
|
|
25
25
|
finish: string;
|
|
26
26
|
unselected: string;
|
|
27
27
|
};
|
|
28
|
+
builder: {
|
|
29
|
+
labelPlaceholder: string;
|
|
30
|
+
apiNamePlaceholder: string;
|
|
31
|
+
flowType: string;
|
|
32
|
+
selectObject: string;
|
|
33
|
+
object: string;
|
|
34
|
+
configureTrigger: string;
|
|
35
|
+
triggerCreated: string;
|
|
36
|
+
triggerUpdated: string;
|
|
37
|
+
triggerCreatedOrUpdated: string;
|
|
38
|
+
triggerDeleted: string;
|
|
39
|
+
setEntryConditions: string;
|
|
40
|
+
conditionRequirements: string;
|
|
41
|
+
conditions: string;
|
|
42
|
+
optimizeFlow: string;
|
|
43
|
+
scheduleSettings: string;
|
|
44
|
+
frequency: string;
|
|
45
|
+
startDate: string;
|
|
46
|
+
startTime: string;
|
|
47
|
+
platformEvent: string;
|
|
48
|
+
eventApiName: string;
|
|
49
|
+
screenEntry: string;
|
|
50
|
+
entryMode: string;
|
|
51
|
+
designerNotes: string;
|
|
52
|
+
action: string;
|
|
53
|
+
howToSetFieldValues: string;
|
|
54
|
+
setFieldValuesManually: string;
|
|
55
|
+
useVariablesAndFormulas: string;
|
|
56
|
+
fieldMappingsReady: string;
|
|
57
|
+
recordOrRecordId: string;
|
|
58
|
+
setFieldValues: string;
|
|
59
|
+
pauseType: string;
|
|
60
|
+
timeSource: string;
|
|
61
|
+
offsetNumberOptions: string;
|
|
62
|
+
scheduleSummary: string;
|
|
63
|
+
defaultOutcome: string;
|
|
64
|
+
outcomeOrder: string;
|
|
65
|
+
toolbox: string;
|
|
66
|
+
searchThisFlow: string;
|
|
67
|
+
closeInspector: string;
|
|
68
|
+
debugData: string;
|
|
69
|
+
daysAfterSource: string;
|
|
70
|
+
durationAfterSource: string;
|
|
71
|
+
durationOnly: string;
|
|
72
|
+
pauseUntilDate: string;
|
|
73
|
+
pauseUntilEvent: string;
|
|
74
|
+
unitMinutes: string;
|
|
75
|
+
unitHours: string;
|
|
76
|
+
unitDays: string;
|
|
77
|
+
timeSourceCloseDate: string;
|
|
78
|
+
optimizationFastFieldUpdates: string;
|
|
79
|
+
optimizationActionsAndRelatedRecords: string;
|
|
80
|
+
scheduleDaily: string;
|
|
81
|
+
scheduleWeekly: string;
|
|
82
|
+
scheduleOnce: string;
|
|
83
|
+
entryAppPage: string;
|
|
84
|
+
entryQuickAction: string;
|
|
85
|
+
entryUtilityBar: string;
|
|
86
|
+
summaryTrigger: string;
|
|
87
|
+
summaryOptimizeFor: string;
|
|
88
|
+
summarySchedule: string;
|
|
89
|
+
summaryStartAt: string;
|
|
90
|
+
summaryEvent: string;
|
|
91
|
+
summaryRunType: string;
|
|
92
|
+
summaryEntry: string;
|
|
93
|
+
summaryInteraction: string;
|
|
94
|
+
summaryInvocation: string;
|
|
95
|
+
summaryStatus: string;
|
|
96
|
+
notSet: string;
|
|
97
|
+
platformEventReceived: string;
|
|
98
|
+
runTypeAutolaunched: string;
|
|
99
|
+
guidedScreenExperience: string;
|
|
100
|
+
runTypeUserFacing: string;
|
|
101
|
+
invokedByFlowsActionsAi: string;
|
|
102
|
+
noExplicitTrigger: string;
|
|
103
|
+
runTypeBackground: string;
|
|
104
|
+
selectFlowTypeToConfigureStart: string;
|
|
105
|
+
};
|
|
28
106
|
flowType: {
|
|
29
107
|
unselected: string;
|
|
30
108
|
recordTriggered: {
|
|
@@ -347,6 +425,16 @@ export declare const locales: {
|
|
|
347
425
|
breadcrumbAi: string;
|
|
348
426
|
breadcrumbAgents: string;
|
|
349
427
|
breadcrumbConfigure: string;
|
|
428
|
+
fieldNamePlaceholder: string;
|
|
429
|
+
fieldIconPlaceholder: string;
|
|
430
|
+
typeSales: string;
|
|
431
|
+
typeService: string;
|
|
432
|
+
typeAnalytics: string;
|
|
433
|
+
typeAdmin: string;
|
|
434
|
+
typeCustom: string;
|
|
435
|
+
modelTier1: string;
|
|
436
|
+
modelTier2: string;
|
|
437
|
+
modelTier3: string;
|
|
350
438
|
breadcrumbExecutionLogs: string;
|
|
351
439
|
breadcrumbExecutionDetail: string;
|
|
352
440
|
listTitle: string;
|
|
@@ -836,17 +924,29 @@ export declare const locales: {
|
|
|
836
924
|
app: {
|
|
837
925
|
restoringSession: string;
|
|
838
926
|
enteringSystem: string;
|
|
927
|
+
crm: string;
|
|
928
|
+
marketing: string;
|
|
929
|
+
service: string;
|
|
839
930
|
partner: string;
|
|
840
931
|
platform: string;
|
|
932
|
+
settings: string;
|
|
841
933
|
};
|
|
842
934
|
appDescription: {
|
|
935
|
+
crm: string;
|
|
936
|
+
marketing: string;
|
|
937
|
+
service: string;
|
|
843
938
|
partner: string;
|
|
939
|
+
platform: string;
|
|
940
|
+
settings: string;
|
|
844
941
|
};
|
|
845
942
|
common: {
|
|
846
943
|
featureNotAvailable: string;
|
|
847
944
|
confirm: string;
|
|
848
945
|
cancel: string;
|
|
849
946
|
save: string;
|
|
947
|
+
saved: string;
|
|
948
|
+
created: string;
|
|
949
|
+
saveFailed: string;
|
|
850
950
|
delete: string;
|
|
851
951
|
edit: string;
|
|
852
952
|
create: string;
|
|
@@ -899,6 +999,9 @@ export declare const locales: {
|
|
|
899
999
|
opportunity: string;
|
|
900
1000
|
task: string;
|
|
901
1001
|
report: string;
|
|
1002
|
+
workbench: string;
|
|
1003
|
+
account_folder: string;
|
|
1004
|
+
reports: string;
|
|
902
1005
|
crm: {
|
|
903
1006
|
dashboard: string;
|
|
904
1007
|
salesLead: string;
|
|
@@ -908,6 +1011,7 @@ export declare const locales: {
|
|
|
908
1011
|
contactAll: string;
|
|
909
1012
|
salesFolder: string;
|
|
910
1013
|
salesOpportunity: string;
|
|
1014
|
+
forecastCenter: string;
|
|
911
1015
|
cpqFolder: string;
|
|
912
1016
|
cpqProduct: string;
|
|
913
1017
|
cpqPriceBook: string;
|
|
@@ -1143,6 +1247,16 @@ export declare const locales: {
|
|
|
1143
1247
|
department: string;
|
|
1144
1248
|
division: string;
|
|
1145
1249
|
email: string;
|
|
1250
|
+
username: string;
|
|
1251
|
+
enterUsername: string;
|
|
1252
|
+
usernameTaken: string;
|
|
1253
|
+
passwordResetSent: string;
|
|
1254
|
+
passwordResetFailed: string;
|
|
1255
|
+
activationFailed: string;
|
|
1256
|
+
createUserFailed: string;
|
|
1257
|
+
resendActivationFailed: string;
|
|
1258
|
+
freezeUserFailed: string;
|
|
1259
|
+
unfreezeUserFailed: string;
|
|
1146
1260
|
enterFirstName: string;
|
|
1147
1261
|
enterLastName: string;
|
|
1148
1262
|
extension: string;
|
|
@@ -1273,6 +1387,7 @@ export declare const locales: {
|
|
|
1273
1387
|
emailCodeResendIn: string;
|
|
1274
1388
|
emailCodeInvalid: string;
|
|
1275
1389
|
emailCodeSendFailed: string;
|
|
1390
|
+
emailVerified: string;
|
|
1276
1391
|
orgSelectionTitle: string;
|
|
1277
1392
|
changeEmail: string;
|
|
1278
1393
|
aiHeroTitleLead: string;
|
|
@@ -1994,8 +2109,22 @@ export declare const locales: {
|
|
|
1994
2109
|
cancelWarningItem3: string;
|
|
1995
2110
|
cancelWarningItem4: string;
|
|
1996
2111
|
planCycleCaption: string;
|
|
2112
|
+
quoteRequired: string;
|
|
2113
|
+
quoteRequiredDesc: string;
|
|
1997
2114
|
loadFailed: string;
|
|
1998
2115
|
loadFailedDesc: string;
|
|
2116
|
+
opsPlanHealth: string;
|
|
2117
|
+
opsQuotaRisk: string;
|
|
2118
|
+
opsPendingInvoice: string;
|
|
2119
|
+
opsNextActions: string;
|
|
2120
|
+
opsCycleProgress: string;
|
|
2121
|
+
opsDaysUntilNextBill: string;
|
|
2122
|
+
opsBillDueToday: string;
|
|
2123
|
+
opsQuotaHealthy: string;
|
|
2124
|
+
opsInvoiceDegraded: string;
|
|
2125
|
+
opsActionViewUsage: string;
|
|
2126
|
+
opsActionSmartCap: string;
|
|
2127
|
+
opsActionContactSales: string;
|
|
1999
2128
|
enterpriseQuotaSaveSuccess: string;
|
|
2000
2129
|
enterpriseQuotaSaveFailed: string;
|
|
2001
2130
|
enterpriseQuotaConfigTitle: string;
|
|
@@ -2715,6 +2844,16 @@ export declare const locales: {
|
|
|
2715
2844
|
};
|
|
2716
2845
|
developer: {
|
|
2717
2846
|
apiCredentials: string;
|
|
2847
|
+
pluginSubmit: {
|
|
2848
|
+
pluginNameLabel: string;
|
|
2849
|
+
displayNameLabel: string;
|
|
2850
|
+
versionLabel: string;
|
|
2851
|
+
descriptionLabel: string;
|
|
2852
|
+
authorLabel: string;
|
|
2853
|
+
categoryLabel: string;
|
|
2854
|
+
permissionsLabel: string;
|
|
2855
|
+
sourceBundleUrlLabel: string;
|
|
2856
|
+
};
|
|
2718
2857
|
credentialsUnavailable: string;
|
|
2719
2858
|
credentialsUnavailableReason: string;
|
|
2720
2859
|
dashboard: string;
|
|
@@ -2919,6 +3058,7 @@ export declare const locales: {
|
|
|
2919
3058
|
pluginDisabled: string;
|
|
2920
3059
|
noInstalled: string;
|
|
2921
3060
|
permissionConfirm: string;
|
|
3061
|
+
permissionWarning: string;
|
|
2922
3062
|
permissions: string;
|
|
2923
3063
|
rateSuccess: string;
|
|
2924
3064
|
ratings: string;
|
|
@@ -2929,15 +3069,68 @@ export declare const locales: {
|
|
|
2929
3069
|
};
|
|
2930
3070
|
namedCredentials: {
|
|
2931
3071
|
title: string;
|
|
3072
|
+
rotate: string;
|
|
3073
|
+
detailName: string;
|
|
3074
|
+
detailType: string;
|
|
3075
|
+
detailStatus: string;
|
|
3076
|
+
detailEndpoint: string;
|
|
3077
|
+
detailDescription: string;
|
|
3078
|
+
detailCreatedBy: string;
|
|
3079
|
+
detailLastUsed: string;
|
|
3080
|
+
neverUsed: string;
|
|
3081
|
+
noConfigurationData: string;
|
|
3082
|
+
selectCredentialForAudit: string;
|
|
3083
|
+
tokenUrl: string;
|
|
3084
|
+
clientId: string;
|
|
3085
|
+
clientSecret: string;
|
|
3086
|
+
scopes: string;
|
|
3087
|
+
apiKey: string;
|
|
3088
|
+
headerName: string;
|
|
3089
|
+
username: string;
|
|
3090
|
+
password: string;
|
|
3091
|
+
certificate: string;
|
|
3092
|
+
privateKey: string;
|
|
3093
|
+
deleteConfirmTitle: string;
|
|
3094
|
+
filterByType: string;
|
|
3095
|
+
nameLabel: string;
|
|
3096
|
+
descriptionLabel: string;
|
|
3097
|
+
endpointUrl: string;
|
|
3098
|
+
credentialType: string;
|
|
3099
|
+
selectType: string;
|
|
3100
|
+
newApiKey: string;
|
|
3101
|
+
enterNewApiKey: string;
|
|
3102
|
+
basicInfo: string;
|
|
3103
|
+
configurationMasked: string;
|
|
3104
|
+
selectCredential: string;
|
|
3105
|
+
createdMsg: string;
|
|
3106
|
+
updatedMsg: string;
|
|
3107
|
+
deletedMsg: string;
|
|
3108
|
+
rotatedMsg: string;
|
|
2932
3109
|
};
|
|
2933
3110
|
oauth2: {
|
|
2934
3111
|
clients: string;
|
|
2935
3112
|
createApp: string;
|
|
3113
|
+
clientIdLabel: string;
|
|
3114
|
+
clientSecretLabel: string;
|
|
3115
|
+
secretSaveNowHint: string;
|
|
3116
|
+
appNameLabel: string;
|
|
3117
|
+
descriptionLabel: string;
|
|
3118
|
+
redirectUrisLabel: string;
|
|
3119
|
+
allowedScopesLabel: string;
|
|
3120
|
+
copied: string;
|
|
3121
|
+
clientCreatedTitle: string;
|
|
2936
3122
|
};
|
|
2937
3123
|
plugins: {
|
|
2938
3124
|
configSaved: string;
|
|
2939
3125
|
configuration: string;
|
|
2940
3126
|
details: string;
|
|
3127
|
+
installationIdLabel: string;
|
|
3128
|
+
pluginIdLabel: string;
|
|
3129
|
+
versionLabel: string;
|
|
3130
|
+
configJsonLabel: string;
|
|
3131
|
+
targetVersionPlaceholder: string;
|
|
3132
|
+
rollbackConfirmTitle: string;
|
|
3133
|
+
invalidJson: string;
|
|
2941
3134
|
permissions: string;
|
|
2942
3135
|
rollback: string;
|
|
2943
3136
|
rolledBack: string;
|
|
@@ -2959,6 +3152,29 @@ export declare const locales: {
|
|
|
2959
3152
|
title: string;
|
|
2960
3153
|
performanceUnavailable: string;
|
|
2961
3154
|
performanceUnavailableReason: string;
|
|
3155
|
+
deactivate: string;
|
|
3156
|
+
jobLabel: string;
|
|
3157
|
+
statusLabel: string;
|
|
3158
|
+
deactivateConfirmTitle: string;
|
|
3159
|
+
createPolicyTitle: string;
|
|
3160
|
+
objectLabel: string;
|
|
3161
|
+
objectPlaceholder: string;
|
|
3162
|
+
fieldLabel: string;
|
|
3163
|
+
fieldPlaceholder: string;
|
|
3164
|
+
searchable: string;
|
|
3165
|
+
statTotalEncryptedFields: string;
|
|
3166
|
+
statActiveKeys: string;
|
|
3167
|
+
statPoliciesWithRecords: string;
|
|
3168
|
+
statEncryptedRecordsPerPolicy: string;
|
|
3169
|
+
statPerformanceMetrics: string;
|
|
3170
|
+
keyHistory: string;
|
|
3171
|
+
rotateConfirmTitle: string;
|
|
3172
|
+
reEncryption: string;
|
|
3173
|
+
selectPolicyToReEncrypt: string;
|
|
3174
|
+
policyCreatedMsg: string;
|
|
3175
|
+
policyDeactivatedMsg: string;
|
|
3176
|
+
keyRotatedMsg: string;
|
|
3177
|
+
reEncryptionTriggeredMsg: string;
|
|
2962
3178
|
};
|
|
2963
3179
|
webhooks: {
|
|
2964
3180
|
dlq: string;
|
|
@@ -3178,6 +3394,12 @@ export declare const locales: {
|
|
|
3178
3394
|
breadcrumbWorkspace: string;
|
|
3179
3395
|
breadcrumbSecurity: string;
|
|
3180
3396
|
breadcrumbNew: string;
|
|
3397
|
+
entityIdAddon: string;
|
|
3398
|
+
namePlaceholder: string;
|
|
3399
|
+
entityIdLabel: string;
|
|
3400
|
+
idpIssuerLabel: string;
|
|
3401
|
+
idpSsoUrlLabel: string;
|
|
3402
|
+
x509CertLabel: string;
|
|
3181
3403
|
sectionName: string;
|
|
3182
3404
|
sectionNameDesc: string;
|
|
3183
3405
|
nameRequired: string;
|
|
@@ -4338,6 +4560,10 @@ export declare const locales: {
|
|
|
4338
4560
|
agentChat: {
|
|
4339
4561
|
agentReply: string;
|
|
4340
4562
|
auditChainEnabled: string;
|
|
4563
|
+
planLabel: string;
|
|
4564
|
+
agentBrand: string;
|
|
4565
|
+
aglPipeline: string;
|
|
4566
|
+
tokensLabel: string;
|
|
4341
4567
|
chainStable: string;
|
|
4342
4568
|
composingReply: string;
|
|
4343
4569
|
continuePrompt: string;
|
|
@@ -4407,6 +4633,7 @@ export declare const locales: {
|
|
|
4407
4633
|
};
|
|
4408
4634
|
agentDemo: {
|
|
4409
4635
|
attributionScore: string;
|
|
4636
|
+
outcomeGuardrailTag: string;
|
|
4410
4637
|
billingSummaryTitle: string;
|
|
4411
4638
|
billingTier: string;
|
|
4412
4639
|
customInputPlaceholder: string;
|
|
@@ -4648,6 +4875,7 @@ export declare const locales: {
|
|
|
4648
4875
|
colSteps: string;
|
|
4649
4876
|
colParticipation: string;
|
|
4650
4877
|
colBillingTier: string;
|
|
4878
|
+
viewLog: string;
|
|
4651
4879
|
statTotalTokens: string;
|
|
4652
4880
|
statTotalCost: string;
|
|
4653
4881
|
statRemainingQuota: string;
|
|
@@ -8106,7 +8334,13 @@ export declare const locales: {
|
|
|
8106
8334
|
common: {
|
|
8107
8335
|
cancel: string;
|
|
8108
8336
|
};
|
|
8337
|
+
readOnlyTag: string;
|
|
8338
|
+
siteCol: string;
|
|
8339
|
+
statusCol: string;
|
|
8340
|
+
searchLabel: string;
|
|
8341
|
+
reassignTitle: string;
|
|
8109
8342
|
link: {
|
|
8343
|
+
contactIdUuidLabel: string;
|
|
8110
8344
|
noResult: string;
|
|
8111
8345
|
linked: string;
|
|
8112
8346
|
failed: string;
|
|
@@ -8158,6 +8392,30 @@ export declare const locales: {
|
|
|
8158
8392
|
breadcrumbPlatform: string;
|
|
8159
8393
|
refresh: string;
|
|
8160
8394
|
status: {
|
|
8395
|
+
conflictedTag: string;
|
|
8396
|
+
resolvedTag: string;
|
|
8397
|
+
noneTag: string;
|
|
8398
|
+
retry: string;
|
|
8399
|
+
pushAria: string;
|
|
8400
|
+
pullAria: string;
|
|
8401
|
+
refreshAria: string;
|
|
8402
|
+
contractNoteAlert: string;
|
|
8403
|
+
diffInspectionAlert: string;
|
|
8404
|
+
conflictMarkersAlert: string;
|
|
8405
|
+
colFilePath: string;
|
|
8406
|
+
colChangeType: string;
|
|
8407
|
+
colSource: string;
|
|
8408
|
+
colLastModified: string;
|
|
8409
|
+
colConflictStatus: string;
|
|
8410
|
+
colActions: string;
|
|
8411
|
+
changeTypeModified: string;
|
|
8412
|
+
changeTypeAdded: string;
|
|
8413
|
+
changeTypeDeleted: string;
|
|
8414
|
+
pullModalTitle: string;
|
|
8415
|
+
pullOkText: string;
|
|
8416
|
+
pushButton: string;
|
|
8417
|
+
pullButton: string;
|
|
8418
|
+
lastModifiedPrefix: string;
|
|
8161
8419
|
pushSubmitted: string;
|
|
8162
8420
|
noPushableDeletes: string;
|
|
8163
8421
|
confirmPushDeletes: string;
|
|
@@ -8177,6 +8435,29 @@ export declare const locales: {
|
|
|
8177
8435
|
unsupportedPull: string;
|
|
8178
8436
|
};
|
|
8179
8437
|
baseline: {
|
|
8438
|
+
retry: string;
|
|
8439
|
+
historyTitle: string;
|
|
8440
|
+
pullFromRemoteAria: string;
|
|
8441
|
+
refreshAria: string;
|
|
8442
|
+
resetAria: string;
|
|
8443
|
+
setBaselineAria: string;
|
|
8444
|
+
contractNoteAlert: string;
|
|
8445
|
+
currentBaselineTitle: string;
|
|
8446
|
+
colBaselineId: string;
|
|
8447
|
+
colAvailable: string;
|
|
8448
|
+
colRevision: string;
|
|
8449
|
+
colSource: string;
|
|
8450
|
+
colAuthor: string;
|
|
8451
|
+
colCreatedAt: string;
|
|
8452
|
+
colDescription: string;
|
|
8453
|
+
setBaselineTitle: string;
|
|
8454
|
+
setBaselineOk: string;
|
|
8455
|
+
baselineDescriptionLabel: string;
|
|
8456
|
+
pullFromRemoteButton: string;
|
|
8457
|
+
resetTrackingButton: string;
|
|
8458
|
+
setBaselineButton: string;
|
|
8459
|
+
availableTag: string;
|
|
8460
|
+
unavailableTag: string;
|
|
8180
8461
|
rebuildSubmitted: string;
|
|
8181
8462
|
setFailed: string;
|
|
8182
8463
|
confirmReset: string;
|
|
@@ -8201,6 +8482,25 @@ export declare const locales: {
|
|
|
8201
8482
|
descPlaceholder: string;
|
|
8202
8483
|
};
|
|
8203
8484
|
conflict: {
|
|
8485
|
+
unresolved: string;
|
|
8486
|
+
pageTitle: string;
|
|
8487
|
+
refreshContentAria: string;
|
|
8488
|
+
markResolvedAria: string;
|
|
8489
|
+
contractNoteAlert: string;
|
|
8490
|
+
conflictFileTitle: string;
|
|
8491
|
+
selectFileLabel: string;
|
|
8492
|
+
colPath: string;
|
|
8493
|
+
colMarkers: string;
|
|
8494
|
+
colResolutionState: string;
|
|
8495
|
+
colBackendAction: string;
|
|
8496
|
+
sideBySideTitle: string;
|
|
8497
|
+
conflictMarkersTitle: string;
|
|
8498
|
+
breadcrumbSourceTracking: string;
|
|
8499
|
+
breadcrumbConflictResolution: string;
|
|
8500
|
+
markResolvedButton: string;
|
|
8501
|
+
readyToSubmitTag: string;
|
|
8502
|
+
pendingSelectionTag: string;
|
|
8503
|
+
resolvedVia: string;
|
|
8204
8504
|
resolved: string;
|
|
8205
8505
|
subtitle: string;
|
|
8206
8506
|
contractNote: string;
|
|
@@ -8762,6 +9062,14 @@ export declare const locales: {
|
|
|
8762
9062
|
executionLogTitle: string;
|
|
8763
9063
|
noExecutionRecords: string;
|
|
8764
9064
|
executionLogReplay: string;
|
|
9065
|
+
stepGuardrail: string;
|
|
9066
|
+
stepThought: string;
|
|
9067
|
+
stepAction: string;
|
|
9068
|
+
stepObservation: string;
|
|
9069
|
+
labelModel: string;
|
|
9070
|
+
labelDuration: string;
|
|
9071
|
+
labelTokens: string;
|
|
9072
|
+
confidencePercent: string;
|
|
8765
9073
|
totalSteps: string;
|
|
8766
9074
|
totalTokens: string;
|
|
8767
9075
|
totalDuration: string;
|
|
@@ -9151,6 +9459,33 @@ export declare const locales: {
|
|
|
9151
9459
|
};
|
|
9152
9460
|
};
|
|
9153
9461
|
deploymentPages: {
|
|
9462
|
+
envProduction: string;
|
|
9463
|
+
envDevelopmentSandbox: string;
|
|
9464
|
+
historyTitle: string;
|
|
9465
|
+
historySubtitle: string;
|
|
9466
|
+
backToList: string;
|
|
9467
|
+
resultPlaceholder: string;
|
|
9468
|
+
envTestSandbox: string;
|
|
9469
|
+
createChangeSetTitle: string;
|
|
9470
|
+
changeSetNameLabel: string;
|
|
9471
|
+
changeSetNamePlaceholder: string;
|
|
9472
|
+
changeSetDescriptionLabel: string;
|
|
9473
|
+
changeSetDescriptionPlaceholder: string;
|
|
9474
|
+
sourceEnvFieldLabel: string;
|
|
9475
|
+
sourceEnvironmentPlaceholder: string;
|
|
9476
|
+
targetEnvFieldLabel: string;
|
|
9477
|
+
targetEnvironmentPlaceholder: string;
|
|
9478
|
+
pageTitle: string;
|
|
9479
|
+
searchChangeSetsPlaceholder: string;
|
|
9480
|
+
statusFilterPlaceholder: string;
|
|
9481
|
+
changeSetCreated: string;
|
|
9482
|
+
sandboxLabel: string;
|
|
9483
|
+
nameRequired: string;
|
|
9484
|
+
sourceRequired: string;
|
|
9485
|
+
targetRequired: string;
|
|
9486
|
+
pageSubtitle: string;
|
|
9487
|
+
deleteTooltip: string;
|
|
9488
|
+
deleteDisabledTooltip: string;
|
|
9154
9489
|
colName: string;
|
|
9155
9490
|
colStatus: string;
|
|
9156
9491
|
colComponentCount: string;
|
|
@@ -9179,7 +9514,6 @@ export declare const locales: {
|
|
|
9179
9514
|
loadFailed: string;
|
|
9180
9515
|
loadFailedMessage: string;
|
|
9181
9516
|
notFound: string;
|
|
9182
|
-
backToList: string;
|
|
9183
9517
|
changeSetNotExist: string;
|
|
9184
9518
|
tryAdjustFilters: string;
|
|
9185
9519
|
changeSetDeleted: string;
|
|
@@ -10954,6 +11288,9 @@ export declare const locales: {
|
|
|
10954
11288
|
};
|
|
10955
11289
|
rollupDebug: {
|
|
10956
11290
|
recalcDone: string;
|
|
11291
|
+
objectMetadataIdPlaceholder: string;
|
|
11292
|
+
parentRecordIdPlaceholder: string;
|
|
11293
|
+
rollupFieldIdPlaceholder: string;
|
|
10957
11294
|
batchRecalcDone: string;
|
|
10958
11295
|
pageTitle: string;
|
|
10959
11296
|
breadcrumbPlatformTools: string;
|
|
@@ -11678,6 +12015,12 @@ export declare const locales: {
|
|
|
11678
12015
|
currentSpend: string;
|
|
11679
12016
|
monthlyBudget: string;
|
|
11680
12017
|
notConfigured: string;
|
|
12018
|
+
agentFallbackPrefix: string;
|
|
12019
|
+
agentUnknown: string;
|
|
12020
|
+
setupNoticeBoth: string;
|
|
12021
|
+
setupNoticeBudget: string;
|
|
12022
|
+
setupNoticePricing: string;
|
|
12023
|
+
setupActionSmartCap: string;
|
|
11681
12024
|
noBudgetConfigured: string;
|
|
11682
12025
|
noBudgetConfiguredDescription: string;
|
|
11683
12026
|
daysRemaining: string;
|
|
@@ -12096,6 +12439,8 @@ export declare const locales: {
|
|
|
12096
12439
|
summaryValue: string;
|
|
12097
12440
|
includesOutcomeBilling: string;
|
|
12098
12441
|
tokenCostOnly: string;
|
|
12442
|
+
billingPrivate: string;
|
|
12443
|
+
billingPrivateNote: string;
|
|
12099
12444
|
phaseIntentDesc: string;
|
|
12100
12445
|
phaseAgentMatchDesc: string;
|
|
12101
12446
|
phaseExecutionDesc: string;
|
|
@@ -12769,6 +13114,10 @@ export declare const locales: {
|
|
|
12769
13114
|
wizard: {
|
|
12770
13115
|
step1Title: string;
|
|
12771
13116
|
step2Title: string;
|
|
13117
|
+
convertTitle: string;
|
|
13118
|
+
accountLabel: string;
|
|
13119
|
+
contactLabel: string;
|
|
13120
|
+
opportunityLabel: string;
|
|
12772
13121
|
step3Title: string;
|
|
12773
13122
|
matchScore: string;
|
|
12774
13123
|
mappingLinkExistingWithLabel: string;
|
|
@@ -12820,6 +13169,53 @@ export declare const locales: {
|
|
|
12820
13169
|
fieldsSection: string;
|
|
12821
13170
|
functionsSection: string;
|
|
12822
13171
|
};
|
|
13172
|
+
builder: {
|
|
13173
|
+
nullNoInput: string;
|
|
13174
|
+
functionName: string;
|
|
13175
|
+
dateaddQuickSetup: string;
|
|
13176
|
+
dateField: string;
|
|
13177
|
+
offsetAmount: string;
|
|
13178
|
+
offsetUnit: string;
|
|
13179
|
+
ifQuickSetup: string;
|
|
13180
|
+
conditionField: string;
|
|
13181
|
+
conditionOperator: string;
|
|
13182
|
+
conditionValueType: string;
|
|
13183
|
+
conditionValue: string;
|
|
13184
|
+
returnsNull: string;
|
|
13185
|
+
noArguments: string;
|
|
13186
|
+
operator: string;
|
|
13187
|
+
left: string;
|
|
13188
|
+
right: string;
|
|
13189
|
+
stringConcatenation: string;
|
|
13190
|
+
negative: string;
|
|
13191
|
+
constants: string;
|
|
13192
|
+
field: string;
|
|
13193
|
+
compareTo: string;
|
|
13194
|
+
value: string;
|
|
13195
|
+
substituteValueType: string;
|
|
13196
|
+
substituteValue: string;
|
|
13197
|
+
picklistField: string;
|
|
13198
|
+
picklistValue: string;
|
|
13199
|
+
condition1: string;
|
|
13200
|
+
condition2: string;
|
|
13201
|
+
formulaPreview: string;
|
|
13202
|
+
placeholderExampleFormula: string;
|
|
13203
|
+
placeholderExampleCondition: string;
|
|
13204
|
+
placeholderExamplePicklist: string;
|
|
13205
|
+
placeholderEnterText: string;
|
|
13206
|
+
messagePreviewFailed: string;
|
|
13207
|
+
messagePreviewRequestFailed: string;
|
|
13208
|
+
messagePicklistConversion: string;
|
|
13209
|
+
messagePicklistComparison: string;
|
|
13210
|
+
messageArgCountOutOfRange: string;
|
|
13211
|
+
descIspickval: string;
|
|
13212
|
+
descNoMatchingFunctions: string;
|
|
13213
|
+
descNoMatchingFields: string;
|
|
13214
|
+
messageSyntaxPassed: string;
|
|
13215
|
+
messageSelectFieldFirst: string;
|
|
13216
|
+
messagePreviewNotConfigured: string;
|
|
13217
|
+
messageConditionInserted: string;
|
|
13218
|
+
};
|
|
12823
13219
|
batchRecalculate: {
|
|
12824
13220
|
title: string;
|
|
12825
13221
|
skip: string;
|
|
@@ -13130,6 +13526,49 @@ export declare const locales: {
|
|
|
13130
13526
|
leaveCancel: string;
|
|
13131
13527
|
};
|
|
13132
13528
|
recordPageBuilder: {
|
|
13529
|
+
inspector: {
|
|
13530
|
+
sectionTabsContainer: string;
|
|
13531
|
+
sectionTabProperties: string;
|
|
13532
|
+
sectionComponentProperties: string;
|
|
13533
|
+
sectionVisibilityRules: string;
|
|
13534
|
+
sectionCustomLwc: string;
|
|
13535
|
+
sectionCurrentScope: string;
|
|
13536
|
+
sectionPageMap: string;
|
|
13537
|
+
titlePageScope: string;
|
|
13538
|
+
labelLabel: string;
|
|
13539
|
+
placeholderComponentTitle: string;
|
|
13540
|
+
labelRegion: string;
|
|
13541
|
+
labelConditionExpression: string;
|
|
13542
|
+
labelDeviceVisibility: string;
|
|
13543
|
+
labelLayout: string;
|
|
13544
|
+
labelRelatedObjectApiName: string;
|
|
13545
|
+
placeholderSelectRelatedObject: string;
|
|
13546
|
+
labelRelationshipField: string;
|
|
13547
|
+
labelDisplayStyle: string;
|
|
13548
|
+
labelVisibleFields: string;
|
|
13549
|
+
labelSortField: string;
|
|
13550
|
+
labelSortDirection: string;
|
|
13551
|
+
labelPageSize: string;
|
|
13552
|
+
labelDefaultTitle: string;
|
|
13553
|
+
labelContent: string;
|
|
13554
|
+
labelStageFieldApiName: string;
|
|
13555
|
+
labelStages: string;
|
|
13556
|
+
placeholderOneStagePerLine: string;
|
|
13557
|
+
placeholderStageExample: string;
|
|
13558
|
+
labelCurrentStage: string;
|
|
13559
|
+
labelComponent: string;
|
|
13560
|
+
labelComponentApiName: string;
|
|
13561
|
+
labelBundleUrl: string;
|
|
13562
|
+
labelBundleHash: string;
|
|
13563
|
+
labelRuntimeStatus: string;
|
|
13564
|
+
okTextApply: string;
|
|
13565
|
+
runtimeShellBadge: string;
|
|
13566
|
+
componentCountLabel: string;
|
|
13567
|
+
noSavedPages: string;
|
|
13568
|
+
apiNameLabel: string;
|
|
13569
|
+
atLeastOneTab: string;
|
|
13570
|
+
bundleReadyBadge: string;
|
|
13571
|
+
};
|
|
13133
13572
|
formError: {
|
|
13134
13573
|
nameRequired: string;
|
|
13135
13574
|
internalNameRequired: string;
|
|
@@ -13182,6 +13621,12 @@ export declare const locales: {
|
|
|
13182
13621
|
};
|
|
13183
13622
|
recordContextPacket: {
|
|
13184
13623
|
fieldRequiredHint: string;
|
|
13624
|
+
evidenceTitle: string;
|
|
13625
|
+
feedbackTitle: string;
|
|
13626
|
+
debugContextTitle: string;
|
|
13627
|
+
commandDockTitle: string;
|
|
13628
|
+
smartPasteLabel: string;
|
|
13629
|
+
runAgentLabel: string;
|
|
13185
13630
|
inlineAssist: {
|
|
13186
13631
|
fillCritical: {
|
|
13187
13632
|
assist: string;
|
|
@@ -13980,6 +14425,8 @@ export declare const locales: {
|
|
|
13980
14425
|
};
|
|
13981
14426
|
kanban: {
|
|
13982
14427
|
cancel: string;
|
|
14428
|
+
cardDueSoon: string;
|
|
14429
|
+
cardRiskHigh: string;
|
|
13983
14430
|
create: string;
|
|
13984
14431
|
loadFailed: string;
|
|
13985
14432
|
moveFailed: string;
|
|
@@ -14295,6 +14742,16 @@ export declare const locales: {
|
|
|
14295
14742
|
title: string;
|
|
14296
14743
|
newPage: string;
|
|
14297
14744
|
edit: string;
|
|
14745
|
+
newPageModal: {
|
|
14746
|
+
title: string;
|
|
14747
|
+
pageNameLabel: string;
|
|
14748
|
+
apiNameLabel: string;
|
|
14749
|
+
typeLabel: string;
|
|
14750
|
+
descriptionLabel: string;
|
|
14751
|
+
pageNameRequired: string;
|
|
14752
|
+
apiNameRequired: string;
|
|
14753
|
+
apiNamePatternHint: string;
|
|
14754
|
+
};
|
|
14298
14755
|
createSuccess: string;
|
|
14299
14756
|
pageTypes: {
|
|
14300
14757
|
recordPage: string;
|
|
@@ -14682,6 +15139,48 @@ export declare const locales: {
|
|
|
14682
15139
|
promotional: string;
|
|
14683
15140
|
useTemplate: string;
|
|
14684
15141
|
welcome: string;
|
|
15142
|
+
templates: {
|
|
15143
|
+
welcomeBasic: {
|
|
15144
|
+
name: string;
|
|
15145
|
+
description: string;
|
|
15146
|
+
};
|
|
15147
|
+
welcomeOnboarding: {
|
|
15148
|
+
name: string;
|
|
15149
|
+
description: string;
|
|
15150
|
+
};
|
|
15151
|
+
promoSale: {
|
|
15152
|
+
name: string;
|
|
15153
|
+
description: string;
|
|
15154
|
+
};
|
|
15155
|
+
promoProductLaunch: {
|
|
15156
|
+
name: string;
|
|
15157
|
+
description: string;
|
|
15158
|
+
};
|
|
15159
|
+
notifyReminder: {
|
|
15160
|
+
name: string;
|
|
15161
|
+
description: string;
|
|
15162
|
+
};
|
|
15163
|
+
notifyActionRequired: {
|
|
15164
|
+
name: string;
|
|
15165
|
+
description: string;
|
|
15166
|
+
};
|
|
15167
|
+
holidaySeason: {
|
|
15168
|
+
name: string;
|
|
15169
|
+
description: string;
|
|
15170
|
+
};
|
|
15171
|
+
holidayNewYear: {
|
|
15172
|
+
name: string;
|
|
15173
|
+
description: string;
|
|
15174
|
+
};
|
|
15175
|
+
newsletterMonthly: {
|
|
15176
|
+
name: string;
|
|
15177
|
+
description: string;
|
|
15178
|
+
};
|
|
15179
|
+
newsletterWeeklyDigest: {
|
|
15180
|
+
name: string;
|
|
15181
|
+
description: string;
|
|
15182
|
+
};
|
|
15183
|
+
};
|
|
14685
15184
|
};
|
|
14686
15185
|
territory: {
|
|
14687
15186
|
typesUnavailable: string;
|
|
@@ -15225,6 +15724,15 @@ export declare const locales: {
|
|
|
15225
15724
|
};
|
|
15226
15725
|
decisionConfig: {
|
|
15227
15726
|
title: string;
|
|
15727
|
+
outcomeLabel: string;
|
|
15728
|
+
outcomeApiName: string;
|
|
15729
|
+
colResource: string;
|
|
15730
|
+
colOperator: string;
|
|
15731
|
+
colValue: string;
|
|
15732
|
+
defaultBadge: string;
|
|
15733
|
+
placeholderResource: string;
|
|
15734
|
+
placeholderValue: string;
|
|
15735
|
+
addOutcome: string;
|
|
15228
15736
|
description: string;
|
|
15229
15737
|
noConditionWarning: string;
|
|
15230
15738
|
deleteCondition: string;
|
|
@@ -16102,6 +16610,9 @@ export declare const locales: {
|
|
|
16102
16610
|
recordList: {
|
|
16103
16611
|
actions: string;
|
|
16104
16612
|
refresh: string;
|
|
16613
|
+
density: string;
|
|
16614
|
+
densityCompact: string;
|
|
16615
|
+
densityComfy: string;
|
|
16105
16616
|
export: string;
|
|
16106
16617
|
moreActions: string;
|
|
16107
16618
|
exportTitle: string;
|
|
@@ -16341,6 +16852,12 @@ export declare const locales: {
|
|
|
16341
16852
|
details: string;
|
|
16342
16853
|
saveSuccess: string;
|
|
16343
16854
|
saveFailed: string;
|
|
16855
|
+
contextActionApplied: string;
|
|
16856
|
+
taskCreated: string;
|
|
16857
|
+
aiNarrativeGuidanceOnly: string;
|
|
16858
|
+
actionTargetNotConfigured: string;
|
|
16859
|
+
actionNeedsConfiguration: string;
|
|
16860
|
+
pathAriaLabel: string;
|
|
16344
16861
|
deleted: string;
|
|
16345
16862
|
deleteFailed: string;
|
|
16346
16863
|
deleteUndone: string;
|
|
@@ -16360,6 +16877,7 @@ export declare const locales: {
|
|
|
16360
16877
|
notFoundTitle: string;
|
|
16361
16878
|
notFoundSubtitle: string;
|
|
16362
16879
|
backToList: string;
|
|
16880
|
+
backToListAndRefresh: string;
|
|
16363
16881
|
dataLoadFailed: string;
|
|
16364
16882
|
retry: string;
|
|
16365
16883
|
record: string;
|
|
@@ -16616,6 +17134,7 @@ export declare const locales: {
|
|
|
16616
17134
|
};
|
|
16617
17135
|
conditionBuilder: {
|
|
16618
17136
|
selectField: string;
|
|
17137
|
+
valuePlaceholder: string;
|
|
16619
17138
|
deleteCondition: string;
|
|
16620
17139
|
deleteConditionGroup: string;
|
|
16621
17140
|
addCondition: string;
|
|
@@ -16624,6 +17143,116 @@ export declare const locales: {
|
|
|
16624
17143
|
rawModeDesc: string;
|
|
16625
17144
|
switchToVisual: string;
|
|
16626
17145
|
};
|
|
17146
|
+
recordingPlayer: {
|
|
17147
|
+
sentimentTimeline: string;
|
|
17148
|
+
rewind5s: string;
|
|
17149
|
+
forward5s: string;
|
|
17150
|
+
volume: string;
|
|
17151
|
+
playbackSpeed: string;
|
|
17152
|
+
};
|
|
17153
|
+
knowledgeBridge: {
|
|
17154
|
+
articleLoading: string;
|
|
17155
|
+
articleNotFound: string;
|
|
17156
|
+
articleUnavailable: string;
|
|
17157
|
+
feedbackYes: string;
|
|
17158
|
+
feedbackNo: string;
|
|
17159
|
+
wasThisHelpful: string;
|
|
17160
|
+
articleHelpful: string;
|
|
17161
|
+
articleNotHelpful: string;
|
|
17162
|
+
caseLoading: string;
|
|
17163
|
+
caseNotFound: string;
|
|
17164
|
+
caseUnavailable: string;
|
|
17165
|
+
commentPlaceholder: string;
|
|
17166
|
+
commentLabel: string;
|
|
17167
|
+
searchPrompt: string;
|
|
17168
|
+
searching: string;
|
|
17169
|
+
searchPlaceholder: string;
|
|
17170
|
+
searchLabel: string;
|
|
17171
|
+
};
|
|
17172
|
+
packageInstall: {
|
|
17173
|
+
title: string;
|
|
17174
|
+
installOk: string;
|
|
17175
|
+
localRegistryMode: string;
|
|
17176
|
+
localRegistryRoot: string;
|
|
17177
|
+
};
|
|
17178
|
+
revisionHistory: {
|
|
17179
|
+
filterByAuthor: string;
|
|
17180
|
+
searchBySummary: string;
|
|
17181
|
+
};
|
|
17182
|
+
nwcRuntime: {
|
|
17183
|
+
artifactMissing: string;
|
|
17184
|
+
runtimeError: string;
|
|
17185
|
+
dataBridgeFailed: string;
|
|
17186
|
+
resolveFailed: string;
|
|
17187
|
+
};
|
|
17188
|
+
fieldLayoutEditor: {
|
|
17189
|
+
availableFields: string;
|
|
17190
|
+
properties: string;
|
|
17191
|
+
searchFieldsPlaceholder: string;
|
|
17192
|
+
layoutSaved: string;
|
|
17193
|
+
};
|
|
17194
|
+
playgroundSetup: {
|
|
17195
|
+
apiKeyLabel: string;
|
|
17196
|
+
apiKeyPlaceholder: string;
|
|
17197
|
+
schemaLabel: string;
|
|
17198
|
+
apiKeyValidated: string;
|
|
17199
|
+
};
|
|
17200
|
+
dashboardEditor: {
|
|
17201
|
+
noData: string;
|
|
17202
|
+
componentError: string;
|
|
17203
|
+
addReportComponent: string;
|
|
17204
|
+
layoutSaved: string;
|
|
17205
|
+
};
|
|
17206
|
+
flowBuilderCanvas: {
|
|
17207
|
+
undoTitle: string;
|
|
17208
|
+
redoTitle: string;
|
|
17209
|
+
saveTitle: string;
|
|
17210
|
+
newVersionTitle: string;
|
|
17211
|
+
activateTitle: string;
|
|
17212
|
+
rollbackTitle: string;
|
|
17213
|
+
autoLayoutApplied: string;
|
|
17214
|
+
switchedToFreeForm: string;
|
|
17215
|
+
flowSaved: string;
|
|
17216
|
+
};
|
|
17217
|
+
shortcutHelp: {
|
|
17218
|
+
title: string;
|
|
17219
|
+
switchToView: string;
|
|
17220
|
+
globalSection: string;
|
|
17221
|
+
recordDetailSection: string;
|
|
17222
|
+
listViewSection: string;
|
|
17223
|
+
viewSwitchSection: string;
|
|
17224
|
+
macHint: string;
|
|
17225
|
+
listHint: string;
|
|
17226
|
+
def: {
|
|
17227
|
+
globalSearch: string;
|
|
17228
|
+
globalNew: string;
|
|
17229
|
+
globalHelp: string;
|
|
17230
|
+
recordEdit: string;
|
|
17231
|
+
recordSave: string;
|
|
17232
|
+
recordClone: string;
|
|
17233
|
+
recordDelete: string;
|
|
17234
|
+
listNavDown: string;
|
|
17235
|
+
listNavUp: string;
|
|
17236
|
+
listOpen: string;
|
|
17237
|
+
switchToViewN: string;
|
|
17238
|
+
};
|
|
17239
|
+
};
|
|
17240
|
+
workspaceLogo: {
|
|
17241
|
+
uploadButton: string;
|
|
17242
|
+
workspaceIdNotFound: string;
|
|
17243
|
+
uploadSuccess: string;
|
|
17244
|
+
uploadFailed: string;
|
|
17245
|
+
removeSuccess: string;
|
|
17246
|
+
removeFailed: string;
|
|
17247
|
+
};
|
|
17248
|
+
reportDesigner: {
|
|
17249
|
+
fieldsTitle: string;
|
|
17250
|
+
columnsLabel: string;
|
|
17251
|
+
groupByLabel: string;
|
|
17252
|
+
summaryLabel: string;
|
|
17253
|
+
previewTitle: string;
|
|
17254
|
+
configSaved: string;
|
|
17255
|
+
};
|
|
16627
17256
|
workflowRulesPage: {
|
|
16628
17257
|
layoutTitle: string;
|
|
16629
17258
|
breadcrumbWorkspace: string;
|
|
@@ -16828,6 +17457,33 @@ export declare const locales: {
|
|
|
16828
17457
|
abortSuccess: string;
|
|
16829
17458
|
abortError: string;
|
|
16830
17459
|
};
|
|
17460
|
+
platformCommercialPricing: {
|
|
17461
|
+
actionSucceeded: string;
|
|
17462
|
+
actionFailed: string;
|
|
17463
|
+
catalog: string;
|
|
17464
|
+
promotions: string;
|
|
17465
|
+
agreements: string;
|
|
17466
|
+
version: string;
|
|
17467
|
+
status: string;
|
|
17468
|
+
currency: string;
|
|
17469
|
+
effectiveFrom: string;
|
|
17470
|
+
entries: string;
|
|
17471
|
+
actions: string;
|
|
17472
|
+
activate: string;
|
|
17473
|
+
retire: string;
|
|
17474
|
+
suspend: string;
|
|
17475
|
+
code: string;
|
|
17476
|
+
benefit: string;
|
|
17477
|
+
scope: string;
|
|
17478
|
+
workspace: string;
|
|
17479
|
+
agreementKey: string;
|
|
17480
|
+
contractEvidence: string;
|
|
17481
|
+
overrides: string;
|
|
17482
|
+
privateNotice: string;
|
|
17483
|
+
workspaceFilter: string;
|
|
17484
|
+
loadFailed: string;
|
|
17485
|
+
retry: string;
|
|
17486
|
+
};
|
|
16831
17487
|
platformAdmin: {
|
|
16832
17488
|
menuChannelProvider: string;
|
|
16833
17489
|
adminPanelUi: {
|
|
@@ -17615,6 +18271,9 @@ export declare const locales: {
|
|
|
17615
18271
|
menuOpsSubscriptions: string;
|
|
17616
18272
|
menuOpsHealth: string;
|
|
17617
18273
|
menuOpsBilling: string;
|
|
18274
|
+
menuCommercialCatalog: string;
|
|
18275
|
+
menuPromotions: string;
|
|
18276
|
+
menuCustomerAgreements: string;
|
|
17618
18277
|
menuOpsRenewals: string;
|
|
17619
18278
|
menuAiProvider: string;
|
|
17620
18279
|
menuDemoAccess: string;
|
|
@@ -19180,6 +19839,38 @@ export declare const locales: {
|
|
|
19180
19839
|
billingTierFull: string;
|
|
19181
19840
|
billingTierHalf: string;
|
|
19182
19841
|
billingTierNone: string;
|
|
19842
|
+
opsAgentPrefix: string;
|
|
19843
|
+
opsAgentUnknown: string;
|
|
19844
|
+
opsScoringAgentActions: string;
|
|
19845
|
+
opsScoringTotalActions: string;
|
|
19846
|
+
opsScoringRawRatio: string;
|
|
19847
|
+
opsScoringWeighted: string;
|
|
19848
|
+
opsOutcomeType: {
|
|
19849
|
+
lead_created: string;
|
|
19850
|
+
mql: string;
|
|
19851
|
+
opportunity_created: string;
|
|
19852
|
+
opportunity_won: string;
|
|
19853
|
+
customer_activated: string;
|
|
19854
|
+
case_closed: string;
|
|
19855
|
+
};
|
|
19856
|
+
opsBillingStatus: {
|
|
19857
|
+
pending: string;
|
|
19858
|
+
confirmed: string;
|
|
19859
|
+
waived: string;
|
|
19860
|
+
cancelled: string;
|
|
19861
|
+
};
|
|
19862
|
+
opsDisputeStatus: {
|
|
19863
|
+
none: string;
|
|
19864
|
+
open: string;
|
|
19865
|
+
raised: string;
|
|
19866
|
+
reviewing: string;
|
|
19867
|
+
resolved: string;
|
|
19868
|
+
};
|
|
19869
|
+
opsBillingTier: {
|
|
19870
|
+
full: string;
|
|
19871
|
+
half: string;
|
|
19872
|
+
none: string;
|
|
19873
|
+
};
|
|
19183
19874
|
};
|
|
19184
19875
|
homeDashboard: {
|
|
19185
19876
|
saveSuccess: string;
|
|
@@ -20427,6 +21118,84 @@ export declare const locales: {
|
|
|
20427
21118
|
finish: string;
|
|
20428
21119
|
unselected: string;
|
|
20429
21120
|
};
|
|
21121
|
+
builder: {
|
|
21122
|
+
labelPlaceholder: string;
|
|
21123
|
+
apiNamePlaceholder: string;
|
|
21124
|
+
flowType: string;
|
|
21125
|
+
selectObject: string;
|
|
21126
|
+
object: string;
|
|
21127
|
+
configureTrigger: string;
|
|
21128
|
+
triggerCreated: string;
|
|
21129
|
+
triggerUpdated: string;
|
|
21130
|
+
triggerCreatedOrUpdated: string;
|
|
21131
|
+
triggerDeleted: string;
|
|
21132
|
+
setEntryConditions: string;
|
|
21133
|
+
conditionRequirements: string;
|
|
21134
|
+
conditions: string;
|
|
21135
|
+
optimizeFlow: string;
|
|
21136
|
+
scheduleSettings: string;
|
|
21137
|
+
frequency: string;
|
|
21138
|
+
startDate: string;
|
|
21139
|
+
startTime: string;
|
|
21140
|
+
platformEvent: string;
|
|
21141
|
+
eventApiName: string;
|
|
21142
|
+
screenEntry: string;
|
|
21143
|
+
entryMode: string;
|
|
21144
|
+
designerNotes: string;
|
|
21145
|
+
action: string;
|
|
21146
|
+
howToSetFieldValues: string;
|
|
21147
|
+
setFieldValuesManually: string;
|
|
21148
|
+
useVariablesAndFormulas: string;
|
|
21149
|
+
fieldMappingsReady: string;
|
|
21150
|
+
recordOrRecordId: string;
|
|
21151
|
+
setFieldValues: string;
|
|
21152
|
+
pauseType: string;
|
|
21153
|
+
timeSource: string;
|
|
21154
|
+
offsetNumberOptions: string;
|
|
21155
|
+
scheduleSummary: string;
|
|
21156
|
+
defaultOutcome: string;
|
|
21157
|
+
outcomeOrder: string;
|
|
21158
|
+
toolbox: string;
|
|
21159
|
+
searchThisFlow: string;
|
|
21160
|
+
closeInspector: string;
|
|
21161
|
+
debugData: string;
|
|
21162
|
+
daysAfterSource: string;
|
|
21163
|
+
durationAfterSource: string;
|
|
21164
|
+
durationOnly: string;
|
|
21165
|
+
pauseUntilDate: string;
|
|
21166
|
+
pauseUntilEvent: string;
|
|
21167
|
+
unitMinutes: string;
|
|
21168
|
+
unitHours: string;
|
|
21169
|
+
unitDays: string;
|
|
21170
|
+
timeSourceCloseDate: string;
|
|
21171
|
+
optimizationFastFieldUpdates: string;
|
|
21172
|
+
optimizationActionsAndRelatedRecords: string;
|
|
21173
|
+
scheduleDaily: string;
|
|
21174
|
+
scheduleWeekly: string;
|
|
21175
|
+
scheduleOnce: string;
|
|
21176
|
+
entryAppPage: string;
|
|
21177
|
+
entryQuickAction: string;
|
|
21178
|
+
entryUtilityBar: string;
|
|
21179
|
+
summaryTrigger: string;
|
|
21180
|
+
summaryOptimizeFor: string;
|
|
21181
|
+
summarySchedule: string;
|
|
21182
|
+
summaryStartAt: string;
|
|
21183
|
+
summaryEvent: string;
|
|
21184
|
+
summaryRunType: string;
|
|
21185
|
+
summaryEntry: string;
|
|
21186
|
+
summaryInteraction: string;
|
|
21187
|
+
summaryInvocation: string;
|
|
21188
|
+
summaryStatus: string;
|
|
21189
|
+
notSet: string;
|
|
21190
|
+
platformEventReceived: string;
|
|
21191
|
+
runTypeAutolaunched: string;
|
|
21192
|
+
guidedScreenExperience: string;
|
|
21193
|
+
runTypeUserFacing: string;
|
|
21194
|
+
invokedByFlowsActionsAi: string;
|
|
21195
|
+
noExplicitTrigger: string;
|
|
21196
|
+
runTypeBackground: string;
|
|
21197
|
+
selectFlowTypeToConfigureStart: string;
|
|
21198
|
+
};
|
|
20430
21199
|
flowType: {
|
|
20431
21200
|
unselected: string;
|
|
20432
21201
|
recordTriggered: {
|
|
@@ -20749,6 +21518,16 @@ export declare const locales: {
|
|
|
20749
21518
|
breadcrumbAi: string;
|
|
20750
21519
|
breadcrumbAgents: string;
|
|
20751
21520
|
breadcrumbConfigure: string;
|
|
21521
|
+
fieldNamePlaceholder: string;
|
|
21522
|
+
fieldIconPlaceholder: string;
|
|
21523
|
+
typeSales: string;
|
|
21524
|
+
typeService: string;
|
|
21525
|
+
typeAnalytics: string;
|
|
21526
|
+
typeAdmin: string;
|
|
21527
|
+
typeCustom: string;
|
|
21528
|
+
modelTier1: string;
|
|
21529
|
+
modelTier2: string;
|
|
21530
|
+
modelTier3: string;
|
|
20752
21531
|
breadcrumbExecutionLogs: string;
|
|
20753
21532
|
breadcrumbExecutionDetail: string;
|
|
20754
21533
|
listTitle: string;
|
|
@@ -21238,11 +22017,20 @@ export declare const locales: {
|
|
|
21238
22017
|
app: {
|
|
21239
22018
|
restoringSession: string;
|
|
21240
22019
|
enteringSystem: string;
|
|
22020
|
+
crm: string;
|
|
22021
|
+
marketing: string;
|
|
22022
|
+
service: string;
|
|
21241
22023
|
partner: string;
|
|
21242
22024
|
platform: string;
|
|
22025
|
+
settings: string;
|
|
21243
22026
|
};
|
|
21244
22027
|
appDescription: {
|
|
22028
|
+
crm: string;
|
|
22029
|
+
marketing: string;
|
|
22030
|
+
service: string;
|
|
21245
22031
|
partner: string;
|
|
22032
|
+
platform: string;
|
|
22033
|
+
settings: string;
|
|
21246
22034
|
};
|
|
21247
22035
|
common: {
|
|
21248
22036
|
featureNotAvailable: string;
|
|
@@ -21310,6 +22098,7 @@ export declare const locales: {
|
|
|
21310
22098
|
contactAll: string;
|
|
21311
22099
|
salesFolder: string;
|
|
21312
22100
|
salesOpportunity: string;
|
|
22101
|
+
forecastCenter: string;
|
|
21313
22102
|
cpqFolder: string;
|
|
21314
22103
|
cpqProduct: string;
|
|
21315
22104
|
cpqPriceBook: string;
|
|
@@ -22396,8 +23185,22 @@ export declare const locales: {
|
|
|
22396
23185
|
cancelWarningItem3: string;
|
|
22397
23186
|
cancelWarningItem4: string;
|
|
22398
23187
|
planCycleCaption: string;
|
|
23188
|
+
quoteRequired: string;
|
|
23189
|
+
quoteRequiredDesc: string;
|
|
22399
23190
|
loadFailed: string;
|
|
22400
23191
|
loadFailedDesc: string;
|
|
23192
|
+
opsPlanHealth: string;
|
|
23193
|
+
opsQuotaRisk: string;
|
|
23194
|
+
opsPendingInvoice: string;
|
|
23195
|
+
opsNextActions: string;
|
|
23196
|
+
opsCycleProgress: string;
|
|
23197
|
+
opsDaysUntilNextBill: string;
|
|
23198
|
+
opsBillDueToday: string;
|
|
23199
|
+
opsQuotaHealthy: string;
|
|
23200
|
+
opsInvoiceDegraded: string;
|
|
23201
|
+
opsActionViewUsage: string;
|
|
23202
|
+
opsActionSmartCap: string;
|
|
23203
|
+
opsActionContactSales: string;
|
|
22401
23204
|
enterpriseQuotaSaveSuccess: string;
|
|
22402
23205
|
enterpriseQuotaSaveFailed: string;
|
|
22403
23206
|
enterpriseQuotaConfigTitle: string;
|
|
@@ -23117,6 +23920,16 @@ export declare const locales: {
|
|
|
23117
23920
|
};
|
|
23118
23921
|
developer: {
|
|
23119
23922
|
apiCredentials: string;
|
|
23923
|
+
pluginSubmit: {
|
|
23924
|
+
pluginNameLabel: string;
|
|
23925
|
+
displayNameLabel: string;
|
|
23926
|
+
versionLabel: string;
|
|
23927
|
+
descriptionLabel: string;
|
|
23928
|
+
authorLabel: string;
|
|
23929
|
+
categoryLabel: string;
|
|
23930
|
+
permissionsLabel: string;
|
|
23931
|
+
sourceBundleUrlLabel: string;
|
|
23932
|
+
};
|
|
23120
23933
|
credentialsUnavailable: string;
|
|
23121
23934
|
credentialsUnavailableReason: string;
|
|
23122
23935
|
dashboard: string;
|
|
@@ -23331,15 +24144,68 @@ export declare const locales: {
|
|
|
23331
24144
|
};
|
|
23332
24145
|
namedCredentials: {
|
|
23333
24146
|
title: string;
|
|
24147
|
+
rotate: string;
|
|
24148
|
+
detailName: string;
|
|
24149
|
+
detailType: string;
|
|
24150
|
+
detailStatus: string;
|
|
24151
|
+
detailEndpoint: string;
|
|
24152
|
+
detailDescription: string;
|
|
24153
|
+
detailCreatedBy: string;
|
|
24154
|
+
detailLastUsed: string;
|
|
24155
|
+
neverUsed: string;
|
|
24156
|
+
noConfigurationData: string;
|
|
24157
|
+
selectCredentialForAudit: string;
|
|
24158
|
+
tokenUrl: string;
|
|
24159
|
+
clientId: string;
|
|
24160
|
+
clientSecret: string;
|
|
24161
|
+
scopes: string;
|
|
24162
|
+
apiKey: string;
|
|
24163
|
+
headerName: string;
|
|
24164
|
+
username: string;
|
|
24165
|
+
password: string;
|
|
24166
|
+
certificate: string;
|
|
24167
|
+
privateKey: string;
|
|
24168
|
+
deleteConfirmTitle: string;
|
|
24169
|
+
filterByType: string;
|
|
24170
|
+
nameLabel: string;
|
|
24171
|
+
descriptionLabel: string;
|
|
24172
|
+
endpointUrl: string;
|
|
24173
|
+
credentialType: string;
|
|
24174
|
+
selectType: string;
|
|
24175
|
+
newApiKey: string;
|
|
24176
|
+
enterNewApiKey: string;
|
|
24177
|
+
basicInfo: string;
|
|
24178
|
+
configurationMasked: string;
|
|
24179
|
+
selectCredential: string;
|
|
24180
|
+
createdMsg: string;
|
|
24181
|
+
updatedMsg: string;
|
|
24182
|
+
deletedMsg: string;
|
|
24183
|
+
rotatedMsg: string;
|
|
23334
24184
|
};
|
|
23335
24185
|
oauth2: {
|
|
23336
24186
|
clients: string;
|
|
23337
24187
|
createApp: string;
|
|
24188
|
+
clientIdLabel: string;
|
|
24189
|
+
clientSecretLabel: string;
|
|
24190
|
+
secretSaveNowHint: string;
|
|
24191
|
+
appNameLabel: string;
|
|
24192
|
+
descriptionLabel: string;
|
|
24193
|
+
redirectUrisLabel: string;
|
|
24194
|
+
allowedScopesLabel: string;
|
|
24195
|
+
copied: string;
|
|
24196
|
+
clientCreatedTitle: string;
|
|
23338
24197
|
};
|
|
23339
24198
|
plugins: {
|
|
23340
24199
|
configSaved: string;
|
|
23341
24200
|
configuration: string;
|
|
23342
24201
|
details: string;
|
|
24202
|
+
installationIdLabel: string;
|
|
24203
|
+
pluginIdLabel: string;
|
|
24204
|
+
versionLabel: string;
|
|
24205
|
+
configJsonLabel: string;
|
|
24206
|
+
targetVersionPlaceholder: string;
|
|
24207
|
+
rollbackConfirmTitle: string;
|
|
24208
|
+
invalidJson: string;
|
|
23343
24209
|
permissions: string;
|
|
23344
24210
|
rollback: string;
|
|
23345
24211
|
rolledBack: string;
|
|
@@ -23361,6 +24227,29 @@ export declare const locales: {
|
|
|
23361
24227
|
title: string;
|
|
23362
24228
|
performanceUnavailable: string;
|
|
23363
24229
|
performanceUnavailableReason: string;
|
|
24230
|
+
deactivate: string;
|
|
24231
|
+
jobLabel: string;
|
|
24232
|
+
statusLabel: string;
|
|
24233
|
+
deactivateConfirmTitle: string;
|
|
24234
|
+
createPolicyTitle: string;
|
|
24235
|
+
objectLabel: string;
|
|
24236
|
+
objectPlaceholder: string;
|
|
24237
|
+
fieldLabel: string;
|
|
24238
|
+
fieldPlaceholder: string;
|
|
24239
|
+
searchable: string;
|
|
24240
|
+
statTotalEncryptedFields: string;
|
|
24241
|
+
statActiveKeys: string;
|
|
24242
|
+
statPoliciesWithRecords: string;
|
|
24243
|
+
statEncryptedRecordsPerPolicy: string;
|
|
24244
|
+
statPerformanceMetrics: string;
|
|
24245
|
+
keyHistory: string;
|
|
24246
|
+
rotateConfirmTitle: string;
|
|
24247
|
+
reEncryption: string;
|
|
24248
|
+
selectPolicyToReEncrypt: string;
|
|
24249
|
+
policyCreatedMsg: string;
|
|
24250
|
+
policyDeactivatedMsg: string;
|
|
24251
|
+
keyRotatedMsg: string;
|
|
24252
|
+
reEncryptionTriggeredMsg: string;
|
|
23364
24253
|
};
|
|
23365
24254
|
webhooks: {
|
|
23366
24255
|
dlq: string;
|
|
@@ -23580,6 +24469,12 @@ export declare const locales: {
|
|
|
23580
24469
|
breadcrumbWorkspace: string;
|
|
23581
24470
|
breadcrumbSecurity: string;
|
|
23582
24471
|
breadcrumbNew: string;
|
|
24472
|
+
entityIdAddon: string;
|
|
24473
|
+
namePlaceholder: string;
|
|
24474
|
+
entityIdLabel: string;
|
|
24475
|
+
idpIssuerLabel: string;
|
|
24476
|
+
idpSsoUrlLabel: string;
|
|
24477
|
+
x509CertLabel: string;
|
|
23583
24478
|
sectionName: string;
|
|
23584
24479
|
sectionNameDesc: string;
|
|
23585
24480
|
nameRequired: string;
|
|
@@ -24740,6 +25635,10 @@ export declare const locales: {
|
|
|
24740
25635
|
agentChat: {
|
|
24741
25636
|
agentReply: string;
|
|
24742
25637
|
auditChainEnabled: string;
|
|
25638
|
+
planLabel: string;
|
|
25639
|
+
agentBrand: string;
|
|
25640
|
+
aglPipeline: string;
|
|
25641
|
+
tokensLabel: string;
|
|
24743
25642
|
chainStable: string;
|
|
24744
25643
|
composingReply: string;
|
|
24745
25644
|
continuePrompt: string;
|
|
@@ -24809,6 +25708,7 @@ export declare const locales: {
|
|
|
24809
25708
|
};
|
|
24810
25709
|
agentDemo: {
|
|
24811
25710
|
attributionScore: string;
|
|
25711
|
+
outcomeGuardrailTag: string;
|
|
24812
25712
|
billingSummaryTitle: string;
|
|
24813
25713
|
billingTier: string;
|
|
24814
25714
|
customInputPlaceholder: string;
|
|
@@ -28508,7 +29408,13 @@ export declare const locales: {
|
|
|
28508
29408
|
common: {
|
|
28509
29409
|
cancel: string;
|
|
28510
29410
|
};
|
|
29411
|
+
readOnlyTag: string;
|
|
29412
|
+
siteCol: string;
|
|
29413
|
+
statusCol: string;
|
|
29414
|
+
searchLabel: string;
|
|
29415
|
+
reassignTitle: string;
|
|
28511
29416
|
link: {
|
|
29417
|
+
contactIdUuidLabel: string;
|
|
28512
29418
|
noResult: string;
|
|
28513
29419
|
linked: string;
|
|
28514
29420
|
failed: string;
|
|
@@ -28560,6 +29466,30 @@ export declare const locales: {
|
|
|
28560
29466
|
breadcrumbPlatform: string;
|
|
28561
29467
|
refresh: string;
|
|
28562
29468
|
status: {
|
|
29469
|
+
conflictedTag: string;
|
|
29470
|
+
resolvedTag: string;
|
|
29471
|
+
noneTag: string;
|
|
29472
|
+
retry: string;
|
|
29473
|
+
pushAria: string;
|
|
29474
|
+
pullAria: string;
|
|
29475
|
+
refreshAria: string;
|
|
29476
|
+
contractNoteAlert: string;
|
|
29477
|
+
diffInspectionAlert: string;
|
|
29478
|
+
conflictMarkersAlert: string;
|
|
29479
|
+
colFilePath: string;
|
|
29480
|
+
colChangeType: string;
|
|
29481
|
+
colSource: string;
|
|
29482
|
+
colLastModified: string;
|
|
29483
|
+
colConflictStatus: string;
|
|
29484
|
+
colActions: string;
|
|
29485
|
+
changeTypeModified: string;
|
|
29486
|
+
changeTypeAdded: string;
|
|
29487
|
+
changeTypeDeleted: string;
|
|
29488
|
+
pullModalTitle: string;
|
|
29489
|
+
pullOkText: string;
|
|
29490
|
+
pushButton: string;
|
|
29491
|
+
pullButton: string;
|
|
29492
|
+
lastModifiedPrefix: string;
|
|
28563
29493
|
pushSubmitted: string;
|
|
28564
29494
|
noPushableDeletes: string;
|
|
28565
29495
|
confirmPushDeletes: string;
|
|
@@ -28579,6 +29509,29 @@ export declare const locales: {
|
|
|
28579
29509
|
unsupportedPull: string;
|
|
28580
29510
|
};
|
|
28581
29511
|
baseline: {
|
|
29512
|
+
retry: string;
|
|
29513
|
+
historyTitle: string;
|
|
29514
|
+
pullFromRemoteAria: string;
|
|
29515
|
+
refreshAria: string;
|
|
29516
|
+
resetAria: string;
|
|
29517
|
+
setBaselineAria: string;
|
|
29518
|
+
contractNoteAlert: string;
|
|
29519
|
+
currentBaselineTitle: string;
|
|
29520
|
+
colBaselineId: string;
|
|
29521
|
+
colAvailable: string;
|
|
29522
|
+
colRevision: string;
|
|
29523
|
+
colSource: string;
|
|
29524
|
+
colAuthor: string;
|
|
29525
|
+
colCreatedAt: string;
|
|
29526
|
+
colDescription: string;
|
|
29527
|
+
setBaselineTitle: string;
|
|
29528
|
+
setBaselineOk: string;
|
|
29529
|
+
baselineDescriptionLabel: string;
|
|
29530
|
+
pullFromRemoteButton: string;
|
|
29531
|
+
resetTrackingButton: string;
|
|
29532
|
+
setBaselineButton: string;
|
|
29533
|
+
availableTag: string;
|
|
29534
|
+
unavailableTag: string;
|
|
28582
29535
|
rebuildSubmitted: string;
|
|
28583
29536
|
setFailed: string;
|
|
28584
29537
|
confirmReset: string;
|
|
@@ -28603,6 +29556,25 @@ export declare const locales: {
|
|
|
28603
29556
|
descPlaceholder: string;
|
|
28604
29557
|
};
|
|
28605
29558
|
conflict: {
|
|
29559
|
+
unresolved: string;
|
|
29560
|
+
pageTitle: string;
|
|
29561
|
+
refreshContentAria: string;
|
|
29562
|
+
markResolvedAria: string;
|
|
29563
|
+
contractNoteAlert: string;
|
|
29564
|
+
conflictFileTitle: string;
|
|
29565
|
+
selectFileLabel: string;
|
|
29566
|
+
colPath: string;
|
|
29567
|
+
colMarkers: string;
|
|
29568
|
+
colResolutionState: string;
|
|
29569
|
+
colBackendAction: string;
|
|
29570
|
+
sideBySideTitle: string;
|
|
29571
|
+
conflictMarkersTitle: string;
|
|
29572
|
+
breadcrumbSourceTracking: string;
|
|
29573
|
+
breadcrumbConflictResolution: string;
|
|
29574
|
+
markResolvedButton: string;
|
|
29575
|
+
readyToSubmitTag: string;
|
|
29576
|
+
pendingSelectionTag: string;
|
|
29577
|
+
resolvedVia: string;
|
|
28606
29578
|
resolved: string;
|
|
28607
29579
|
subtitle: string;
|
|
28608
29580
|
contractNote: string;
|
|
@@ -29164,6 +30136,14 @@ export declare const locales: {
|
|
|
29164
30136
|
executionLogTitle: string;
|
|
29165
30137
|
noExecutionRecords: string;
|
|
29166
30138
|
executionLogReplay: string;
|
|
30139
|
+
stepGuardrail: string;
|
|
30140
|
+
stepThought: string;
|
|
30141
|
+
stepAction: string;
|
|
30142
|
+
stepObservation: string;
|
|
30143
|
+
labelModel: string;
|
|
30144
|
+
labelDuration: string;
|
|
30145
|
+
labelTokens: string;
|
|
30146
|
+
confidencePercent: string;
|
|
29167
30147
|
totalSteps: string;
|
|
29168
30148
|
totalTokens: string;
|
|
29169
30149
|
totalDuration: string;
|
|
@@ -29553,6 +30533,33 @@ export declare const locales: {
|
|
|
29553
30533
|
};
|
|
29554
30534
|
};
|
|
29555
30535
|
deploymentPages: {
|
|
30536
|
+
envProduction: string;
|
|
30537
|
+
envDevelopmentSandbox: string;
|
|
30538
|
+
historyTitle: string;
|
|
30539
|
+
historySubtitle: string;
|
|
30540
|
+
backToList: string;
|
|
30541
|
+
resultPlaceholder: string;
|
|
30542
|
+
envTestSandbox: string;
|
|
30543
|
+
createChangeSetTitle: string;
|
|
30544
|
+
changeSetNameLabel: string;
|
|
30545
|
+
changeSetNamePlaceholder: string;
|
|
30546
|
+
changeSetDescriptionLabel: string;
|
|
30547
|
+
changeSetDescriptionPlaceholder: string;
|
|
30548
|
+
sourceEnvFieldLabel: string;
|
|
30549
|
+
sourceEnvironmentPlaceholder: string;
|
|
30550
|
+
targetEnvFieldLabel: string;
|
|
30551
|
+
targetEnvironmentPlaceholder: string;
|
|
30552
|
+
pageTitle: string;
|
|
30553
|
+
searchChangeSetsPlaceholder: string;
|
|
30554
|
+
statusFilterPlaceholder: string;
|
|
30555
|
+
changeSetCreated: string;
|
|
30556
|
+
sandboxLabel: string;
|
|
30557
|
+
nameRequired: string;
|
|
30558
|
+
sourceRequired: string;
|
|
30559
|
+
targetRequired: string;
|
|
30560
|
+
pageSubtitle: string;
|
|
30561
|
+
deleteTooltip: string;
|
|
30562
|
+
deleteDisabledTooltip: string;
|
|
29556
30563
|
colName: string;
|
|
29557
30564
|
colStatus: string;
|
|
29558
30565
|
colComponentCount: string;
|
|
@@ -29581,7 +30588,6 @@ export declare const locales: {
|
|
|
29581
30588
|
loadFailed: string;
|
|
29582
30589
|
loadFailedMessage: string;
|
|
29583
30590
|
notFound: string;
|
|
29584
|
-
backToList: string;
|
|
29585
30591
|
changeSetNotExist: string;
|
|
29586
30592
|
tryAdjustFilters: string;
|
|
29587
30593
|
changeSetDeleted: string;
|
|
@@ -31356,6 +32362,9 @@ export declare const locales: {
|
|
|
31356
32362
|
};
|
|
31357
32363
|
rollupDebug: {
|
|
31358
32364
|
recalcDone: string;
|
|
32365
|
+
objectMetadataIdPlaceholder: string;
|
|
32366
|
+
parentRecordIdPlaceholder: string;
|
|
32367
|
+
rollupFieldIdPlaceholder: string;
|
|
31359
32368
|
batchRecalcDone: string;
|
|
31360
32369
|
pageTitle: string;
|
|
31361
32370
|
breadcrumbPlatformTools: string;
|
|
@@ -32080,6 +33089,12 @@ export declare const locales: {
|
|
|
32080
33089
|
currentSpend: string;
|
|
32081
33090
|
monthlyBudget: string;
|
|
32082
33091
|
notConfigured: string;
|
|
33092
|
+
agentFallbackPrefix: string;
|
|
33093
|
+
agentUnknown: string;
|
|
33094
|
+
setupNoticeBoth: string;
|
|
33095
|
+
setupNoticeBudget: string;
|
|
33096
|
+
setupNoticePricing: string;
|
|
33097
|
+
setupActionSmartCap: string;
|
|
32083
33098
|
noBudgetConfigured: string;
|
|
32084
33099
|
noBudgetConfiguredDescription: string;
|
|
32085
33100
|
daysRemaining: string;
|
|
@@ -32498,6 +33513,8 @@ export declare const locales: {
|
|
|
32498
33513
|
summaryValue: string;
|
|
32499
33514
|
includesOutcomeBilling: string;
|
|
32500
33515
|
tokenCostOnly: string;
|
|
33516
|
+
billingPrivate: string;
|
|
33517
|
+
billingPrivateNote: string;
|
|
32501
33518
|
phaseIntentDesc: string;
|
|
32502
33519
|
phaseAgentMatchDesc: string;
|
|
32503
33520
|
phaseExecutionDesc: string;
|
|
@@ -33171,6 +34188,10 @@ export declare const locales: {
|
|
|
33171
34188
|
wizard: {
|
|
33172
34189
|
step1Title: string;
|
|
33173
34190
|
step2Title: string;
|
|
34191
|
+
convertTitle: string;
|
|
34192
|
+
accountLabel: string;
|
|
34193
|
+
contactLabel: string;
|
|
34194
|
+
opportunityLabel: string;
|
|
33174
34195
|
step3Title: string;
|
|
33175
34196
|
matchScore: string;
|
|
33176
34197
|
mappingLinkExistingWithLabel: string;
|
|
@@ -33222,6 +34243,53 @@ export declare const locales: {
|
|
|
33222
34243
|
fieldsSection: string;
|
|
33223
34244
|
functionsSection: string;
|
|
33224
34245
|
};
|
|
34246
|
+
builder: {
|
|
34247
|
+
nullNoInput: string;
|
|
34248
|
+
functionName: string;
|
|
34249
|
+
dateaddQuickSetup: string;
|
|
34250
|
+
dateField: string;
|
|
34251
|
+
offsetAmount: string;
|
|
34252
|
+
offsetUnit: string;
|
|
34253
|
+
ifQuickSetup: string;
|
|
34254
|
+
conditionField: string;
|
|
34255
|
+
conditionOperator: string;
|
|
34256
|
+
conditionValueType: string;
|
|
34257
|
+
conditionValue: string;
|
|
34258
|
+
returnsNull: string;
|
|
34259
|
+
noArguments: string;
|
|
34260
|
+
operator: string;
|
|
34261
|
+
left: string;
|
|
34262
|
+
right: string;
|
|
34263
|
+
stringConcatenation: string;
|
|
34264
|
+
negative: string;
|
|
34265
|
+
constants: string;
|
|
34266
|
+
field: string;
|
|
34267
|
+
compareTo: string;
|
|
34268
|
+
value: string;
|
|
34269
|
+
substituteValueType: string;
|
|
34270
|
+
substituteValue: string;
|
|
34271
|
+
picklistField: string;
|
|
34272
|
+
picklistValue: string;
|
|
34273
|
+
condition1: string;
|
|
34274
|
+
condition2: string;
|
|
34275
|
+
formulaPreview: string;
|
|
34276
|
+
placeholderExampleFormula: string;
|
|
34277
|
+
placeholderExampleCondition: string;
|
|
34278
|
+
placeholderExamplePicklist: string;
|
|
34279
|
+
placeholderEnterText: string;
|
|
34280
|
+
messagePreviewFailed: string;
|
|
34281
|
+
messagePreviewRequestFailed: string;
|
|
34282
|
+
messagePicklistConversion: string;
|
|
34283
|
+
messagePicklistComparison: string;
|
|
34284
|
+
messageArgCountOutOfRange: string;
|
|
34285
|
+
descIspickval: string;
|
|
34286
|
+
descNoMatchingFunctions: string;
|
|
34287
|
+
descNoMatchingFields: string;
|
|
34288
|
+
messageSyntaxPassed: string;
|
|
34289
|
+
messageSelectFieldFirst: string;
|
|
34290
|
+
messagePreviewNotConfigured: string;
|
|
34291
|
+
messageConditionInserted: string;
|
|
34292
|
+
};
|
|
33225
34293
|
batchRecalculate: {
|
|
33226
34294
|
title: string;
|
|
33227
34295
|
skip: string;
|
|
@@ -33532,6 +34600,49 @@ export declare const locales: {
|
|
|
33532
34600
|
leaveCancel: string;
|
|
33533
34601
|
};
|
|
33534
34602
|
recordPageBuilder: {
|
|
34603
|
+
inspector: {
|
|
34604
|
+
sectionTabsContainer: string;
|
|
34605
|
+
sectionTabProperties: string;
|
|
34606
|
+
sectionComponentProperties: string;
|
|
34607
|
+
sectionVisibilityRules: string;
|
|
34608
|
+
sectionCustomLwc: string;
|
|
34609
|
+
sectionCurrentScope: string;
|
|
34610
|
+
sectionPageMap: string;
|
|
34611
|
+
titlePageScope: string;
|
|
34612
|
+
labelLabel: string;
|
|
34613
|
+
placeholderComponentTitle: string;
|
|
34614
|
+
labelRegion: string;
|
|
34615
|
+
labelConditionExpression: string;
|
|
34616
|
+
labelDeviceVisibility: string;
|
|
34617
|
+
labelLayout: string;
|
|
34618
|
+
labelRelatedObjectApiName: string;
|
|
34619
|
+
placeholderSelectRelatedObject: string;
|
|
34620
|
+
labelRelationshipField: string;
|
|
34621
|
+
labelDisplayStyle: string;
|
|
34622
|
+
labelVisibleFields: string;
|
|
34623
|
+
labelSortField: string;
|
|
34624
|
+
labelSortDirection: string;
|
|
34625
|
+
labelPageSize: string;
|
|
34626
|
+
labelDefaultTitle: string;
|
|
34627
|
+
labelContent: string;
|
|
34628
|
+
labelStageFieldApiName: string;
|
|
34629
|
+
labelStages: string;
|
|
34630
|
+
placeholderOneStagePerLine: string;
|
|
34631
|
+
placeholderStageExample: string;
|
|
34632
|
+
labelCurrentStage: string;
|
|
34633
|
+
labelComponent: string;
|
|
34634
|
+
labelComponentApiName: string;
|
|
34635
|
+
labelBundleUrl: string;
|
|
34636
|
+
labelBundleHash: string;
|
|
34637
|
+
labelRuntimeStatus: string;
|
|
34638
|
+
okTextApply: string;
|
|
34639
|
+
runtimeShellBadge: string;
|
|
34640
|
+
componentCountLabel: string;
|
|
34641
|
+
noSavedPages: string;
|
|
34642
|
+
apiNameLabel: string;
|
|
34643
|
+
atLeastOneTab: string;
|
|
34644
|
+
bundleReadyBadge: string;
|
|
34645
|
+
};
|
|
33535
34646
|
formError: {
|
|
33536
34647
|
nameRequired: string;
|
|
33537
34648
|
internalNameRequired: string;
|
|
@@ -33584,6 +34695,12 @@ export declare const locales: {
|
|
|
33584
34695
|
};
|
|
33585
34696
|
recordContextPacket: {
|
|
33586
34697
|
fieldRequiredHint: string;
|
|
34698
|
+
evidenceTitle: string;
|
|
34699
|
+
feedbackTitle: string;
|
|
34700
|
+
debugContextTitle: string;
|
|
34701
|
+
commandDockTitle: string;
|
|
34702
|
+
smartPasteLabel: string;
|
|
34703
|
+
runAgentLabel: string;
|
|
33587
34704
|
inlineAssist: {
|
|
33588
34705
|
fillCritical: {
|
|
33589
34706
|
assist: string;
|
|
@@ -34382,6 +35499,8 @@ export declare const locales: {
|
|
|
34382
35499
|
};
|
|
34383
35500
|
kanban: {
|
|
34384
35501
|
cancel: string;
|
|
35502
|
+
cardDueSoon: string;
|
|
35503
|
+
cardRiskHigh: string;
|
|
34385
35504
|
create: string;
|
|
34386
35505
|
loadFailed: string;
|
|
34387
35506
|
moveFailed: string;
|
|
@@ -34697,6 +35816,16 @@ export declare const locales: {
|
|
|
34697
35816
|
title: string;
|
|
34698
35817
|
newPage: string;
|
|
34699
35818
|
edit: string;
|
|
35819
|
+
newPageModal: {
|
|
35820
|
+
title: string;
|
|
35821
|
+
pageNameLabel: string;
|
|
35822
|
+
apiNameLabel: string;
|
|
35823
|
+
typeLabel: string;
|
|
35824
|
+
descriptionLabel: string;
|
|
35825
|
+
pageNameRequired: string;
|
|
35826
|
+
apiNameRequired: string;
|
|
35827
|
+
apiNamePatternHint: string;
|
|
35828
|
+
};
|
|
34700
35829
|
createSuccess: string;
|
|
34701
35830
|
pageTypes: {
|
|
34702
35831
|
recordPage: string;
|
|
@@ -35084,6 +36213,48 @@ export declare const locales: {
|
|
|
35084
36213
|
promotional: string;
|
|
35085
36214
|
useTemplate: string;
|
|
35086
36215
|
welcome: string;
|
|
36216
|
+
templates: {
|
|
36217
|
+
welcomeBasic: {
|
|
36218
|
+
name: string;
|
|
36219
|
+
description: string;
|
|
36220
|
+
};
|
|
36221
|
+
welcomeOnboarding: {
|
|
36222
|
+
name: string;
|
|
36223
|
+
description: string;
|
|
36224
|
+
};
|
|
36225
|
+
promoSale: {
|
|
36226
|
+
name: string;
|
|
36227
|
+
description: string;
|
|
36228
|
+
};
|
|
36229
|
+
promoProductLaunch: {
|
|
36230
|
+
name: string;
|
|
36231
|
+
description: string;
|
|
36232
|
+
};
|
|
36233
|
+
notifyReminder: {
|
|
36234
|
+
name: string;
|
|
36235
|
+
description: string;
|
|
36236
|
+
};
|
|
36237
|
+
notifyActionRequired: {
|
|
36238
|
+
name: string;
|
|
36239
|
+
description: string;
|
|
36240
|
+
};
|
|
36241
|
+
holidaySeason: {
|
|
36242
|
+
name: string;
|
|
36243
|
+
description: string;
|
|
36244
|
+
};
|
|
36245
|
+
holidayNewYear: {
|
|
36246
|
+
name: string;
|
|
36247
|
+
description: string;
|
|
36248
|
+
};
|
|
36249
|
+
newsletterMonthly: {
|
|
36250
|
+
name: string;
|
|
36251
|
+
description: string;
|
|
36252
|
+
};
|
|
36253
|
+
newsletterWeeklyDigest: {
|
|
36254
|
+
name: string;
|
|
36255
|
+
description: string;
|
|
36256
|
+
};
|
|
36257
|
+
};
|
|
35087
36258
|
};
|
|
35088
36259
|
territory: {
|
|
35089
36260
|
typesUnavailable: string;
|
|
@@ -35627,6 +36798,15 @@ export declare const locales: {
|
|
|
35627
36798
|
};
|
|
35628
36799
|
decisionConfig: {
|
|
35629
36800
|
title: string;
|
|
36801
|
+
outcomeLabel: string;
|
|
36802
|
+
outcomeApiName: string;
|
|
36803
|
+
colResource: string;
|
|
36804
|
+
colOperator: string;
|
|
36805
|
+
colValue: string;
|
|
36806
|
+
defaultBadge: string;
|
|
36807
|
+
placeholderResource: string;
|
|
36808
|
+
placeholderValue: string;
|
|
36809
|
+
addOutcome: string;
|
|
35630
36810
|
description: string;
|
|
35631
36811
|
noConditionWarning: string;
|
|
35632
36812
|
deleteCondition: string;
|
|
@@ -36504,6 +37684,9 @@ export declare const locales: {
|
|
|
36504
37684
|
recordList: {
|
|
36505
37685
|
actions: string;
|
|
36506
37686
|
refresh: string;
|
|
37687
|
+
density: string;
|
|
37688
|
+
densityCompact: string;
|
|
37689
|
+
densityComfy: string;
|
|
36507
37690
|
export: string;
|
|
36508
37691
|
moreActions: string;
|
|
36509
37692
|
exportTitle: string;
|
|
@@ -36743,6 +37926,7 @@ export declare const locales: {
|
|
|
36743
37926
|
details: string;
|
|
36744
37927
|
saveSuccess: string;
|
|
36745
37928
|
saveFailed: string;
|
|
37929
|
+
pathAriaLabel: string;
|
|
36746
37930
|
deleted: string;
|
|
36747
37931
|
deleteFailed: string;
|
|
36748
37932
|
deleteUndone: string;
|
|
@@ -36762,6 +37946,7 @@ export declare const locales: {
|
|
|
36762
37946
|
notFoundTitle: string;
|
|
36763
37947
|
notFoundSubtitle: string;
|
|
36764
37948
|
backToList: string;
|
|
37949
|
+
backToListAndRefresh: string;
|
|
36765
37950
|
dataLoadFailed: string;
|
|
36766
37951
|
retry: string;
|
|
36767
37952
|
record: string;
|
|
@@ -37018,6 +38203,7 @@ export declare const locales: {
|
|
|
37018
38203
|
};
|
|
37019
38204
|
conditionBuilder: {
|
|
37020
38205
|
selectField: string;
|
|
38206
|
+
valuePlaceholder: string;
|
|
37021
38207
|
deleteCondition: string;
|
|
37022
38208
|
deleteConditionGroup: string;
|
|
37023
38209
|
addCondition: string;
|
|
@@ -37026,6 +38212,116 @@ export declare const locales: {
|
|
|
37026
38212
|
rawModeDesc: string;
|
|
37027
38213
|
switchToVisual: string;
|
|
37028
38214
|
};
|
|
38215
|
+
recordingPlayer: {
|
|
38216
|
+
sentimentTimeline: string;
|
|
38217
|
+
rewind5s: string;
|
|
38218
|
+
forward5s: string;
|
|
38219
|
+
volume: string;
|
|
38220
|
+
playbackSpeed: string;
|
|
38221
|
+
};
|
|
38222
|
+
knowledgeBridge: {
|
|
38223
|
+
articleLoading: string;
|
|
38224
|
+
articleNotFound: string;
|
|
38225
|
+
articleUnavailable: string;
|
|
38226
|
+
feedbackYes: string;
|
|
38227
|
+
feedbackNo: string;
|
|
38228
|
+
wasThisHelpful: string;
|
|
38229
|
+
articleHelpful: string;
|
|
38230
|
+
articleNotHelpful: string;
|
|
38231
|
+
caseLoading: string;
|
|
38232
|
+
caseNotFound: string;
|
|
38233
|
+
caseUnavailable: string;
|
|
38234
|
+
commentPlaceholder: string;
|
|
38235
|
+
commentLabel: string;
|
|
38236
|
+
searchPrompt: string;
|
|
38237
|
+
searching: string;
|
|
38238
|
+
searchPlaceholder: string;
|
|
38239
|
+
searchLabel: string;
|
|
38240
|
+
};
|
|
38241
|
+
packageInstall: {
|
|
38242
|
+
title: string;
|
|
38243
|
+
installOk: string;
|
|
38244
|
+
localRegistryMode: string;
|
|
38245
|
+
localRegistryRoot: string;
|
|
38246
|
+
};
|
|
38247
|
+
revisionHistory: {
|
|
38248
|
+
filterByAuthor: string;
|
|
38249
|
+
searchBySummary: string;
|
|
38250
|
+
};
|
|
38251
|
+
nwcRuntime: {
|
|
38252
|
+
artifactMissing: string;
|
|
38253
|
+
runtimeError: string;
|
|
38254
|
+
dataBridgeFailed: string;
|
|
38255
|
+
resolveFailed: string;
|
|
38256
|
+
};
|
|
38257
|
+
fieldLayoutEditor: {
|
|
38258
|
+
availableFields: string;
|
|
38259
|
+
properties: string;
|
|
38260
|
+
searchFieldsPlaceholder: string;
|
|
38261
|
+
layoutSaved: string;
|
|
38262
|
+
};
|
|
38263
|
+
playgroundSetup: {
|
|
38264
|
+
apiKeyLabel: string;
|
|
38265
|
+
apiKeyPlaceholder: string;
|
|
38266
|
+
schemaLabel: string;
|
|
38267
|
+
apiKeyValidated: string;
|
|
38268
|
+
};
|
|
38269
|
+
dashboardEditor: {
|
|
38270
|
+
noData: string;
|
|
38271
|
+
componentError: string;
|
|
38272
|
+
addReportComponent: string;
|
|
38273
|
+
layoutSaved: string;
|
|
38274
|
+
};
|
|
38275
|
+
flowBuilderCanvas: {
|
|
38276
|
+
undoTitle: string;
|
|
38277
|
+
redoTitle: string;
|
|
38278
|
+
saveTitle: string;
|
|
38279
|
+
newVersionTitle: string;
|
|
38280
|
+
activateTitle: string;
|
|
38281
|
+
rollbackTitle: string;
|
|
38282
|
+
autoLayoutApplied: string;
|
|
38283
|
+
switchedToFreeForm: string;
|
|
38284
|
+
flowSaved: string;
|
|
38285
|
+
};
|
|
38286
|
+
shortcutHelp: {
|
|
38287
|
+
title: string;
|
|
38288
|
+
switchToView: string;
|
|
38289
|
+
globalSection: string;
|
|
38290
|
+
recordDetailSection: string;
|
|
38291
|
+
listViewSection: string;
|
|
38292
|
+
viewSwitchSection: string;
|
|
38293
|
+
macHint: string;
|
|
38294
|
+
listHint: string;
|
|
38295
|
+
def: {
|
|
38296
|
+
globalSearch: string;
|
|
38297
|
+
globalNew: string;
|
|
38298
|
+
globalHelp: string;
|
|
38299
|
+
recordEdit: string;
|
|
38300
|
+
recordSave: string;
|
|
38301
|
+
recordClone: string;
|
|
38302
|
+
recordDelete: string;
|
|
38303
|
+
listNavDown: string;
|
|
38304
|
+
listNavUp: string;
|
|
38305
|
+
listOpen: string;
|
|
38306
|
+
switchToViewN: string;
|
|
38307
|
+
};
|
|
38308
|
+
};
|
|
38309
|
+
workspaceLogo: {
|
|
38310
|
+
uploadButton: string;
|
|
38311
|
+
workspaceIdNotFound: string;
|
|
38312
|
+
uploadSuccess: string;
|
|
38313
|
+
uploadFailed: string;
|
|
38314
|
+
removeSuccess: string;
|
|
38315
|
+
removeFailed: string;
|
|
38316
|
+
};
|
|
38317
|
+
reportDesigner: {
|
|
38318
|
+
fieldsTitle: string;
|
|
38319
|
+
columnsLabel: string;
|
|
38320
|
+
groupByLabel: string;
|
|
38321
|
+
summaryLabel: string;
|
|
38322
|
+
previewTitle: string;
|
|
38323
|
+
configSaved: string;
|
|
38324
|
+
};
|
|
37029
38325
|
workflowRulesPage: {
|
|
37030
38326
|
layoutTitle: string;
|
|
37031
38327
|
breadcrumbWorkspace: string;
|
|
@@ -37230,6 +38526,33 @@ export declare const locales: {
|
|
|
37230
38526
|
abortSuccess: string;
|
|
37231
38527
|
abortError: string;
|
|
37232
38528
|
};
|
|
38529
|
+
platformCommercialPricing: {
|
|
38530
|
+
actionSucceeded: string;
|
|
38531
|
+
actionFailed: string;
|
|
38532
|
+
catalog: string;
|
|
38533
|
+
promotions: string;
|
|
38534
|
+
agreements: string;
|
|
38535
|
+
version: string;
|
|
38536
|
+
status: string;
|
|
38537
|
+
currency: string;
|
|
38538
|
+
effectiveFrom: string;
|
|
38539
|
+
entries: string;
|
|
38540
|
+
actions: string;
|
|
38541
|
+
activate: string;
|
|
38542
|
+
retire: string;
|
|
38543
|
+
suspend: string;
|
|
38544
|
+
code: string;
|
|
38545
|
+
benefit: string;
|
|
38546
|
+
scope: string;
|
|
38547
|
+
workspace: string;
|
|
38548
|
+
agreementKey: string;
|
|
38549
|
+
contractEvidence: string;
|
|
38550
|
+
overrides: string;
|
|
38551
|
+
privateNotice: string;
|
|
38552
|
+
workspaceFilter: string;
|
|
38553
|
+
loadFailed: string;
|
|
38554
|
+
retry: string;
|
|
38555
|
+
};
|
|
37233
38556
|
platformAdmin: {
|
|
37234
38557
|
menuChannelProvider: string;
|
|
37235
38558
|
adminPanelUi: {
|
|
@@ -38017,6 +39340,9 @@ export declare const locales: {
|
|
|
38017
39340
|
menuOpsSubscriptions: string;
|
|
38018
39341
|
menuOpsHealth: string;
|
|
38019
39342
|
menuOpsBilling: string;
|
|
39343
|
+
menuCommercialCatalog: string;
|
|
39344
|
+
menuPromotions: string;
|
|
39345
|
+
menuCustomerAgreements: string;
|
|
38020
39346
|
menuOpsRenewals: string;
|
|
38021
39347
|
menuAiProvider: string;
|
|
38022
39348
|
menuDemoAccess: string;
|
|
@@ -39582,6 +40908,38 @@ export declare const locales: {
|
|
|
39582
40908
|
billingTierFull: string;
|
|
39583
40909
|
billingTierHalf: string;
|
|
39584
40910
|
billingTierNone: string;
|
|
40911
|
+
opsAgentPrefix: string;
|
|
40912
|
+
opsAgentUnknown: string;
|
|
40913
|
+
opsScoringAgentActions: string;
|
|
40914
|
+
opsScoringTotalActions: string;
|
|
40915
|
+
opsScoringRawRatio: string;
|
|
40916
|
+
opsScoringWeighted: string;
|
|
40917
|
+
opsOutcomeType: {
|
|
40918
|
+
lead_created: string;
|
|
40919
|
+
mql: string;
|
|
40920
|
+
opportunity_created: string;
|
|
40921
|
+
opportunity_won: string;
|
|
40922
|
+
customer_activated: string;
|
|
40923
|
+
case_closed: string;
|
|
40924
|
+
};
|
|
40925
|
+
opsBillingStatus: {
|
|
40926
|
+
pending: string;
|
|
40927
|
+
confirmed: string;
|
|
40928
|
+
waived: string;
|
|
40929
|
+
cancelled: string;
|
|
40930
|
+
};
|
|
40931
|
+
opsDisputeStatus: {
|
|
40932
|
+
none: string;
|
|
40933
|
+
open: string;
|
|
40934
|
+
raised: string;
|
|
40935
|
+
reviewing: string;
|
|
40936
|
+
resolved: string;
|
|
40937
|
+
};
|
|
40938
|
+
opsBillingTier: {
|
|
40939
|
+
full: string;
|
|
40940
|
+
half: string;
|
|
40941
|
+
none: string;
|
|
40942
|
+
};
|
|
39585
40943
|
};
|
|
39586
40944
|
homeDashboard: {
|
|
39587
40945
|
saveSuccess: string;
|