@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/types2.d.cts
CHANGED
|
@@ -115,6 +115,7 @@ declare const _exports: {
|
|
|
115
115
|
"generic.editor": string;
|
|
116
116
|
"generic.seePlans": string;
|
|
117
117
|
"generic.loading": string;
|
|
118
|
+
"generic.loadingEllipsis": string;
|
|
118
119
|
"generic.and": string;
|
|
119
120
|
"generic.ownedByMe": string;
|
|
120
121
|
"generic.moreInfo": string;
|
|
@@ -138,6 +139,8 @@ declare const _exports: {
|
|
|
138
139
|
"generic.your": string;
|
|
139
140
|
"generic.apiKey": string;
|
|
140
141
|
"generic.search": string;
|
|
142
|
+
"generic.showMore": string;
|
|
143
|
+
"generic.showLess": string;
|
|
141
144
|
"about.aboutN8n": string;
|
|
142
145
|
"about.close": string;
|
|
143
146
|
"about.license": string;
|
|
@@ -162,6 +165,7 @@ declare const _exports: {
|
|
|
162
165
|
"activationModal.saveExecutions": string;
|
|
163
166
|
"activationModal.theseExecutionsWillNotShowUp": string;
|
|
164
167
|
"activationModal.workflowActivated": string;
|
|
168
|
+
"activationModal.workflowPublished": string;
|
|
165
169
|
"activationModal.yourTriggerWillNowFire": string;
|
|
166
170
|
"activationModal.yourTriggersWillNowFire": string;
|
|
167
171
|
"activationModal.yourWorkflowWillNowListenForEvents": string;
|
|
@@ -270,6 +274,7 @@ declare const _exports: {
|
|
|
270
274
|
"banners.trial.message": string;
|
|
271
275
|
"banners.trialOver.message": string;
|
|
272
276
|
"banners.v1.message": string;
|
|
277
|
+
"banners.workflowAutoDeactivated.message": string;
|
|
273
278
|
"binaryDataDisplay.backToList": string;
|
|
274
279
|
"binaryDataDisplay.backToOverviewPage": string;
|
|
275
280
|
"binaryDataDisplay.noDataFoundToDisplay": string;
|
|
@@ -304,6 +309,14 @@ declare const _exports: {
|
|
|
304
309
|
"chatHub.agent.newAgent": string;
|
|
305
310
|
"chatHub.agent.configureCredentials": string;
|
|
306
311
|
"chatHub.agent.addModel": string;
|
|
312
|
+
"chatHub.agent.credentialsMissing": string;
|
|
313
|
+
"chatHub.agent.card.menu.edit": string;
|
|
314
|
+
"chatHub.agent.card.menu.delete": string;
|
|
315
|
+
"chatHub.agent.card.noDescription": string;
|
|
316
|
+
"chatHub.agent.card.badge.n8nWorkflow": string;
|
|
317
|
+
"chatHub.agent.card.badge.customAgent": string;
|
|
318
|
+
"chatHub.agent.card.button.edit": string;
|
|
319
|
+
"chatHub.agent.card.button.moreOptions": string;
|
|
307
320
|
"chatHub.agent.editor.title.new": string;
|
|
308
321
|
"chatHub.agent.editor.title.edit": string;
|
|
309
322
|
"chatHub.agent.editor.name.label": string;
|
|
@@ -330,6 +343,49 @@ declare const _exports: {
|
|
|
330
343
|
"chatHub.agent.editor.success.create": string;
|
|
331
344
|
"chatHub.agent.editor.success.update": string;
|
|
332
345
|
"chatHub.agent.editor.success.delete": string;
|
|
346
|
+
"chatHub.agents.loadError": string;
|
|
347
|
+
"chatHub.agents.delete.confirm.message": string;
|
|
348
|
+
"chatHub.agents.delete.confirm.title": string;
|
|
349
|
+
"chatHub.agents.delete.confirm.button": string;
|
|
350
|
+
"chatHub.agents.delete.cancel.button": string;
|
|
351
|
+
"chatHub.agents.delete.success": string;
|
|
352
|
+
"chatHub.agents.delete.error": string;
|
|
353
|
+
"chatHub.agents.title": string;
|
|
354
|
+
"chatHub.agents.description": string;
|
|
355
|
+
"chatHub.agents.button.newAgent": string;
|
|
356
|
+
"chatHub.agents.search.placeholder": string;
|
|
357
|
+
"chatHub.agents.filter.all": string;
|
|
358
|
+
"chatHub.agents.filter.customAgents": string;
|
|
359
|
+
"chatHub.agents.filter.n8nWorkflows": string;
|
|
360
|
+
"chatHub.agents.sort.updatedAt": string;
|
|
361
|
+
"chatHub.agents.sort.createdAt": string;
|
|
362
|
+
"chatHub.agents.empty.noAgents": string;
|
|
363
|
+
"chatHub.agents.empty.noMatch": string;
|
|
364
|
+
"chatHub.chat.greeting": string;
|
|
365
|
+
"chatHub.chat.greeting.fallback": string;
|
|
366
|
+
"chatHub.chat.dropOverlay": string;
|
|
367
|
+
"chatHub.chat.scrollToBottom": string;
|
|
368
|
+
"chatHub.chat.header.button.editAgent": string;
|
|
369
|
+
"chatHub.chat.header.button.newChat": string;
|
|
370
|
+
"chatHub.chat.header.button.openWorkflow": string;
|
|
371
|
+
"chatHub.chat.prompt.microphone.accessDenied": string;
|
|
372
|
+
"chatHub.chat.prompt.microphone.allowAccess": string;
|
|
373
|
+
"chatHub.chat.prompt.microphone.noSpeech": string;
|
|
374
|
+
"chatHub.chat.prompt.callout.selectModel.new": string;
|
|
375
|
+
"chatHub.chat.prompt.callout.selectModel.new.link": string;
|
|
376
|
+
"chatHub.chat.prompt.callout.selectModel.existing": string;
|
|
377
|
+
"chatHub.chat.prompt.callout.selectModel.existing.link": string;
|
|
378
|
+
"chatHub.chat.prompt.callout.setCredentials.new": string;
|
|
379
|
+
"chatHub.chat.prompt.callout.setCredentials.new.link": string;
|
|
380
|
+
"chatHub.chat.prompt.callout.setCredentials.existing": string;
|
|
381
|
+
"chatHub.chat.prompt.callout.setCredentials.existing.link": string;
|
|
382
|
+
"chatHub.chat.prompt.button.attach": string;
|
|
383
|
+
"chatHub.chat.prompt.button.stopRecording": string;
|
|
384
|
+
"chatHub.chat.prompt.button.voiceInput": string;
|
|
385
|
+
"chatHub.chat.prompt.button.send": string;
|
|
386
|
+
"chatHub.chat.prompt.button.stopGenerating": string;
|
|
387
|
+
"chatHub.chat.prompt.placeholder.withModel": string;
|
|
388
|
+
"chatHub.chat.prompt.placeholder.selectModel": string;
|
|
333
389
|
"chatHub.tools.editor.title": string;
|
|
334
390
|
"chatHub.tools.editor.credential": string;
|
|
335
391
|
"chatHub.tools.editor.credential.placeholder": string;
|
|
@@ -337,15 +393,39 @@ declare const _exports: {
|
|
|
337
393
|
"chatHub.tools.editor.selectedCount": string;
|
|
338
394
|
"chatHub.tools.editor.confirm": string;
|
|
339
395
|
"chatHub.tools.editor.cancel": string;
|
|
396
|
+
"chatHub.tools.selector.label.count": string;
|
|
397
|
+
"chatHub.tools.selector.label.default": string;
|
|
340
398
|
"chatHub.credentials.selector.title": string;
|
|
341
399
|
"chatHub.credentials.selector.chooseOrCreate": string;
|
|
342
400
|
"chatHub.credentials.selector.createNew": string;
|
|
343
401
|
"chatHub.credentials.selector.confirm": string;
|
|
344
402
|
"chatHub.credentials.selector.cancel": string;
|
|
403
|
+
"chatHub.credentials.selector.deleteButton": string;
|
|
404
|
+
"chatHub.message.actions.readAloud": string;
|
|
405
|
+
"chatHub.message.actions.stopReading": string;
|
|
406
|
+
"chatHub.message.actions.edit": string;
|
|
407
|
+
"chatHub.message.actions.regenerate": string;
|
|
408
|
+
"chatHub.message.actions.executionId": string;
|
|
409
|
+
"chatHub.message.edit.cancel": string;
|
|
410
|
+
"chatHub.message.edit.send": string;
|
|
411
|
+
"chatHub.message.error.unknown": string;
|
|
412
|
+
"chatHub.models.selector.defaultLabel": string;
|
|
345
413
|
"chatHub.models.byIdSelector.title": string;
|
|
346
414
|
"chatHub.models.byIdSelector.choose": string;
|
|
347
415
|
"chatHub.models.byIdSelector.confirm": string;
|
|
348
416
|
"chatHub.models.byIdSelector.cancel": string;
|
|
417
|
+
"chatHub.session.actions.rename": string;
|
|
418
|
+
"chatHub.session.actions.delete": string;
|
|
419
|
+
"chatHub.session.updateTitle.error": string;
|
|
420
|
+
"chatHub.session.delete.confirm.message": string;
|
|
421
|
+
"chatHub.session.delete.confirm.title": string;
|
|
422
|
+
"chatHub.session.delete.confirm.button": string;
|
|
423
|
+
"chatHub.session.delete.cancel.button": string;
|
|
424
|
+
"chatHub.session.delete.success": string;
|
|
425
|
+
"chatHub.session.delete.error": string;
|
|
426
|
+
"chatHub.sidebar.button.toggle": string;
|
|
427
|
+
"chatHub.sidebar.link.newChat": string;
|
|
428
|
+
"chatHub.sidebar.link.customAgents": string;
|
|
349
429
|
"chatEmbed.infoTip.description": string;
|
|
350
430
|
"chatEmbed.infoTip.link": string;
|
|
351
431
|
"chatEmbed.title": string;
|
|
@@ -1235,6 +1315,7 @@ declare const _exports: {
|
|
|
1235
1315
|
"menuActions.delete": string;
|
|
1236
1316
|
"menuActions.archive": string;
|
|
1237
1317
|
"menuActions.unarchive": string;
|
|
1318
|
+
"menuActions.unpublish": string;
|
|
1238
1319
|
"multipleParameter.addItem": string;
|
|
1239
1320
|
"multipleParameter.currentlyNoItemsExist": string;
|
|
1240
1321
|
"multipleParameter.deleteItem": string;
|
|
@@ -1747,6 +1828,8 @@ declare const _exports: {
|
|
|
1747
1828
|
"contextMenu.addSticky": string;
|
|
1748
1829
|
"contextMenu.editSticky": string;
|
|
1749
1830
|
"contextMenu.changeColor": string;
|
|
1831
|
+
"contextMenu.copyTestUrl": string;
|
|
1832
|
+
"contextMenu.copyProductionUrl": string;
|
|
1750
1833
|
"nodeWebhooks.clickToCopyWebhookUrls": string;
|
|
1751
1834
|
"nodeWebhooks.clickToCopyWebhookUrls.formTrigger": string;
|
|
1752
1835
|
"nodeWebhooks.clickToCopyWebhookUrls.chatTrigger": string;
|
|
@@ -1762,6 +1845,8 @@ declare const _exports: {
|
|
|
1762
1845
|
"nodeWebhooks.invalidExpression": string;
|
|
1763
1846
|
"nodeWebhooks.productionUrl": string;
|
|
1764
1847
|
"nodeWebhooks.showMessage.title": string;
|
|
1848
|
+
"nodeWebhooks.showMessage.testWebhookUrl": string;
|
|
1849
|
+
"nodeWebhooks.showMessage.not.active": string;
|
|
1765
1850
|
"nodeWebhooks.showMessage.title.formTrigger": string;
|
|
1766
1851
|
"nodeWebhooks.showMessage.title.chatTrigger": string;
|
|
1767
1852
|
"nodeWebhooks.showMessage.title.mcpTrigger": string;
|
|
@@ -1816,6 +1901,7 @@ declare const _exports: {
|
|
|
1816
1901
|
"parameterInput.focusParameter": string;
|
|
1817
1902
|
"parameterInput.resetValue": string;
|
|
1818
1903
|
"parameterInput.select": string;
|
|
1904
|
+
"parameterInput.selectDate": string;
|
|
1819
1905
|
"parameterInput.selectDateAndTime": string;
|
|
1820
1906
|
"parameterInput.selectACredentialTypeFromTheDropdown": string;
|
|
1821
1907
|
"parameterInput.theValueIsNotSupported": string;
|
|
@@ -2144,6 +2230,7 @@ declare const _exports: {
|
|
|
2144
2230
|
"runData.executionTime": string;
|
|
2145
2231
|
"runData.fileExtension": string;
|
|
2146
2232
|
"runData.directory": string;
|
|
2233
|
+
"runData.url": string;
|
|
2147
2234
|
"runData.fileName": string;
|
|
2148
2235
|
"runData.invalidPinnedData": string;
|
|
2149
2236
|
"runData.items": string;
|
|
@@ -3037,6 +3124,16 @@ declare const _exports: {
|
|
|
3037
3124
|
"workflowSettings.timeSavedPerExecution": string;
|
|
3038
3125
|
"workflowSettings.timeSavedPerExecution.hint": string;
|
|
3039
3126
|
"workflowSettings.timeSavedPerExecution.tooltip": string;
|
|
3127
|
+
"workflowSettings.timeSavedPerExecution.minutesSaved": string;
|
|
3128
|
+
"workflowSettings.timeSavedPerExecution.tab.fixed": string;
|
|
3129
|
+
"workflowSettings.timeSavedPerExecution.tab.conditional": string;
|
|
3130
|
+
"workflowSettings.timeSavedPerExecution.noNodesDetected": string;
|
|
3131
|
+
"workflowSettings.timeSavedPerExecution.noNodesDetected.hint": string;
|
|
3132
|
+
"workflowSettings.timeSavedPerExecution.nodesDetected": string;
|
|
3133
|
+
"workflowSettings.timeSavedPerExecution.nodesDetected.hint": string;
|
|
3134
|
+
"workflowSettings.timeSavedPerExecution.nodesDetected.addMore": string;
|
|
3135
|
+
"workflowSettings.timeSavedPerExecution.fixedTabWarning": string;
|
|
3136
|
+
"workflowSettings.timeSavedPerExecution.fixedTabWarning.link": string;
|
|
3040
3137
|
"workflowSettings.availableInMCP": string;
|
|
3041
3138
|
"workflowSettings.availableInMCP.tooltip": string;
|
|
3042
3139
|
"workflowSettings.toggleMCP.error.title": string;
|
|
@@ -3048,12 +3145,17 @@ declare const _exports: {
|
|
|
3048
3145
|
"workflowHistory.content.actions": string;
|
|
3049
3146
|
"workflowHistory.item.id": string;
|
|
3050
3147
|
"workflowHistory.item.createdAt": string;
|
|
3148
|
+
"workflowHistory.item.savedAtLabel": string;
|
|
3149
|
+
"workflowHistory.item.publishedAtLabel": string;
|
|
3051
3150
|
"workflowHistory.item.actions.restore": string;
|
|
3151
|
+
"workflowHistory.item.actions.publish": string;
|
|
3152
|
+
"workflowHistory.item.actions.unpublish": string;
|
|
3052
3153
|
"workflowHistory.item.actions.clone": string;
|
|
3053
3154
|
"workflowHistory.item.actions.open": string;
|
|
3054
3155
|
"workflowHistory.item.actions.download": string;
|
|
3055
3156
|
"workflowHistory.item.unsaved.title": string;
|
|
3056
3157
|
"workflowHistory.item.latest": string;
|
|
3158
|
+
"workflowHistory.item.active": string;
|
|
3057
3159
|
"workflowHistory.empty": string;
|
|
3058
3160
|
"workflowHistory.hint": string;
|
|
3059
3161
|
"workflowHistory.limit": string;
|
|
@@ -3062,17 +3164,23 @@ declare const _exports: {
|
|
|
3062
3164
|
"workflowHistory.action.error.title": string;
|
|
3063
3165
|
"workflowHistory.action.restore.modal.title": string;
|
|
3064
3166
|
"workflowHistory.action.restore.modal.subtitle": string;
|
|
3065
|
-
"workflowHistory.action.restore.modal.
|
|
3167
|
+
"workflowHistory.action.restore.modal.publishedNote": string;
|
|
3066
3168
|
"workflowHistory.action.restore.modal.button.deactivateAndRestore": string;
|
|
3067
3169
|
"workflowHistory.action.restore.modal.button.restore": string;
|
|
3068
3170
|
"workflowHistory.action.restore.modal.button.cancel": string;
|
|
3069
3171
|
"workflowHistory.action.restore.success.title": string;
|
|
3070
3172
|
"workflowHistory.action.clone.success.title": string;
|
|
3071
3173
|
"workflowHistory.action.clone.success.message": string;
|
|
3174
|
+
"workflowHistory.action.unpublish.success.title": string;
|
|
3175
|
+
"workflowHistory.action.unpublish.modal.title": string;
|
|
3176
|
+
"workflowHistory.action.unpublish.modal.description": string;
|
|
3177
|
+
"workflowHistory.action.unpublish.modal.button.unpublish": string;
|
|
3072
3178
|
"workflowHistory.button.tooltip.empty": string;
|
|
3073
3179
|
"workflowHistory.button.tooltip": string;
|
|
3180
|
+
"workflowHistory.publishModal.title": string;
|
|
3074
3181
|
"workflows.heading": string;
|
|
3075
3182
|
"workflows.add": string;
|
|
3183
|
+
"workflows.publish": string;
|
|
3076
3184
|
"workflows.project.add": string;
|
|
3077
3185
|
"workflows.item.open": string;
|
|
3078
3186
|
"workflows.item.share": string;
|
|
@@ -3089,6 +3197,8 @@ declare const _exports: {
|
|
|
3089
3197
|
"workflows.item.availableInMCP": string;
|
|
3090
3198
|
"workflows.item.enableMCPAccess": string;
|
|
3091
3199
|
"workflows.item.disableMCPAccess": string;
|
|
3200
|
+
"workflows.item.published": string;
|
|
3201
|
+
"workflows.item.notPublished": string;
|
|
3092
3202
|
"workflows.itemSuggestion.try": string;
|
|
3093
3203
|
"workflows.templateRecoV2.starterTemplates": string;
|
|
3094
3204
|
"workflows.templateRecoV2.seeMoreStarterTemplates": string;
|
|
@@ -3170,7 +3280,7 @@ declare const _exports: {
|
|
|
3170
3280
|
"workflows.create.project.toast.title": string;
|
|
3171
3281
|
"workflows.create.folder.toast.title": string;
|
|
3172
3282
|
"workflows.create.project.toast.text": string;
|
|
3173
|
-
"workflows.
|
|
3283
|
+
"workflows.autodeactivated": string;
|
|
3174
3284
|
"workflows.ai.starter.collection.callout": string;
|
|
3175
3285
|
"workflows.ai.starter.collection.card": string;
|
|
3176
3286
|
"workflows.ai.starter.collection.folder.name": string;
|
|
@@ -3189,6 +3299,12 @@ declare const _exports: {
|
|
|
3189
3299
|
"workflows.preBuiltAgents.callout": string;
|
|
3190
3300
|
"workflows.preBuiltAgents.linkText": string;
|
|
3191
3301
|
"workflowSelectorParameterInput.createNewSubworkflow.name": string;
|
|
3302
|
+
"workflows.publishModal.title": string;
|
|
3303
|
+
"workflows.publishModal.noTriggerMessage": string;
|
|
3304
|
+
"workflows.publishModal.versionNameLabel": string;
|
|
3305
|
+
"workflows.publishModal.descriptionPlaceholder": string;
|
|
3306
|
+
"workflows.publishModal.noChanges": string;
|
|
3307
|
+
"workflows.publishModal.lastPublished": string;
|
|
3192
3308
|
"importCurlModal.title": string;
|
|
3193
3309
|
"importCurlModal.input.label": string;
|
|
3194
3310
|
"importCurlModal.input.placeholder": string;
|
package/dist/types2.d.mts
CHANGED
|
@@ -115,6 +115,7 @@ declare const _exports: {
|
|
|
115
115
|
"generic.editor": string;
|
|
116
116
|
"generic.seePlans": string;
|
|
117
117
|
"generic.loading": string;
|
|
118
|
+
"generic.loadingEllipsis": string;
|
|
118
119
|
"generic.and": string;
|
|
119
120
|
"generic.ownedByMe": string;
|
|
120
121
|
"generic.moreInfo": string;
|
|
@@ -138,6 +139,8 @@ declare const _exports: {
|
|
|
138
139
|
"generic.your": string;
|
|
139
140
|
"generic.apiKey": string;
|
|
140
141
|
"generic.search": string;
|
|
142
|
+
"generic.showMore": string;
|
|
143
|
+
"generic.showLess": string;
|
|
141
144
|
"about.aboutN8n": string;
|
|
142
145
|
"about.close": string;
|
|
143
146
|
"about.license": string;
|
|
@@ -162,6 +165,7 @@ declare const _exports: {
|
|
|
162
165
|
"activationModal.saveExecutions": string;
|
|
163
166
|
"activationModal.theseExecutionsWillNotShowUp": string;
|
|
164
167
|
"activationModal.workflowActivated": string;
|
|
168
|
+
"activationModal.workflowPublished": string;
|
|
165
169
|
"activationModal.yourTriggerWillNowFire": string;
|
|
166
170
|
"activationModal.yourTriggersWillNowFire": string;
|
|
167
171
|
"activationModal.yourWorkflowWillNowListenForEvents": string;
|
|
@@ -270,6 +274,7 @@ declare const _exports: {
|
|
|
270
274
|
"banners.trial.message": string;
|
|
271
275
|
"banners.trialOver.message": string;
|
|
272
276
|
"banners.v1.message": string;
|
|
277
|
+
"banners.workflowAutoDeactivated.message": string;
|
|
273
278
|
"binaryDataDisplay.backToList": string;
|
|
274
279
|
"binaryDataDisplay.backToOverviewPage": string;
|
|
275
280
|
"binaryDataDisplay.noDataFoundToDisplay": string;
|
|
@@ -304,6 +309,14 @@ declare const _exports: {
|
|
|
304
309
|
"chatHub.agent.newAgent": string;
|
|
305
310
|
"chatHub.agent.configureCredentials": string;
|
|
306
311
|
"chatHub.agent.addModel": string;
|
|
312
|
+
"chatHub.agent.credentialsMissing": string;
|
|
313
|
+
"chatHub.agent.card.menu.edit": string;
|
|
314
|
+
"chatHub.agent.card.menu.delete": string;
|
|
315
|
+
"chatHub.agent.card.noDescription": string;
|
|
316
|
+
"chatHub.agent.card.badge.n8nWorkflow": string;
|
|
317
|
+
"chatHub.agent.card.badge.customAgent": string;
|
|
318
|
+
"chatHub.agent.card.button.edit": string;
|
|
319
|
+
"chatHub.agent.card.button.moreOptions": string;
|
|
307
320
|
"chatHub.agent.editor.title.new": string;
|
|
308
321
|
"chatHub.agent.editor.title.edit": string;
|
|
309
322
|
"chatHub.agent.editor.name.label": string;
|
|
@@ -330,6 +343,49 @@ declare const _exports: {
|
|
|
330
343
|
"chatHub.agent.editor.success.create": string;
|
|
331
344
|
"chatHub.agent.editor.success.update": string;
|
|
332
345
|
"chatHub.agent.editor.success.delete": string;
|
|
346
|
+
"chatHub.agents.loadError": string;
|
|
347
|
+
"chatHub.agents.delete.confirm.message": string;
|
|
348
|
+
"chatHub.agents.delete.confirm.title": string;
|
|
349
|
+
"chatHub.agents.delete.confirm.button": string;
|
|
350
|
+
"chatHub.agents.delete.cancel.button": string;
|
|
351
|
+
"chatHub.agents.delete.success": string;
|
|
352
|
+
"chatHub.agents.delete.error": string;
|
|
353
|
+
"chatHub.agents.title": string;
|
|
354
|
+
"chatHub.agents.description": string;
|
|
355
|
+
"chatHub.agents.button.newAgent": string;
|
|
356
|
+
"chatHub.agents.search.placeholder": string;
|
|
357
|
+
"chatHub.agents.filter.all": string;
|
|
358
|
+
"chatHub.agents.filter.customAgents": string;
|
|
359
|
+
"chatHub.agents.filter.n8nWorkflows": string;
|
|
360
|
+
"chatHub.agents.sort.updatedAt": string;
|
|
361
|
+
"chatHub.agents.sort.createdAt": string;
|
|
362
|
+
"chatHub.agents.empty.noAgents": string;
|
|
363
|
+
"chatHub.agents.empty.noMatch": string;
|
|
364
|
+
"chatHub.chat.greeting": string;
|
|
365
|
+
"chatHub.chat.greeting.fallback": string;
|
|
366
|
+
"chatHub.chat.dropOverlay": string;
|
|
367
|
+
"chatHub.chat.scrollToBottom": string;
|
|
368
|
+
"chatHub.chat.header.button.editAgent": string;
|
|
369
|
+
"chatHub.chat.header.button.newChat": string;
|
|
370
|
+
"chatHub.chat.header.button.openWorkflow": string;
|
|
371
|
+
"chatHub.chat.prompt.microphone.accessDenied": string;
|
|
372
|
+
"chatHub.chat.prompt.microphone.allowAccess": string;
|
|
373
|
+
"chatHub.chat.prompt.microphone.noSpeech": string;
|
|
374
|
+
"chatHub.chat.prompt.callout.selectModel.new": string;
|
|
375
|
+
"chatHub.chat.prompt.callout.selectModel.new.link": string;
|
|
376
|
+
"chatHub.chat.prompt.callout.selectModel.existing": string;
|
|
377
|
+
"chatHub.chat.prompt.callout.selectModel.existing.link": string;
|
|
378
|
+
"chatHub.chat.prompt.callout.setCredentials.new": string;
|
|
379
|
+
"chatHub.chat.prompt.callout.setCredentials.new.link": string;
|
|
380
|
+
"chatHub.chat.prompt.callout.setCredentials.existing": string;
|
|
381
|
+
"chatHub.chat.prompt.callout.setCredentials.existing.link": string;
|
|
382
|
+
"chatHub.chat.prompt.button.attach": string;
|
|
383
|
+
"chatHub.chat.prompt.button.stopRecording": string;
|
|
384
|
+
"chatHub.chat.prompt.button.voiceInput": string;
|
|
385
|
+
"chatHub.chat.prompt.button.send": string;
|
|
386
|
+
"chatHub.chat.prompt.button.stopGenerating": string;
|
|
387
|
+
"chatHub.chat.prompt.placeholder.withModel": string;
|
|
388
|
+
"chatHub.chat.prompt.placeholder.selectModel": string;
|
|
333
389
|
"chatHub.tools.editor.title": string;
|
|
334
390
|
"chatHub.tools.editor.credential": string;
|
|
335
391
|
"chatHub.tools.editor.credential.placeholder": string;
|
|
@@ -337,15 +393,39 @@ declare const _exports: {
|
|
|
337
393
|
"chatHub.tools.editor.selectedCount": string;
|
|
338
394
|
"chatHub.tools.editor.confirm": string;
|
|
339
395
|
"chatHub.tools.editor.cancel": string;
|
|
396
|
+
"chatHub.tools.selector.label.count": string;
|
|
397
|
+
"chatHub.tools.selector.label.default": string;
|
|
340
398
|
"chatHub.credentials.selector.title": string;
|
|
341
399
|
"chatHub.credentials.selector.chooseOrCreate": string;
|
|
342
400
|
"chatHub.credentials.selector.createNew": string;
|
|
343
401
|
"chatHub.credentials.selector.confirm": string;
|
|
344
402
|
"chatHub.credentials.selector.cancel": string;
|
|
403
|
+
"chatHub.credentials.selector.deleteButton": string;
|
|
404
|
+
"chatHub.message.actions.readAloud": string;
|
|
405
|
+
"chatHub.message.actions.stopReading": string;
|
|
406
|
+
"chatHub.message.actions.edit": string;
|
|
407
|
+
"chatHub.message.actions.regenerate": string;
|
|
408
|
+
"chatHub.message.actions.executionId": string;
|
|
409
|
+
"chatHub.message.edit.cancel": string;
|
|
410
|
+
"chatHub.message.edit.send": string;
|
|
411
|
+
"chatHub.message.error.unknown": string;
|
|
412
|
+
"chatHub.models.selector.defaultLabel": string;
|
|
345
413
|
"chatHub.models.byIdSelector.title": string;
|
|
346
414
|
"chatHub.models.byIdSelector.choose": string;
|
|
347
415
|
"chatHub.models.byIdSelector.confirm": string;
|
|
348
416
|
"chatHub.models.byIdSelector.cancel": string;
|
|
417
|
+
"chatHub.session.actions.rename": string;
|
|
418
|
+
"chatHub.session.actions.delete": string;
|
|
419
|
+
"chatHub.session.updateTitle.error": string;
|
|
420
|
+
"chatHub.session.delete.confirm.message": string;
|
|
421
|
+
"chatHub.session.delete.confirm.title": string;
|
|
422
|
+
"chatHub.session.delete.confirm.button": string;
|
|
423
|
+
"chatHub.session.delete.cancel.button": string;
|
|
424
|
+
"chatHub.session.delete.success": string;
|
|
425
|
+
"chatHub.session.delete.error": string;
|
|
426
|
+
"chatHub.sidebar.button.toggle": string;
|
|
427
|
+
"chatHub.sidebar.link.newChat": string;
|
|
428
|
+
"chatHub.sidebar.link.customAgents": string;
|
|
349
429
|
"chatEmbed.infoTip.description": string;
|
|
350
430
|
"chatEmbed.infoTip.link": string;
|
|
351
431
|
"chatEmbed.title": string;
|
|
@@ -1235,6 +1315,7 @@ declare const _exports: {
|
|
|
1235
1315
|
"menuActions.delete": string;
|
|
1236
1316
|
"menuActions.archive": string;
|
|
1237
1317
|
"menuActions.unarchive": string;
|
|
1318
|
+
"menuActions.unpublish": string;
|
|
1238
1319
|
"multipleParameter.addItem": string;
|
|
1239
1320
|
"multipleParameter.currentlyNoItemsExist": string;
|
|
1240
1321
|
"multipleParameter.deleteItem": string;
|
|
@@ -1747,6 +1828,8 @@ declare const _exports: {
|
|
|
1747
1828
|
"contextMenu.addSticky": string;
|
|
1748
1829
|
"contextMenu.editSticky": string;
|
|
1749
1830
|
"contextMenu.changeColor": string;
|
|
1831
|
+
"contextMenu.copyTestUrl": string;
|
|
1832
|
+
"contextMenu.copyProductionUrl": string;
|
|
1750
1833
|
"nodeWebhooks.clickToCopyWebhookUrls": string;
|
|
1751
1834
|
"nodeWebhooks.clickToCopyWebhookUrls.formTrigger": string;
|
|
1752
1835
|
"nodeWebhooks.clickToCopyWebhookUrls.chatTrigger": string;
|
|
@@ -1762,6 +1845,8 @@ declare const _exports: {
|
|
|
1762
1845
|
"nodeWebhooks.invalidExpression": string;
|
|
1763
1846
|
"nodeWebhooks.productionUrl": string;
|
|
1764
1847
|
"nodeWebhooks.showMessage.title": string;
|
|
1848
|
+
"nodeWebhooks.showMessage.testWebhookUrl": string;
|
|
1849
|
+
"nodeWebhooks.showMessage.not.active": string;
|
|
1765
1850
|
"nodeWebhooks.showMessage.title.formTrigger": string;
|
|
1766
1851
|
"nodeWebhooks.showMessage.title.chatTrigger": string;
|
|
1767
1852
|
"nodeWebhooks.showMessage.title.mcpTrigger": string;
|
|
@@ -1816,6 +1901,7 @@ declare const _exports: {
|
|
|
1816
1901
|
"parameterInput.focusParameter": string;
|
|
1817
1902
|
"parameterInput.resetValue": string;
|
|
1818
1903
|
"parameterInput.select": string;
|
|
1904
|
+
"parameterInput.selectDate": string;
|
|
1819
1905
|
"parameterInput.selectDateAndTime": string;
|
|
1820
1906
|
"parameterInput.selectACredentialTypeFromTheDropdown": string;
|
|
1821
1907
|
"parameterInput.theValueIsNotSupported": string;
|
|
@@ -2144,6 +2230,7 @@ declare const _exports: {
|
|
|
2144
2230
|
"runData.executionTime": string;
|
|
2145
2231
|
"runData.fileExtension": string;
|
|
2146
2232
|
"runData.directory": string;
|
|
2233
|
+
"runData.url": string;
|
|
2147
2234
|
"runData.fileName": string;
|
|
2148
2235
|
"runData.invalidPinnedData": string;
|
|
2149
2236
|
"runData.items": string;
|
|
@@ -3037,6 +3124,16 @@ declare const _exports: {
|
|
|
3037
3124
|
"workflowSettings.timeSavedPerExecution": string;
|
|
3038
3125
|
"workflowSettings.timeSavedPerExecution.hint": string;
|
|
3039
3126
|
"workflowSettings.timeSavedPerExecution.tooltip": string;
|
|
3127
|
+
"workflowSettings.timeSavedPerExecution.minutesSaved": string;
|
|
3128
|
+
"workflowSettings.timeSavedPerExecution.tab.fixed": string;
|
|
3129
|
+
"workflowSettings.timeSavedPerExecution.tab.conditional": string;
|
|
3130
|
+
"workflowSettings.timeSavedPerExecution.noNodesDetected": string;
|
|
3131
|
+
"workflowSettings.timeSavedPerExecution.noNodesDetected.hint": string;
|
|
3132
|
+
"workflowSettings.timeSavedPerExecution.nodesDetected": string;
|
|
3133
|
+
"workflowSettings.timeSavedPerExecution.nodesDetected.hint": string;
|
|
3134
|
+
"workflowSettings.timeSavedPerExecution.nodesDetected.addMore": string;
|
|
3135
|
+
"workflowSettings.timeSavedPerExecution.fixedTabWarning": string;
|
|
3136
|
+
"workflowSettings.timeSavedPerExecution.fixedTabWarning.link": string;
|
|
3040
3137
|
"workflowSettings.availableInMCP": string;
|
|
3041
3138
|
"workflowSettings.availableInMCP.tooltip": string;
|
|
3042
3139
|
"workflowSettings.toggleMCP.error.title": string;
|
|
@@ -3048,12 +3145,17 @@ declare const _exports: {
|
|
|
3048
3145
|
"workflowHistory.content.actions": string;
|
|
3049
3146
|
"workflowHistory.item.id": string;
|
|
3050
3147
|
"workflowHistory.item.createdAt": string;
|
|
3148
|
+
"workflowHistory.item.savedAtLabel": string;
|
|
3149
|
+
"workflowHistory.item.publishedAtLabel": string;
|
|
3051
3150
|
"workflowHistory.item.actions.restore": string;
|
|
3151
|
+
"workflowHistory.item.actions.publish": string;
|
|
3152
|
+
"workflowHistory.item.actions.unpublish": string;
|
|
3052
3153
|
"workflowHistory.item.actions.clone": string;
|
|
3053
3154
|
"workflowHistory.item.actions.open": string;
|
|
3054
3155
|
"workflowHistory.item.actions.download": string;
|
|
3055
3156
|
"workflowHistory.item.unsaved.title": string;
|
|
3056
3157
|
"workflowHistory.item.latest": string;
|
|
3158
|
+
"workflowHistory.item.active": string;
|
|
3057
3159
|
"workflowHistory.empty": string;
|
|
3058
3160
|
"workflowHistory.hint": string;
|
|
3059
3161
|
"workflowHistory.limit": string;
|
|
@@ -3062,17 +3164,23 @@ declare const _exports: {
|
|
|
3062
3164
|
"workflowHistory.action.error.title": string;
|
|
3063
3165
|
"workflowHistory.action.restore.modal.title": string;
|
|
3064
3166
|
"workflowHistory.action.restore.modal.subtitle": string;
|
|
3065
|
-
"workflowHistory.action.restore.modal.
|
|
3167
|
+
"workflowHistory.action.restore.modal.publishedNote": string;
|
|
3066
3168
|
"workflowHistory.action.restore.modal.button.deactivateAndRestore": string;
|
|
3067
3169
|
"workflowHistory.action.restore.modal.button.restore": string;
|
|
3068
3170
|
"workflowHistory.action.restore.modal.button.cancel": string;
|
|
3069
3171
|
"workflowHistory.action.restore.success.title": string;
|
|
3070
3172
|
"workflowHistory.action.clone.success.title": string;
|
|
3071
3173
|
"workflowHistory.action.clone.success.message": string;
|
|
3174
|
+
"workflowHistory.action.unpublish.success.title": string;
|
|
3175
|
+
"workflowHistory.action.unpublish.modal.title": string;
|
|
3176
|
+
"workflowHistory.action.unpublish.modal.description": string;
|
|
3177
|
+
"workflowHistory.action.unpublish.modal.button.unpublish": string;
|
|
3072
3178
|
"workflowHistory.button.tooltip.empty": string;
|
|
3073
3179
|
"workflowHistory.button.tooltip": string;
|
|
3180
|
+
"workflowHistory.publishModal.title": string;
|
|
3074
3181
|
"workflows.heading": string;
|
|
3075
3182
|
"workflows.add": string;
|
|
3183
|
+
"workflows.publish": string;
|
|
3076
3184
|
"workflows.project.add": string;
|
|
3077
3185
|
"workflows.item.open": string;
|
|
3078
3186
|
"workflows.item.share": string;
|
|
@@ -3089,6 +3197,8 @@ declare const _exports: {
|
|
|
3089
3197
|
"workflows.item.availableInMCP": string;
|
|
3090
3198
|
"workflows.item.enableMCPAccess": string;
|
|
3091
3199
|
"workflows.item.disableMCPAccess": string;
|
|
3200
|
+
"workflows.item.published": string;
|
|
3201
|
+
"workflows.item.notPublished": string;
|
|
3092
3202
|
"workflows.itemSuggestion.try": string;
|
|
3093
3203
|
"workflows.templateRecoV2.starterTemplates": string;
|
|
3094
3204
|
"workflows.templateRecoV2.seeMoreStarterTemplates": string;
|
|
@@ -3170,7 +3280,7 @@ declare const _exports: {
|
|
|
3170
3280
|
"workflows.create.project.toast.title": string;
|
|
3171
3281
|
"workflows.create.folder.toast.title": string;
|
|
3172
3282
|
"workflows.create.project.toast.text": string;
|
|
3173
|
-
"workflows.
|
|
3283
|
+
"workflows.autodeactivated": string;
|
|
3174
3284
|
"workflows.ai.starter.collection.callout": string;
|
|
3175
3285
|
"workflows.ai.starter.collection.card": string;
|
|
3176
3286
|
"workflows.ai.starter.collection.folder.name": string;
|
|
@@ -3189,6 +3299,12 @@ declare const _exports: {
|
|
|
3189
3299
|
"workflows.preBuiltAgents.callout": string;
|
|
3190
3300
|
"workflows.preBuiltAgents.linkText": string;
|
|
3191
3301
|
"workflowSelectorParameterInput.createNewSubworkflow.name": string;
|
|
3302
|
+
"workflows.publishModal.title": string;
|
|
3303
|
+
"workflows.publishModal.noTriggerMessage": string;
|
|
3304
|
+
"workflows.publishModal.versionNameLabel": string;
|
|
3305
|
+
"workflows.publishModal.descriptionPlaceholder": string;
|
|
3306
|
+
"workflows.publishModal.noChanges": string;
|
|
3307
|
+
"workflows.publishModal.lastPublished": string;
|
|
3192
3308
|
"importCurlModal.title": string;
|
|
3193
3309
|
"importCurlModal.input.label": string;
|
|
3194
3310
|
"importCurlModal.input.placeholder": string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@n8n/i18n",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "2.0.0-rc.0",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
7
7
|
"LICENSE.md",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"vue-i18n": "^11.1.2",
|
|
27
|
-
"n8n-workflow": "
|
|
27
|
+
"n8n-workflow": "2.0.0-rc.0"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@testing-library/jest-dom": "^6.6.3",
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"vitest": "^3.1.3",
|
|
41
41
|
"vue-tsc": "^2.2.8",
|
|
42
42
|
"@n8n/eslint-config": "0.0.1",
|
|
43
|
-
"@n8n/
|
|
44
|
-
"@n8n/
|
|
43
|
+
"@n8n/typescript-config": "1.3.0",
|
|
44
|
+
"@n8n/vitest-config": "1.5.0"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"vue": "^3.5.13"
|