@n8n/i18n 2.26.1 → 2.27.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 +130 -14
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +121 -5
- package/dist/index.d.mts +121 -5
- package/dist/index.mjs +130 -14
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +121 -5
- package/dist/types2.d.mts +121 -5
- package/package.json +6 -6
package/dist/types2.d.cts
CHANGED
|
@@ -2315,6 +2315,7 @@ declare const _exports: {
|
|
|
2315
2315
|
"nodeView.showError.getWorkflowDataFromUrl.title": string;
|
|
2316
2316
|
"nodeView.showError.importWorkflowData.title": string;
|
|
2317
2317
|
"nodeView.showError.importWorkflowData.invalidNodes": string;
|
|
2318
|
+
"nodeView.showError.importWorkflowData.invalidStructure": string;
|
|
2318
2319
|
"nodeView.showError.mounted1.message": string;
|
|
2319
2320
|
"nodeView.showError.mounted1.title": string;
|
|
2320
2321
|
"nodeView.showError.mounted2.message": string;
|
|
@@ -2420,7 +2421,9 @@ declare const _exports: {
|
|
|
2420
2421
|
"openWorkflow.workflowNotFoundError": string;
|
|
2421
2422
|
"oauth.consentView.title": string;
|
|
2422
2423
|
"oauth.consentView.heading": string;
|
|
2424
|
+
"oauth.consentView.headingWithWorkflow": string;
|
|
2423
2425
|
"oauth.consentView.description": string;
|
|
2426
|
+
"oauth.consentView.descriptionWithWorkflow": string;
|
|
2424
2427
|
"oauth.consentView.action.listWorkflows": string;
|
|
2425
2428
|
"oauth.consentView.action.workflowDetails": string;
|
|
2426
2429
|
"oauth.consentView.action.executeWorkflows": string;
|
|
@@ -2432,6 +2435,7 @@ declare const _exports: {
|
|
|
2432
2435
|
"oauth.consentView.error.deny": string;
|
|
2433
2436
|
"oauth.consentView.error.allow": string;
|
|
2434
2437
|
"oauth.consentView.error.fetchDetails": string;
|
|
2438
|
+
"oauth.consentView.error.resourceUnavailable": string;
|
|
2435
2439
|
"oauth.consentView.success.title": string;
|
|
2436
2440
|
"oauth.consentView.success.description": string;
|
|
2437
2441
|
"parameterInput.expressionResult": string;
|
|
@@ -2960,6 +2964,65 @@ declare const _exports: {
|
|
|
2960
2964
|
"settings.communityNodes.confirmModal.update.buttonLabel": string;
|
|
2961
2965
|
"settings.communityNodes.confirmModal.update.buttonLoadingLabel": string;
|
|
2962
2966
|
"settings.communityNodes.confirmModal.cancel": string;
|
|
2967
|
+
"settings.opentelemetry": string;
|
|
2968
|
+
"settings.opentelemetry.title": string;
|
|
2969
|
+
"settings.opentelemetry.description": string;
|
|
2970
|
+
"settings.opentelemetry.docsLink": string;
|
|
2971
|
+
"settings.opentelemetry.envVarTooltip": string;
|
|
2972
|
+
"settings.opentelemetry.envVarManagedTooltip": string;
|
|
2973
|
+
"settings.opentelemetry.enable.label": string;
|
|
2974
|
+
"settings.opentelemetry.enable.description": string;
|
|
2975
|
+
"settings.opentelemetry.enable.option.enabled": string;
|
|
2976
|
+
"settings.opentelemetry.enable.option.disabled": string;
|
|
2977
|
+
"settings.opentelemetry.collectorConnection.title": string;
|
|
2978
|
+
"settings.opentelemetry.exporterEndpoint.label": string;
|
|
2979
|
+
"settings.opentelemetry.exporterEndpoint.description": string;
|
|
2980
|
+
"settings.opentelemetry.exporterEndpoint.placeholder": string;
|
|
2981
|
+
"settings.opentelemetry.exporterServiceName.label": string;
|
|
2982
|
+
"settings.opentelemetry.exporterServiceName.description": string;
|
|
2983
|
+
"settings.opentelemetry.exporterServiceName.placeholder": string;
|
|
2984
|
+
"settings.opentelemetry.exporterHeaders.label": string;
|
|
2985
|
+
"settings.opentelemetry.exporterHeaders.description": string;
|
|
2986
|
+
"settings.opentelemetry.exporterHeaders.keyLabel": string;
|
|
2987
|
+
"settings.opentelemetry.exporterHeaders.valueLabel": string;
|
|
2988
|
+
"settings.opentelemetry.exporterHeaders.remove": string;
|
|
2989
|
+
"settings.opentelemetry.exporterHeaders.keyPlaceholder": string;
|
|
2990
|
+
"settings.opentelemetry.exporterHeaders.valuePlaceholder": string;
|
|
2991
|
+
"settings.opentelemetry.exporterHeaders.addHeader": string;
|
|
2992
|
+
"settings.opentelemetry.exporterTracingPath.label": string;
|
|
2993
|
+
"settings.opentelemetry.exporterTracingPath.description": string;
|
|
2994
|
+
"settings.opentelemetry.exporterTracingPath.placeholder": string;
|
|
2995
|
+
"settings.opentelemetry.startupConnectivityTimeoutMs.label": string;
|
|
2996
|
+
"settings.opentelemetry.startupConnectivityTimeoutMs.description": string;
|
|
2997
|
+
"settings.opentelemetry.startupConnectivityTimeoutMs.placeholder": string;
|
|
2998
|
+
"settings.opentelemetry.startupConnectivityTimeoutMs.slug": string;
|
|
2999
|
+
"settings.opentelemetry.testTrace.label": string;
|
|
3000
|
+
"settings.opentelemetry.testTrace.description": string;
|
|
3001
|
+
"settings.opentelemetry.testTrace.send": string;
|
|
3002
|
+
"settings.opentelemetry.testTrace.sending": string;
|
|
3003
|
+
"settings.opentelemetry.testTrace.sent": string;
|
|
3004
|
+
"settings.opentelemetry.testTrace.success": string;
|
|
3005
|
+
"settings.opentelemetry.testTrace.error": string;
|
|
3006
|
+
"settings.opentelemetry.tracing.title": string;
|
|
3007
|
+
"settings.opentelemetry.tracesSampleRate.label": string;
|
|
3008
|
+
"settings.opentelemetry.tracesSampleRate.description": string;
|
|
3009
|
+
"settings.opentelemetry.tracesSampleRate.placeholder": string;
|
|
3010
|
+
"settings.opentelemetry.tracesSampleRate.slug": string;
|
|
3011
|
+
"settings.opentelemetry.includeNodeSpans.label": string;
|
|
3012
|
+
"settings.opentelemetry.includeNodeSpans.description": string;
|
|
3013
|
+
"settings.opentelemetry.injectOutbound.label": string;
|
|
3014
|
+
"settings.opentelemetry.injectOutbound.description": string;
|
|
3015
|
+
"settings.opentelemetry.productionExecutionsOnly.label": string;
|
|
3016
|
+
"settings.opentelemetry.productionExecutionsOnly.description": string;
|
|
3017
|
+
"settings.opentelemetry.save": string;
|
|
3018
|
+
"settings.opentelemetry.discard": string;
|
|
3019
|
+
"settings.opentelemetry.savedSuccess": string;
|
|
3020
|
+
"settings.opentelemetry.savedError": string;
|
|
3021
|
+
"settings.opentelemetry.unsavedChanges.title": string;
|
|
3022
|
+
"settings.opentelemetry.unsavedChanges.message": string;
|
|
3023
|
+
"settings.opentelemetry.unsavedChanges.cancel": string;
|
|
3024
|
+
"settings.opentelemetry.unsavedChanges.leaveWithoutSaving": string;
|
|
3025
|
+
"settings.opentelemetry.unsavedChanges.saveAndLeave": string;
|
|
2963
3026
|
"settings.mcp": string;
|
|
2964
3027
|
"settings.mcp.description": string;
|
|
2965
3028
|
"settings.mcp.preview.tooltip": string;
|
|
@@ -3291,8 +3354,10 @@ declare const _exports: {
|
|
|
3291
3354
|
"settings.api.view.modal.title.created": string;
|
|
3292
3355
|
"settings.api.view.modal.title.create": string;
|
|
3293
3356
|
"settings.api.view.modal.title.edit": string;
|
|
3357
|
+
"settings.api.view.modal.title.readonly": string;
|
|
3294
3358
|
"settings.api.view.modal.done.button": string;
|
|
3295
3359
|
"settings.api.view.modal.save.button": string;
|
|
3360
|
+
"settings.api.view.modal.close.button": string;
|
|
3296
3361
|
"settings.api.scopes.placeholder": string;
|
|
3297
3362
|
"settings.api.scopes.selectAll": string;
|
|
3298
3363
|
"settings.api.scopes.label": string;
|
|
@@ -3305,6 +3370,7 @@ declare const _exports: {
|
|
|
3305
3370
|
"settings.api.columns.lastUsed": string;
|
|
3306
3371
|
"settings.api.columns.actions": string;
|
|
3307
3372
|
"settings.api.actions.edit": string;
|
|
3373
|
+
"settings.api.actions.view": string;
|
|
3308
3374
|
"settings.api.actions.revoke": string;
|
|
3309
3375
|
"settings.api.expiration.never": string;
|
|
3310
3376
|
"settings.api.lastUsed.never": string;
|
|
@@ -3827,6 +3893,7 @@ declare const _exports: {
|
|
|
3827
3893
|
"workflowActivator.inactive": string;
|
|
3828
3894
|
"workflowActivator.showError.title": string;
|
|
3829
3895
|
"workflowActivator.showError.nodeError": string;
|
|
3896
|
+
"workflowActivator.showError.partialTitle": string;
|
|
3830
3897
|
"workflowActivator.showMessage.activeChangedNodesIssuesExistTrue.message": string;
|
|
3831
3898
|
"workflowActivator.showMessage.activeChangedNodesIssuesExistTrue.title": string;
|
|
3832
3899
|
"workflowActivator.showMessage.activeChangedWorkflowIdUndefined.message": string;
|
|
@@ -3862,8 +3929,6 @@ declare const _exports: {
|
|
|
3862
3929
|
"canvas.nodeGroup.connectionRemoveBlocked.title": string;
|
|
3863
3930
|
"canvas.nodeGroup.connectionChangeBlocked.message": string;
|
|
3864
3931
|
"canvas.nodeGroup.connectionChangeBlocked.nonMainBoundary": string;
|
|
3865
|
-
"canvas.nodeGroup.connectionChangeBlocked.multipleInputBranches": string;
|
|
3866
|
-
"canvas.nodeGroup.connectionChangeBlocked.multipleOutputBranches": string;
|
|
3867
3932
|
"canvas.nodeGroup.connectionChangeBlocked.multipleInputNodes": string;
|
|
3868
3933
|
"canvas.nodeGroup.connectionChangeBlocked.inputEdgeToNonRoot": string;
|
|
3869
3934
|
"canvas.nodeGroup.connectionChangeBlocked.multipleOutputNodes": string;
|
|
@@ -3872,6 +3937,8 @@ declare const _exports: {
|
|
|
3872
3937
|
"canvas.nodeGroup.autoExtended.title": string;
|
|
3873
3938
|
"canvas.nodeGroup.autoExtended.message": string;
|
|
3874
3939
|
"canvas.nodeGroup.titlePlaceholder": string;
|
|
3940
|
+
"canvas.nodeGroup.expand": string;
|
|
3941
|
+
"canvas.nodeGroup.collapse": string;
|
|
3875
3942
|
"workflowExtraction.error.failure": string;
|
|
3876
3943
|
"workflowExtraction.error.selectionGraph.inputEdgeToNonRoot": string;
|
|
3877
3944
|
"workflowExtraction.error.selectionGraph.outputEdgeFromNonLeaf": string;
|
|
@@ -4269,6 +4336,7 @@ declare const _exports: {
|
|
|
4269
4336
|
"workflows.list.easyAI": string;
|
|
4270
4337
|
"workflows.list.error.fetching.one": string;
|
|
4271
4338
|
"workflows.list.error.fetching": string;
|
|
4339
|
+
"workflows.list.error.fetching.emptyStateData": string;
|
|
4272
4340
|
"workflows.shareModal.title": string;
|
|
4273
4341
|
"workflows.shareModal.title.static": string;
|
|
4274
4342
|
"workflows.shareModal.select.placeholder": string;
|
|
@@ -4894,6 +4962,8 @@ declare const _exports: {
|
|
|
4894
4962
|
"projects.menu.chat": string;
|
|
4895
4963
|
"projects.menu.create.workflow": string;
|
|
4896
4964
|
"projects.menu.create.credential": string;
|
|
4965
|
+
"projects.menu.create.variable": string;
|
|
4966
|
+
"projects.menu.create.dataTable": string;
|
|
4897
4967
|
"projects.menu.create.agent": string;
|
|
4898
4968
|
"projects.menu.create.project": string;
|
|
4899
4969
|
"projects.menu.create.instanceAiThread": string;
|
|
@@ -6222,6 +6292,7 @@ declare const _exports: {
|
|
|
6222
6292
|
"agents.sort.lastCreated": string;
|
|
6223
6293
|
"agents.sort.nameAsc": string;
|
|
6224
6294
|
"agents.sort.nameDesc": string;
|
|
6295
|
+
"agents.noResults": string;
|
|
6225
6296
|
"agents.builder.save": string;
|
|
6226
6297
|
"agents.builder.deleteAgent": string;
|
|
6227
6298
|
"agents.delete.modal.title": string;
|
|
@@ -6372,6 +6443,15 @@ declare const _exports: {
|
|
|
6372
6443
|
"agents.toolConfig.cancel": string;
|
|
6373
6444
|
"agents.toolConfig.approval.label": string;
|
|
6374
6445
|
"agents.toolConfig.approval.hint": string;
|
|
6446
|
+
"agents.toolConfig.mcpApproval.label": string;
|
|
6447
|
+
"agents.toolConfig.mcpApproval.hint": string;
|
|
6448
|
+
"agents.toolConfig.mcpApproval.disabled": string;
|
|
6449
|
+
"agents.toolConfig.mcpApproval.askAll": string;
|
|
6450
|
+
"agents.toolConfig.mcpApproval.askSelected": string;
|
|
6451
|
+
"agents.toolConfig.mcpApproval.refresh": string;
|
|
6452
|
+
"agents.toolConfig.mcpApproval.refresh.hint": string;
|
|
6453
|
+
"agents.toolConfig.mcpApproval.tools.placeholder": string;
|
|
6454
|
+
"agents.toolConfig.mcpApproval.loadError": string;
|
|
6375
6455
|
"agents.new.title": string;
|
|
6376
6456
|
"agents.new.defaultName": string;
|
|
6377
6457
|
"agents.new.startBlank": string;
|
|
@@ -6641,9 +6721,6 @@ declare const _exports: {
|
|
|
6641
6721
|
"agents.builder.addTrigger.addCredential": string;
|
|
6642
6722
|
"agents.builder.addTrigger.newCredential": string;
|
|
6643
6723
|
"agents.builder.addTrigger.connect": string;
|
|
6644
|
-
"agents.builder.addTrigger.publishPrompt.title": string;
|
|
6645
|
-
"agents.builder.addTrigger.publishPrompt.description": string;
|
|
6646
|
-
"agents.builder.addTrigger.publishPrompt.confirm": string;
|
|
6647
6724
|
"agents.builder.addTrigger.disconnect": string;
|
|
6648
6725
|
"agents.builder.addTrigger.copy": string;
|
|
6649
6726
|
"agents.builder.addTrigger.copied": string;
|
|
@@ -6654,6 +6731,35 @@ declare const _exports: {
|
|
|
6654
6731
|
"agents.builder.addTrigger.slack.setup.tokenLink": string;
|
|
6655
6732
|
"agents.builder.addTrigger.slack.setup.button": string;
|
|
6656
6733
|
"agents.builder.addTrigger.slack.setup.error": string;
|
|
6734
|
+
"agents.channels.setup.publishNotice": string;
|
|
6735
|
+
"agents.channels.slack.setup.createToken.title": string;
|
|
6736
|
+
"agents.channels.slack.setup.createToken.description": string;
|
|
6737
|
+
"agents.channels.slack.setup.createToken.link": string;
|
|
6738
|
+
"agents.channels.slack.setup.copyAccessToken.title": string;
|
|
6739
|
+
"agents.channels.slack.setup.copyAccessToken.description": string;
|
|
6740
|
+
"agents.channels.slack.setup.copyAccessToken.label": string;
|
|
6741
|
+
"agents.channels.slack.setup.copyAccessToken.placeholder": string;
|
|
6742
|
+
"agents.channels.slack.setup.copyAccessToken.showToken": string;
|
|
6743
|
+
"agents.channels.slack.setup.copyAccessToken.hideToken": string;
|
|
6744
|
+
"agents.channels.slack.setup.copyAccessToken.hint": string;
|
|
6745
|
+
"agents.channels.slack.setup.copyAccessToken.invalidToken": string;
|
|
6746
|
+
"agents.channels.slack.setup.installApp.title": string;
|
|
6747
|
+
"agents.channels.slack.setup.installApp.description": string;
|
|
6748
|
+
"agents.channels.slack.setup.installApp.button": string;
|
|
6749
|
+
"agents.channels.slack.setup.installApp.error": string;
|
|
6750
|
+
"agents.channels.slack.manualSetup.title": string;
|
|
6751
|
+
"agents.channels.linear.setup.createOAuthApplication.title": string;
|
|
6752
|
+
"agents.channels.linear.setup.createOAuthApplication.description": string;
|
|
6753
|
+
"agents.channels.linear.setup.createOAuthApplication.button": string;
|
|
6754
|
+
"agents.channels.linear.setup.configureApplication.title": string;
|
|
6755
|
+
"agents.channels.linear.setup.configureApplication.description": string;
|
|
6756
|
+
"agents.channels.linear.setup.configureApplication.webhookHint": string;
|
|
6757
|
+
"agents.channels.linear.setup.createCredential.title": string;
|
|
6758
|
+
"agents.channels.linear.setup.createCredential.description": string;
|
|
6759
|
+
"agents.channels.linear.setup.createCredential.installButton": string;
|
|
6760
|
+
"agents.channels.telegram.setup.credential.title": string;
|
|
6761
|
+
"agents.channels.telegram.setup.access.title": string;
|
|
6762
|
+
"agents.channels.telegram.setup.connect.title": string;
|
|
6657
6763
|
"agents.builder.addTrigger.slack.manual.title": string;
|
|
6658
6764
|
"agents.builder.addTrigger.slack.manual.description": string;
|
|
6659
6765
|
"agents.builder.addTrigger.slack.manifestHint": string;
|
|
@@ -6736,6 +6842,16 @@ declare const _exports: {
|
|
|
6736
6842
|
"tools.connection.detail.writeTools": string;
|
|
6737
6843
|
"tools.connection.detail.otherTools": string;
|
|
6738
6844
|
"tools.connection.detail.noAdditionalDetails": string;
|
|
6845
|
+
"generic.disconnect": string;
|
|
6846
|
+
"agents.channels.modal.title": string;
|
|
6847
|
+
"agents.channels.modal.connectTitle": string;
|
|
6848
|
+
"agents.channels.modal.editTitle": string;
|
|
6849
|
+
"agents.channels.modal.backToChannels": string;
|
|
6850
|
+
"agents.channels.modal.description": string;
|
|
6851
|
+
"agents.channels.modal.connectDescription": string;
|
|
6852
|
+
"agents.channels.modal.setupPlaceholder": string;
|
|
6853
|
+
"agents.channels.modal.editPlaceholder": string;
|
|
6854
|
+
"agents.channels.modal.connected": string;
|
|
6739
6855
|
};
|
|
6740
6856
|
//#endregion
|
|
6741
6857
|
//#region src/types.d.ts
|
package/dist/types2.d.mts
CHANGED
|
@@ -2315,6 +2315,7 @@ declare const _exports: {
|
|
|
2315
2315
|
"nodeView.showError.getWorkflowDataFromUrl.title": string;
|
|
2316
2316
|
"nodeView.showError.importWorkflowData.title": string;
|
|
2317
2317
|
"nodeView.showError.importWorkflowData.invalidNodes": string;
|
|
2318
|
+
"nodeView.showError.importWorkflowData.invalidStructure": string;
|
|
2318
2319
|
"nodeView.showError.mounted1.message": string;
|
|
2319
2320
|
"nodeView.showError.mounted1.title": string;
|
|
2320
2321
|
"nodeView.showError.mounted2.message": string;
|
|
@@ -2420,7 +2421,9 @@ declare const _exports: {
|
|
|
2420
2421
|
"openWorkflow.workflowNotFoundError": string;
|
|
2421
2422
|
"oauth.consentView.title": string;
|
|
2422
2423
|
"oauth.consentView.heading": string;
|
|
2424
|
+
"oauth.consentView.headingWithWorkflow": string;
|
|
2423
2425
|
"oauth.consentView.description": string;
|
|
2426
|
+
"oauth.consentView.descriptionWithWorkflow": string;
|
|
2424
2427
|
"oauth.consentView.action.listWorkflows": string;
|
|
2425
2428
|
"oauth.consentView.action.workflowDetails": string;
|
|
2426
2429
|
"oauth.consentView.action.executeWorkflows": string;
|
|
@@ -2432,6 +2435,7 @@ declare const _exports: {
|
|
|
2432
2435
|
"oauth.consentView.error.deny": string;
|
|
2433
2436
|
"oauth.consentView.error.allow": string;
|
|
2434
2437
|
"oauth.consentView.error.fetchDetails": string;
|
|
2438
|
+
"oauth.consentView.error.resourceUnavailable": string;
|
|
2435
2439
|
"oauth.consentView.success.title": string;
|
|
2436
2440
|
"oauth.consentView.success.description": string;
|
|
2437
2441
|
"parameterInput.expressionResult": string;
|
|
@@ -2960,6 +2964,65 @@ declare const _exports: {
|
|
|
2960
2964
|
"settings.communityNodes.confirmModal.update.buttonLabel": string;
|
|
2961
2965
|
"settings.communityNodes.confirmModal.update.buttonLoadingLabel": string;
|
|
2962
2966
|
"settings.communityNodes.confirmModal.cancel": string;
|
|
2967
|
+
"settings.opentelemetry": string;
|
|
2968
|
+
"settings.opentelemetry.title": string;
|
|
2969
|
+
"settings.opentelemetry.description": string;
|
|
2970
|
+
"settings.opentelemetry.docsLink": string;
|
|
2971
|
+
"settings.opentelemetry.envVarTooltip": string;
|
|
2972
|
+
"settings.opentelemetry.envVarManagedTooltip": string;
|
|
2973
|
+
"settings.opentelemetry.enable.label": string;
|
|
2974
|
+
"settings.opentelemetry.enable.description": string;
|
|
2975
|
+
"settings.opentelemetry.enable.option.enabled": string;
|
|
2976
|
+
"settings.opentelemetry.enable.option.disabled": string;
|
|
2977
|
+
"settings.opentelemetry.collectorConnection.title": string;
|
|
2978
|
+
"settings.opentelemetry.exporterEndpoint.label": string;
|
|
2979
|
+
"settings.opentelemetry.exporterEndpoint.description": string;
|
|
2980
|
+
"settings.opentelemetry.exporterEndpoint.placeholder": string;
|
|
2981
|
+
"settings.opentelemetry.exporterServiceName.label": string;
|
|
2982
|
+
"settings.opentelemetry.exporterServiceName.description": string;
|
|
2983
|
+
"settings.opentelemetry.exporterServiceName.placeholder": string;
|
|
2984
|
+
"settings.opentelemetry.exporterHeaders.label": string;
|
|
2985
|
+
"settings.opentelemetry.exporterHeaders.description": string;
|
|
2986
|
+
"settings.opentelemetry.exporterHeaders.keyLabel": string;
|
|
2987
|
+
"settings.opentelemetry.exporterHeaders.valueLabel": string;
|
|
2988
|
+
"settings.opentelemetry.exporterHeaders.remove": string;
|
|
2989
|
+
"settings.opentelemetry.exporterHeaders.keyPlaceholder": string;
|
|
2990
|
+
"settings.opentelemetry.exporterHeaders.valuePlaceholder": string;
|
|
2991
|
+
"settings.opentelemetry.exporterHeaders.addHeader": string;
|
|
2992
|
+
"settings.opentelemetry.exporterTracingPath.label": string;
|
|
2993
|
+
"settings.opentelemetry.exporterTracingPath.description": string;
|
|
2994
|
+
"settings.opentelemetry.exporterTracingPath.placeholder": string;
|
|
2995
|
+
"settings.opentelemetry.startupConnectivityTimeoutMs.label": string;
|
|
2996
|
+
"settings.opentelemetry.startupConnectivityTimeoutMs.description": string;
|
|
2997
|
+
"settings.opentelemetry.startupConnectivityTimeoutMs.placeholder": string;
|
|
2998
|
+
"settings.opentelemetry.startupConnectivityTimeoutMs.slug": string;
|
|
2999
|
+
"settings.opentelemetry.testTrace.label": string;
|
|
3000
|
+
"settings.opentelemetry.testTrace.description": string;
|
|
3001
|
+
"settings.opentelemetry.testTrace.send": string;
|
|
3002
|
+
"settings.opentelemetry.testTrace.sending": string;
|
|
3003
|
+
"settings.opentelemetry.testTrace.sent": string;
|
|
3004
|
+
"settings.opentelemetry.testTrace.success": string;
|
|
3005
|
+
"settings.opentelemetry.testTrace.error": string;
|
|
3006
|
+
"settings.opentelemetry.tracing.title": string;
|
|
3007
|
+
"settings.opentelemetry.tracesSampleRate.label": string;
|
|
3008
|
+
"settings.opentelemetry.tracesSampleRate.description": string;
|
|
3009
|
+
"settings.opentelemetry.tracesSampleRate.placeholder": string;
|
|
3010
|
+
"settings.opentelemetry.tracesSampleRate.slug": string;
|
|
3011
|
+
"settings.opentelemetry.includeNodeSpans.label": string;
|
|
3012
|
+
"settings.opentelemetry.includeNodeSpans.description": string;
|
|
3013
|
+
"settings.opentelemetry.injectOutbound.label": string;
|
|
3014
|
+
"settings.opentelemetry.injectOutbound.description": string;
|
|
3015
|
+
"settings.opentelemetry.productionExecutionsOnly.label": string;
|
|
3016
|
+
"settings.opentelemetry.productionExecutionsOnly.description": string;
|
|
3017
|
+
"settings.opentelemetry.save": string;
|
|
3018
|
+
"settings.opentelemetry.discard": string;
|
|
3019
|
+
"settings.opentelemetry.savedSuccess": string;
|
|
3020
|
+
"settings.opentelemetry.savedError": string;
|
|
3021
|
+
"settings.opentelemetry.unsavedChanges.title": string;
|
|
3022
|
+
"settings.opentelemetry.unsavedChanges.message": string;
|
|
3023
|
+
"settings.opentelemetry.unsavedChanges.cancel": string;
|
|
3024
|
+
"settings.opentelemetry.unsavedChanges.leaveWithoutSaving": string;
|
|
3025
|
+
"settings.opentelemetry.unsavedChanges.saveAndLeave": string;
|
|
2963
3026
|
"settings.mcp": string;
|
|
2964
3027
|
"settings.mcp.description": string;
|
|
2965
3028
|
"settings.mcp.preview.tooltip": string;
|
|
@@ -3291,8 +3354,10 @@ declare const _exports: {
|
|
|
3291
3354
|
"settings.api.view.modal.title.created": string;
|
|
3292
3355
|
"settings.api.view.modal.title.create": string;
|
|
3293
3356
|
"settings.api.view.modal.title.edit": string;
|
|
3357
|
+
"settings.api.view.modal.title.readonly": string;
|
|
3294
3358
|
"settings.api.view.modal.done.button": string;
|
|
3295
3359
|
"settings.api.view.modal.save.button": string;
|
|
3360
|
+
"settings.api.view.modal.close.button": string;
|
|
3296
3361
|
"settings.api.scopes.placeholder": string;
|
|
3297
3362
|
"settings.api.scopes.selectAll": string;
|
|
3298
3363
|
"settings.api.scopes.label": string;
|
|
@@ -3305,6 +3370,7 @@ declare const _exports: {
|
|
|
3305
3370
|
"settings.api.columns.lastUsed": string;
|
|
3306
3371
|
"settings.api.columns.actions": string;
|
|
3307
3372
|
"settings.api.actions.edit": string;
|
|
3373
|
+
"settings.api.actions.view": string;
|
|
3308
3374
|
"settings.api.actions.revoke": string;
|
|
3309
3375
|
"settings.api.expiration.never": string;
|
|
3310
3376
|
"settings.api.lastUsed.never": string;
|
|
@@ -3827,6 +3893,7 @@ declare const _exports: {
|
|
|
3827
3893
|
"workflowActivator.inactive": string;
|
|
3828
3894
|
"workflowActivator.showError.title": string;
|
|
3829
3895
|
"workflowActivator.showError.nodeError": string;
|
|
3896
|
+
"workflowActivator.showError.partialTitle": string;
|
|
3830
3897
|
"workflowActivator.showMessage.activeChangedNodesIssuesExistTrue.message": string;
|
|
3831
3898
|
"workflowActivator.showMessage.activeChangedNodesIssuesExistTrue.title": string;
|
|
3832
3899
|
"workflowActivator.showMessage.activeChangedWorkflowIdUndefined.message": string;
|
|
@@ -3862,8 +3929,6 @@ declare const _exports: {
|
|
|
3862
3929
|
"canvas.nodeGroup.connectionRemoveBlocked.title": string;
|
|
3863
3930
|
"canvas.nodeGroup.connectionChangeBlocked.message": string;
|
|
3864
3931
|
"canvas.nodeGroup.connectionChangeBlocked.nonMainBoundary": string;
|
|
3865
|
-
"canvas.nodeGroup.connectionChangeBlocked.multipleInputBranches": string;
|
|
3866
|
-
"canvas.nodeGroup.connectionChangeBlocked.multipleOutputBranches": string;
|
|
3867
3932
|
"canvas.nodeGroup.connectionChangeBlocked.multipleInputNodes": string;
|
|
3868
3933
|
"canvas.nodeGroup.connectionChangeBlocked.inputEdgeToNonRoot": string;
|
|
3869
3934
|
"canvas.nodeGroup.connectionChangeBlocked.multipleOutputNodes": string;
|
|
@@ -3872,6 +3937,8 @@ declare const _exports: {
|
|
|
3872
3937
|
"canvas.nodeGroup.autoExtended.title": string;
|
|
3873
3938
|
"canvas.nodeGroup.autoExtended.message": string;
|
|
3874
3939
|
"canvas.nodeGroup.titlePlaceholder": string;
|
|
3940
|
+
"canvas.nodeGroup.expand": string;
|
|
3941
|
+
"canvas.nodeGroup.collapse": string;
|
|
3875
3942
|
"workflowExtraction.error.failure": string;
|
|
3876
3943
|
"workflowExtraction.error.selectionGraph.inputEdgeToNonRoot": string;
|
|
3877
3944
|
"workflowExtraction.error.selectionGraph.outputEdgeFromNonLeaf": string;
|
|
@@ -4269,6 +4336,7 @@ declare const _exports: {
|
|
|
4269
4336
|
"workflows.list.easyAI": string;
|
|
4270
4337
|
"workflows.list.error.fetching.one": string;
|
|
4271
4338
|
"workflows.list.error.fetching": string;
|
|
4339
|
+
"workflows.list.error.fetching.emptyStateData": string;
|
|
4272
4340
|
"workflows.shareModal.title": string;
|
|
4273
4341
|
"workflows.shareModal.title.static": string;
|
|
4274
4342
|
"workflows.shareModal.select.placeholder": string;
|
|
@@ -4894,6 +4962,8 @@ declare const _exports: {
|
|
|
4894
4962
|
"projects.menu.chat": string;
|
|
4895
4963
|
"projects.menu.create.workflow": string;
|
|
4896
4964
|
"projects.menu.create.credential": string;
|
|
4965
|
+
"projects.menu.create.variable": string;
|
|
4966
|
+
"projects.menu.create.dataTable": string;
|
|
4897
4967
|
"projects.menu.create.agent": string;
|
|
4898
4968
|
"projects.menu.create.project": string;
|
|
4899
4969
|
"projects.menu.create.instanceAiThread": string;
|
|
@@ -6222,6 +6292,7 @@ declare const _exports: {
|
|
|
6222
6292
|
"agents.sort.lastCreated": string;
|
|
6223
6293
|
"agents.sort.nameAsc": string;
|
|
6224
6294
|
"agents.sort.nameDesc": string;
|
|
6295
|
+
"agents.noResults": string;
|
|
6225
6296
|
"agents.builder.save": string;
|
|
6226
6297
|
"agents.builder.deleteAgent": string;
|
|
6227
6298
|
"agents.delete.modal.title": string;
|
|
@@ -6372,6 +6443,15 @@ declare const _exports: {
|
|
|
6372
6443
|
"agents.toolConfig.cancel": string;
|
|
6373
6444
|
"agents.toolConfig.approval.label": string;
|
|
6374
6445
|
"agents.toolConfig.approval.hint": string;
|
|
6446
|
+
"agents.toolConfig.mcpApproval.label": string;
|
|
6447
|
+
"agents.toolConfig.mcpApproval.hint": string;
|
|
6448
|
+
"agents.toolConfig.mcpApproval.disabled": string;
|
|
6449
|
+
"agents.toolConfig.mcpApproval.askAll": string;
|
|
6450
|
+
"agents.toolConfig.mcpApproval.askSelected": string;
|
|
6451
|
+
"agents.toolConfig.mcpApproval.refresh": string;
|
|
6452
|
+
"agents.toolConfig.mcpApproval.refresh.hint": string;
|
|
6453
|
+
"agents.toolConfig.mcpApproval.tools.placeholder": string;
|
|
6454
|
+
"agents.toolConfig.mcpApproval.loadError": string;
|
|
6375
6455
|
"agents.new.title": string;
|
|
6376
6456
|
"agents.new.defaultName": string;
|
|
6377
6457
|
"agents.new.startBlank": string;
|
|
@@ -6641,9 +6721,6 @@ declare const _exports: {
|
|
|
6641
6721
|
"agents.builder.addTrigger.addCredential": string;
|
|
6642
6722
|
"agents.builder.addTrigger.newCredential": string;
|
|
6643
6723
|
"agents.builder.addTrigger.connect": string;
|
|
6644
|
-
"agents.builder.addTrigger.publishPrompt.title": string;
|
|
6645
|
-
"agents.builder.addTrigger.publishPrompt.description": string;
|
|
6646
|
-
"agents.builder.addTrigger.publishPrompt.confirm": string;
|
|
6647
6724
|
"agents.builder.addTrigger.disconnect": string;
|
|
6648
6725
|
"agents.builder.addTrigger.copy": string;
|
|
6649
6726
|
"agents.builder.addTrigger.copied": string;
|
|
@@ -6654,6 +6731,35 @@ declare const _exports: {
|
|
|
6654
6731
|
"agents.builder.addTrigger.slack.setup.tokenLink": string;
|
|
6655
6732
|
"agents.builder.addTrigger.slack.setup.button": string;
|
|
6656
6733
|
"agents.builder.addTrigger.slack.setup.error": string;
|
|
6734
|
+
"agents.channels.setup.publishNotice": string;
|
|
6735
|
+
"agents.channels.slack.setup.createToken.title": string;
|
|
6736
|
+
"agents.channels.slack.setup.createToken.description": string;
|
|
6737
|
+
"agents.channels.slack.setup.createToken.link": string;
|
|
6738
|
+
"agents.channels.slack.setup.copyAccessToken.title": string;
|
|
6739
|
+
"agents.channels.slack.setup.copyAccessToken.description": string;
|
|
6740
|
+
"agents.channels.slack.setup.copyAccessToken.label": string;
|
|
6741
|
+
"agents.channels.slack.setup.copyAccessToken.placeholder": string;
|
|
6742
|
+
"agents.channels.slack.setup.copyAccessToken.showToken": string;
|
|
6743
|
+
"agents.channels.slack.setup.copyAccessToken.hideToken": string;
|
|
6744
|
+
"agents.channels.slack.setup.copyAccessToken.hint": string;
|
|
6745
|
+
"agents.channels.slack.setup.copyAccessToken.invalidToken": string;
|
|
6746
|
+
"agents.channels.slack.setup.installApp.title": string;
|
|
6747
|
+
"agents.channels.slack.setup.installApp.description": string;
|
|
6748
|
+
"agents.channels.slack.setup.installApp.button": string;
|
|
6749
|
+
"agents.channels.slack.setup.installApp.error": string;
|
|
6750
|
+
"agents.channels.slack.manualSetup.title": string;
|
|
6751
|
+
"agents.channels.linear.setup.createOAuthApplication.title": string;
|
|
6752
|
+
"agents.channels.linear.setup.createOAuthApplication.description": string;
|
|
6753
|
+
"agents.channels.linear.setup.createOAuthApplication.button": string;
|
|
6754
|
+
"agents.channels.linear.setup.configureApplication.title": string;
|
|
6755
|
+
"agents.channels.linear.setup.configureApplication.description": string;
|
|
6756
|
+
"agents.channels.linear.setup.configureApplication.webhookHint": string;
|
|
6757
|
+
"agents.channels.linear.setup.createCredential.title": string;
|
|
6758
|
+
"agents.channels.linear.setup.createCredential.description": string;
|
|
6759
|
+
"agents.channels.linear.setup.createCredential.installButton": string;
|
|
6760
|
+
"agents.channels.telegram.setup.credential.title": string;
|
|
6761
|
+
"agents.channels.telegram.setup.access.title": string;
|
|
6762
|
+
"agents.channels.telegram.setup.connect.title": string;
|
|
6657
6763
|
"agents.builder.addTrigger.slack.manual.title": string;
|
|
6658
6764
|
"agents.builder.addTrigger.slack.manual.description": string;
|
|
6659
6765
|
"agents.builder.addTrigger.slack.manifestHint": string;
|
|
@@ -6736,6 +6842,16 @@ declare const _exports: {
|
|
|
6736
6842
|
"tools.connection.detail.writeTools": string;
|
|
6737
6843
|
"tools.connection.detail.otherTools": string;
|
|
6738
6844
|
"tools.connection.detail.noAdditionalDetails": string;
|
|
6845
|
+
"generic.disconnect": string;
|
|
6846
|
+
"agents.channels.modal.title": string;
|
|
6847
|
+
"agents.channels.modal.connectTitle": string;
|
|
6848
|
+
"agents.channels.modal.editTitle": string;
|
|
6849
|
+
"agents.channels.modal.backToChannels": string;
|
|
6850
|
+
"agents.channels.modal.description": string;
|
|
6851
|
+
"agents.channels.modal.connectDescription": string;
|
|
6852
|
+
"agents.channels.modal.setupPlaceholder": string;
|
|
6853
|
+
"agents.channels.modal.editPlaceholder": string;
|
|
6854
|
+
"agents.channels.modal.connected": string;
|
|
6739
6855
|
};
|
|
6740
6856
|
//#endregion
|
|
6741
6857
|
//#region src/types.d.ts
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@n8n/i18n",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.27.0",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
7
7
|
"LICENSE.md",
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
}
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"vue-i18n": "^11.
|
|
27
|
-
"n8n-workflow": "2.
|
|
26
|
+
"vue-i18n": "^11.4.4",
|
|
27
|
+
"n8n-workflow": "2.27.0"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@testing-library/jest-dom": "^6.6.3",
|
|
@@ -40,9 +40,9 @@
|
|
|
40
40
|
"vitest": "^4.1.1",
|
|
41
41
|
"vue-tsc": "^2.2.8",
|
|
42
42
|
"@n8n/eslint-config": "0.0.1",
|
|
43
|
-
"@n8n/
|
|
44
|
-
"@n8n/
|
|
45
|
-
"@n8n/
|
|
43
|
+
"@n8n/playwright-janitor": "0.1.0",
|
|
44
|
+
"@n8n/typescript-config": "1.6.0",
|
|
45
|
+
"@n8n/vitest-config": "1.15.0"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
48
|
"vue": "^3.5.13"
|