@n8n/i18n 1.22.0 → 1.24.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +7729 -3804
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +89 -11
- package/dist/index.d.ts +89 -11
- package/dist/index.js +7727 -3800
- package/dist/index.js.map +1 -1
- package/dist/{types-j8rdQ8e5.d.ts → types-CvlTqtF_.d.cts} +90 -12
- package/dist/{types-wNLLPlzG.d.cts → types-Gzyvgd4l.d.ts} +90 -12
- package/dist/types.d.cts +1 -1
- package/dist/types.d.ts +1 -1
- package/dist/types.js +0 -1
- package/dist/{utils-h8Z6_NUG.js → utils-BJm12gqs.js} +10 -4
- package/dist/utils-BJm12gqs.js.map +1 -0
- package/dist/{utils-CmS9ahSc.cjs → utils-p9ioSiTo.cjs} +9 -3
- package/dist/utils-p9ioSiTo.cjs.map +1 -0
- package/dist/utils.cjs +1 -1
- package/dist/utils.js +1 -1
- package/package.json +4 -4
- package/dist/utils-CmS9ahSc.cjs.map +0 -1
- package/dist/utils-h8Z6_NUG.js.map +0 -1
package/dist/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { BaseTextKey, GetBaseTextKey, INodeTranslationHeaders, LocaleMessages } from "./types-CvlTqtF_.cjs";
|
|
2
2
|
import * as vue_i18n0 from "vue-i18n";
|
|
3
3
|
import * as vue0 from "vue";
|
|
4
4
|
import { INodeProperties, INodePropertyCollection, INodePropertyOptions } from "n8n-workflow";
|
|
@@ -47,8 +47,11 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
47
47
|
"generic.annotations": string;
|
|
48
48
|
"generic.annotationData": string;
|
|
49
49
|
"generic.any": string;
|
|
50
|
+
"generic.allow": string;
|
|
51
|
+
"generic.deny": string;
|
|
50
52
|
"generic.cancel": string;
|
|
51
53
|
"generic.open": string;
|
|
54
|
+
"generic.openResource": string;
|
|
52
55
|
"generic.add": string;
|
|
53
56
|
"generic.close": string;
|
|
54
57
|
"generic.clear": string;
|
|
@@ -63,6 +66,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
63
66
|
"generic.fields": string;
|
|
64
67
|
"generic.folderCount": string;
|
|
65
68
|
"generic.folder": string;
|
|
69
|
+
"generic.keepBuilding": string;
|
|
66
70
|
"generic.learnMore": string;
|
|
67
71
|
"generic.reset": string;
|
|
68
72
|
"generic.resetAllFilters": string;
|
|
@@ -78,6 +82,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
78
82
|
"generic.tag_plural": string;
|
|
79
83
|
"generic.tag": string;
|
|
80
84
|
"generic.tests": string;
|
|
85
|
+
"generic.templates": string;
|
|
81
86
|
"generic.optional": string;
|
|
82
87
|
"generic.or": string;
|
|
83
88
|
"generic.clickToCopy": string;
|
|
@@ -99,6 +104,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
99
104
|
"generic.dismiss": string;
|
|
100
105
|
"generic.saving": string;
|
|
101
106
|
"generic.name": string;
|
|
107
|
+
"generic.description": string;
|
|
102
108
|
"generic.unsavedWork.confirmMessage.headline": string;
|
|
103
109
|
"generic.unsavedWork.confirmMessage.message": string;
|
|
104
110
|
"generic.unsavedWork.confirmMessage.confirmButtonText": string;
|
|
@@ -297,6 +303,33 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
297
303
|
"chat.window.session.id.copy": string;
|
|
298
304
|
"chat.window.session.reset": string;
|
|
299
305
|
"chat.window.session.resetSession": string;
|
|
306
|
+
"chatHub.agent.customAgents": string;
|
|
307
|
+
"chatHub.agent.newAgent": string;
|
|
308
|
+
"chatHub.agent.editor.title.new": string;
|
|
309
|
+
"chatHub.agent.editor.title.edit": string;
|
|
310
|
+
"chatHub.agent.editor.name.label": string;
|
|
311
|
+
"chatHub.agent.editor.name.placeholder": string;
|
|
312
|
+
"chatHub.agent.editor.description.label": string;
|
|
313
|
+
"chatHub.agent.editor.description.placeholder": string;
|
|
314
|
+
"chatHub.agent.editor.systemPrompt.label": string;
|
|
315
|
+
"chatHub.agent.editor.systemPrompt.placeholder": string;
|
|
316
|
+
"chatHub.agent.editor.model.label": string;
|
|
317
|
+
"chatHub.agent.editor.loading": string;
|
|
318
|
+
"chatHub.agent.editor.saving": string;
|
|
319
|
+
"chatHub.agent.editor.save": string;
|
|
320
|
+
"chatHub.agent.editor.cancel": string;
|
|
321
|
+
"chatHub.agent.editor.delete": string;
|
|
322
|
+
"chatHub.agent.editor.deleting": string;
|
|
323
|
+
"chatHub.agent.editor.delete.confirm.title": string;
|
|
324
|
+
"chatHub.agent.editor.delete.confirm.message": string;
|
|
325
|
+
"chatHub.agent.editor.delete.confirm.button": string;
|
|
326
|
+
"chatHub.agent.editor.delete.cancel.button": string;
|
|
327
|
+
"chatHub.agent.editor.error.load": string;
|
|
328
|
+
"chatHub.agent.editor.error.save": string;
|
|
329
|
+
"chatHub.agent.editor.error.delete": string;
|
|
330
|
+
"chatHub.agent.editor.success.create": string;
|
|
331
|
+
"chatHub.agent.editor.success.update": string;
|
|
332
|
+
"chatHub.agent.editor.success.delete": string;
|
|
300
333
|
"chatEmbed.infoTip.description": string;
|
|
301
334
|
"chatEmbed.infoTip.link": string;
|
|
302
335
|
"chatEmbed.title": string;
|
|
@@ -788,6 +821,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
788
821
|
"experiments.personalizedTemplatesV3.loadingTemplates": string;
|
|
789
822
|
"experiments.personalizedTemplatesV3.recommendationTooltip": string;
|
|
790
823
|
"experiments.personalizedTemplatesV3.recommendedForYou": string;
|
|
824
|
+
"experiments.templatesDataQuality.modalTitle": string;
|
|
791
825
|
error: string;
|
|
792
826
|
"error.goBack": string;
|
|
793
827
|
"error.pageNotFound": string;
|
|
@@ -1043,6 +1077,11 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1043
1077
|
"folder.delete.modal.confirmation": string;
|
|
1044
1078
|
"folder.count": string;
|
|
1045
1079
|
"workflow.count": string;
|
|
1080
|
+
"workflow.description.tooltip": string;
|
|
1081
|
+
"workflow.description.placeholder": string;
|
|
1082
|
+
"workflow.description.placeholder.mcp": string;
|
|
1083
|
+
"workflow.description.placeholder.mcp.webhook": string;
|
|
1084
|
+
"workflow.description.error.title": string;
|
|
1046
1085
|
"folder.and.workflow.separator": string;
|
|
1047
1086
|
"folders.delete.action": string;
|
|
1048
1087
|
"folders.delete.error.message": string;
|
|
@@ -1159,7 +1198,6 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1159
1198
|
"mainSidebar.showMessage.handleArchive.title": string;
|
|
1160
1199
|
"mainSidebar.showMessage.handleUnarchive.title": string;
|
|
1161
1200
|
"mainSidebar.showMessage.stopExecution.title": string;
|
|
1162
|
-
"mainSidebar.templates": string;
|
|
1163
1201
|
"mainSidebar.workflows": string;
|
|
1164
1202
|
"mainSidebar.workflows.readOnlyEnv.tooltip": string;
|
|
1165
1203
|
"mainSidebar.workflows.readOnlyEnv.tooltip.link": string;
|
|
@@ -1168,6 +1206,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1168
1206
|
"mainSidebar.whatsNew": string;
|
|
1169
1207
|
"mainSidebar.whatsNew.fullChangelog": string;
|
|
1170
1208
|
"mcp.workflowNotEligable.description": string;
|
|
1209
|
+
"mcp.instanceLevelAccessDisabled.description": string;
|
|
1171
1210
|
"mcp.workflowDeactivated.title": string;
|
|
1172
1211
|
"mcp.productionCheklist.title": string;
|
|
1173
1212
|
"mcp.productionCheklist.description": string;
|
|
@@ -1279,6 +1318,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1279
1318
|
"ndv.output.tooMuchData.message": string;
|
|
1280
1319
|
"ndv.output.tooMuchData.showDataAnyway": string;
|
|
1281
1320
|
"ndv.output.tooMuchData.title": string;
|
|
1321
|
+
"ndv.output.logs.tooMuchData.message": string;
|
|
1282
1322
|
"ndv.output.waitingToRun": string;
|
|
1283
1323
|
"ndv.output.noToolUsedInfo": string;
|
|
1284
1324
|
"ndv.title.cancel": string;
|
|
@@ -1721,6 +1761,17 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1721
1761
|
"nodeWebhooks.webhookUrls.mcpTrigger": string;
|
|
1722
1762
|
"openWorkflow.workflowImportError": string;
|
|
1723
1763
|
"openWorkflow.workflowNotFoundError": string;
|
|
1764
|
+
"oauth.consentView.title": string;
|
|
1765
|
+
"oauth.consentView.heading": string;
|
|
1766
|
+
"oauth.consentView.description": string;
|
|
1767
|
+
"oauth.consentView.action.listWorkflows": string;
|
|
1768
|
+
"oauth.consentView.action.workflowDetails": string;
|
|
1769
|
+
"oauth.consentView.readMore": string;
|
|
1770
|
+
"oauth.consentView.error.deny": string;
|
|
1771
|
+
"oauth.consentView.error.allow": string;
|
|
1772
|
+
"oauth.consentView.error.fetchDetails": string;
|
|
1773
|
+
"oauth.consentView.success.title": string;
|
|
1774
|
+
"oauth.consentView.success.description": string;
|
|
1724
1775
|
"parameterInput.expressionResult": string;
|
|
1725
1776
|
"parameterInput.tip": string;
|
|
1726
1777
|
"parameterInput.dragTipBeforePill": string;
|
|
@@ -2152,6 +2203,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2152
2203
|
"settings.mcp.empty.description": string;
|
|
2153
2204
|
"settings.mcp.toggle.disabled.tooltip": string;
|
|
2154
2205
|
"settings.mcp.toggle.error": string;
|
|
2206
|
+
"settings.mcp.instructions.tabs.oauth": string;
|
|
2207
|
+
"settings.mcp.instructions.tabs.apiKey": string;
|
|
2155
2208
|
"settings.mcp.instructions.enableAccess": string;
|
|
2156
2209
|
"settings.mcp.instructions.serverUrl": string;
|
|
2157
2210
|
"settings.mcp.instructions.apiKey.label": string;
|
|
@@ -2163,6 +2216,18 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2163
2216
|
"settings.mcp.newKey.notice": string;
|
|
2164
2217
|
"settings.mcp.error.fetching.apiKey": string;
|
|
2165
2218
|
"settings.mcp.error.rotating.apiKey": string;
|
|
2219
|
+
"settings.mcp.error.fetching.oAuthClients": string;
|
|
2220
|
+
"settings.mcp.oAuthClients.heading": string;
|
|
2221
|
+
"settings.mcp.oAuthClients.table.clientName": string;
|
|
2222
|
+
"settings.mcp.oAuthClients.table.connectedAt": string;
|
|
2223
|
+
"settings.mcp.oAuthClients.table.lastUsedAt": string;
|
|
2224
|
+
"settings.mcp.oAuthClients.table.action.revokeAccess": string;
|
|
2225
|
+
"settings.mcp.oAuthClients.revoke.success.title": string;
|
|
2226
|
+
"settings.mcp.oAuthClients.revoke.success.message": string;
|
|
2227
|
+
"settings.mcp.oAuthClients.revoke.error": string;
|
|
2228
|
+
"settings.mcp.oAuthClients.table.empty.title": string;
|
|
2229
|
+
"settings.mcp.refresh.tooltip": string;
|
|
2230
|
+
"settings.mcp.workflowsTable.workflow": string;
|
|
2166
2231
|
"settings.goBack": string;
|
|
2167
2232
|
"settings.personal": string;
|
|
2168
2233
|
"settings.personal.basicInformation": string;
|
|
@@ -2368,6 +2433,12 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2368
2433
|
"settings.usageAndPlan.license.activation.error.title": string;
|
|
2369
2434
|
"settings.usageAndPlan.license.activation.success.title": string;
|
|
2370
2435
|
"settings.usageAndPlan.license.activation.success.message": string;
|
|
2436
|
+
"settings.usageAndPlan.dialog.eula.title": string;
|
|
2437
|
+
"settings.usageAndPlan.dialog.eula.description": string;
|
|
2438
|
+
"settings.usageAndPlan.dialog.eula.checkbox.label": string;
|
|
2439
|
+
"settings.usageAndPlan.dialog.eula.link.text": string;
|
|
2440
|
+
"settings.usageAndPlan.dialog.eula.button.accept": string;
|
|
2441
|
+
"settings.usageAndPlan.dialog.eula.button.cancel": string;
|
|
2371
2442
|
"settings.usageAndPlan.license.communityRegistered.tooltip": string;
|
|
2372
2443
|
"settings.provisioning.title": string;
|
|
2373
2444
|
"settings.provisioning.description": string;
|
|
@@ -2385,13 +2456,18 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2385
2456
|
"settings.provisioning.scopesProjectsRolesClaimName": string;
|
|
2386
2457
|
"settings.provisioning.scopesProjectsRolesClaimName.placeholder": string;
|
|
2387
2458
|
"settings.provisioning.scopesProjectsRolesClaimName.help": string;
|
|
2388
|
-
"settings.provisioning.
|
|
2389
|
-
"settings.provisioning.
|
|
2390
|
-
"settings.
|
|
2391
|
-
"settings.
|
|
2392
|
-
"settings.
|
|
2393
|
-
"settings.
|
|
2394
|
-
"settings.
|
|
2459
|
+
"settings.provisioning.toggle": string;
|
|
2460
|
+
"settings.provisioning.toggle.help": string;
|
|
2461
|
+
"settings.provisioningConfirmDialog.title": string;
|
|
2462
|
+
"settings.provisioningConfirmDialog.breakingChangeDescription.firstLine": string;
|
|
2463
|
+
"settings.provisioningConfirmDialog.breakingChangeDescription.list.one": string;
|
|
2464
|
+
"settings.provisioningConfirmDialog.breakingChangeDescription.list.two": string;
|
|
2465
|
+
"settings.provisioningConfirmDialog.breakingChangeRequiredSteps": string;
|
|
2466
|
+
"settings.provisioningConfirmDialog.button.confirm": string;
|
|
2467
|
+
"settings.provisioningConfirmDialog.button.cancel": string;
|
|
2468
|
+
"settings.provisioningConfirmDialog.button.generateCsvExport": string;
|
|
2469
|
+
"settings.provisioningConfirmDialog.button.downloadProjectRolesCsv": string;
|
|
2470
|
+
"settings.provisioningConfirmDialog.button.downloadInstanceRolesCsv": string;
|
|
2395
2471
|
"settings.externalSecrets.title": string;
|
|
2396
2472
|
"settings.externalSecrets.info": string;
|
|
2397
2473
|
"settings.externalSecrets.info.link": string;
|
|
@@ -2910,6 +2986,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2910
2986
|
"workflows.templateRecoV2.loadingTemplates": string;
|
|
2911
2987
|
"workflows.templateRecoV2.useTemplate": string;
|
|
2912
2988
|
"workflows.templateRecoV2.exploreTemplates": string;
|
|
2989
|
+
"workflows.templatesDataQuality.loadingTemplates": string;
|
|
2990
|
+
"workflows.templatesDataQuality.seeMoreTemplates": string;
|
|
2913
2991
|
"workflows.search.placeholder": string;
|
|
2914
2992
|
"workflows.filters": string;
|
|
2915
2993
|
"workflows.filters.tags": string;
|
|
@@ -3015,6 +3093,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3015
3093
|
"variables.add.unavailable": string;
|
|
3016
3094
|
"variables.add.unavailable.empty": string;
|
|
3017
3095
|
"variables.add.onlyOwnerCanCreate": string;
|
|
3096
|
+
"variables.add.button.label": string;
|
|
3018
3097
|
"variables.empty.heading": string;
|
|
3019
3098
|
"variables.empty.heading.userNotSetup": string;
|
|
3020
3099
|
"variables.empty.description": string;
|
|
@@ -3115,7 +3194,6 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3115
3194
|
"dataTable.addColumn.typeInput.label": string;
|
|
3116
3195
|
"dataTable.addColumn.error": string;
|
|
3117
3196
|
"dataTable.addColumn.alreadyExistsError": string;
|
|
3118
|
-
"dataTable.addColumn.alreadyExistsDescription": string;
|
|
3119
3197
|
"dataTable.moveColumn.error": string;
|
|
3120
3198
|
"dataTable.deleteColumn.error": string;
|
|
3121
3199
|
"dataTable.deleteColumn.confirm.title": string;
|
|
@@ -3145,6 +3223,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3145
3223
|
"dataTable.filters.lessThan": string;
|
|
3146
3224
|
"dataTable.filters.lessThanOrEqual": string;
|
|
3147
3225
|
"dataTable.addColumn.systemColumnDescription": string;
|
|
3226
|
+
"dataTable.addColumn.alreadyExistsDescription": string;
|
|
3148
3227
|
"dataTable.addColumn.testingColumnDescription": string;
|
|
3149
3228
|
"settings.ldap": string;
|
|
3150
3229
|
"settings.ldap.note": string;
|
|
@@ -3744,7 +3823,6 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3744
3823
|
"commandBar.sections.evaluation": string;
|
|
3745
3824
|
"commandBar.sections.demo": string;
|
|
3746
3825
|
"commandBar.sections.general": string;
|
|
3747
|
-
"commandBar.sections.templates": string;
|
|
3748
3826
|
"commandBar.templates.import": string;
|
|
3749
3827
|
"commandBar.templates.importWithPrefix": string;
|
|
3750
3828
|
"commandBar.nodes.addNode": string;
|
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { BaseTextKey, GetBaseTextKey, INodeTranslationHeaders, LocaleMessages } from "./types-Gzyvgd4l.js";
|
|
2
2
|
import * as vue0 from "vue";
|
|
3
3
|
import * as vue_i18n0 from "vue-i18n";
|
|
4
4
|
import { INodeProperties, INodePropertyCollection, INodePropertyOptions } from "n8n-workflow";
|
|
@@ -47,8 +47,11 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
47
47
|
"generic.annotations": string;
|
|
48
48
|
"generic.annotationData": string;
|
|
49
49
|
"generic.any": string;
|
|
50
|
+
"generic.allow": string;
|
|
51
|
+
"generic.deny": string;
|
|
50
52
|
"generic.cancel": string;
|
|
51
53
|
"generic.open": string;
|
|
54
|
+
"generic.openResource": string;
|
|
52
55
|
"generic.add": string;
|
|
53
56
|
"generic.close": string;
|
|
54
57
|
"generic.clear": string;
|
|
@@ -63,6 +66,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
63
66
|
"generic.fields": string;
|
|
64
67
|
"generic.folderCount": string;
|
|
65
68
|
"generic.folder": string;
|
|
69
|
+
"generic.keepBuilding": string;
|
|
66
70
|
"generic.learnMore": string;
|
|
67
71
|
"generic.reset": string;
|
|
68
72
|
"generic.resetAllFilters": string;
|
|
@@ -78,6 +82,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
78
82
|
"generic.tag_plural": string;
|
|
79
83
|
"generic.tag": string;
|
|
80
84
|
"generic.tests": string;
|
|
85
|
+
"generic.templates": string;
|
|
81
86
|
"generic.optional": string;
|
|
82
87
|
"generic.or": string;
|
|
83
88
|
"generic.clickToCopy": string;
|
|
@@ -99,6 +104,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
99
104
|
"generic.dismiss": string;
|
|
100
105
|
"generic.saving": string;
|
|
101
106
|
"generic.name": string;
|
|
107
|
+
"generic.description": string;
|
|
102
108
|
"generic.unsavedWork.confirmMessage.headline": string;
|
|
103
109
|
"generic.unsavedWork.confirmMessage.message": string;
|
|
104
110
|
"generic.unsavedWork.confirmMessage.confirmButtonText": string;
|
|
@@ -297,6 +303,33 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
297
303
|
"chat.window.session.id.copy": string;
|
|
298
304
|
"chat.window.session.reset": string;
|
|
299
305
|
"chat.window.session.resetSession": string;
|
|
306
|
+
"chatHub.agent.customAgents": string;
|
|
307
|
+
"chatHub.agent.newAgent": string;
|
|
308
|
+
"chatHub.agent.editor.title.new": string;
|
|
309
|
+
"chatHub.agent.editor.title.edit": string;
|
|
310
|
+
"chatHub.agent.editor.name.label": string;
|
|
311
|
+
"chatHub.agent.editor.name.placeholder": string;
|
|
312
|
+
"chatHub.agent.editor.description.label": string;
|
|
313
|
+
"chatHub.agent.editor.description.placeholder": string;
|
|
314
|
+
"chatHub.agent.editor.systemPrompt.label": string;
|
|
315
|
+
"chatHub.agent.editor.systemPrompt.placeholder": string;
|
|
316
|
+
"chatHub.agent.editor.model.label": string;
|
|
317
|
+
"chatHub.agent.editor.loading": string;
|
|
318
|
+
"chatHub.agent.editor.saving": string;
|
|
319
|
+
"chatHub.agent.editor.save": string;
|
|
320
|
+
"chatHub.agent.editor.cancel": string;
|
|
321
|
+
"chatHub.agent.editor.delete": string;
|
|
322
|
+
"chatHub.agent.editor.deleting": string;
|
|
323
|
+
"chatHub.agent.editor.delete.confirm.title": string;
|
|
324
|
+
"chatHub.agent.editor.delete.confirm.message": string;
|
|
325
|
+
"chatHub.agent.editor.delete.confirm.button": string;
|
|
326
|
+
"chatHub.agent.editor.delete.cancel.button": string;
|
|
327
|
+
"chatHub.agent.editor.error.load": string;
|
|
328
|
+
"chatHub.agent.editor.error.save": string;
|
|
329
|
+
"chatHub.agent.editor.error.delete": string;
|
|
330
|
+
"chatHub.agent.editor.success.create": string;
|
|
331
|
+
"chatHub.agent.editor.success.update": string;
|
|
332
|
+
"chatHub.agent.editor.success.delete": string;
|
|
300
333
|
"chatEmbed.infoTip.description": string;
|
|
301
334
|
"chatEmbed.infoTip.link": string;
|
|
302
335
|
"chatEmbed.title": string;
|
|
@@ -788,6 +821,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
788
821
|
"experiments.personalizedTemplatesV3.loadingTemplates": string;
|
|
789
822
|
"experiments.personalizedTemplatesV3.recommendationTooltip": string;
|
|
790
823
|
"experiments.personalizedTemplatesV3.recommendedForYou": string;
|
|
824
|
+
"experiments.templatesDataQuality.modalTitle": string;
|
|
791
825
|
error: string;
|
|
792
826
|
"error.goBack": string;
|
|
793
827
|
"error.pageNotFound": string;
|
|
@@ -1043,6 +1077,11 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1043
1077
|
"folder.delete.modal.confirmation": string;
|
|
1044
1078
|
"folder.count": string;
|
|
1045
1079
|
"workflow.count": string;
|
|
1080
|
+
"workflow.description.tooltip": string;
|
|
1081
|
+
"workflow.description.placeholder": string;
|
|
1082
|
+
"workflow.description.placeholder.mcp": string;
|
|
1083
|
+
"workflow.description.placeholder.mcp.webhook": string;
|
|
1084
|
+
"workflow.description.error.title": string;
|
|
1046
1085
|
"folder.and.workflow.separator": string;
|
|
1047
1086
|
"folders.delete.action": string;
|
|
1048
1087
|
"folders.delete.error.message": string;
|
|
@@ -1159,7 +1198,6 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1159
1198
|
"mainSidebar.showMessage.handleArchive.title": string;
|
|
1160
1199
|
"mainSidebar.showMessage.handleUnarchive.title": string;
|
|
1161
1200
|
"mainSidebar.showMessage.stopExecution.title": string;
|
|
1162
|
-
"mainSidebar.templates": string;
|
|
1163
1201
|
"mainSidebar.workflows": string;
|
|
1164
1202
|
"mainSidebar.workflows.readOnlyEnv.tooltip": string;
|
|
1165
1203
|
"mainSidebar.workflows.readOnlyEnv.tooltip.link": string;
|
|
@@ -1168,6 +1206,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1168
1206
|
"mainSidebar.whatsNew": string;
|
|
1169
1207
|
"mainSidebar.whatsNew.fullChangelog": string;
|
|
1170
1208
|
"mcp.workflowNotEligable.description": string;
|
|
1209
|
+
"mcp.instanceLevelAccessDisabled.description": string;
|
|
1171
1210
|
"mcp.workflowDeactivated.title": string;
|
|
1172
1211
|
"mcp.productionCheklist.title": string;
|
|
1173
1212
|
"mcp.productionCheklist.description": string;
|
|
@@ -1279,6 +1318,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1279
1318
|
"ndv.output.tooMuchData.message": string;
|
|
1280
1319
|
"ndv.output.tooMuchData.showDataAnyway": string;
|
|
1281
1320
|
"ndv.output.tooMuchData.title": string;
|
|
1321
|
+
"ndv.output.logs.tooMuchData.message": string;
|
|
1282
1322
|
"ndv.output.waitingToRun": string;
|
|
1283
1323
|
"ndv.output.noToolUsedInfo": string;
|
|
1284
1324
|
"ndv.title.cancel": string;
|
|
@@ -1721,6 +1761,17 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1721
1761
|
"nodeWebhooks.webhookUrls.mcpTrigger": string;
|
|
1722
1762
|
"openWorkflow.workflowImportError": string;
|
|
1723
1763
|
"openWorkflow.workflowNotFoundError": string;
|
|
1764
|
+
"oauth.consentView.title": string;
|
|
1765
|
+
"oauth.consentView.heading": string;
|
|
1766
|
+
"oauth.consentView.description": string;
|
|
1767
|
+
"oauth.consentView.action.listWorkflows": string;
|
|
1768
|
+
"oauth.consentView.action.workflowDetails": string;
|
|
1769
|
+
"oauth.consentView.readMore": string;
|
|
1770
|
+
"oauth.consentView.error.deny": string;
|
|
1771
|
+
"oauth.consentView.error.allow": string;
|
|
1772
|
+
"oauth.consentView.error.fetchDetails": string;
|
|
1773
|
+
"oauth.consentView.success.title": string;
|
|
1774
|
+
"oauth.consentView.success.description": string;
|
|
1724
1775
|
"parameterInput.expressionResult": string;
|
|
1725
1776
|
"parameterInput.tip": string;
|
|
1726
1777
|
"parameterInput.dragTipBeforePill": string;
|
|
@@ -2152,6 +2203,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2152
2203
|
"settings.mcp.empty.description": string;
|
|
2153
2204
|
"settings.mcp.toggle.disabled.tooltip": string;
|
|
2154
2205
|
"settings.mcp.toggle.error": string;
|
|
2206
|
+
"settings.mcp.instructions.tabs.oauth": string;
|
|
2207
|
+
"settings.mcp.instructions.tabs.apiKey": string;
|
|
2155
2208
|
"settings.mcp.instructions.enableAccess": string;
|
|
2156
2209
|
"settings.mcp.instructions.serverUrl": string;
|
|
2157
2210
|
"settings.mcp.instructions.apiKey.label": string;
|
|
@@ -2163,6 +2216,18 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2163
2216
|
"settings.mcp.newKey.notice": string;
|
|
2164
2217
|
"settings.mcp.error.fetching.apiKey": string;
|
|
2165
2218
|
"settings.mcp.error.rotating.apiKey": string;
|
|
2219
|
+
"settings.mcp.error.fetching.oAuthClients": string;
|
|
2220
|
+
"settings.mcp.oAuthClients.heading": string;
|
|
2221
|
+
"settings.mcp.oAuthClients.table.clientName": string;
|
|
2222
|
+
"settings.mcp.oAuthClients.table.connectedAt": string;
|
|
2223
|
+
"settings.mcp.oAuthClients.table.lastUsedAt": string;
|
|
2224
|
+
"settings.mcp.oAuthClients.table.action.revokeAccess": string;
|
|
2225
|
+
"settings.mcp.oAuthClients.revoke.success.title": string;
|
|
2226
|
+
"settings.mcp.oAuthClients.revoke.success.message": string;
|
|
2227
|
+
"settings.mcp.oAuthClients.revoke.error": string;
|
|
2228
|
+
"settings.mcp.oAuthClients.table.empty.title": string;
|
|
2229
|
+
"settings.mcp.refresh.tooltip": string;
|
|
2230
|
+
"settings.mcp.workflowsTable.workflow": string;
|
|
2166
2231
|
"settings.goBack": string;
|
|
2167
2232
|
"settings.personal": string;
|
|
2168
2233
|
"settings.personal.basicInformation": string;
|
|
@@ -2368,6 +2433,12 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2368
2433
|
"settings.usageAndPlan.license.activation.error.title": string;
|
|
2369
2434
|
"settings.usageAndPlan.license.activation.success.title": string;
|
|
2370
2435
|
"settings.usageAndPlan.license.activation.success.message": string;
|
|
2436
|
+
"settings.usageAndPlan.dialog.eula.title": string;
|
|
2437
|
+
"settings.usageAndPlan.dialog.eula.description": string;
|
|
2438
|
+
"settings.usageAndPlan.dialog.eula.checkbox.label": string;
|
|
2439
|
+
"settings.usageAndPlan.dialog.eula.link.text": string;
|
|
2440
|
+
"settings.usageAndPlan.dialog.eula.button.accept": string;
|
|
2441
|
+
"settings.usageAndPlan.dialog.eula.button.cancel": string;
|
|
2371
2442
|
"settings.usageAndPlan.license.communityRegistered.tooltip": string;
|
|
2372
2443
|
"settings.provisioning.title": string;
|
|
2373
2444
|
"settings.provisioning.description": string;
|
|
@@ -2385,13 +2456,18 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2385
2456
|
"settings.provisioning.scopesProjectsRolesClaimName": string;
|
|
2386
2457
|
"settings.provisioning.scopesProjectsRolesClaimName.placeholder": string;
|
|
2387
2458
|
"settings.provisioning.scopesProjectsRolesClaimName.help": string;
|
|
2388
|
-
"settings.provisioning.
|
|
2389
|
-
"settings.provisioning.
|
|
2390
|
-
"settings.
|
|
2391
|
-
"settings.
|
|
2392
|
-
"settings.
|
|
2393
|
-
"settings.
|
|
2394
|
-
"settings.
|
|
2459
|
+
"settings.provisioning.toggle": string;
|
|
2460
|
+
"settings.provisioning.toggle.help": string;
|
|
2461
|
+
"settings.provisioningConfirmDialog.title": string;
|
|
2462
|
+
"settings.provisioningConfirmDialog.breakingChangeDescription.firstLine": string;
|
|
2463
|
+
"settings.provisioningConfirmDialog.breakingChangeDescription.list.one": string;
|
|
2464
|
+
"settings.provisioningConfirmDialog.breakingChangeDescription.list.two": string;
|
|
2465
|
+
"settings.provisioningConfirmDialog.breakingChangeRequiredSteps": string;
|
|
2466
|
+
"settings.provisioningConfirmDialog.button.confirm": string;
|
|
2467
|
+
"settings.provisioningConfirmDialog.button.cancel": string;
|
|
2468
|
+
"settings.provisioningConfirmDialog.button.generateCsvExport": string;
|
|
2469
|
+
"settings.provisioningConfirmDialog.button.downloadProjectRolesCsv": string;
|
|
2470
|
+
"settings.provisioningConfirmDialog.button.downloadInstanceRolesCsv": string;
|
|
2395
2471
|
"settings.externalSecrets.title": string;
|
|
2396
2472
|
"settings.externalSecrets.info": string;
|
|
2397
2473
|
"settings.externalSecrets.info.link": string;
|
|
@@ -2910,6 +2986,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2910
2986
|
"workflows.templateRecoV2.loadingTemplates": string;
|
|
2911
2987
|
"workflows.templateRecoV2.useTemplate": string;
|
|
2912
2988
|
"workflows.templateRecoV2.exploreTemplates": string;
|
|
2989
|
+
"workflows.templatesDataQuality.loadingTemplates": string;
|
|
2990
|
+
"workflows.templatesDataQuality.seeMoreTemplates": string;
|
|
2913
2991
|
"workflows.search.placeholder": string;
|
|
2914
2992
|
"workflows.filters": string;
|
|
2915
2993
|
"workflows.filters.tags": string;
|
|
@@ -3015,6 +3093,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3015
3093
|
"variables.add.unavailable": string;
|
|
3016
3094
|
"variables.add.unavailable.empty": string;
|
|
3017
3095
|
"variables.add.onlyOwnerCanCreate": string;
|
|
3096
|
+
"variables.add.button.label": string;
|
|
3018
3097
|
"variables.empty.heading": string;
|
|
3019
3098
|
"variables.empty.heading.userNotSetup": string;
|
|
3020
3099
|
"variables.empty.description": string;
|
|
@@ -3115,7 +3194,6 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3115
3194
|
"dataTable.addColumn.typeInput.label": string;
|
|
3116
3195
|
"dataTable.addColumn.error": string;
|
|
3117
3196
|
"dataTable.addColumn.alreadyExistsError": string;
|
|
3118
|
-
"dataTable.addColumn.alreadyExistsDescription": string;
|
|
3119
3197
|
"dataTable.moveColumn.error": string;
|
|
3120
3198
|
"dataTable.deleteColumn.error": string;
|
|
3121
3199
|
"dataTable.deleteColumn.confirm.title": string;
|
|
@@ -3145,6 +3223,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3145
3223
|
"dataTable.filters.lessThan": string;
|
|
3146
3224
|
"dataTable.filters.lessThanOrEqual": string;
|
|
3147
3225
|
"dataTable.addColumn.systemColumnDescription": string;
|
|
3226
|
+
"dataTable.addColumn.alreadyExistsDescription": string;
|
|
3148
3227
|
"dataTable.addColumn.testingColumnDescription": string;
|
|
3149
3228
|
"settings.ldap": string;
|
|
3150
3229
|
"settings.ldap.note": string;
|
|
@@ -3744,7 +3823,6 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3744
3823
|
"commandBar.sections.evaluation": string;
|
|
3745
3824
|
"commandBar.sections.demo": string;
|
|
3746
3825
|
"commandBar.sections.general": string;
|
|
3747
|
-
"commandBar.sections.templates": string;
|
|
3748
3826
|
"commandBar.templates.import": string;
|
|
3749
3827
|
"commandBar.templates.importWithPrefix": string;
|
|
3750
3828
|
"commandBar.nodes.addNode": string;
|