@n8n/i18n 2.23.0 → 2.25.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 +223 -48
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +212 -37
- package/dist/index.d.mts +212 -37
- package/dist/index.mjs +223 -48
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +212 -37
- package/dist/types2.d.mts +212 -37
- package/package.json +8 -6
package/dist/types2.d.mts
CHANGED
|
@@ -1017,6 +1017,7 @@ declare const _exports: {
|
|
|
1017
1017
|
"credentialEdit.credentialConfig.pleaseCheckTheErrorsBelow.sharee": string;
|
|
1018
1018
|
"credentialEdit.credentialConfig.reconnect": string;
|
|
1019
1019
|
"credentialEdit.credentialConfig.reconnectOAuth2Credential": string;
|
|
1020
|
+
"credentialEdit.credentialConfig.disconnect": string;
|
|
1020
1021
|
"credentialEdit.credentialConfig.jwksUri.label": string;
|
|
1021
1022
|
"credentialEdit.credentialConfig.jwksUri.hint": string;
|
|
1022
1023
|
"credentialEdit.credentialConfig.jwksUri.copiedToast": string;
|
|
@@ -1052,6 +1053,15 @@ declare const _exports: {
|
|
|
1052
1053
|
"credentialEdit.credentialEdit.confirmMessage.deleteCredential.confirmButtonText": string;
|
|
1053
1054
|
"credentialEdit.credentialEdit.confirmMessage.deleteCredential.headline": string;
|
|
1054
1055
|
"credentialEdit.credentialEdit.confirmMessage.deleteCredential.message": string;
|
|
1056
|
+
"credentialEdit.credentialEdit.confirmMessage.disconnectCredential.confirmButtonText": string;
|
|
1057
|
+
"credentialEdit.credentialEdit.confirmMessage.disconnectCredential.headline": string;
|
|
1058
|
+
"credentialEdit.credentialEdit.confirmMessage.disconnectCredential.message": string;
|
|
1059
|
+
"credentialEdit.credentialEdit.confirmMessage.switchToStatic.headline": string;
|
|
1060
|
+
"credentialEdit.credentialEdit.confirmMessage.switchToStatic.message": string;
|
|
1061
|
+
"credentialEdit.credentialEdit.confirmMessage.switchToStatic.confirmButtonText": string;
|
|
1062
|
+
"credentialEdit.credentialEdit.confirmMessage.switchToPrivate.headline": string;
|
|
1063
|
+
"credentialEdit.credentialEdit.confirmMessage.switchToPrivate.message": string;
|
|
1064
|
+
"credentialEdit.credentialEdit.confirmMessage.switchToPrivate.confirmButtonText": string;
|
|
1055
1065
|
"credentialEdit.credentialEdit.connection": string;
|
|
1056
1066
|
"credentialEdit.credentialEdit.sharing": string;
|
|
1057
1067
|
"credentialEdit.credentialEdit.couldNotFindCredentialOfType": string;
|
|
@@ -1062,6 +1072,7 @@ declare const _exports: {
|
|
|
1062
1072
|
"credentialEdit.credentialEdit.saving": string;
|
|
1063
1073
|
"credentialEdit.credentialEdit.showError.createCredential.title": string;
|
|
1064
1074
|
"credentialEdit.credentialEdit.showError.deleteCredential.title": string;
|
|
1075
|
+
"credentialEdit.credentialEdit.showError.disconnectCredential.title": string;
|
|
1065
1076
|
"credentialEdit.credentialEdit.showError.generateAuthorizationUrl.message": string;
|
|
1066
1077
|
"credentialEdit.credentialEdit.showError.generateAuthorizationUrl.title": string;
|
|
1067
1078
|
"credentialEdit.credentialEdit.showError.invalidOAuthUrl.message": string;
|
|
@@ -1069,6 +1080,7 @@ declare const _exports: {
|
|
|
1069
1080
|
"credentialEdit.credentialEdit.showError.loadCredential.title": string;
|
|
1070
1081
|
"credentialEdit.credentialEdit.showError.updateCredential.title": string;
|
|
1071
1082
|
"credentialEdit.credentialEdit.showMessage.title": string;
|
|
1083
|
+
"credentialEdit.credentialEdit.showMessage.disconnected.title": string;
|
|
1072
1084
|
"credentialEdit.credentialEdit.testing": string;
|
|
1073
1085
|
"credentialEdit.credentialEdit.info.sharee": string;
|
|
1074
1086
|
"credentialEdit.credentialInfo.allowUseBy": string;
|
|
@@ -1122,17 +1134,23 @@ declare const _exports: {
|
|
|
1122
1134
|
"credentials.item.open": string;
|
|
1123
1135
|
"credentials.item.delete": string;
|
|
1124
1136
|
"credentials.item.move": string;
|
|
1137
|
+
"credentials.item.disconnect": string;
|
|
1125
1138
|
"credentials.item.updated": string;
|
|
1126
1139
|
"credentials.item.created": string;
|
|
1127
1140
|
"credentials.item.owner": string;
|
|
1128
1141
|
"credentials.item.readonly": string;
|
|
1129
1142
|
"credentials.item.needsSetup": string;
|
|
1143
|
+
"credentials.item.connect": string;
|
|
1144
|
+
"credentials.item.connect.tooltip": string;
|
|
1145
|
+
"credentials.item.connected": string;
|
|
1130
1146
|
"credentials.dynamic.tooltip": string;
|
|
1131
1147
|
"credentials.dynamic.tooltipTitle": string;
|
|
1132
1148
|
"credentials.dynamic.badge": string;
|
|
1133
|
-
"credentials.
|
|
1134
|
-
"credentials.
|
|
1135
|
-
"credentials.
|
|
1149
|
+
"credentials.private.badge": string;
|
|
1150
|
+
"credentials.private.callout.title": string;
|
|
1151
|
+
"credentials.private.callout.connected": string;
|
|
1152
|
+
"credentials.private.callout.notConnected": string;
|
|
1153
|
+
"credentials.private.callout.connect": string;
|
|
1136
1154
|
"credentials.search.placeholder": string;
|
|
1137
1155
|
"credentials.filters.type": string;
|
|
1138
1156
|
"credentials.filters.setup": string;
|
|
@@ -1341,7 +1359,9 @@ declare const _exports: {
|
|
|
1341
1359
|
"agentSessions.showError.load": string;
|
|
1342
1360
|
"agentSessions.status": string;
|
|
1343
1361
|
"agentSessions.duration": string;
|
|
1344
|
-
"agentSessions.
|
|
1362
|
+
"agentSessions.origin": string;
|
|
1363
|
+
"agentSessions.origin.agent": string;
|
|
1364
|
+
"agentSessions.origin.task": string;
|
|
1345
1365
|
"agentSessions.success": string;
|
|
1346
1366
|
"agentSessions.detail.backToSessions": string;
|
|
1347
1367
|
"agentSessions.detail.selectMessage": string;
|
|
@@ -2586,6 +2606,8 @@ declare const _exports: {
|
|
|
2586
2606
|
"projectRoles.workflow:read.tooltip": string;
|
|
2587
2607
|
"projectRoles.workflow:export": string;
|
|
2588
2608
|
"projectRoles.workflow:export.tooltip": string;
|
|
2609
|
+
"projectRoles.workflow:import": string;
|
|
2610
|
+
"projectRoles.workflow:import.tooltip": string;
|
|
2589
2611
|
"projectRoles.workflow:execute": string;
|
|
2590
2612
|
"projectRoles.workflow:execute.tooltip": string;
|
|
2591
2613
|
"projectRoles.workflow:update": string;
|
|
@@ -2605,6 +2627,8 @@ declare const _exports: {
|
|
|
2605
2627
|
"projectRoles.workflow:enableRedaction.tooltip": string;
|
|
2606
2628
|
"projectRoles.workflow:disableRedaction": string;
|
|
2607
2629
|
"projectRoles.workflow:disableRedaction.tooltip": string;
|
|
2630
|
+
"projectRoles.workflow:updateRedactionSetting": string;
|
|
2631
|
+
"projectRoles.workflow:updateRedactionSetting.tooltip": string;
|
|
2608
2632
|
"projectRoles.agent:create": string;
|
|
2609
2633
|
"projectRoles.agent:create.tooltip": string;
|
|
2610
2634
|
"projectRoles.agent:read": string;
|
|
@@ -3697,11 +3721,13 @@ declare const _exports: {
|
|
|
3697
3721
|
"timeAgo.weeksAgo": string;
|
|
3698
3722
|
"timeAgo.yearsAgo": string;
|
|
3699
3723
|
"nodeIssues.credentials.notSet": string;
|
|
3724
|
+
"nodeIssues.credentials.privateNotConnected": string;
|
|
3700
3725
|
"nodeIssues.credentials.notAvailable": string;
|
|
3701
3726
|
"nodeIssues.credentials.doNotExist": string;
|
|
3702
3727
|
"nodeIssues.credentials.doNotExist.hint": string;
|
|
3703
3728
|
"nodeIssues.credentials.notIdentified": string;
|
|
3704
3729
|
"nodeIssues.credentials.notIdentified.hint": string;
|
|
3730
|
+
"nodeIssues.credentials.privateRequiresManualTrigger": string;
|
|
3705
3731
|
"nodeIssues.input.missing": string;
|
|
3706
3732
|
"ndv.trigger.moreInfo": string;
|
|
3707
3733
|
"ndv.trigger.copiedTestUrl": string;
|
|
@@ -3860,6 +3886,21 @@ declare const _exports: {
|
|
|
3860
3886
|
"workflowSettings.callerPolicy.options.workflowsFromSameProject": string;
|
|
3861
3887
|
"workflowSettings.callerPolicy.options.workflowsFromAList": string;
|
|
3862
3888
|
"workflowSettings.callerPolicy.options.none": string;
|
|
3889
|
+
"workflowSettings.customTelemetryTags.displayName": string;
|
|
3890
|
+
"workflowSettings.customTelemetryTags.description": string;
|
|
3891
|
+
"workflowSettings.customTelemetryTags.configure": string;
|
|
3892
|
+
"workflowSettings.customTelemetryTags.configuredCount": string;
|
|
3893
|
+
"workflowSettings.customTelemetryTags.placeholder": string;
|
|
3894
|
+
"workflowSettings.customTelemetryTags.modal.title": string;
|
|
3895
|
+
"workflowSettings.customTelemetryTags.modal.learnMore": string;
|
|
3896
|
+
"workflowSettings.customTelemetryTags.modal.documentation": string;
|
|
3897
|
+
"workflowSettings.customTelemetryTags.tag.key.displayName": string;
|
|
3898
|
+
"workflowSettings.customTelemetryTags.tag.key.placeholder": string;
|
|
3899
|
+
"workflowSettings.customTelemetryTags.tag.value.displayName": string;
|
|
3900
|
+
"workflowSettings.customTelemetryTags.tag.value.placeholder": string;
|
|
3901
|
+
"workflowSettings.customTelemetryTags.delete": string;
|
|
3902
|
+
"workflowSettings.customTelemetryTags.error.emptyKey": string;
|
|
3903
|
+
"workflowSettings.customTelemetryTags.error.duplicateKey": string;
|
|
3863
3904
|
"workflowSettings.defaultTimezone": string;
|
|
3864
3905
|
"workflowSettings.defaultTimezoneNotValid": string;
|
|
3865
3906
|
"workflowSettings.errorWorkflow": string;
|
|
@@ -3902,8 +3943,7 @@ declare const _exports: {
|
|
|
3902
3943
|
"workflowSettings.helpTexts.redactManualData": string;
|
|
3903
3944
|
"workflowSettings.redactionPermissionNotice": string;
|
|
3904
3945
|
"workflowSettings.redactionPermissionNotice.viewUsers": string;
|
|
3905
|
-
"workflowSettings.
|
|
3906
|
-
"workflowSettings.redactionEnforcementNotice.label": string;
|
|
3946
|
+
"workflowSettings.redactionFloorNotice": string;
|
|
3907
3947
|
"workflowSettings.redactionMembersModal.title": string;
|
|
3908
3948
|
"workflowSettings.redactionMembersModal.description": string;
|
|
3909
3949
|
"workflowSettings.saveManualExecutions": string;
|
|
@@ -4060,6 +4100,29 @@ declare const _exports: {
|
|
|
4060
4100
|
"workflows.heading": string;
|
|
4061
4101
|
"workflows.add": string;
|
|
4062
4102
|
"workflows.addFolder": string;
|
|
4103
|
+
"resourceActions.mcpAccess.manage": string;
|
|
4104
|
+
"resourceActions.mcpAccess.enable": string;
|
|
4105
|
+
"resourceActions.mcpAccess.disable": string;
|
|
4106
|
+
"resourceActions.mcpAccess.enable.tooltip": string;
|
|
4107
|
+
"resourceActions.mcpAccess.disable.tooltip": string;
|
|
4108
|
+
"resourceActions.mcpAccess.success.enabled.title": string;
|
|
4109
|
+
"resourceActions.mcpAccess.success.disabled.title": string;
|
|
4110
|
+
"resourceActions.mcpAccess.noChanges.title": string;
|
|
4111
|
+
"resourceActions.mcpAccess.partial.title": string;
|
|
4112
|
+
"resourceActions.mcpAccess.noWorkflows.title": string;
|
|
4113
|
+
"resourceActions.mcpAccess.outcome.message": string;
|
|
4114
|
+
"resourceActions.mcpAccess.summary.updated.enabled": string;
|
|
4115
|
+
"resourceActions.mcpAccess.summary.updated.disabled": string;
|
|
4116
|
+
"resourceActions.mcpAccess.summary.unchanged.enabled": string;
|
|
4117
|
+
"resourceActions.mcpAccess.summary.unchanged.disabled": string;
|
|
4118
|
+
"resourceActions.mcpAccess.summary.skipped": string;
|
|
4119
|
+
"resourceActions.mcpAccess.noWorkflows.message": string;
|
|
4120
|
+
"resourceActions.mcpAccess.error.enabled.title": string;
|
|
4121
|
+
"resourceActions.mcpAccess.error.disabled.title": string;
|
|
4122
|
+
"resourceActions.mcpAccess.error.enabled.message": string;
|
|
4123
|
+
"resourceActions.mcpAccess.error.disabled.message": string;
|
|
4124
|
+
"resourceActions.mcpAccess.disabled.title": string;
|
|
4125
|
+
"resourceActions.mcpAccess.disabled.message": string;
|
|
4063
4126
|
"workflows.publish": string;
|
|
4064
4127
|
"workflows.published": string;
|
|
4065
4128
|
"workflows.publish.permissionDenied": string;
|
|
@@ -4081,7 +4144,6 @@ declare const _exports: {
|
|
|
4081
4144
|
"workflows.item.availableInMCP": string;
|
|
4082
4145
|
"workflows.dynamic.tooltip": string;
|
|
4083
4146
|
"workflows.dynamic.tooltipTitle": string;
|
|
4084
|
-
"workflows.dynamic.resolverMissing": string;
|
|
4085
4147
|
"workflows.dependencies.tooltip.workflow": string;
|
|
4086
4148
|
"workflows.dependencies.tooltip.credential": string;
|
|
4087
4149
|
"workflows.dependencies.tooltip.dataTable": string;
|
|
@@ -4786,6 +4848,17 @@ declare const _exports: {
|
|
|
4786
4848
|
"projects.settings.iconPicker.button.tooltip": string;
|
|
4787
4849
|
"projects.settings.name": string;
|
|
4788
4850
|
"projects.settings.description": string;
|
|
4851
|
+
"projects.settings.telemetryTags.label": string;
|
|
4852
|
+
"projects.settings.telemetryTags.description": string;
|
|
4853
|
+
"projects.settings.telemetryTags.docsLink": string;
|
|
4854
|
+
"projects.settings.telemetryTags.key.label": string;
|
|
4855
|
+
"projects.settings.telemetryTags.key.placeholder": string;
|
|
4856
|
+
"projects.settings.telemetryTags.value.label": string;
|
|
4857
|
+
"projects.settings.telemetryTags.value.placeholder": string;
|
|
4858
|
+
"projects.settings.telemetryTags.add": string;
|
|
4859
|
+
"projects.settings.telemetryTags.remove": string;
|
|
4860
|
+
"projects.settings.telemetryTags.error.emptyKey": string;
|
|
4861
|
+
"projects.settings.telemetryTags.error.duplicateKey": string;
|
|
4789
4862
|
"projects.settings.projectMembers": string;
|
|
4790
4863
|
"projects.settings.danger.message": string;
|
|
4791
4864
|
"projects.settings.danger.title": string;
|
|
@@ -5632,7 +5705,6 @@ declare const _exports: {
|
|
|
5632
5705
|
"instanceAi.settings.save": string;
|
|
5633
5706
|
"instanceAi.settings.reset": string;
|
|
5634
5707
|
"instanceAi.settings.section.model": string;
|
|
5635
|
-
"instanceAi.settings.section.memory": string;
|
|
5636
5708
|
"instanceAi.settings.section.sandbox": string;
|
|
5637
5709
|
"instanceAi.settings.section.search": string;
|
|
5638
5710
|
"instanceAi.settings.section.advanced": string;
|
|
@@ -5646,7 +5718,6 @@ declare const _exports: {
|
|
|
5646
5718
|
"instanceAi.settings.modelName.placeholder": string;
|
|
5647
5719
|
"instanceAi.settings.apiKey.set": string;
|
|
5648
5720
|
"instanceAi.settings.apiKey.notSet": string;
|
|
5649
|
-
"instanceAi.settings.lastMessages.label": string;
|
|
5650
5721
|
"instanceAi.settings.sandboxEnabled.label": string;
|
|
5651
5722
|
"instanceAi.settings.sandboxProvider.label": string;
|
|
5652
5723
|
"instanceAi.settings.daytonaCredential.label": string;
|
|
@@ -5655,7 +5726,6 @@ declare const _exports: {
|
|
|
5655
5726
|
"instanceAi.settings.sandboxTimeout.label": string;
|
|
5656
5727
|
"instanceAi.settings.searchCredential.label": string;
|
|
5657
5728
|
"instanceAi.settings.subAgentMaxSteps.label": string;
|
|
5658
|
-
"instanceAi.settings.browserMcp.label": string;
|
|
5659
5729
|
"instanceAi.settings.mcpServers.label": string;
|
|
5660
5730
|
"instanceAi.settings.mcpServers.placeholder": string;
|
|
5661
5731
|
"instanceAi.settings.section.permissions": string;
|
|
@@ -5712,14 +5782,18 @@ declare const _exports: {
|
|
|
5712
5782
|
"instanceAi.backgroundTask.failed": string;
|
|
5713
5783
|
"instanceAi.planReview.title": string;
|
|
5714
5784
|
"instanceAi.planReview.titleResolved": string;
|
|
5785
|
+
"instanceAi.planReview.titleExpired": string;
|
|
5786
|
+
"instanceAi.planReview.expiredHint": string;
|
|
5715
5787
|
"instanceAi.planReview.building": string;
|
|
5716
5788
|
"instanceAi.planReview.awaitingApproval": string;
|
|
5717
5789
|
"instanceAi.planReview.description": string;
|
|
5718
|
-
"instanceAi.planReview.
|
|
5719
|
-
"instanceAi.planReview.requestChanges": string;
|
|
5790
|
+
"instanceAi.planReview.askForEdits": string;
|
|
5720
5791
|
"instanceAi.planReview.approve": string;
|
|
5721
5792
|
"instanceAi.planReview.deny": string;
|
|
5722
5793
|
"instanceAi.planReview.approved": string;
|
|
5794
|
+
"instanceAi.planReview.denied": string;
|
|
5795
|
+
"instanceAi.planReview.changesRequested": string;
|
|
5796
|
+
"instanceAi.planReview.updating": string;
|
|
5723
5797
|
"instanceAi.message.retry": string;
|
|
5724
5798
|
"instanceAi.input.amendPlaceholder": string;
|
|
5725
5799
|
"instanceAi.fixWithAi.button": string;
|
|
@@ -5732,6 +5806,8 @@ declare const _exports: {
|
|
|
5732
5806
|
"instanceAi.fixWithAi.prompt.multiple": string;
|
|
5733
5807
|
"instanceAi.fixWithAi.prompt.multipleInWorkflow": string;
|
|
5734
5808
|
"instanceAi.fixWithAi.prompt.errorLine": string;
|
|
5809
|
+
"instanceAi.input.planEditPlaceholder": string;
|
|
5810
|
+
"instanceAi.input.planEditContext": string;
|
|
5735
5811
|
"instanceAi.feedback.success": string;
|
|
5736
5812
|
"instanceAi.emptyState.title": string;
|
|
5737
5813
|
"instanceAi.emptyState.suggestions.buildWorkflow.label": string;
|
|
@@ -5779,6 +5855,7 @@ declare const _exports: {
|
|
|
5779
5855
|
"instanceAi.tools.executions.run.imperative": string;
|
|
5780
5856
|
"instanceAi.tools.executions.debug": string;
|
|
5781
5857
|
"instanceAi.tools.executions.get-node-output": string;
|
|
5858
|
+
"instanceAi.tools.executions.get-resolved-node-parameters": string;
|
|
5782
5859
|
"instanceAi.tools.executions.stop": string;
|
|
5783
5860
|
"instanceAi.tools.credentials": string;
|
|
5784
5861
|
"instanceAi.tools.credentials.list": string;
|
|
@@ -5900,7 +5977,6 @@ declare const _exports: {
|
|
|
5900
5977
|
"instanceAi.tools.fetch-url": string;
|
|
5901
5978
|
"instanceAi.tools.build-workflow-with-agent": string;
|
|
5902
5979
|
"instanceAi.tools.build-workflow-with-agent.imperative": string;
|
|
5903
|
-
"instanceAi.tools.browser-credential-setup": string;
|
|
5904
5980
|
"instanceAi.tools.get-best-practices": string;
|
|
5905
5981
|
"instanceAi.tools.search-template-parameters": string;
|
|
5906
5982
|
"instanceAi.tools.search-template-structures": string;
|
|
@@ -6017,13 +6093,18 @@ declare const _exports: {
|
|
|
6017
6093
|
"agents.chat.misconfigured.missing.model": string;
|
|
6018
6094
|
"agents.chat.misconfigured.missing.credential": string;
|
|
6019
6095
|
"agents.chat.misconfigured.missing.episodicMemory.credential": string;
|
|
6096
|
+
"agents.chat.misconfigured.missing.webSearch.credential": string;
|
|
6020
6097
|
"agents.chat.misconfigured.missing.agent": string;
|
|
6021
6098
|
"agents.chat.misconfigured.missing.skill": string;
|
|
6022
6099
|
"agents.chat.misconfigured.openBuild": string;
|
|
6023
6100
|
"agents.chat.misconfigured.dismiss": string;
|
|
6024
6101
|
"agents.chat.askCredential.skip": string;
|
|
6102
|
+
"agents.chat.toolNames.webSearch": string;
|
|
6103
|
+
"agents.chat.toolNames.searchKnowledge": string;
|
|
6025
6104
|
"agents.chat.askQuestion.otherLabel": string;
|
|
6026
6105
|
"agents.chat.askQuestion.otherPlaceholder": string;
|
|
6106
|
+
"agents.chat.askQuestion.answerLabel": string;
|
|
6107
|
+
"agents.chat.askQuestion.answerPlaceholder": string;
|
|
6027
6108
|
"agents.chat.askQuestion.submit": string;
|
|
6028
6109
|
"agents.heading": string;
|
|
6029
6110
|
"agents.list.published": string;
|
|
@@ -6051,35 +6132,30 @@ declare const _exports: {
|
|
|
6051
6132
|
"agents.publish.error.publish": string;
|
|
6052
6133
|
"agents.publish.error.revert": string;
|
|
6053
6134
|
"agents.publish.error.unpublish": string;
|
|
6054
|
-
"agents.schedule.title": string;
|
|
6055
|
-
"agents.schedule.description": string;
|
|
6056
|
-
"agents.schedule.status.active": string;
|
|
6057
|
-
"agents.schedule.status.inactive": string;
|
|
6058
|
-
"agents.schedule.cron": string;
|
|
6059
|
-
"agents.schedule.cron.mode.custom": string;
|
|
6060
|
-
"agents.schedule.cron.mode.preset": string;
|
|
6061
|
-
"agents.schedule.cron.placeholder": string;
|
|
6062
|
-
"agents.schedule.nextOccurrence": string;
|
|
6063
|
-
"agents.schedule.presets.everyDay": string;
|
|
6064
|
-
"agents.schedule.presets.everyHour": string;
|
|
6065
|
-
"agents.schedule.presets.everyMonday": string;
|
|
6066
|
-
"agents.schedule.presets.everyWeekday": string;
|
|
6067
|
-
"agents.schedule.wakeUpPrompt": string;
|
|
6068
|
-
"agents.schedule.wakeUpPrompt.placeholder": string;
|
|
6069
|
-
"agents.schedule.wakeUpPrompt.help": string;
|
|
6070
|
-
"agents.schedule.publishRequired": string;
|
|
6071
|
-
"agents.schedule.activate": string;
|
|
6072
|
-
"agents.schedule.deactivate": string;
|
|
6073
|
-
"agents.schedule.loadError": string;
|
|
6074
|
-
"agents.schedule.saveError": string;
|
|
6075
|
-
"agents.schedule.activateError": string;
|
|
6076
|
-
"agents.schedule.deactivateError": string;
|
|
6077
6135
|
"agents.unpublish.modal.title": string;
|
|
6078
6136
|
"agents.unpublish.modal.description": string;
|
|
6079
6137
|
"agents.unpublish.modal.button.unpublish": string;
|
|
6080
6138
|
"agents.revertToPublished.modal.title": string;
|
|
6081
6139
|
"agents.revertToPublished.modal.description": string;
|
|
6082
6140
|
"agents.revertToPublished.modal.button.revert": string;
|
|
6141
|
+
"agents.versionHistory.title": string;
|
|
6142
|
+
"agents.versionHistory.button.tooltip": string;
|
|
6143
|
+
"agents.versionHistory.button.tooltip.empty": string;
|
|
6144
|
+
"agents.versionHistory.button.ariaLabel": string;
|
|
6145
|
+
"agents.versionHistory.close": string;
|
|
6146
|
+
"agents.versionHistory.empty": string;
|
|
6147
|
+
"agents.versionHistory.error.load": string;
|
|
6148
|
+
"agents.versionHistory.item.createdAt": string;
|
|
6149
|
+
"agents.versionHistory.item.publishedBadge": string;
|
|
6150
|
+
"agents.versionHistory.item.actions.revert": string;
|
|
6151
|
+
"agents.versionHistory.item.actions.publish": string;
|
|
6152
|
+
"agents.versionHistory.revert.modal.title": string;
|
|
6153
|
+
"agents.versionHistory.revert.modal.description": string;
|
|
6154
|
+
"agents.versionHistory.revert.modal.button.revert": string;
|
|
6155
|
+
"agents.versionHistory.revert.toast.title": string;
|
|
6156
|
+
"agents.versionHistory.revert.error": string;
|
|
6157
|
+
"agents.versionHistory.publish.toast.title": string;
|
|
6158
|
+
"agents.versionHistory.publish.error": string;
|
|
6083
6159
|
"agents.search.placeholder": string;
|
|
6084
6160
|
"agents.tools.title": string;
|
|
6085
6161
|
"agents.tools.add": string;
|
|
@@ -6098,6 +6174,8 @@ declare const _exports: {
|
|
|
6098
6174
|
"agents.tools.workflow.incompatible.message": string;
|
|
6099
6175
|
"agents.tools.workflow.fetchFailed.title": string;
|
|
6100
6176
|
"agents.tools.workflow.fetchFailed.message": string;
|
|
6177
|
+
"agents.tools.availableMcpServers": string;
|
|
6178
|
+
"agents.tools.mcp.added": string;
|
|
6101
6179
|
"agents.toolConfig.workflow.description": string;
|
|
6102
6180
|
"agents.toolConfig.workflow.description.placeholder": string;
|
|
6103
6181
|
"agents.toolConfig.workflow.description.hint": string;
|
|
@@ -6137,11 +6215,26 @@ declare const _exports: {
|
|
|
6137
6215
|
"agents.builder.agent.instructions.characterCount": string;
|
|
6138
6216
|
"agents.builder.advanced.title": string;
|
|
6139
6217
|
"agents.builder.advanced.description": string;
|
|
6218
|
+
"agents.builder.advanced.webSearch.label": string;
|
|
6219
|
+
"agents.builder.advanced.webSearch.hint": string;
|
|
6220
|
+
"agents.builder.advanced.webSearch.maxUses.label": string;
|
|
6221
|
+
"agents.builder.advanced.webSearch.maxUses.hint": string;
|
|
6222
|
+
"agents.builder.advanced.webSearch.externalAccess.label": string;
|
|
6223
|
+
"agents.builder.advanced.webSearch.externalAccess.hint": string;
|
|
6224
|
+
"agents.builder.advanced.webSearch.contextSize.label": string;
|
|
6225
|
+
"agents.builder.advanced.webSearch.method.label": string;
|
|
6226
|
+
"agents.builder.advanced.webSearch.method.off": string;
|
|
6227
|
+
"agents.builder.advanced.webSearch.method.native": string;
|
|
6228
|
+
"agents.builder.advanced.webSearch.fallbackProvider.brave": string;
|
|
6229
|
+
"agents.builder.advanced.webSearch.fallbackProvider.searxng": string;
|
|
6230
|
+
"agents.builder.advanced.webSearch.credential.label": string;
|
|
6231
|
+
"agents.builder.advanced.webSearch.credential.hint": string;
|
|
6140
6232
|
"agents.builder.advanced.thinking.label": string;
|
|
6141
6233
|
"agents.builder.advanced.thinking.hint": string;
|
|
6142
6234
|
"agents.builder.advanced.thinking.unsupportedTooltip": string;
|
|
6143
6235
|
"agents.builder.advanced.thinking.unsupportedProviderFallback": string;
|
|
6144
6236
|
"agents.builder.advanced.budgetTokens.label": string;
|
|
6237
|
+
"agents.builder.advanced.budgetTokens.hint": string;
|
|
6145
6238
|
"agents.builder.advanced.reasoningEffort.label": string;
|
|
6146
6239
|
"agents.builder.advanced.concurrency.label": string;
|
|
6147
6240
|
"agents.builder.advanced.concurrency.hint": string;
|
|
@@ -6157,9 +6250,35 @@ declare const _exports: {
|
|
|
6157
6250
|
"agents.builder.memory.episodicMemory.label": string;
|
|
6158
6251
|
"agents.builder.memory.episodicMemory.hint": string;
|
|
6159
6252
|
"agents.builder.memory.episodicMemory.changeCredential": string;
|
|
6253
|
+
"agents.builder.files.title": string;
|
|
6254
|
+
"agents.builder.files.description": string;
|
|
6255
|
+
"agents.builder.files.count": string;
|
|
6256
|
+
"agents.builder.files.upload": string;
|
|
6257
|
+
"agents.builder.files.uploadFileTooLarge.title": string;
|
|
6258
|
+
"agents.builder.files.uploadFileTooLarge.message": string;
|
|
6259
|
+
"agents.builder.files.empty": string;
|
|
6260
|
+
"agents.builder.files.loading": string;
|
|
6261
|
+
"agents.builder.files.uploaded": string;
|
|
6262
|
+
"agents.builder.files.deleted": string;
|
|
6263
|
+
"agents.builder.files.delete": string;
|
|
6264
|
+
"agents.builder.files.type.csv": string;
|
|
6265
|
+
"agents.builder.files.type.pdf": string;
|
|
6266
|
+
"agents.builder.files.type.markdown": string;
|
|
6267
|
+
"agents.builder.files.type.txt": string;
|
|
6268
|
+
"agents.builder.files.type.file": string;
|
|
6269
|
+
"agents.builder.files.deleteModal.title": string;
|
|
6270
|
+
"agents.builder.files.deleteModal.description": string;
|
|
6271
|
+
"agents.builder.files.deleteModal.button.delete": string;
|
|
6272
|
+
"agents.builder.files.loadError": string;
|
|
6273
|
+
"agents.builder.files.uploadError": string;
|
|
6274
|
+
"agents.builder.files.deleteError": string;
|
|
6275
|
+
"agents.builder.files.size.bytes": string;
|
|
6276
|
+
"agents.builder.files.size.kilobytes": string;
|
|
6277
|
+
"agents.builder.files.size.megabytes": string;
|
|
6278
|
+
"agents.builder.memory.recallModel.label": string;
|
|
6279
|
+
"agents.builder.memory.recallModel.hint": string;
|
|
6160
6280
|
"agents.builder.episodicMemoryCredentialModal.title": string;
|
|
6161
6281
|
"agents.builder.episodicMemoryCredentialModal.description": string;
|
|
6162
|
-
"agents.builder.episodicMemoryCredentialModal.confirm": string;
|
|
6163
6282
|
"agents.builder.memory.semanticRecall.topK": string;
|
|
6164
6283
|
"agents.builder.memory.semanticRecall.rangeBefore": string;
|
|
6165
6284
|
"agents.builder.memory.semanticRecall.rangeAfter": string;
|
|
@@ -6208,6 +6327,55 @@ declare const _exports: {
|
|
|
6208
6327
|
"agents.builder.skills.validation.instructionsMaxLength": string;
|
|
6209
6328
|
"agents.builder.skills.remove": string;
|
|
6210
6329
|
"agents.builder.skills.back": string;
|
|
6330
|
+
"agents.builder.tasks.title": string;
|
|
6331
|
+
"agents.builder.tasks.description": string;
|
|
6332
|
+
"agents.builder.tasks.add": string;
|
|
6333
|
+
"agents.builder.tasks.empty": string;
|
|
6334
|
+
"agents.builder.tasks.publishHint": string;
|
|
6335
|
+
"agents.builder.tasks.republishHint": string;
|
|
6336
|
+
"agents.builder.tasks.pendingPublish": string;
|
|
6337
|
+
"agents.builder.tasks.nextRun": string;
|
|
6338
|
+
"agents.builder.tasks.lastRun": string;
|
|
6339
|
+
"agents.builder.tasks.neverRun": string;
|
|
6340
|
+
"agents.builder.tasks.enabled": string;
|
|
6341
|
+
"agents.builder.tasks.status.title": string;
|
|
6342
|
+
"agents.builder.tasks.status.success": string;
|
|
6343
|
+
"agents.builder.tasks.status.error": string;
|
|
6344
|
+
"agents.builder.tasks.delete": string;
|
|
6345
|
+
"agents.builder.tasks.deleteConfirm.title": string;
|
|
6346
|
+
"agents.builder.tasks.deleteConfirm.description": string;
|
|
6347
|
+
"agents.builder.tasks.deleteConfirm.confirm": string;
|
|
6348
|
+
"agents.builder.tasks.loadError": string;
|
|
6349
|
+
"agents.builder.tasks.deleteError": string;
|
|
6350
|
+
"agents.builder.tasks.create.title": string;
|
|
6351
|
+
"agents.builder.tasks.edit.title": string;
|
|
6352
|
+
"agents.builder.tasks.name.label": string;
|
|
6353
|
+
"agents.builder.tasks.name.placeholder": string;
|
|
6354
|
+
"agents.builder.tasks.objective.label": string;
|
|
6355
|
+
"agents.builder.tasks.objective.placeholder": string;
|
|
6356
|
+
"agents.builder.tasks.schedule.label": string;
|
|
6357
|
+
"agents.builder.tasks.schedule.frequency.hourly": string;
|
|
6358
|
+
"agents.builder.tasks.schedule.frequency.daily": string;
|
|
6359
|
+
"agents.builder.tasks.schedule.frequency.weekly": string;
|
|
6360
|
+
"agents.builder.tasks.schedule.frequency.monthly": string;
|
|
6361
|
+
"agents.builder.tasks.schedule.frequency.custom": string;
|
|
6362
|
+
"agents.builder.tasks.schedule.at": string;
|
|
6363
|
+
"agents.builder.tasks.schedule.on": string;
|
|
6364
|
+
"agents.builder.tasks.schedule.onDay": string;
|
|
6365
|
+
"agents.builder.tasks.schedule.minuteLabel": string;
|
|
6366
|
+
"agents.builder.tasks.schedule.cron.placeholder": string;
|
|
6367
|
+
"agents.builder.tasks.schedule.nextOccurrence": string;
|
|
6368
|
+
"agents.builder.tasks.cancel": string;
|
|
6369
|
+
"agents.builder.tasks.save": string;
|
|
6370
|
+
"agents.builder.tasks.saveError": string;
|
|
6371
|
+
"agents.builder.tasks.execute": string;
|
|
6372
|
+
"agents.builder.tasks.executeStarted": string;
|
|
6373
|
+
"agents.builder.tasks.executeError": string;
|
|
6374
|
+
"agents.builder.tasks.validation.nameRequired": string;
|
|
6375
|
+
"agents.builder.tasks.validation.nameMaxLength": string;
|
|
6376
|
+
"agents.builder.tasks.validation.objectiveRequired": string;
|
|
6377
|
+
"agents.builder.tasks.validation.objectiveMaxLength": string;
|
|
6378
|
+
"agents.builder.tasks.validation.cronRequired": string;
|
|
6211
6379
|
"agents.builder.editor.invalidJson": string;
|
|
6212
6380
|
"agents.builder.editorColumn.ariaLabel": string;
|
|
6213
6381
|
"agents.builder.tree.ariaLabel": string;
|
|
@@ -6241,6 +6409,8 @@ declare const _exports: {
|
|
|
6241
6409
|
"agents.builder.evaluations.emptyPrefix": string;
|
|
6242
6410
|
"agents.builder.quickActions.addTool": string;
|
|
6243
6411
|
"agents.builder.quickActions.addTrigger": string;
|
|
6412
|
+
"agents.builder.quickActions.memoriesUsed.count": string;
|
|
6413
|
+
"agents.builder.quickActions.memoriesUsed.keyMemory": string;
|
|
6244
6414
|
"agents.builder.capabilities.title": string;
|
|
6245
6415
|
"agents.builder.triggers.title": string;
|
|
6246
6416
|
"agents.builder.triggers.description": string;
|
|
@@ -6294,6 +6464,11 @@ declare const _exports: {
|
|
|
6294
6464
|
"agents.builder.addTrigger.telegram.users.placeholder": string;
|
|
6295
6465
|
"agents.builder.addTrigger.telegram.validation.invalid": string;
|
|
6296
6466
|
"agents.builder.addTrigger.telegram.validation.required": string;
|
|
6467
|
+
"agents.builder.addTrigger.linear.setup.title": string;
|
|
6468
|
+
"agents.builder.addTrigger.linear.setup.description": string;
|
|
6469
|
+
"agents.builder.addTrigger.linear.setup.link": string;
|
|
6470
|
+
"agents.builder.addTrigger.linear.oauthCallbackUrl.label": string;
|
|
6471
|
+
"agents.builder.addTrigger.linear.webhookUrl.label": string;
|
|
6297
6472
|
"agents.builder.addTrigger.helpText.slack": string;
|
|
6298
6473
|
"agents.builder.addTrigger.helpText.telegram": string;
|
|
6299
6474
|
"agents.builder.addTrigger.helpText.linear": string;
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@n8n/i18n",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.25.0",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
7
|
-
"
|
|
8
|
-
"
|
|
7
|
+
"LICENSE_EE.md",
|
|
8
|
+
"LICENSE.md"
|
|
9
9
|
],
|
|
10
10
|
"main": "dist/index.cjs",
|
|
11
11
|
"module": "dist/index.mjs",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"vue-i18n": "^11.1.2",
|
|
27
|
-
"n8n-workflow": "2.
|
|
27
|
+
"n8n-workflow": "2.25.0"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@testing-library/jest-dom": "^6.6.3",
|
|
@@ -39,9 +39,10 @@
|
|
|
39
39
|
"vite": "^8.0.2",
|
|
40
40
|
"vitest": "^4.1.1",
|
|
41
41
|
"vue-tsc": "^2.2.8",
|
|
42
|
+
"@n8n/vitest-config": "1.13.0",
|
|
43
|
+
"@n8n/playwright-janitor": "0.1.0",
|
|
42
44
|
"@n8n/eslint-config": "0.0.1",
|
|
43
|
-
"@n8n/typescript-config": "1.4.0"
|
|
44
|
-
"@n8n/vitest-config": "1.12.0"
|
|
45
|
+
"@n8n/typescript-config": "1.4.0"
|
|
45
46
|
},
|
|
46
47
|
"peerDependencies": {
|
|
47
48
|
"vue": "^3.5.13"
|
|
@@ -62,6 +63,7 @@
|
|
|
62
63
|
"preview": "vite preview",
|
|
63
64
|
"typecheck": "vue-tsc --noEmit",
|
|
64
65
|
"test": "vitest run",
|
|
66
|
+
"test:changed": "janitor test-scoped --runner=vitest",
|
|
65
67
|
"test:dev": "vitest --silent=false",
|
|
66
68
|
"lint": "eslint src --quiet",
|
|
67
69
|
"lint:fix": "eslint src --fix",
|