@n8n/i18n 1.7.0 → 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,6 +201,8 @@ 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;
@@ -1503,8 +1509,9 @@ declare const i18nInstance: vue_i18n.I18n<{
1503
1509
  "nodeView.couldntImportWorkflow": string;
1504
1510
  "nodeView.couldntLoadWorkflow.invalidWorkflowObject": string;
1505
1511
  "nodeView.deletesTheCurrentExecutionData": string;
1506
- "nodeView.focusPanel.title": string;
1507
- "nodeView.focusPanel.noParameters": string;
1512
+ "nodeView.focusPanel.noExecutionData": string;
1513
+ "nodeView.focusPanel.noParameters.title": string;
1514
+ "nodeView.focusPanel.noParameters.subtitle": string;
1508
1515
  "nodeView.focusPanel.missingParameter": string;
1509
1516
  "nodeView.itLooksLikeYouHaveBeenEditingSomething": string;
1510
1517
  "nodeView.loadingTemplate": string;
@@ -1959,6 +1966,7 @@ declare const i18nInstance: vue_i18n.I18n<{
1959
1966
  "settings.personal.security": string;
1960
1967
  "settings.signup.signUpInviterInfo": string;
1961
1968
  "settings.users": string;
1969
+ "settings.users.count": string;
1962
1970
  "settings.users.search.placeholder": string;
1963
1971
  "settings.users.confirmDataHandlingAfterDeletion": string;
1964
1972
  "settings.users.confirmUserDeletion": string;
@@ -2020,7 +2028,6 @@ declare const i18nInstance: vue_i18n.I18n<{
2020
2028
  "settings.users.usersInvited": string;
2021
2029
  "settings.users.usersInvitedError": string;
2022
2030
  "settings.users.advancedPermissions.warning": string;
2023
- "settings.users.advancedPermissions.warning.link": string;
2024
2031
  "settings.users.userRoleUpdated": string;
2025
2032
  "settings.users.userRoleUpdated.message": string;
2026
2033
  "settings.users.userRoleUpdatedError": string;
@@ -2038,7 +2045,6 @@ declare const i18nInstance: vue_i18n.I18n<{
2038
2045
  "settings.users.table.row.2fa.disabled": string;
2039
2046
  "settings.api": string;
2040
2047
  "settings.api.scopes.upgrade": string;
2041
- "settings.api.scopes.upgrade.link": string;
2042
2048
  "settings.n8napi": string;
2043
2049
  "settings.log-streaming": string;
2044
2050
  "settings.log-streaming.heading": string;
@@ -2358,6 +2364,10 @@ declare const i18nInstance: vue_i18n.I18n<{
2358
2364
  "templates.workflows": string;
2359
2365
  "templates.workflowsNotFound": string;
2360
2366
  "textEdit.edit": string;
2367
+ "userActivity.daysAgo": string;
2368
+ "userActivity.lastTime": string;
2369
+ "userActivity.today": string;
2370
+ "userActivity.yesterday": string;
2361
2371
  "timeAgo.daysAgo": string;
2362
2372
  "timeAgo.hoursAgo": string;
2363
2373
  "timeAgo.inDays": string;
@@ -2676,6 +2686,10 @@ declare const i18nInstance: vue_i18n.I18n<{
2676
2686
  "workflows.create.folder.toast.title": string;
2677
2687
  "workflows.create.project.toast.text": string;
2678
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;
2679
2693
  "workflowSelectorParameterInput.createNewSubworkflow.name": string;
2680
2694
  "importCurlModal.title": string;
2681
2695
  "importCurlModal.input.label": string;
@@ -3149,6 +3163,7 @@ declare const i18nInstance: vue_i18n.I18n<{
3149
3163
  "evaluation.listRuns.error.unknownError": string;
3150
3164
  "evaluation.listRuns.error.cantFetchTestRuns": string;
3151
3165
  "evaluation.listRuns.error.cantStartTestRun": string;
3166
+ "evaluation.listRuns.error.cantStopTestRun": string;
3152
3167
  "evaluation.listRuns.error.unknownError.description": string;
3153
3168
  "evaluation.listRuns.error.evaluationTriggerNotFound": string;
3154
3169
  "evaluation.listRuns.error.evaluationTriggerNotConfigured": string;
@@ -3176,6 +3191,7 @@ declare const i18nInstance: vue_i18n.I18n<{
3176
3191
  "evaluation.runDetail.error.noMetricsCollected": string;
3177
3192
  "evaluation.runDetail.error.partialCasesFailed": string;
3178
3193
  "evaluation.runTest": string;
3194
+ "evaluation.stopTest": string;
3179
3195
  "evaluation.cancelTestRun": string;
3180
3196
  "evaluation.notImplemented": string;
3181
3197
  "evaluation.viewDetails": string;
@@ -3256,9 +3272,9 @@ declare const i18nInstance: vue_i18n.I18n<{
3256
3272
  "insights.banner.title.timeSavedDailyAverage": string;
3257
3273
  "insights.banner.title.averageRunTime": string;
3258
3274
  "insights.dashboard.table.projectName": string;
3275
+ "insights.dashboard.table.title": string;
3259
3276
  "insights.dashboard.table.estimate": string;
3260
3277
  "insights.dashboard.title": string;
3261
- "insights.dashboard.paywall.cta": string;
3262
3278
  "insights.dashboard.paywall.title": string;
3263
3279
  "insights.dashboard.paywall.description": string;
3264
3280
  "insights.banner.title.timeSaved.tooltip": string;
@@ -3281,8 +3297,8 @@ declare const i18nInstance: vue_i18n.I18n<{
3281
3297
  "communityNodeInfo.downloads": string;
3282
3298
  "communityNodeInfo.publishedBy": string;
3283
3299
  "communityNodeInfo.contact.admin": string;
3300
+ "communityNodeUpdateInfo.available": string;
3284
3301
  "insights.upgradeModal.button.dismiss": string;
3285
- "insights.upgradeModal.button.upgrade": string;
3286
3302
  "insights.upgradeModal.content": string;
3287
3303
  "insights.upgradeModal.perks.0": string;
3288
3304
  "insights.upgradeModal.perks.1": string;
@@ -3293,7 +3309,7 @@ declare const i18nInstance: vue_i18n.I18n<{
3293
3309
  "whatsNew.updateAvailable": string;
3294
3310
  "whatsNew.updateAvailable.changelogLink": string;
3295
3311
  };
3296
- }, {}, {}, string, true>;
3312
+ }, {}, {}, string, false>;
3297
3313
  type BaseTextOptions = {
3298
3314
  adjustToNumber?: number;
3299
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,6 +201,8 @@ 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;
@@ -1503,8 +1509,9 @@ declare const i18nInstance: vue_i18n.I18n<{
1503
1509
  "nodeView.couldntImportWorkflow": string;
1504
1510
  "nodeView.couldntLoadWorkflow.invalidWorkflowObject": string;
1505
1511
  "nodeView.deletesTheCurrentExecutionData": string;
1506
- "nodeView.focusPanel.title": string;
1507
- "nodeView.focusPanel.noParameters": string;
1512
+ "nodeView.focusPanel.noExecutionData": string;
1513
+ "nodeView.focusPanel.noParameters.title": string;
1514
+ "nodeView.focusPanel.noParameters.subtitle": string;
1508
1515
  "nodeView.focusPanel.missingParameter": string;
1509
1516
  "nodeView.itLooksLikeYouHaveBeenEditingSomething": string;
1510
1517
  "nodeView.loadingTemplate": string;
@@ -1959,6 +1966,7 @@ declare const i18nInstance: vue_i18n.I18n<{
1959
1966
  "settings.personal.security": string;
1960
1967
  "settings.signup.signUpInviterInfo": string;
1961
1968
  "settings.users": string;
1969
+ "settings.users.count": string;
1962
1970
  "settings.users.search.placeholder": string;
1963
1971
  "settings.users.confirmDataHandlingAfterDeletion": string;
1964
1972
  "settings.users.confirmUserDeletion": string;
@@ -2020,7 +2028,6 @@ declare const i18nInstance: vue_i18n.I18n<{
2020
2028
  "settings.users.usersInvited": string;
2021
2029
  "settings.users.usersInvitedError": string;
2022
2030
  "settings.users.advancedPermissions.warning": string;
2023
- "settings.users.advancedPermissions.warning.link": string;
2024
2031
  "settings.users.userRoleUpdated": string;
2025
2032
  "settings.users.userRoleUpdated.message": string;
2026
2033
  "settings.users.userRoleUpdatedError": string;
@@ -2038,7 +2045,6 @@ declare const i18nInstance: vue_i18n.I18n<{
2038
2045
  "settings.users.table.row.2fa.disabled": string;
2039
2046
  "settings.api": string;
2040
2047
  "settings.api.scopes.upgrade": string;
2041
- "settings.api.scopes.upgrade.link": string;
2042
2048
  "settings.n8napi": string;
2043
2049
  "settings.log-streaming": string;
2044
2050
  "settings.log-streaming.heading": string;
@@ -2358,6 +2364,10 @@ declare const i18nInstance: vue_i18n.I18n<{
2358
2364
  "templates.workflows": string;
2359
2365
  "templates.workflowsNotFound": string;
2360
2366
  "textEdit.edit": string;
2367
+ "userActivity.daysAgo": string;
2368
+ "userActivity.lastTime": string;
2369
+ "userActivity.today": string;
2370
+ "userActivity.yesterday": string;
2361
2371
  "timeAgo.daysAgo": string;
2362
2372
  "timeAgo.hoursAgo": string;
2363
2373
  "timeAgo.inDays": string;
@@ -2676,6 +2686,10 @@ declare const i18nInstance: vue_i18n.I18n<{
2676
2686
  "workflows.create.folder.toast.title": string;
2677
2687
  "workflows.create.project.toast.text": string;
2678
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;
2679
2693
  "workflowSelectorParameterInput.createNewSubworkflow.name": string;
2680
2694
  "importCurlModal.title": string;
2681
2695
  "importCurlModal.input.label": string;
@@ -3149,6 +3163,7 @@ declare const i18nInstance: vue_i18n.I18n<{
3149
3163
  "evaluation.listRuns.error.unknownError": string;
3150
3164
  "evaluation.listRuns.error.cantFetchTestRuns": string;
3151
3165
  "evaluation.listRuns.error.cantStartTestRun": string;
3166
+ "evaluation.listRuns.error.cantStopTestRun": string;
3152
3167
  "evaluation.listRuns.error.unknownError.description": string;
3153
3168
  "evaluation.listRuns.error.evaluationTriggerNotFound": string;
3154
3169
  "evaluation.listRuns.error.evaluationTriggerNotConfigured": string;
@@ -3176,6 +3191,7 @@ declare const i18nInstance: vue_i18n.I18n<{
3176
3191
  "evaluation.runDetail.error.noMetricsCollected": string;
3177
3192
  "evaluation.runDetail.error.partialCasesFailed": string;
3178
3193
  "evaluation.runTest": string;
3194
+ "evaluation.stopTest": string;
3179
3195
  "evaluation.cancelTestRun": string;
3180
3196
  "evaluation.notImplemented": string;
3181
3197
  "evaluation.viewDetails": string;
@@ -3256,9 +3272,9 @@ declare const i18nInstance: vue_i18n.I18n<{
3256
3272
  "insights.banner.title.timeSavedDailyAverage": string;
3257
3273
  "insights.banner.title.averageRunTime": string;
3258
3274
  "insights.dashboard.table.projectName": string;
3275
+ "insights.dashboard.table.title": string;
3259
3276
  "insights.dashboard.table.estimate": string;
3260
3277
  "insights.dashboard.title": string;
3261
- "insights.dashboard.paywall.cta": string;
3262
3278
  "insights.dashboard.paywall.title": string;
3263
3279
  "insights.dashboard.paywall.description": string;
3264
3280
  "insights.banner.title.timeSaved.tooltip": string;
@@ -3281,8 +3297,8 @@ declare const i18nInstance: vue_i18n.I18n<{
3281
3297
  "communityNodeInfo.downloads": string;
3282
3298
  "communityNodeInfo.publishedBy": string;
3283
3299
  "communityNodeInfo.contact.admin": string;
3300
+ "communityNodeUpdateInfo.available": string;
3284
3301
  "insights.upgradeModal.button.dismiss": string;
3285
- "insights.upgradeModal.button.upgrade": string;
3286
3302
  "insights.upgradeModal.content": string;
3287
3303
  "insights.upgradeModal.perks.0": string;
3288
3304
  "insights.upgradeModal.perks.1": string;
@@ -3293,7 +3309,7 @@ declare const i18nInstance: vue_i18n.I18n<{
3293
3309
  "whatsNew.updateAvailable": string;
3294
3310
  "whatsNew.updateAvailable.changelogLink": string;
3295
3311
  };
3296
- }, {}, {}, string, true>;
3312
+ }, {}, {}, string, false>;
3297
3313
  type BaseTextOptions = {
3298
3314
  adjustToNumber?: number;
3299
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,6 +207,8 @@ 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.",
@@ -1510,8 +1516,9 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
1510
1516
  "nodeView.couldntImportWorkflow": "Could not import workflow",
1511
1517
  "nodeView.couldntLoadWorkflow.invalidWorkflowObject": "Invalid workflow object",
1512
1518
  "nodeView.deletesTheCurrentExecutionData": "Deletes the current execution data",
1513
- "nodeView.focusPanel.title": "Focus",
1514
- "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",
1515
1522
  "nodeView.focusPanel.missingParameter": "This parameter is no longer visible on the node. A related parameter was likely changed, removing this one.",
1516
1523
  "nodeView.itLooksLikeYouHaveBeenEditingSomething": "It looks like you made some edits. If you leave before saving, your changes will be lost.",
1517
1524
  "nodeView.loadingTemplate": "Loading template",
@@ -1966,6 +1973,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
1966
1973
  "settings.personal.security": "Security",
1967
1974
  "settings.signup.signUpInviterInfo": "{firstName} {lastName} has invited you to n8n",
1968
1975
  "settings.users": "Users",
1976
+ "settings.users.count": "{count} user | {count} users",
1969
1977
  "settings.users.search.placeholder": "Search by name or email",
1970
1978
  "settings.users.confirmDataHandlingAfterDeletion": "What should we do with their data?",
1971
1979
  "settings.users.confirmUserDeletion": "Are you sure you want to delete this invited user?",
@@ -2027,7 +2035,6 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
2027
2035
  "settings.users.usersInvited": "Users invited",
2028
2036
  "settings.users.usersInvitedError": "Could not invite users",
2029
2037
  "settings.users.advancedPermissions.warning": "{link} to unlock the ability to create additional admin users",
2030
- "settings.users.advancedPermissions.warning.link": "Upgrade",
2031
2038
  "settings.users.userRoleUpdated": "Changes saved",
2032
2039
  "settings.users.userRoleUpdated.message": "{user} has been successfully updated to a {role}",
2033
2040
  "settings.users.userRoleUpdatedError": "Unable to updated role",
@@ -2045,7 +2052,6 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
2045
2052
  "settings.users.table.row.2fa.disabled": "@:_reusableBaseText.disabled",
2046
2053
  "settings.api": "API",
2047
2054
  "settings.api.scopes.upgrade": "{link} to unlock the ability to modify API key scopes",
2048
- "settings.api.scopes.upgrade.link": "Upgrade",
2049
2055
  "settings.n8napi": "n8n API",
2050
2056
  "settings.log-streaming": "Log Streaming",
2051
2057
  "settings.log-streaming.heading": "Log Streaming",
@@ -2365,6 +2371,10 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
2365
2371
  "templates.workflows": "Workflows",
2366
2372
  "templates.workflowsNotFound": "Workflow could not be found",
2367
2373
  "textEdit.edit": "Edit",
2374
+ "userActivity.daysAgo": "{count} days ago",
2375
+ "userActivity.lastTime": "Last {time}",
2376
+ "userActivity.today": "Today",
2377
+ "userActivity.yesterday": "Yesterday",
2368
2378
  "timeAgo.daysAgo": "%s days ago",
2369
2379
  "timeAgo.hoursAgo": "%s hours ago",
2370
2380
  "timeAgo.inDays": "in %s days",
@@ -2683,6 +2693,10 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
2683
2693
  "workflows.create.folder.toast.title": 'Workflow successfully created in "{projectName}", within "{folderName}"',
2684
2694
  "workflows.create.project.toast.text": "All members from {projectName} will have access to this workflow.",
2685
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.",
2686
2700
  "workflowSelectorParameterInput.createNewSubworkflow.name": "My Sub-Workflow",
2687
2701
  "importCurlModal.title": "Import cURL command",
2688
2702
  "importCurlModal.input.label": "cURL Command",
@@ -3156,6 +3170,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
3156
3170
  "evaluation.listRuns.error.unknownError": "Execution error{description}",
3157
3171
  "evaluation.listRuns.error.cantFetchTestRuns": "Couldn\u2019t fetch test runs",
3158
3172
  "evaluation.listRuns.error.cantStartTestRun": "Couldn\u2019t start test run",
3173
+ "evaluation.listRuns.error.cantStopTestRun": "Couldn\u2019t stop test run",
3159
3174
  "evaluation.listRuns.error.unknownError.description": "Click for more details",
3160
3175
  "evaluation.listRuns.error.evaluationTriggerNotFound": "Evaluation trigger missing",
3161
3176
  "evaluation.listRuns.error.evaluationTriggerNotConfigured": "Evaluation trigger is not configured",
@@ -3183,6 +3198,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
3183
3198
  "evaluation.runDetail.error.noMetricsCollected": "No 'Set metrics' node executed",
3184
3199
  "evaluation.runDetail.error.partialCasesFailed": "Finished with errors",
3185
3200
  "evaluation.runTest": "Run Test",
3201
+ "evaluation.stopTest": "Stop Test",
3186
3202
  "evaluation.cancelTestRun": "Cancel Test Run",
3187
3203
  "evaluation.notImplemented": "This feature is not implemented yet!",
3188
3204
  "evaluation.viewDetails": "View Details",
@@ -3263,9 +3279,9 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
3263
3279
  "insights.banner.title.timeSavedDailyAverage": "Time saved daily avg.",
3264
3280
  "insights.banner.title.averageRunTime": "Run time (avg.)",
3265
3281
  "insights.dashboard.table.projectName": "Project name",
3282
+ "insights.dashboard.table.title": "Breakdown by workflow",
3266
3283
  "insights.dashboard.table.estimate": "Estimate",
3267
3284
  "insights.dashboard.title": "Insights",
3268
- "insights.dashboard.paywall.cta": "Upgrade",
3269
3285
  "insights.dashboard.paywall.title": "Upgrade to access more detailed insights",
3270
3286
  "insights.dashboard.paywall.description": "Gain access to more granular, per-workflow insights and visual breakdown of production executions over different time periods.",
3271
3287
  "insights.banner.title.timeSaved.tooltip": "Total time saved calculated from your estimated time savings per execution across all workflows",
@@ -3288,8 +3304,8 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
3288
3304
  "communityNodeInfo.downloads": "{downloads} Downloads",
3289
3305
  "communityNodeInfo.publishedBy": "Published by {publisherName}",
3290
3306
  "communityNodeInfo.contact.admin": "Please contact an administrator to install this community node:",
3307
+ "communityNodeUpdateInfo.available": "A new node package version is available",
3291
3308
  "insights.upgradeModal.button.dismiss": "Dismiss",
3292
- "insights.upgradeModal.button.upgrade": "Upgrade",
3293
3309
  "insights.upgradeModal.content": "Viewing this time period requires an enterprise plan. Upgrade to Enterprise to unlock advanced features.",
3294
3310
  "insights.upgradeModal.perks.0": "View up to one year of insights history",
3295
3311
  "insights.upgradeModal.perks.1": "Zoom into last 24 hours with hourly granularity",
@@ -3303,10 +3319,11 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
3303
3319
 
3304
3320
  // src/index.ts
3305
3321
  var i18nInstance = createI18n({
3322
+ legacy: false,
3306
3323
  locale: "en",
3307
3324
  fallbackLocale: "en",
3308
3325
  messages: { en: en_default },
3309
- warnHtmlInMessage: "off"
3326
+ warnHtmlMessage: false
3310
3327
  });
3311
3328
  var I18nClass = class {
3312
3329
  baseTextCache = /* @__PURE__ */ new Map();
@@ -3323,7 +3340,7 @@ var I18nClass = class {
3323
3340
  return longNodeType.replace("n8n-nodes-base.", "");
3324
3341
  }
3325
3342
  get locale() {
3326
- return i18nInstance.global.locale;
3343
+ return i18nInstance.global.locale.value;
3327
3344
  }
3328
3345
  // ----------------------------------
3329
3346
  // render methods
@@ -3583,12 +3600,12 @@ var I18nClass = class {
3583
3600
  };
3584
3601
  var loadedLanguages = ["en"];
3585
3602
  async function setLanguage(language) {
3586
- i18nInstance.global.locale = language;
3603
+ i18nInstance.global.locale.value = language;
3587
3604
  document.querySelector("html").setAttribute("lang", language);
3588
3605
  return language;
3589
3606
  }
3590
3607
  async function loadLanguage(language) {
3591
- if (i18nInstance.global.locale === language) {
3608
+ if (i18nInstance.global.locale.value === language) {
3592
3609
  return await setLanguage(language);
3593
3610
  }
3594
3611
  if (loadedLanguages.includes(language)) {