@n8n/i18n 1.6.2 → 1.8.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.d.cts CHANGED
@@ -82,6 +82,7 @@ declare const i18nInstance: vue_i18n.I18n<{
82
82
  "generic.service": string;
83
83
  "generic.star": string;
84
84
  "generic.tryNow": string;
85
+ "generic.startNow": string;
85
86
  "generic.dismiss": string;
86
87
  "generic.unsavedWork.confirmMessage.headline": string;
87
88
  "generic.unsavedWork.confirmMessage.message": string;
@@ -110,6 +111,7 @@ declare const i18nInstance: vue_i18n.I18n<{
110
111
  "generic.missing.permissions": string;
111
112
  "generic.shortcutHint": string;
112
113
  "generic.upgradeToEnterprise": string;
114
+ "generic.never": string;
113
115
  "about.aboutN8n": string;
114
116
  "about.close": string;
115
117
  "about.license": string;
@@ -184,6 +186,8 @@ declare const i18nInstance: vue_i18n.I18n<{
184
186
  "aiAssistant.builder.newWorkflowNotice": string;
185
187
  "aiAssistant.builder.feedbackPrompt": string;
186
188
  "aiAssistant.builder.invalidPrompt": string;
189
+ "aiAssistant.builder.workflowParsingError.title": string;
190
+ "aiAssistant.builder.workflowParsingError.content": string;
187
191
  "aiAssistant.assistant": string;
188
192
  "aiAssistant.newSessionModal.title.part1": string;
189
193
  "aiAssistant.newSessionModal.title.part2": string;
@@ -197,10 +201,13 @@ declare const i18nInstance: vue_i18n.I18n<{
197
201
  "aiAssistant.codeUpdated.message.body2": string;
198
202
  "aiAssistant.thinkingSteps.analyzingError": string;
199
203
  "aiAssistant.thinkingSteps.thinking": string;
204
+ "aiAssistant.thinkingSteps.runningTools": string;
205
+ "aiAssistant.thinkingSteps.processingResults": string;
200
206
  "aiAssistant.prompts.currentView.workflowList": string;
201
207
  "aiAssistant.prompts.currentView.credentialsList": string;
202
208
  "aiAssistant.prompts.currentView.executionsView": string;
203
209
  "aiAssistant.prompts.currentView.workflowEditor": string;
210
+ "aiAssistant.tooltip": string;
204
211
  "banners.confirmEmail.message.1": string;
205
212
  "banners.confirmEmail.message.2": string;
206
213
  "banners.confirmEmail.button": string;
@@ -1502,8 +1509,10 @@ declare const i18nInstance: vue_i18n.I18n<{
1502
1509
  "nodeView.couldntImportWorkflow": string;
1503
1510
  "nodeView.couldntLoadWorkflow.invalidWorkflowObject": string;
1504
1511
  "nodeView.deletesTheCurrentExecutionData": string;
1505
- "nodeView.focusPanel.title": string;
1506
- "nodeView.focusPanel.noParameters": string;
1512
+ "nodeView.focusPanel.noExecutionData": string;
1513
+ "nodeView.focusPanel.noParameters.title": string;
1514
+ "nodeView.focusPanel.noParameters.subtitle": string;
1515
+ "nodeView.focusPanel.missingParameter": string;
1507
1516
  "nodeView.itLooksLikeYouHaveBeenEditingSomething": string;
1508
1517
  "nodeView.loadingTemplate": string;
1509
1518
  "nodeView.moreInfo": string;
@@ -1529,6 +1538,7 @@ declare const i18nInstance: vue_i18n.I18n<{
1529
1538
  "nodeView.showError.mounted2.message": string;
1530
1539
  "nodeView.showError.mounted2.title": string;
1531
1540
  "nodeView.showError.openExecution.title": string;
1541
+ "nodeView.showError.openExecution.node": string;
1532
1542
  "nodeView.showError.openWorkflow.title": string;
1533
1543
  "nodeView.showError.stopExecution.title": string;
1534
1544
  "nodeView.showError.stopWaitingForWebhook.title": string;
@@ -1563,6 +1573,8 @@ declare const i18nInstance: vue_i18n.I18n<{
1563
1573
  "nodeView.zoomToFit": string;
1564
1574
  "nodeView.replaceMe": string;
1565
1575
  "nodeView.setupTemplate": string;
1576
+ "nodeView.expandAllNodes": string;
1577
+ "nodeView.collapseAllNodes": string;
1566
1578
  "nodeViewV2.showError.editingNotAllowed": string;
1567
1579
  "nodeViewV2.showError.failedToCreateNode": string;
1568
1580
  "contextMenu.node": string;
@@ -1954,6 +1966,7 @@ declare const i18nInstance: vue_i18n.I18n<{
1954
1966
  "settings.personal.security": string;
1955
1967
  "settings.signup.signUpInviterInfo": string;
1956
1968
  "settings.users": string;
1969
+ "settings.users.count": string;
1957
1970
  "settings.users.search.placeholder": string;
1958
1971
  "settings.users.confirmDataHandlingAfterDeletion": string;
1959
1972
  "settings.users.confirmUserDeletion": string;
@@ -2015,7 +2028,6 @@ declare const i18nInstance: vue_i18n.I18n<{
2015
2028
  "settings.users.usersInvited": string;
2016
2029
  "settings.users.usersInvitedError": string;
2017
2030
  "settings.users.advancedPermissions.warning": string;
2018
- "settings.users.advancedPermissions.warning.link": string;
2019
2031
  "settings.users.userRoleUpdated": string;
2020
2032
  "settings.users.userRoleUpdated.message": string;
2021
2033
  "settings.users.userRoleUpdatedError": string;
@@ -2033,7 +2045,6 @@ declare const i18nInstance: vue_i18n.I18n<{
2033
2045
  "settings.users.table.row.2fa.disabled": string;
2034
2046
  "settings.api": string;
2035
2047
  "settings.api.scopes.upgrade": string;
2036
- "settings.api.scopes.upgrade.link": string;
2037
2048
  "settings.n8napi": string;
2038
2049
  "settings.log-streaming": string;
2039
2050
  "settings.log-streaming.heading": string;
@@ -2353,6 +2364,10 @@ declare const i18nInstance: vue_i18n.I18n<{
2353
2364
  "templates.workflows": string;
2354
2365
  "templates.workflowsNotFound": string;
2355
2366
  "textEdit.edit": string;
2367
+ "userActivity.daysAgo": string;
2368
+ "userActivity.lastTime": string;
2369
+ "userActivity.today": string;
2370
+ "userActivity.yesterday": string;
2356
2371
  "timeAgo.daysAgo": string;
2357
2372
  "timeAgo.hoursAgo": string;
2358
2373
  "timeAgo.inDays": string;
@@ -2671,6 +2686,10 @@ declare const i18nInstance: vue_i18n.I18n<{
2671
2686
  "workflows.create.folder.toast.title": string;
2672
2687
  "workflows.create.project.toast.text": string;
2673
2688
  "workflows.deactivated": string;
2689
+ "workflows.ai.starter.collection.callout": string;
2690
+ "workflows.ai.starter.collection.card": string;
2691
+ "workflows.ai.starter.collection.folder.name": string;
2692
+ "workflows.ai.starter.collection.error": string;
2674
2693
  "workflowSelectorParameterInput.createNewSubworkflow.name": string;
2675
2694
  "importCurlModal.title": string;
2676
2695
  "importCurlModal.input.label": string;
@@ -3144,6 +3163,7 @@ declare const i18nInstance: vue_i18n.I18n<{
3144
3163
  "evaluation.listRuns.error.unknownError": string;
3145
3164
  "evaluation.listRuns.error.cantFetchTestRuns": string;
3146
3165
  "evaluation.listRuns.error.cantStartTestRun": string;
3166
+ "evaluation.listRuns.error.cantStopTestRun": string;
3147
3167
  "evaluation.listRuns.error.unknownError.description": string;
3148
3168
  "evaluation.listRuns.error.evaluationTriggerNotFound": string;
3149
3169
  "evaluation.listRuns.error.evaluationTriggerNotConfigured": string;
@@ -3171,6 +3191,7 @@ declare const i18nInstance: vue_i18n.I18n<{
3171
3191
  "evaluation.runDetail.error.noMetricsCollected": string;
3172
3192
  "evaluation.runDetail.error.partialCasesFailed": string;
3173
3193
  "evaluation.runTest": string;
3194
+ "evaluation.stopTest": string;
3174
3195
  "evaluation.cancelTestRun": string;
3175
3196
  "evaluation.notImplemented": string;
3176
3197
  "evaluation.viewDetails": string;
@@ -3251,9 +3272,9 @@ declare const i18nInstance: vue_i18n.I18n<{
3251
3272
  "insights.banner.title.timeSavedDailyAverage": string;
3252
3273
  "insights.banner.title.averageRunTime": string;
3253
3274
  "insights.dashboard.table.projectName": string;
3275
+ "insights.dashboard.table.title": string;
3254
3276
  "insights.dashboard.table.estimate": string;
3255
3277
  "insights.dashboard.title": string;
3256
- "insights.dashboard.paywall.cta": string;
3257
3278
  "insights.dashboard.paywall.title": string;
3258
3279
  "insights.dashboard.paywall.description": string;
3259
3280
  "insights.banner.title.timeSaved.tooltip": string;
@@ -3276,8 +3297,8 @@ declare const i18nInstance: vue_i18n.I18n<{
3276
3297
  "communityNodeInfo.downloads": string;
3277
3298
  "communityNodeInfo.publishedBy": string;
3278
3299
  "communityNodeInfo.contact.admin": string;
3300
+ "communityNodeUpdateInfo.available": string;
3279
3301
  "insights.upgradeModal.button.dismiss": string;
3280
- "insights.upgradeModal.button.upgrade": string;
3281
3302
  "insights.upgradeModal.content": string;
3282
3303
  "insights.upgradeModal.perks.0": string;
3283
3304
  "insights.upgradeModal.perks.1": string;
@@ -3288,7 +3309,7 @@ declare const i18nInstance: vue_i18n.I18n<{
3288
3309
  "whatsNew.updateAvailable": string;
3289
3310
  "whatsNew.updateAvailable.changelogLink": string;
3290
3311
  };
3291
- }, {}, {}, string, true>;
3312
+ }, {}, {}, string, false>;
3292
3313
  type BaseTextOptions = {
3293
3314
  adjustToNumber?: number;
3294
3315
  interpolate?: Record<string, string | number>;
package/dist/index.d.ts CHANGED
@@ -82,6 +82,7 @@ declare const i18nInstance: vue_i18n.I18n<{
82
82
  "generic.service": string;
83
83
  "generic.star": string;
84
84
  "generic.tryNow": string;
85
+ "generic.startNow": string;
85
86
  "generic.dismiss": string;
86
87
  "generic.unsavedWork.confirmMessage.headline": string;
87
88
  "generic.unsavedWork.confirmMessage.message": string;
@@ -110,6 +111,7 @@ declare const i18nInstance: vue_i18n.I18n<{
110
111
  "generic.missing.permissions": string;
111
112
  "generic.shortcutHint": string;
112
113
  "generic.upgradeToEnterprise": string;
114
+ "generic.never": string;
113
115
  "about.aboutN8n": string;
114
116
  "about.close": string;
115
117
  "about.license": string;
@@ -184,6 +186,8 @@ declare const i18nInstance: vue_i18n.I18n<{
184
186
  "aiAssistant.builder.newWorkflowNotice": string;
185
187
  "aiAssistant.builder.feedbackPrompt": string;
186
188
  "aiAssistant.builder.invalidPrompt": string;
189
+ "aiAssistant.builder.workflowParsingError.title": string;
190
+ "aiAssistant.builder.workflowParsingError.content": string;
187
191
  "aiAssistant.assistant": string;
188
192
  "aiAssistant.newSessionModal.title.part1": string;
189
193
  "aiAssistant.newSessionModal.title.part2": string;
@@ -197,10 +201,13 @@ declare const i18nInstance: vue_i18n.I18n<{
197
201
  "aiAssistant.codeUpdated.message.body2": string;
198
202
  "aiAssistant.thinkingSteps.analyzingError": string;
199
203
  "aiAssistant.thinkingSteps.thinking": string;
204
+ "aiAssistant.thinkingSteps.runningTools": string;
205
+ "aiAssistant.thinkingSteps.processingResults": string;
200
206
  "aiAssistant.prompts.currentView.workflowList": string;
201
207
  "aiAssistant.prompts.currentView.credentialsList": string;
202
208
  "aiAssistant.prompts.currentView.executionsView": string;
203
209
  "aiAssistant.prompts.currentView.workflowEditor": string;
210
+ "aiAssistant.tooltip": string;
204
211
  "banners.confirmEmail.message.1": string;
205
212
  "banners.confirmEmail.message.2": string;
206
213
  "banners.confirmEmail.button": string;
@@ -1502,8 +1509,10 @@ declare const i18nInstance: vue_i18n.I18n<{
1502
1509
  "nodeView.couldntImportWorkflow": string;
1503
1510
  "nodeView.couldntLoadWorkflow.invalidWorkflowObject": string;
1504
1511
  "nodeView.deletesTheCurrentExecutionData": string;
1505
- "nodeView.focusPanel.title": string;
1506
- "nodeView.focusPanel.noParameters": string;
1512
+ "nodeView.focusPanel.noExecutionData": string;
1513
+ "nodeView.focusPanel.noParameters.title": string;
1514
+ "nodeView.focusPanel.noParameters.subtitle": string;
1515
+ "nodeView.focusPanel.missingParameter": string;
1507
1516
  "nodeView.itLooksLikeYouHaveBeenEditingSomething": string;
1508
1517
  "nodeView.loadingTemplate": string;
1509
1518
  "nodeView.moreInfo": string;
@@ -1529,6 +1538,7 @@ declare const i18nInstance: vue_i18n.I18n<{
1529
1538
  "nodeView.showError.mounted2.message": string;
1530
1539
  "nodeView.showError.mounted2.title": string;
1531
1540
  "nodeView.showError.openExecution.title": string;
1541
+ "nodeView.showError.openExecution.node": string;
1532
1542
  "nodeView.showError.openWorkflow.title": string;
1533
1543
  "nodeView.showError.stopExecution.title": string;
1534
1544
  "nodeView.showError.stopWaitingForWebhook.title": string;
@@ -1563,6 +1573,8 @@ declare const i18nInstance: vue_i18n.I18n<{
1563
1573
  "nodeView.zoomToFit": string;
1564
1574
  "nodeView.replaceMe": string;
1565
1575
  "nodeView.setupTemplate": string;
1576
+ "nodeView.expandAllNodes": string;
1577
+ "nodeView.collapseAllNodes": string;
1566
1578
  "nodeViewV2.showError.editingNotAllowed": string;
1567
1579
  "nodeViewV2.showError.failedToCreateNode": string;
1568
1580
  "contextMenu.node": string;
@@ -1954,6 +1966,7 @@ declare const i18nInstance: vue_i18n.I18n<{
1954
1966
  "settings.personal.security": string;
1955
1967
  "settings.signup.signUpInviterInfo": string;
1956
1968
  "settings.users": string;
1969
+ "settings.users.count": string;
1957
1970
  "settings.users.search.placeholder": string;
1958
1971
  "settings.users.confirmDataHandlingAfterDeletion": string;
1959
1972
  "settings.users.confirmUserDeletion": string;
@@ -2015,7 +2028,6 @@ declare const i18nInstance: vue_i18n.I18n<{
2015
2028
  "settings.users.usersInvited": string;
2016
2029
  "settings.users.usersInvitedError": string;
2017
2030
  "settings.users.advancedPermissions.warning": string;
2018
- "settings.users.advancedPermissions.warning.link": string;
2019
2031
  "settings.users.userRoleUpdated": string;
2020
2032
  "settings.users.userRoleUpdated.message": string;
2021
2033
  "settings.users.userRoleUpdatedError": string;
@@ -2033,7 +2045,6 @@ declare const i18nInstance: vue_i18n.I18n<{
2033
2045
  "settings.users.table.row.2fa.disabled": string;
2034
2046
  "settings.api": string;
2035
2047
  "settings.api.scopes.upgrade": string;
2036
- "settings.api.scopes.upgrade.link": string;
2037
2048
  "settings.n8napi": string;
2038
2049
  "settings.log-streaming": string;
2039
2050
  "settings.log-streaming.heading": string;
@@ -2353,6 +2364,10 @@ declare const i18nInstance: vue_i18n.I18n<{
2353
2364
  "templates.workflows": string;
2354
2365
  "templates.workflowsNotFound": string;
2355
2366
  "textEdit.edit": string;
2367
+ "userActivity.daysAgo": string;
2368
+ "userActivity.lastTime": string;
2369
+ "userActivity.today": string;
2370
+ "userActivity.yesterday": string;
2356
2371
  "timeAgo.daysAgo": string;
2357
2372
  "timeAgo.hoursAgo": string;
2358
2373
  "timeAgo.inDays": string;
@@ -2671,6 +2686,10 @@ declare const i18nInstance: vue_i18n.I18n<{
2671
2686
  "workflows.create.folder.toast.title": string;
2672
2687
  "workflows.create.project.toast.text": string;
2673
2688
  "workflows.deactivated": string;
2689
+ "workflows.ai.starter.collection.callout": string;
2690
+ "workflows.ai.starter.collection.card": string;
2691
+ "workflows.ai.starter.collection.folder.name": string;
2692
+ "workflows.ai.starter.collection.error": string;
2674
2693
  "workflowSelectorParameterInput.createNewSubworkflow.name": string;
2675
2694
  "importCurlModal.title": string;
2676
2695
  "importCurlModal.input.label": string;
@@ -3144,6 +3163,7 @@ declare const i18nInstance: vue_i18n.I18n<{
3144
3163
  "evaluation.listRuns.error.unknownError": string;
3145
3164
  "evaluation.listRuns.error.cantFetchTestRuns": string;
3146
3165
  "evaluation.listRuns.error.cantStartTestRun": string;
3166
+ "evaluation.listRuns.error.cantStopTestRun": string;
3147
3167
  "evaluation.listRuns.error.unknownError.description": string;
3148
3168
  "evaluation.listRuns.error.evaluationTriggerNotFound": string;
3149
3169
  "evaluation.listRuns.error.evaluationTriggerNotConfigured": string;
@@ -3171,6 +3191,7 @@ declare const i18nInstance: vue_i18n.I18n<{
3171
3191
  "evaluation.runDetail.error.noMetricsCollected": string;
3172
3192
  "evaluation.runDetail.error.partialCasesFailed": string;
3173
3193
  "evaluation.runTest": string;
3194
+ "evaluation.stopTest": string;
3174
3195
  "evaluation.cancelTestRun": string;
3175
3196
  "evaluation.notImplemented": string;
3176
3197
  "evaluation.viewDetails": string;
@@ -3251,9 +3272,9 @@ declare const i18nInstance: vue_i18n.I18n<{
3251
3272
  "insights.banner.title.timeSavedDailyAverage": string;
3252
3273
  "insights.banner.title.averageRunTime": string;
3253
3274
  "insights.dashboard.table.projectName": string;
3275
+ "insights.dashboard.table.title": string;
3254
3276
  "insights.dashboard.table.estimate": string;
3255
3277
  "insights.dashboard.title": string;
3256
- "insights.dashboard.paywall.cta": string;
3257
3278
  "insights.dashboard.paywall.title": string;
3258
3279
  "insights.dashboard.paywall.description": string;
3259
3280
  "insights.banner.title.timeSaved.tooltip": string;
@@ -3276,8 +3297,8 @@ declare const i18nInstance: vue_i18n.I18n<{
3276
3297
  "communityNodeInfo.downloads": string;
3277
3298
  "communityNodeInfo.publishedBy": string;
3278
3299
  "communityNodeInfo.contact.admin": string;
3300
+ "communityNodeUpdateInfo.available": string;
3279
3301
  "insights.upgradeModal.button.dismiss": string;
3280
- "insights.upgradeModal.button.upgrade": string;
3281
3302
  "insights.upgradeModal.content": string;
3282
3303
  "insights.upgradeModal.perks.0": string;
3283
3304
  "insights.upgradeModal.perks.1": string;
@@ -3288,7 +3309,7 @@ declare const i18nInstance: vue_i18n.I18n<{
3288
3309
  "whatsNew.updateAvailable": string;
3289
3310
  "whatsNew.updateAvailable.changelogLink": string;
3290
3311
  };
3291
- }, {}, {}, string, true>;
3312
+ }, {}, {}, string, false>;
3292
3313
  type BaseTextOptions = {
3293
3314
  adjustToNumber?: number;
3294
3315
  interpolate?: Record<string, string | number>;
package/dist/index.js CHANGED
@@ -88,6 +88,7 @@ var en_default = {
88
88
  "generic.service": "the service",
89
89
  "generic.star": "Star",
90
90
  "generic.tryNow": "Try now",
91
+ "generic.startNow": "Start now",
91
92
  "generic.dismiss": "Dismiss",
92
93
  "generic.unsavedWork.confirmMessage.headline": "Save changes before leaving?",
93
94
  "generic.unsavedWork.confirmMessage.message": "If you don't save, you will lose your changes.",
@@ -116,6 +117,7 @@ var en_default = {
116
117
  "generic.missing.permissions": "Missing permissions to perform this action",
117
118
  "generic.shortcutHint": "Or press",
118
119
  "generic.upgradeToEnterprise": "Upgrade to Enterprise",
120
+ "generic.never": "Never",
119
121
  "about.aboutN8n": "About n8n",
120
122
  "about.close": "Close",
121
123
  "about.license": "License",
@@ -190,6 +192,8 @@ var en_default = {
190
192
  "aiAssistant.builder.newWorkflowNotice": "The created workflow will be added to the editor",
191
193
  "aiAssistant.builder.feedbackPrompt": "Is this workflow helpful?",
192
194
  "aiAssistant.builder.invalidPrompt": "Prompt validation failed. Please try again with a clearer description of your workflow requirements and supported integrations.",
195
+ "aiAssistant.builder.workflowParsingError.title": "Unable to insert workflow",
196
+ "aiAssistant.builder.workflowParsingError.content": "The workflow returned by AI could not be parsed. Please try again.",
193
197
  "aiAssistant.assistant": "AI Assistant",
194
198
  "aiAssistant.newSessionModal.title.part1": "Start new",
195
199
  "aiAssistant.newSessionModal.title.part2": "session",
@@ -203,10 +207,13 @@ var en_default = {
203
207
  "aiAssistant.codeUpdated.message.body2": "node to see the changes",
204
208
  "aiAssistant.thinkingSteps.analyzingError": "Analyzing the error...",
205
209
  "aiAssistant.thinkingSteps.thinking": "Thinking...",
210
+ "aiAssistant.thinkingSteps.runningTools": "Running tools...",
211
+ "aiAssistant.thinkingSteps.processingResults": "Processing results...",
206
212
  "aiAssistant.prompts.currentView.workflowList": "The user is currently looking at the list of workflows.",
207
213
  "aiAssistant.prompts.currentView.credentialsList": "The user is currently looking at the list of credentials.",
208
214
  "aiAssistant.prompts.currentView.executionsView": "The user is currently looking at the list of executions for the currently open workflow.",
209
215
  "aiAssistant.prompts.currentView.workflowEditor": "The user is currently looking at the current workflow in n8n editor, without any specific node selected.",
216
+ "aiAssistant.tooltip": "Ask Assistant",
210
217
  "banners.confirmEmail.message.1": "To secure your account and prevent future access issues, please confirm your",
211
218
  "banners.confirmEmail.message.2": "email address.",
212
219
  "banners.confirmEmail.button": "Confirm email",
@@ -1509,8 +1516,10 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
1509
1516
  "nodeView.couldntImportWorkflow": "Could not import workflow",
1510
1517
  "nodeView.couldntLoadWorkflow.invalidWorkflowObject": "Invalid workflow object",
1511
1518
  "nodeView.deletesTheCurrentExecutionData": "Deletes the current execution data",
1512
- "nodeView.focusPanel.title": "Focus",
1513
- "nodeView.focusPanel.noParameters": "No parameters focused. Focus a parameter by clicking on the action dropdown in the node detail view.",
1519
+ "nodeView.focusPanel.noExecutionData": "Execute previous node for autocomplete",
1520
+ "nodeView.focusPanel.noParameters.title": "Show a node parameter here, to iterate easily",
1521
+ "nodeView.focusPanel.noParameters.subtitle": "For example, keep your prompt always visible so you can run the workflow while tweaking it",
1522
+ "nodeView.focusPanel.missingParameter": "This parameter is no longer visible on the node. A related parameter was likely changed, removing this one.",
1514
1523
  "nodeView.itLooksLikeYouHaveBeenEditingSomething": "It looks like you made some edits. If you leave before saving, your changes will be lost.",
1515
1524
  "nodeView.loadingTemplate": "Loading template",
1516
1525
  "nodeView.moreInfo": "More info",
@@ -1536,6 +1545,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
1536
1545
  "nodeView.showError.mounted2.message": "There was a problem initializing the workflow",
1537
1546
  "nodeView.showError.mounted2.title": "Init Problem",
1538
1547
  "nodeView.showError.openExecution.title": "Problem loading execution",
1548
+ "nodeView.showError.openExecution.node": "Problem opening node in execution",
1539
1549
  "nodeView.showError.openWorkflow.title": "Problem opening workflow",
1540
1550
  "nodeView.showError.stopExecution.title": "Problem stopping execution",
1541
1551
  "nodeView.showError.stopWaitingForWebhook.title": "Problem deleting test webhook",
@@ -1570,6 +1580,8 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
1570
1580
  "nodeView.zoomToFit": "Zoom to Fit",
1571
1581
  "nodeView.replaceMe": "Replace Me",
1572
1582
  "nodeView.setupTemplate": "Set up template",
1583
+ "nodeView.expandAllNodes": "Expand all nodes",
1584
+ "nodeView.collapseAllNodes": "Collapse all nodes",
1573
1585
  "nodeViewV2.showError.editingNotAllowed": "Editing is not allowed",
1574
1586
  "nodeViewV2.showError.failedToCreateNode": "Failed to create node",
1575
1587
  "contextMenu.node": "node | nodes",
@@ -1961,6 +1973,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
1961
1973
  "settings.personal.security": "Security",
1962
1974
  "settings.signup.signUpInviterInfo": "{firstName} {lastName} has invited you to n8n",
1963
1975
  "settings.users": "Users",
1976
+ "settings.users.count": "{count} user | {count} users",
1964
1977
  "settings.users.search.placeholder": "Search by name or email",
1965
1978
  "settings.users.confirmDataHandlingAfterDeletion": "What should we do with their data?",
1966
1979
  "settings.users.confirmUserDeletion": "Are you sure you want to delete this invited user?",
@@ -2022,7 +2035,6 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
2022
2035
  "settings.users.usersInvited": "Users invited",
2023
2036
  "settings.users.usersInvitedError": "Could not invite users",
2024
2037
  "settings.users.advancedPermissions.warning": "{link} to unlock the ability to create additional admin users",
2025
- "settings.users.advancedPermissions.warning.link": "Upgrade",
2026
2038
  "settings.users.userRoleUpdated": "Changes saved",
2027
2039
  "settings.users.userRoleUpdated.message": "{user} has been successfully updated to a {role}",
2028
2040
  "settings.users.userRoleUpdatedError": "Unable to updated role",
@@ -2040,7 +2052,6 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
2040
2052
  "settings.users.table.row.2fa.disabled": "@:_reusableBaseText.disabled",
2041
2053
  "settings.api": "API",
2042
2054
  "settings.api.scopes.upgrade": "{link} to unlock the ability to modify API key scopes",
2043
- "settings.api.scopes.upgrade.link": "Upgrade",
2044
2055
  "settings.n8napi": "n8n API",
2045
2056
  "settings.log-streaming": "Log Streaming",
2046
2057
  "settings.log-streaming.heading": "Log Streaming",
@@ -2360,6 +2371,10 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
2360
2371
  "templates.workflows": "Workflows",
2361
2372
  "templates.workflowsNotFound": "Workflow could not be found",
2362
2373
  "textEdit.edit": "Edit",
2374
+ "userActivity.daysAgo": "{count} days ago",
2375
+ "userActivity.lastTime": "Last {time}",
2376
+ "userActivity.today": "Today",
2377
+ "userActivity.yesterday": "Yesterday",
2363
2378
  "timeAgo.daysAgo": "%s days ago",
2364
2379
  "timeAgo.hoursAgo": "%s hours ago",
2365
2380
  "timeAgo.inDays": "in %s days",
@@ -2678,6 +2693,10 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
2678
2693
  "workflows.create.folder.toast.title": 'Workflow successfully created in "{projectName}", within "{folderName}"',
2679
2694
  "workflows.create.project.toast.text": "All members from {projectName} will have access to this workflow.",
2680
2695
  "workflows.deactivated": "Workflow deactivated",
2696
+ "workflows.ai.starter.collection.callout": "Learn how to build AI Agents in n8n",
2697
+ "workflows.ai.starter.collection.card": "Learn how to build AI Agents",
2698
+ "workflows.ai.starter.collection.folder.name": "\u{1F381} n8n basics: Learn how to build Agents in n8n",
2699
+ "workflows.ai.starter.collection.error": "Error loading AI Agent starter collection. Please try again later.",
2681
2700
  "workflowSelectorParameterInput.createNewSubworkflow.name": "My Sub-Workflow",
2682
2701
  "importCurlModal.title": "Import cURL command",
2683
2702
  "importCurlModal.input.label": "cURL Command",
@@ -3151,6 +3170,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
3151
3170
  "evaluation.listRuns.error.unknownError": "Execution error{description}",
3152
3171
  "evaluation.listRuns.error.cantFetchTestRuns": "Couldn\u2019t fetch test runs",
3153
3172
  "evaluation.listRuns.error.cantStartTestRun": "Couldn\u2019t start test run",
3173
+ "evaluation.listRuns.error.cantStopTestRun": "Couldn\u2019t stop test run",
3154
3174
  "evaluation.listRuns.error.unknownError.description": "Click for more details",
3155
3175
  "evaluation.listRuns.error.evaluationTriggerNotFound": "Evaluation trigger missing",
3156
3176
  "evaluation.listRuns.error.evaluationTriggerNotConfigured": "Evaluation trigger is not configured",
@@ -3178,6 +3198,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
3178
3198
  "evaluation.runDetail.error.noMetricsCollected": "No 'Set metrics' node executed",
3179
3199
  "evaluation.runDetail.error.partialCasesFailed": "Finished with errors",
3180
3200
  "evaluation.runTest": "Run Test",
3201
+ "evaluation.stopTest": "Stop Test",
3181
3202
  "evaluation.cancelTestRun": "Cancel Test Run",
3182
3203
  "evaluation.notImplemented": "This feature is not implemented yet!",
3183
3204
  "evaluation.viewDetails": "View Details",
@@ -3258,9 +3279,9 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
3258
3279
  "insights.banner.title.timeSavedDailyAverage": "Time saved daily avg.",
3259
3280
  "insights.banner.title.averageRunTime": "Run time (avg.)",
3260
3281
  "insights.dashboard.table.projectName": "Project name",
3282
+ "insights.dashboard.table.title": "Breakdown by workflow",
3261
3283
  "insights.dashboard.table.estimate": "Estimate",
3262
3284
  "insights.dashboard.title": "Insights",
3263
- "insights.dashboard.paywall.cta": "Upgrade",
3264
3285
  "insights.dashboard.paywall.title": "Upgrade to access more detailed insights",
3265
3286
  "insights.dashboard.paywall.description": "Gain access to more granular, per-workflow insights and visual breakdown of production executions over different time periods.",
3266
3287
  "insights.banner.title.timeSaved.tooltip": "Total time saved calculated from your estimated time savings per execution across all workflows",
@@ -3283,8 +3304,8 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
3283
3304
  "communityNodeInfo.downloads": "{downloads} Downloads",
3284
3305
  "communityNodeInfo.publishedBy": "Published by {publisherName}",
3285
3306
  "communityNodeInfo.contact.admin": "Please contact an administrator to install this community node:",
3307
+ "communityNodeUpdateInfo.available": "A new node package version is available",
3286
3308
  "insights.upgradeModal.button.dismiss": "Dismiss",
3287
- "insights.upgradeModal.button.upgrade": "Upgrade",
3288
3309
  "insights.upgradeModal.content": "Viewing this time period requires an enterprise plan. Upgrade to Enterprise to unlock advanced features.",
3289
3310
  "insights.upgradeModal.perks.0": "View up to one year of insights history",
3290
3311
  "insights.upgradeModal.perks.1": "Zoom into last 24 hours with hourly granularity",
@@ -3298,10 +3319,11 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
3298
3319
 
3299
3320
  // src/index.ts
3300
3321
  var i18nInstance = createI18n({
3322
+ legacy: false,
3301
3323
  locale: "en",
3302
3324
  fallbackLocale: "en",
3303
3325
  messages: { en: en_default },
3304
- warnHtmlInMessage: "off"
3326
+ warnHtmlMessage: false
3305
3327
  });
3306
3328
  var I18nClass = class {
3307
3329
  baseTextCache = /* @__PURE__ */ new Map();
@@ -3318,7 +3340,7 @@ var I18nClass = class {
3318
3340
  return longNodeType.replace("n8n-nodes-base.", "");
3319
3341
  }
3320
3342
  get locale() {
3321
- return i18nInstance.global.locale;
3343
+ return i18nInstance.global.locale.value;
3322
3344
  }
3323
3345
  // ----------------------------------
3324
3346
  // render methods
@@ -3578,12 +3600,12 @@ var I18nClass = class {
3578
3600
  };
3579
3601
  var loadedLanguages = ["en"];
3580
3602
  async function setLanguage(language) {
3581
- i18nInstance.global.locale = language;
3603
+ i18nInstance.global.locale.value = language;
3582
3604
  document.querySelector("html").setAttribute("lang", language);
3583
3605
  return language;
3584
3606
  }
3585
3607
  async function loadLanguage(language) {
3586
- if (i18nInstance.global.locale === language) {
3608
+ if (i18nInstance.global.locale.value === language) {
3587
3609
  return await setLanguage(language);
3588
3610
  }
3589
3611
  if (loadedLanguages.includes(language)) {