@n8n/i18n 1.26.2 → 2.0.0-rc.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 +118 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +118 -2
- package/dist/index.d.mts +118 -2
- package/dist/index.mjs +118 -2
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +118 -2
- package/dist/types2.d.mts +118 -2
- package/package.json +4 -4
package/dist/index.d.cts
CHANGED
|
@@ -121,6 +121,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
121
121
|
"generic.editor": string;
|
|
122
122
|
"generic.seePlans": string;
|
|
123
123
|
"generic.loading": string;
|
|
124
|
+
"generic.loadingEllipsis": string;
|
|
124
125
|
"generic.and": string;
|
|
125
126
|
"generic.ownedByMe": string;
|
|
126
127
|
"generic.moreInfo": string;
|
|
@@ -144,6 +145,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
144
145
|
"generic.your": string;
|
|
145
146
|
"generic.apiKey": string;
|
|
146
147
|
"generic.search": string;
|
|
148
|
+
"generic.showMore": string;
|
|
149
|
+
"generic.showLess": string;
|
|
147
150
|
"about.aboutN8n": string;
|
|
148
151
|
"about.close": string;
|
|
149
152
|
"about.license": string;
|
|
@@ -168,6 +171,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
168
171
|
"activationModal.saveExecutions": string;
|
|
169
172
|
"activationModal.theseExecutionsWillNotShowUp": string;
|
|
170
173
|
"activationModal.workflowActivated": string;
|
|
174
|
+
"activationModal.workflowPublished": string;
|
|
171
175
|
"activationModal.yourTriggerWillNowFire": string;
|
|
172
176
|
"activationModal.yourTriggersWillNowFire": string;
|
|
173
177
|
"activationModal.yourWorkflowWillNowListenForEvents": string;
|
|
@@ -276,6 +280,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
276
280
|
"banners.trial.message": string;
|
|
277
281
|
"banners.trialOver.message": string;
|
|
278
282
|
"banners.v1.message": string;
|
|
283
|
+
"banners.workflowAutoDeactivated.message": string;
|
|
279
284
|
"binaryDataDisplay.backToList": string;
|
|
280
285
|
"binaryDataDisplay.backToOverviewPage": string;
|
|
281
286
|
"binaryDataDisplay.noDataFoundToDisplay": string;
|
|
@@ -310,6 +315,14 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
310
315
|
"chatHub.agent.newAgent": string;
|
|
311
316
|
"chatHub.agent.configureCredentials": string;
|
|
312
317
|
"chatHub.agent.addModel": string;
|
|
318
|
+
"chatHub.agent.credentialsMissing": string;
|
|
319
|
+
"chatHub.agent.card.menu.edit": string;
|
|
320
|
+
"chatHub.agent.card.menu.delete": string;
|
|
321
|
+
"chatHub.agent.card.noDescription": string;
|
|
322
|
+
"chatHub.agent.card.badge.n8nWorkflow": string;
|
|
323
|
+
"chatHub.agent.card.badge.customAgent": string;
|
|
324
|
+
"chatHub.agent.card.button.edit": string;
|
|
325
|
+
"chatHub.agent.card.button.moreOptions": string;
|
|
313
326
|
"chatHub.agent.editor.title.new": string;
|
|
314
327
|
"chatHub.agent.editor.title.edit": string;
|
|
315
328
|
"chatHub.agent.editor.name.label": string;
|
|
@@ -336,6 +349,49 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
336
349
|
"chatHub.agent.editor.success.create": string;
|
|
337
350
|
"chatHub.agent.editor.success.update": string;
|
|
338
351
|
"chatHub.agent.editor.success.delete": string;
|
|
352
|
+
"chatHub.agents.loadError": string;
|
|
353
|
+
"chatHub.agents.delete.confirm.message": string;
|
|
354
|
+
"chatHub.agents.delete.confirm.title": string;
|
|
355
|
+
"chatHub.agents.delete.confirm.button": string;
|
|
356
|
+
"chatHub.agents.delete.cancel.button": string;
|
|
357
|
+
"chatHub.agents.delete.success": string;
|
|
358
|
+
"chatHub.agents.delete.error": string;
|
|
359
|
+
"chatHub.agents.title": string;
|
|
360
|
+
"chatHub.agents.description": string;
|
|
361
|
+
"chatHub.agents.button.newAgent": string;
|
|
362
|
+
"chatHub.agents.search.placeholder": string;
|
|
363
|
+
"chatHub.agents.filter.all": string;
|
|
364
|
+
"chatHub.agents.filter.customAgents": string;
|
|
365
|
+
"chatHub.agents.filter.n8nWorkflows": string;
|
|
366
|
+
"chatHub.agents.sort.updatedAt": string;
|
|
367
|
+
"chatHub.agents.sort.createdAt": string;
|
|
368
|
+
"chatHub.agents.empty.noAgents": string;
|
|
369
|
+
"chatHub.agents.empty.noMatch": string;
|
|
370
|
+
"chatHub.chat.greeting": string;
|
|
371
|
+
"chatHub.chat.greeting.fallback": string;
|
|
372
|
+
"chatHub.chat.dropOverlay": string;
|
|
373
|
+
"chatHub.chat.scrollToBottom": string;
|
|
374
|
+
"chatHub.chat.header.button.editAgent": string;
|
|
375
|
+
"chatHub.chat.header.button.newChat": string;
|
|
376
|
+
"chatHub.chat.header.button.openWorkflow": string;
|
|
377
|
+
"chatHub.chat.prompt.microphone.accessDenied": string;
|
|
378
|
+
"chatHub.chat.prompt.microphone.allowAccess": string;
|
|
379
|
+
"chatHub.chat.prompt.microphone.noSpeech": string;
|
|
380
|
+
"chatHub.chat.prompt.callout.selectModel.new": string;
|
|
381
|
+
"chatHub.chat.prompt.callout.selectModel.new.link": string;
|
|
382
|
+
"chatHub.chat.prompt.callout.selectModel.existing": string;
|
|
383
|
+
"chatHub.chat.prompt.callout.selectModel.existing.link": string;
|
|
384
|
+
"chatHub.chat.prompt.callout.setCredentials.new": string;
|
|
385
|
+
"chatHub.chat.prompt.callout.setCredentials.new.link": string;
|
|
386
|
+
"chatHub.chat.prompt.callout.setCredentials.existing": string;
|
|
387
|
+
"chatHub.chat.prompt.callout.setCredentials.existing.link": string;
|
|
388
|
+
"chatHub.chat.prompt.button.attach": string;
|
|
389
|
+
"chatHub.chat.prompt.button.stopRecording": string;
|
|
390
|
+
"chatHub.chat.prompt.button.voiceInput": string;
|
|
391
|
+
"chatHub.chat.prompt.button.send": string;
|
|
392
|
+
"chatHub.chat.prompt.button.stopGenerating": string;
|
|
393
|
+
"chatHub.chat.prompt.placeholder.withModel": string;
|
|
394
|
+
"chatHub.chat.prompt.placeholder.selectModel": string;
|
|
339
395
|
"chatHub.tools.editor.title": string;
|
|
340
396
|
"chatHub.tools.editor.credential": string;
|
|
341
397
|
"chatHub.tools.editor.credential.placeholder": string;
|
|
@@ -343,15 +399,39 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
343
399
|
"chatHub.tools.editor.selectedCount": string;
|
|
344
400
|
"chatHub.tools.editor.confirm": string;
|
|
345
401
|
"chatHub.tools.editor.cancel": string;
|
|
402
|
+
"chatHub.tools.selector.label.count": string;
|
|
403
|
+
"chatHub.tools.selector.label.default": string;
|
|
346
404
|
"chatHub.credentials.selector.title": string;
|
|
347
405
|
"chatHub.credentials.selector.chooseOrCreate": string;
|
|
348
406
|
"chatHub.credentials.selector.createNew": string;
|
|
349
407
|
"chatHub.credentials.selector.confirm": string;
|
|
350
408
|
"chatHub.credentials.selector.cancel": string;
|
|
409
|
+
"chatHub.credentials.selector.deleteButton": string;
|
|
410
|
+
"chatHub.message.actions.readAloud": string;
|
|
411
|
+
"chatHub.message.actions.stopReading": string;
|
|
412
|
+
"chatHub.message.actions.edit": string;
|
|
413
|
+
"chatHub.message.actions.regenerate": string;
|
|
414
|
+
"chatHub.message.actions.executionId": string;
|
|
415
|
+
"chatHub.message.edit.cancel": string;
|
|
416
|
+
"chatHub.message.edit.send": string;
|
|
417
|
+
"chatHub.message.error.unknown": string;
|
|
418
|
+
"chatHub.models.selector.defaultLabel": string;
|
|
351
419
|
"chatHub.models.byIdSelector.title": string;
|
|
352
420
|
"chatHub.models.byIdSelector.choose": string;
|
|
353
421
|
"chatHub.models.byIdSelector.confirm": string;
|
|
354
422
|
"chatHub.models.byIdSelector.cancel": string;
|
|
423
|
+
"chatHub.session.actions.rename": string;
|
|
424
|
+
"chatHub.session.actions.delete": string;
|
|
425
|
+
"chatHub.session.updateTitle.error": string;
|
|
426
|
+
"chatHub.session.delete.confirm.message": string;
|
|
427
|
+
"chatHub.session.delete.confirm.title": string;
|
|
428
|
+
"chatHub.session.delete.confirm.button": string;
|
|
429
|
+
"chatHub.session.delete.cancel.button": string;
|
|
430
|
+
"chatHub.session.delete.success": string;
|
|
431
|
+
"chatHub.session.delete.error": string;
|
|
432
|
+
"chatHub.sidebar.button.toggle": string;
|
|
433
|
+
"chatHub.sidebar.link.newChat": string;
|
|
434
|
+
"chatHub.sidebar.link.customAgents": string;
|
|
355
435
|
"chatEmbed.infoTip.description": string;
|
|
356
436
|
"chatEmbed.infoTip.link": string;
|
|
357
437
|
"chatEmbed.title": string;
|
|
@@ -1241,6 +1321,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1241
1321
|
"menuActions.delete": string;
|
|
1242
1322
|
"menuActions.archive": string;
|
|
1243
1323
|
"menuActions.unarchive": string;
|
|
1324
|
+
"menuActions.unpublish": string;
|
|
1244
1325
|
"multipleParameter.addItem": string;
|
|
1245
1326
|
"multipleParameter.currentlyNoItemsExist": string;
|
|
1246
1327
|
"multipleParameter.deleteItem": string;
|
|
@@ -1753,6 +1834,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1753
1834
|
"contextMenu.addSticky": string;
|
|
1754
1835
|
"contextMenu.editSticky": string;
|
|
1755
1836
|
"contextMenu.changeColor": string;
|
|
1837
|
+
"contextMenu.copyTestUrl": string;
|
|
1838
|
+
"contextMenu.copyProductionUrl": string;
|
|
1756
1839
|
"nodeWebhooks.clickToCopyWebhookUrls": string;
|
|
1757
1840
|
"nodeWebhooks.clickToCopyWebhookUrls.formTrigger": string;
|
|
1758
1841
|
"nodeWebhooks.clickToCopyWebhookUrls.chatTrigger": string;
|
|
@@ -1768,6 +1851,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1768
1851
|
"nodeWebhooks.invalidExpression": string;
|
|
1769
1852
|
"nodeWebhooks.productionUrl": string;
|
|
1770
1853
|
"nodeWebhooks.showMessage.title": string;
|
|
1854
|
+
"nodeWebhooks.showMessage.testWebhookUrl": string;
|
|
1855
|
+
"nodeWebhooks.showMessage.not.active": string;
|
|
1771
1856
|
"nodeWebhooks.showMessage.title.formTrigger": string;
|
|
1772
1857
|
"nodeWebhooks.showMessage.title.chatTrigger": string;
|
|
1773
1858
|
"nodeWebhooks.showMessage.title.mcpTrigger": string;
|
|
@@ -1822,6 +1907,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1822
1907
|
"parameterInput.focusParameter": string;
|
|
1823
1908
|
"parameterInput.resetValue": string;
|
|
1824
1909
|
"parameterInput.select": string;
|
|
1910
|
+
"parameterInput.selectDate": string;
|
|
1825
1911
|
"parameterInput.selectDateAndTime": string;
|
|
1826
1912
|
"parameterInput.selectACredentialTypeFromTheDropdown": string;
|
|
1827
1913
|
"parameterInput.theValueIsNotSupported": string;
|
|
@@ -2150,6 +2236,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2150
2236
|
"runData.executionTime": string;
|
|
2151
2237
|
"runData.fileExtension": string;
|
|
2152
2238
|
"runData.directory": string;
|
|
2239
|
+
"runData.url": string;
|
|
2153
2240
|
"runData.fileName": string;
|
|
2154
2241
|
"runData.invalidPinnedData": string;
|
|
2155
2242
|
"runData.items": string;
|
|
@@ -3043,6 +3130,16 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3043
3130
|
"workflowSettings.timeSavedPerExecution": string;
|
|
3044
3131
|
"workflowSettings.timeSavedPerExecution.hint": string;
|
|
3045
3132
|
"workflowSettings.timeSavedPerExecution.tooltip": string;
|
|
3133
|
+
"workflowSettings.timeSavedPerExecution.minutesSaved": string;
|
|
3134
|
+
"workflowSettings.timeSavedPerExecution.tab.fixed": string;
|
|
3135
|
+
"workflowSettings.timeSavedPerExecution.tab.conditional": string;
|
|
3136
|
+
"workflowSettings.timeSavedPerExecution.noNodesDetected": string;
|
|
3137
|
+
"workflowSettings.timeSavedPerExecution.noNodesDetected.hint": string;
|
|
3138
|
+
"workflowSettings.timeSavedPerExecution.nodesDetected": string;
|
|
3139
|
+
"workflowSettings.timeSavedPerExecution.nodesDetected.hint": string;
|
|
3140
|
+
"workflowSettings.timeSavedPerExecution.nodesDetected.addMore": string;
|
|
3141
|
+
"workflowSettings.timeSavedPerExecution.fixedTabWarning": string;
|
|
3142
|
+
"workflowSettings.timeSavedPerExecution.fixedTabWarning.link": string;
|
|
3046
3143
|
"workflowSettings.availableInMCP": string;
|
|
3047
3144
|
"workflowSettings.availableInMCP.tooltip": string;
|
|
3048
3145
|
"workflowSettings.toggleMCP.error.title": string;
|
|
@@ -3054,12 +3151,17 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3054
3151
|
"workflowHistory.content.actions": string;
|
|
3055
3152
|
"workflowHistory.item.id": string;
|
|
3056
3153
|
"workflowHistory.item.createdAt": string;
|
|
3154
|
+
"workflowHistory.item.savedAtLabel": string;
|
|
3155
|
+
"workflowHistory.item.publishedAtLabel": string;
|
|
3057
3156
|
"workflowHistory.item.actions.restore": string;
|
|
3157
|
+
"workflowHistory.item.actions.publish": string;
|
|
3158
|
+
"workflowHistory.item.actions.unpublish": string;
|
|
3058
3159
|
"workflowHistory.item.actions.clone": string;
|
|
3059
3160
|
"workflowHistory.item.actions.open": string;
|
|
3060
3161
|
"workflowHistory.item.actions.download": string;
|
|
3061
3162
|
"workflowHistory.item.unsaved.title": string;
|
|
3062
3163
|
"workflowHistory.item.latest": string;
|
|
3164
|
+
"workflowHistory.item.active": string;
|
|
3063
3165
|
"workflowHistory.empty": string;
|
|
3064
3166
|
"workflowHistory.hint": string;
|
|
3065
3167
|
"workflowHistory.limit": string;
|
|
@@ -3068,17 +3170,23 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3068
3170
|
"workflowHistory.action.error.title": string;
|
|
3069
3171
|
"workflowHistory.action.restore.modal.title": string;
|
|
3070
3172
|
"workflowHistory.action.restore.modal.subtitle": string;
|
|
3071
|
-
"workflowHistory.action.restore.modal.
|
|
3173
|
+
"workflowHistory.action.restore.modal.publishedNote": string;
|
|
3072
3174
|
"workflowHistory.action.restore.modal.button.deactivateAndRestore": string;
|
|
3073
3175
|
"workflowHistory.action.restore.modal.button.restore": string;
|
|
3074
3176
|
"workflowHistory.action.restore.modal.button.cancel": string;
|
|
3075
3177
|
"workflowHistory.action.restore.success.title": string;
|
|
3076
3178
|
"workflowHistory.action.clone.success.title": string;
|
|
3077
3179
|
"workflowHistory.action.clone.success.message": string;
|
|
3180
|
+
"workflowHistory.action.unpublish.success.title": string;
|
|
3181
|
+
"workflowHistory.action.unpublish.modal.title": string;
|
|
3182
|
+
"workflowHistory.action.unpublish.modal.description": string;
|
|
3183
|
+
"workflowHistory.action.unpublish.modal.button.unpublish": string;
|
|
3078
3184
|
"workflowHistory.button.tooltip.empty": string;
|
|
3079
3185
|
"workflowHistory.button.tooltip": string;
|
|
3186
|
+
"workflowHistory.publishModal.title": string;
|
|
3080
3187
|
"workflows.heading": string;
|
|
3081
3188
|
"workflows.add": string;
|
|
3189
|
+
"workflows.publish": string;
|
|
3082
3190
|
"workflows.project.add": string;
|
|
3083
3191
|
"workflows.item.open": string;
|
|
3084
3192
|
"workflows.item.share": string;
|
|
@@ -3095,6 +3203,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3095
3203
|
"workflows.item.availableInMCP": string;
|
|
3096
3204
|
"workflows.item.enableMCPAccess": string;
|
|
3097
3205
|
"workflows.item.disableMCPAccess": string;
|
|
3206
|
+
"workflows.item.published": string;
|
|
3207
|
+
"workflows.item.notPublished": string;
|
|
3098
3208
|
"workflows.itemSuggestion.try": string;
|
|
3099
3209
|
"workflows.templateRecoV2.starterTemplates": string;
|
|
3100
3210
|
"workflows.templateRecoV2.seeMoreStarterTemplates": string;
|
|
@@ -3176,7 +3286,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3176
3286
|
"workflows.create.project.toast.title": string;
|
|
3177
3287
|
"workflows.create.folder.toast.title": string;
|
|
3178
3288
|
"workflows.create.project.toast.text": string;
|
|
3179
|
-
"workflows.
|
|
3289
|
+
"workflows.autodeactivated": string;
|
|
3180
3290
|
"workflows.ai.starter.collection.callout": string;
|
|
3181
3291
|
"workflows.ai.starter.collection.card": string;
|
|
3182
3292
|
"workflows.ai.starter.collection.folder.name": string;
|
|
@@ -3195,6 +3305,12 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3195
3305
|
"workflows.preBuiltAgents.callout": string;
|
|
3196
3306
|
"workflows.preBuiltAgents.linkText": string;
|
|
3197
3307
|
"workflowSelectorParameterInput.createNewSubworkflow.name": string;
|
|
3308
|
+
"workflows.publishModal.title": string;
|
|
3309
|
+
"workflows.publishModal.noTriggerMessage": string;
|
|
3310
|
+
"workflows.publishModal.versionNameLabel": string;
|
|
3311
|
+
"workflows.publishModal.descriptionPlaceholder": string;
|
|
3312
|
+
"workflows.publishModal.noChanges": string;
|
|
3313
|
+
"workflows.publishModal.lastPublished": string;
|
|
3198
3314
|
"importCurlModal.title": string;
|
|
3199
3315
|
"importCurlModal.input.label": string;
|
|
3200
3316
|
"importCurlModal.input.placeholder": string;
|
package/dist/index.d.mts
CHANGED
|
@@ -121,6 +121,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
121
121
|
"generic.editor": string;
|
|
122
122
|
"generic.seePlans": string;
|
|
123
123
|
"generic.loading": string;
|
|
124
|
+
"generic.loadingEllipsis": string;
|
|
124
125
|
"generic.and": string;
|
|
125
126
|
"generic.ownedByMe": string;
|
|
126
127
|
"generic.moreInfo": string;
|
|
@@ -144,6 +145,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
144
145
|
"generic.your": string;
|
|
145
146
|
"generic.apiKey": string;
|
|
146
147
|
"generic.search": string;
|
|
148
|
+
"generic.showMore": string;
|
|
149
|
+
"generic.showLess": string;
|
|
147
150
|
"about.aboutN8n": string;
|
|
148
151
|
"about.close": string;
|
|
149
152
|
"about.license": string;
|
|
@@ -168,6 +171,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
168
171
|
"activationModal.saveExecutions": string;
|
|
169
172
|
"activationModal.theseExecutionsWillNotShowUp": string;
|
|
170
173
|
"activationModal.workflowActivated": string;
|
|
174
|
+
"activationModal.workflowPublished": string;
|
|
171
175
|
"activationModal.yourTriggerWillNowFire": string;
|
|
172
176
|
"activationModal.yourTriggersWillNowFire": string;
|
|
173
177
|
"activationModal.yourWorkflowWillNowListenForEvents": string;
|
|
@@ -276,6 +280,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
276
280
|
"banners.trial.message": string;
|
|
277
281
|
"banners.trialOver.message": string;
|
|
278
282
|
"banners.v1.message": string;
|
|
283
|
+
"banners.workflowAutoDeactivated.message": string;
|
|
279
284
|
"binaryDataDisplay.backToList": string;
|
|
280
285
|
"binaryDataDisplay.backToOverviewPage": string;
|
|
281
286
|
"binaryDataDisplay.noDataFoundToDisplay": string;
|
|
@@ -310,6 +315,14 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
310
315
|
"chatHub.agent.newAgent": string;
|
|
311
316
|
"chatHub.agent.configureCredentials": string;
|
|
312
317
|
"chatHub.agent.addModel": string;
|
|
318
|
+
"chatHub.agent.credentialsMissing": string;
|
|
319
|
+
"chatHub.agent.card.menu.edit": string;
|
|
320
|
+
"chatHub.agent.card.menu.delete": string;
|
|
321
|
+
"chatHub.agent.card.noDescription": string;
|
|
322
|
+
"chatHub.agent.card.badge.n8nWorkflow": string;
|
|
323
|
+
"chatHub.agent.card.badge.customAgent": string;
|
|
324
|
+
"chatHub.agent.card.button.edit": string;
|
|
325
|
+
"chatHub.agent.card.button.moreOptions": string;
|
|
313
326
|
"chatHub.agent.editor.title.new": string;
|
|
314
327
|
"chatHub.agent.editor.title.edit": string;
|
|
315
328
|
"chatHub.agent.editor.name.label": string;
|
|
@@ -336,6 +349,49 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
336
349
|
"chatHub.agent.editor.success.create": string;
|
|
337
350
|
"chatHub.agent.editor.success.update": string;
|
|
338
351
|
"chatHub.agent.editor.success.delete": string;
|
|
352
|
+
"chatHub.agents.loadError": string;
|
|
353
|
+
"chatHub.agents.delete.confirm.message": string;
|
|
354
|
+
"chatHub.agents.delete.confirm.title": string;
|
|
355
|
+
"chatHub.agents.delete.confirm.button": string;
|
|
356
|
+
"chatHub.agents.delete.cancel.button": string;
|
|
357
|
+
"chatHub.agents.delete.success": string;
|
|
358
|
+
"chatHub.agents.delete.error": string;
|
|
359
|
+
"chatHub.agents.title": string;
|
|
360
|
+
"chatHub.agents.description": string;
|
|
361
|
+
"chatHub.agents.button.newAgent": string;
|
|
362
|
+
"chatHub.agents.search.placeholder": string;
|
|
363
|
+
"chatHub.agents.filter.all": string;
|
|
364
|
+
"chatHub.agents.filter.customAgents": string;
|
|
365
|
+
"chatHub.agents.filter.n8nWorkflows": string;
|
|
366
|
+
"chatHub.agents.sort.updatedAt": string;
|
|
367
|
+
"chatHub.agents.sort.createdAt": string;
|
|
368
|
+
"chatHub.agents.empty.noAgents": string;
|
|
369
|
+
"chatHub.agents.empty.noMatch": string;
|
|
370
|
+
"chatHub.chat.greeting": string;
|
|
371
|
+
"chatHub.chat.greeting.fallback": string;
|
|
372
|
+
"chatHub.chat.dropOverlay": string;
|
|
373
|
+
"chatHub.chat.scrollToBottom": string;
|
|
374
|
+
"chatHub.chat.header.button.editAgent": string;
|
|
375
|
+
"chatHub.chat.header.button.newChat": string;
|
|
376
|
+
"chatHub.chat.header.button.openWorkflow": string;
|
|
377
|
+
"chatHub.chat.prompt.microphone.accessDenied": string;
|
|
378
|
+
"chatHub.chat.prompt.microphone.allowAccess": string;
|
|
379
|
+
"chatHub.chat.prompt.microphone.noSpeech": string;
|
|
380
|
+
"chatHub.chat.prompt.callout.selectModel.new": string;
|
|
381
|
+
"chatHub.chat.prompt.callout.selectModel.new.link": string;
|
|
382
|
+
"chatHub.chat.prompt.callout.selectModel.existing": string;
|
|
383
|
+
"chatHub.chat.prompt.callout.selectModel.existing.link": string;
|
|
384
|
+
"chatHub.chat.prompt.callout.setCredentials.new": string;
|
|
385
|
+
"chatHub.chat.prompt.callout.setCredentials.new.link": string;
|
|
386
|
+
"chatHub.chat.prompt.callout.setCredentials.existing": string;
|
|
387
|
+
"chatHub.chat.prompt.callout.setCredentials.existing.link": string;
|
|
388
|
+
"chatHub.chat.prompt.button.attach": string;
|
|
389
|
+
"chatHub.chat.prompt.button.stopRecording": string;
|
|
390
|
+
"chatHub.chat.prompt.button.voiceInput": string;
|
|
391
|
+
"chatHub.chat.prompt.button.send": string;
|
|
392
|
+
"chatHub.chat.prompt.button.stopGenerating": string;
|
|
393
|
+
"chatHub.chat.prompt.placeholder.withModel": string;
|
|
394
|
+
"chatHub.chat.prompt.placeholder.selectModel": string;
|
|
339
395
|
"chatHub.tools.editor.title": string;
|
|
340
396
|
"chatHub.tools.editor.credential": string;
|
|
341
397
|
"chatHub.tools.editor.credential.placeholder": string;
|
|
@@ -343,15 +399,39 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
343
399
|
"chatHub.tools.editor.selectedCount": string;
|
|
344
400
|
"chatHub.tools.editor.confirm": string;
|
|
345
401
|
"chatHub.tools.editor.cancel": string;
|
|
402
|
+
"chatHub.tools.selector.label.count": string;
|
|
403
|
+
"chatHub.tools.selector.label.default": string;
|
|
346
404
|
"chatHub.credentials.selector.title": string;
|
|
347
405
|
"chatHub.credentials.selector.chooseOrCreate": string;
|
|
348
406
|
"chatHub.credentials.selector.createNew": string;
|
|
349
407
|
"chatHub.credentials.selector.confirm": string;
|
|
350
408
|
"chatHub.credentials.selector.cancel": string;
|
|
409
|
+
"chatHub.credentials.selector.deleteButton": string;
|
|
410
|
+
"chatHub.message.actions.readAloud": string;
|
|
411
|
+
"chatHub.message.actions.stopReading": string;
|
|
412
|
+
"chatHub.message.actions.edit": string;
|
|
413
|
+
"chatHub.message.actions.regenerate": string;
|
|
414
|
+
"chatHub.message.actions.executionId": string;
|
|
415
|
+
"chatHub.message.edit.cancel": string;
|
|
416
|
+
"chatHub.message.edit.send": string;
|
|
417
|
+
"chatHub.message.error.unknown": string;
|
|
418
|
+
"chatHub.models.selector.defaultLabel": string;
|
|
351
419
|
"chatHub.models.byIdSelector.title": string;
|
|
352
420
|
"chatHub.models.byIdSelector.choose": string;
|
|
353
421
|
"chatHub.models.byIdSelector.confirm": string;
|
|
354
422
|
"chatHub.models.byIdSelector.cancel": string;
|
|
423
|
+
"chatHub.session.actions.rename": string;
|
|
424
|
+
"chatHub.session.actions.delete": string;
|
|
425
|
+
"chatHub.session.updateTitle.error": string;
|
|
426
|
+
"chatHub.session.delete.confirm.message": string;
|
|
427
|
+
"chatHub.session.delete.confirm.title": string;
|
|
428
|
+
"chatHub.session.delete.confirm.button": string;
|
|
429
|
+
"chatHub.session.delete.cancel.button": string;
|
|
430
|
+
"chatHub.session.delete.success": string;
|
|
431
|
+
"chatHub.session.delete.error": string;
|
|
432
|
+
"chatHub.sidebar.button.toggle": string;
|
|
433
|
+
"chatHub.sidebar.link.newChat": string;
|
|
434
|
+
"chatHub.sidebar.link.customAgents": string;
|
|
355
435
|
"chatEmbed.infoTip.description": string;
|
|
356
436
|
"chatEmbed.infoTip.link": string;
|
|
357
437
|
"chatEmbed.title": string;
|
|
@@ -1241,6 +1321,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1241
1321
|
"menuActions.delete": string;
|
|
1242
1322
|
"menuActions.archive": string;
|
|
1243
1323
|
"menuActions.unarchive": string;
|
|
1324
|
+
"menuActions.unpublish": string;
|
|
1244
1325
|
"multipleParameter.addItem": string;
|
|
1245
1326
|
"multipleParameter.currentlyNoItemsExist": string;
|
|
1246
1327
|
"multipleParameter.deleteItem": string;
|
|
@@ -1753,6 +1834,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1753
1834
|
"contextMenu.addSticky": string;
|
|
1754
1835
|
"contextMenu.editSticky": string;
|
|
1755
1836
|
"contextMenu.changeColor": string;
|
|
1837
|
+
"contextMenu.copyTestUrl": string;
|
|
1838
|
+
"contextMenu.copyProductionUrl": string;
|
|
1756
1839
|
"nodeWebhooks.clickToCopyWebhookUrls": string;
|
|
1757
1840
|
"nodeWebhooks.clickToCopyWebhookUrls.formTrigger": string;
|
|
1758
1841
|
"nodeWebhooks.clickToCopyWebhookUrls.chatTrigger": string;
|
|
@@ -1768,6 +1851,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1768
1851
|
"nodeWebhooks.invalidExpression": string;
|
|
1769
1852
|
"nodeWebhooks.productionUrl": string;
|
|
1770
1853
|
"nodeWebhooks.showMessage.title": string;
|
|
1854
|
+
"nodeWebhooks.showMessage.testWebhookUrl": string;
|
|
1855
|
+
"nodeWebhooks.showMessage.not.active": string;
|
|
1771
1856
|
"nodeWebhooks.showMessage.title.formTrigger": string;
|
|
1772
1857
|
"nodeWebhooks.showMessage.title.chatTrigger": string;
|
|
1773
1858
|
"nodeWebhooks.showMessage.title.mcpTrigger": string;
|
|
@@ -1822,6 +1907,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1822
1907
|
"parameterInput.focusParameter": string;
|
|
1823
1908
|
"parameterInput.resetValue": string;
|
|
1824
1909
|
"parameterInput.select": string;
|
|
1910
|
+
"parameterInput.selectDate": string;
|
|
1825
1911
|
"parameterInput.selectDateAndTime": string;
|
|
1826
1912
|
"parameterInput.selectACredentialTypeFromTheDropdown": string;
|
|
1827
1913
|
"parameterInput.theValueIsNotSupported": string;
|
|
@@ -2150,6 +2236,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2150
2236
|
"runData.executionTime": string;
|
|
2151
2237
|
"runData.fileExtension": string;
|
|
2152
2238
|
"runData.directory": string;
|
|
2239
|
+
"runData.url": string;
|
|
2153
2240
|
"runData.fileName": string;
|
|
2154
2241
|
"runData.invalidPinnedData": string;
|
|
2155
2242
|
"runData.items": string;
|
|
@@ -3043,6 +3130,16 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3043
3130
|
"workflowSettings.timeSavedPerExecution": string;
|
|
3044
3131
|
"workflowSettings.timeSavedPerExecution.hint": string;
|
|
3045
3132
|
"workflowSettings.timeSavedPerExecution.tooltip": string;
|
|
3133
|
+
"workflowSettings.timeSavedPerExecution.minutesSaved": string;
|
|
3134
|
+
"workflowSettings.timeSavedPerExecution.tab.fixed": string;
|
|
3135
|
+
"workflowSettings.timeSavedPerExecution.tab.conditional": string;
|
|
3136
|
+
"workflowSettings.timeSavedPerExecution.noNodesDetected": string;
|
|
3137
|
+
"workflowSettings.timeSavedPerExecution.noNodesDetected.hint": string;
|
|
3138
|
+
"workflowSettings.timeSavedPerExecution.nodesDetected": string;
|
|
3139
|
+
"workflowSettings.timeSavedPerExecution.nodesDetected.hint": string;
|
|
3140
|
+
"workflowSettings.timeSavedPerExecution.nodesDetected.addMore": string;
|
|
3141
|
+
"workflowSettings.timeSavedPerExecution.fixedTabWarning": string;
|
|
3142
|
+
"workflowSettings.timeSavedPerExecution.fixedTabWarning.link": string;
|
|
3046
3143
|
"workflowSettings.availableInMCP": string;
|
|
3047
3144
|
"workflowSettings.availableInMCP.tooltip": string;
|
|
3048
3145
|
"workflowSettings.toggleMCP.error.title": string;
|
|
@@ -3054,12 +3151,17 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3054
3151
|
"workflowHistory.content.actions": string;
|
|
3055
3152
|
"workflowHistory.item.id": string;
|
|
3056
3153
|
"workflowHistory.item.createdAt": string;
|
|
3154
|
+
"workflowHistory.item.savedAtLabel": string;
|
|
3155
|
+
"workflowHistory.item.publishedAtLabel": string;
|
|
3057
3156
|
"workflowHistory.item.actions.restore": string;
|
|
3157
|
+
"workflowHistory.item.actions.publish": string;
|
|
3158
|
+
"workflowHistory.item.actions.unpublish": string;
|
|
3058
3159
|
"workflowHistory.item.actions.clone": string;
|
|
3059
3160
|
"workflowHistory.item.actions.open": string;
|
|
3060
3161
|
"workflowHistory.item.actions.download": string;
|
|
3061
3162
|
"workflowHistory.item.unsaved.title": string;
|
|
3062
3163
|
"workflowHistory.item.latest": string;
|
|
3164
|
+
"workflowHistory.item.active": string;
|
|
3063
3165
|
"workflowHistory.empty": string;
|
|
3064
3166
|
"workflowHistory.hint": string;
|
|
3065
3167
|
"workflowHistory.limit": string;
|
|
@@ -3068,17 +3170,23 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3068
3170
|
"workflowHistory.action.error.title": string;
|
|
3069
3171
|
"workflowHistory.action.restore.modal.title": string;
|
|
3070
3172
|
"workflowHistory.action.restore.modal.subtitle": string;
|
|
3071
|
-
"workflowHistory.action.restore.modal.
|
|
3173
|
+
"workflowHistory.action.restore.modal.publishedNote": string;
|
|
3072
3174
|
"workflowHistory.action.restore.modal.button.deactivateAndRestore": string;
|
|
3073
3175
|
"workflowHistory.action.restore.modal.button.restore": string;
|
|
3074
3176
|
"workflowHistory.action.restore.modal.button.cancel": string;
|
|
3075
3177
|
"workflowHistory.action.restore.success.title": string;
|
|
3076
3178
|
"workflowHistory.action.clone.success.title": string;
|
|
3077
3179
|
"workflowHistory.action.clone.success.message": string;
|
|
3180
|
+
"workflowHistory.action.unpublish.success.title": string;
|
|
3181
|
+
"workflowHistory.action.unpublish.modal.title": string;
|
|
3182
|
+
"workflowHistory.action.unpublish.modal.description": string;
|
|
3183
|
+
"workflowHistory.action.unpublish.modal.button.unpublish": string;
|
|
3078
3184
|
"workflowHistory.button.tooltip.empty": string;
|
|
3079
3185
|
"workflowHistory.button.tooltip": string;
|
|
3186
|
+
"workflowHistory.publishModal.title": string;
|
|
3080
3187
|
"workflows.heading": string;
|
|
3081
3188
|
"workflows.add": string;
|
|
3189
|
+
"workflows.publish": string;
|
|
3082
3190
|
"workflows.project.add": string;
|
|
3083
3191
|
"workflows.item.open": string;
|
|
3084
3192
|
"workflows.item.share": string;
|
|
@@ -3095,6 +3203,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3095
3203
|
"workflows.item.availableInMCP": string;
|
|
3096
3204
|
"workflows.item.enableMCPAccess": string;
|
|
3097
3205
|
"workflows.item.disableMCPAccess": string;
|
|
3206
|
+
"workflows.item.published": string;
|
|
3207
|
+
"workflows.item.notPublished": string;
|
|
3098
3208
|
"workflows.itemSuggestion.try": string;
|
|
3099
3209
|
"workflows.templateRecoV2.starterTemplates": string;
|
|
3100
3210
|
"workflows.templateRecoV2.seeMoreStarterTemplates": string;
|
|
@@ -3176,7 +3286,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3176
3286
|
"workflows.create.project.toast.title": string;
|
|
3177
3287
|
"workflows.create.folder.toast.title": string;
|
|
3178
3288
|
"workflows.create.project.toast.text": string;
|
|
3179
|
-
"workflows.
|
|
3289
|
+
"workflows.autodeactivated": string;
|
|
3180
3290
|
"workflows.ai.starter.collection.callout": string;
|
|
3181
3291
|
"workflows.ai.starter.collection.card": string;
|
|
3182
3292
|
"workflows.ai.starter.collection.folder.name": string;
|
|
@@ -3195,6 +3305,12 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3195
3305
|
"workflows.preBuiltAgents.callout": string;
|
|
3196
3306
|
"workflows.preBuiltAgents.linkText": string;
|
|
3197
3307
|
"workflowSelectorParameterInput.createNewSubworkflow.name": string;
|
|
3308
|
+
"workflows.publishModal.title": string;
|
|
3309
|
+
"workflows.publishModal.noTriggerMessage": string;
|
|
3310
|
+
"workflows.publishModal.versionNameLabel": string;
|
|
3311
|
+
"workflows.publishModal.descriptionPlaceholder": string;
|
|
3312
|
+
"workflows.publishModal.noChanges": string;
|
|
3313
|
+
"workflows.publishModal.lastPublished": string;
|
|
3198
3314
|
"importCurlModal.title": string;
|
|
3199
3315
|
"importCurlModal.input.label": string;
|
|
3200
3316
|
"importCurlModal.input.placeholder": string;
|