@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/types.d.cts CHANGED
@@ -82,6 +82,7 @@ var englishBaseText = {
82
82
  "generic.service": "the service",
83
83
  "generic.star": "Star",
84
84
  "generic.tryNow": "Try now",
85
+ "generic.startNow": "Start now",
85
86
  "generic.dismiss": "Dismiss",
86
87
  "generic.unsavedWork.confirmMessage.headline": "Save changes before leaving?",
87
88
  "generic.unsavedWork.confirmMessage.message": "If you don't save, you will lose your changes.",
@@ -110,6 +111,7 @@ var englishBaseText = {
110
111
  "generic.missing.permissions": "Missing permissions to perform this action",
111
112
  "generic.shortcutHint": "Or press",
112
113
  "generic.upgradeToEnterprise": "Upgrade to Enterprise",
114
+ "generic.never": "Never",
113
115
  "about.aboutN8n": "About n8n",
114
116
  "about.close": "Close",
115
117
  "about.license": "License",
@@ -184,6 +186,8 @@ var englishBaseText = {
184
186
  "aiAssistant.builder.newWorkflowNotice": "The created workflow will be added to the editor",
185
187
  "aiAssistant.builder.feedbackPrompt": "Is this workflow helpful?",
186
188
  "aiAssistant.builder.invalidPrompt": "Prompt validation failed. Please try again with a clearer description of your workflow requirements and supported integrations.",
189
+ "aiAssistant.builder.workflowParsingError.title": "Unable to insert workflow",
190
+ "aiAssistant.builder.workflowParsingError.content": "The workflow returned by AI could not be parsed. Please try again.",
187
191
  "aiAssistant.assistant": "AI Assistant",
188
192
  "aiAssistant.newSessionModal.title.part1": "Start new",
189
193
  "aiAssistant.newSessionModal.title.part2": "session",
@@ -197,6 +201,8 @@ var englishBaseText = {
197
201
  "aiAssistant.codeUpdated.message.body2": "node to see the changes",
198
202
  "aiAssistant.thinkingSteps.analyzingError": "Analyzing the error...",
199
203
  "aiAssistant.thinkingSteps.thinking": "Thinking...",
204
+ "aiAssistant.thinkingSteps.runningTools": "Running tools...",
205
+ "aiAssistant.thinkingSteps.processingResults": "Processing results...",
200
206
  "aiAssistant.prompts.currentView.workflowList": "The user is currently looking at the list of workflows.",
201
207
  "aiAssistant.prompts.currentView.credentialsList": "The user is currently looking at the list of credentials.",
202
208
  "aiAssistant.prompts.currentView.executionsView": "The user is currently looking at the list of executions for the currently open workflow.",
@@ -1503,8 +1509,9 @@ var englishBaseText = {
1503
1509
  "nodeView.couldntImportWorkflow": "Could not import workflow",
1504
1510
  "nodeView.couldntLoadWorkflow.invalidWorkflowObject": "Invalid workflow object",
1505
1511
  "nodeView.deletesTheCurrentExecutionData": "Deletes the current execution data",
1506
- "nodeView.focusPanel.title": "Focus",
1507
- "nodeView.focusPanel.noParameters": "No parameters focused. Focus a parameter by clicking on the action dropdown in the node detail view.",
1512
+ "nodeView.focusPanel.noExecutionData": "Execute previous node for autocomplete",
1513
+ "nodeView.focusPanel.noParameters.title": "Show a node parameter here, to iterate easily",
1514
+ "nodeView.focusPanel.noParameters.subtitle": "For example, keep your prompt always visible so you can run the workflow while tweaking it",
1508
1515
  "nodeView.focusPanel.missingParameter": "This parameter is no longer visible on the node. A related parameter was likely changed, removing this one.",
1509
1516
  "nodeView.itLooksLikeYouHaveBeenEditingSomething": "It looks like you made some edits. If you leave before saving, your changes will be lost.",
1510
1517
  "nodeView.loadingTemplate": "Loading template",
@@ -1959,6 +1966,7 @@ var englishBaseText = {
1959
1966
  "settings.personal.security": "Security",
1960
1967
  "settings.signup.signUpInviterInfo": "{firstName} {lastName} has invited you to n8n",
1961
1968
  "settings.users": "Users",
1969
+ "settings.users.count": "{count} user | {count} users",
1962
1970
  "settings.users.search.placeholder": "Search by name or email",
1963
1971
  "settings.users.confirmDataHandlingAfterDeletion": "What should we do with their data?",
1964
1972
  "settings.users.confirmUserDeletion": "Are you sure you want to delete this invited user?",
@@ -2020,7 +2028,6 @@ var englishBaseText = {
2020
2028
  "settings.users.usersInvited": "Users invited",
2021
2029
  "settings.users.usersInvitedError": "Could not invite users",
2022
2030
  "settings.users.advancedPermissions.warning": "{link} to unlock the ability to create additional admin users",
2023
- "settings.users.advancedPermissions.warning.link": "Upgrade",
2024
2031
  "settings.users.userRoleUpdated": "Changes saved",
2025
2032
  "settings.users.userRoleUpdated.message": "{user} has been successfully updated to a {role}",
2026
2033
  "settings.users.userRoleUpdatedError": "Unable to updated role",
@@ -2038,7 +2045,6 @@ var englishBaseText = {
2038
2045
  "settings.users.table.row.2fa.disabled": "@:_reusableBaseText.disabled",
2039
2046
  "settings.api": "API",
2040
2047
  "settings.api.scopes.upgrade": "{link} to unlock the ability to modify API key scopes",
2041
- "settings.api.scopes.upgrade.link": "Upgrade",
2042
2048
  "settings.n8napi": "n8n API",
2043
2049
  "settings.log-streaming": "Log Streaming",
2044
2050
  "settings.log-streaming.heading": "Log Streaming",
@@ -2358,6 +2364,10 @@ var englishBaseText = {
2358
2364
  "templates.workflows": "Workflows",
2359
2365
  "templates.workflowsNotFound": "Workflow could not be found",
2360
2366
  "textEdit.edit": "Edit",
2367
+ "userActivity.daysAgo": "{count} days ago",
2368
+ "userActivity.lastTime": "Last {time}",
2369
+ "userActivity.today": "Today",
2370
+ "userActivity.yesterday": "Yesterday",
2361
2371
  "timeAgo.daysAgo": "%s days ago",
2362
2372
  "timeAgo.hoursAgo": "%s hours ago",
2363
2373
  "timeAgo.inDays": "in %s days",
@@ -2676,6 +2686,10 @@ var englishBaseText = {
2676
2686
  "workflows.create.folder.toast.title": "Workflow successfully created in \"{projectName}\", within \"{folderName}\"",
2677
2687
  "workflows.create.project.toast.text": "All members from {projectName} will have access to this workflow.",
2678
2688
  "workflows.deactivated": "Workflow deactivated",
2689
+ "workflows.ai.starter.collection.callout": "Learn how to build AI Agents in n8n",
2690
+ "workflows.ai.starter.collection.card": "Learn how to build AI Agents",
2691
+ "workflows.ai.starter.collection.folder.name": "🎁 n8n basics: Learn how to build Agents in n8n",
2692
+ "workflows.ai.starter.collection.error": "Error loading AI Agent starter collection. Please try again later.",
2679
2693
  "workflowSelectorParameterInput.createNewSubworkflow.name": "My Sub-Workflow",
2680
2694
  "importCurlModal.title": "Import cURL command",
2681
2695
  "importCurlModal.input.label": "cURL Command",
@@ -3149,6 +3163,7 @@ var englishBaseText = {
3149
3163
  "evaluation.listRuns.error.unknownError": "Execution error{description}",
3150
3164
  "evaluation.listRuns.error.cantFetchTestRuns": "Couldn’t fetch test runs",
3151
3165
  "evaluation.listRuns.error.cantStartTestRun": "Couldn’t start test run",
3166
+ "evaluation.listRuns.error.cantStopTestRun": "Couldn’t stop test run",
3152
3167
  "evaluation.listRuns.error.unknownError.description": "Click for more details",
3153
3168
  "evaluation.listRuns.error.evaluationTriggerNotFound": "Evaluation trigger missing",
3154
3169
  "evaluation.listRuns.error.evaluationTriggerNotConfigured": "Evaluation trigger is not configured",
@@ -3176,6 +3191,7 @@ var englishBaseText = {
3176
3191
  "evaluation.runDetail.error.noMetricsCollected": "No 'Set metrics' node executed",
3177
3192
  "evaluation.runDetail.error.partialCasesFailed": "Finished with errors",
3178
3193
  "evaluation.runTest": "Run Test",
3194
+ "evaluation.stopTest": "Stop Test",
3179
3195
  "evaluation.cancelTestRun": "Cancel Test Run",
3180
3196
  "evaluation.notImplemented": "This feature is not implemented yet!",
3181
3197
  "evaluation.viewDetails": "View Details",
@@ -3256,9 +3272,9 @@ var englishBaseText = {
3256
3272
  "insights.banner.title.timeSavedDailyAverage": "Time saved daily avg.",
3257
3273
  "insights.banner.title.averageRunTime": "Run time (avg.)",
3258
3274
  "insights.dashboard.table.projectName": "Project name",
3275
+ "insights.dashboard.table.title": "Breakdown by workflow",
3259
3276
  "insights.dashboard.table.estimate": "Estimate",
3260
3277
  "insights.dashboard.title": "Insights",
3261
- "insights.dashboard.paywall.cta": "Upgrade",
3262
3278
  "insights.dashboard.paywall.title": "Upgrade to access more detailed insights",
3263
3279
  "insights.dashboard.paywall.description": "Gain access to more granular, per-workflow insights and visual breakdown of production executions over different time periods.",
3264
3280
  "insights.banner.title.timeSaved.tooltip": "Total time saved calculated from your estimated time savings per execution across all workflows",
@@ -3281,8 +3297,8 @@ var englishBaseText = {
3281
3297
  "communityNodeInfo.downloads": "{downloads} Downloads",
3282
3298
  "communityNodeInfo.publishedBy": "Published by {publisherName}",
3283
3299
  "communityNodeInfo.contact.admin": "Please contact an administrator to install this community node:",
3300
+ "communityNodeUpdateInfo.available": "A new node package version is available",
3284
3301
  "insights.upgradeModal.button.dismiss": "Dismiss",
3285
- "insights.upgradeModal.button.upgrade": "Upgrade",
3286
3302
  "insights.upgradeModal.content": "Viewing this time period requires an enterprise plan. Upgrade to Enterprise to unlock advanced features.",
3287
3303
  "insights.upgradeModal.perks.0": "View up to one year of insights history",
3288
3304
  "insights.upgradeModal.perks.1": "Zoom into last 24 hours with hourly granularity",
package/dist/types.d.ts CHANGED
@@ -82,6 +82,7 @@ var englishBaseText = {
82
82
  "generic.service": "the service",
83
83
  "generic.star": "Star",
84
84
  "generic.tryNow": "Try now",
85
+ "generic.startNow": "Start now",
85
86
  "generic.dismiss": "Dismiss",
86
87
  "generic.unsavedWork.confirmMessage.headline": "Save changes before leaving?",
87
88
  "generic.unsavedWork.confirmMessage.message": "If you don't save, you will lose your changes.",
@@ -110,6 +111,7 @@ var englishBaseText = {
110
111
  "generic.missing.permissions": "Missing permissions to perform this action",
111
112
  "generic.shortcutHint": "Or press",
112
113
  "generic.upgradeToEnterprise": "Upgrade to Enterprise",
114
+ "generic.never": "Never",
113
115
  "about.aboutN8n": "About n8n",
114
116
  "about.close": "Close",
115
117
  "about.license": "License",
@@ -184,6 +186,8 @@ var englishBaseText = {
184
186
  "aiAssistant.builder.newWorkflowNotice": "The created workflow will be added to the editor",
185
187
  "aiAssistant.builder.feedbackPrompt": "Is this workflow helpful?",
186
188
  "aiAssistant.builder.invalidPrompt": "Prompt validation failed. Please try again with a clearer description of your workflow requirements and supported integrations.",
189
+ "aiAssistant.builder.workflowParsingError.title": "Unable to insert workflow",
190
+ "aiAssistant.builder.workflowParsingError.content": "The workflow returned by AI could not be parsed. Please try again.",
187
191
  "aiAssistant.assistant": "AI Assistant",
188
192
  "aiAssistant.newSessionModal.title.part1": "Start new",
189
193
  "aiAssistant.newSessionModal.title.part2": "session",
@@ -197,6 +201,8 @@ var englishBaseText = {
197
201
  "aiAssistant.codeUpdated.message.body2": "node to see the changes",
198
202
  "aiAssistant.thinkingSteps.analyzingError": "Analyzing the error...",
199
203
  "aiAssistant.thinkingSteps.thinking": "Thinking...",
204
+ "aiAssistant.thinkingSteps.runningTools": "Running tools...",
205
+ "aiAssistant.thinkingSteps.processingResults": "Processing results...",
200
206
  "aiAssistant.prompts.currentView.workflowList": "The user is currently looking at the list of workflows.",
201
207
  "aiAssistant.prompts.currentView.credentialsList": "The user is currently looking at the list of credentials.",
202
208
  "aiAssistant.prompts.currentView.executionsView": "The user is currently looking at the list of executions for the currently open workflow.",
@@ -1503,8 +1509,9 @@ var englishBaseText = {
1503
1509
  "nodeView.couldntImportWorkflow": "Could not import workflow",
1504
1510
  "nodeView.couldntLoadWorkflow.invalidWorkflowObject": "Invalid workflow object",
1505
1511
  "nodeView.deletesTheCurrentExecutionData": "Deletes the current execution data",
1506
- "nodeView.focusPanel.title": "Focus",
1507
- "nodeView.focusPanel.noParameters": "No parameters focused. Focus a parameter by clicking on the action dropdown in the node detail view.",
1512
+ "nodeView.focusPanel.noExecutionData": "Execute previous node for autocomplete",
1513
+ "nodeView.focusPanel.noParameters.title": "Show a node parameter here, to iterate easily",
1514
+ "nodeView.focusPanel.noParameters.subtitle": "For example, keep your prompt always visible so you can run the workflow while tweaking it",
1508
1515
  "nodeView.focusPanel.missingParameter": "This parameter is no longer visible on the node. A related parameter was likely changed, removing this one.",
1509
1516
  "nodeView.itLooksLikeYouHaveBeenEditingSomething": "It looks like you made some edits. If you leave before saving, your changes will be lost.",
1510
1517
  "nodeView.loadingTemplate": "Loading template",
@@ -1959,6 +1966,7 @@ var englishBaseText = {
1959
1966
  "settings.personal.security": "Security",
1960
1967
  "settings.signup.signUpInviterInfo": "{firstName} {lastName} has invited you to n8n",
1961
1968
  "settings.users": "Users",
1969
+ "settings.users.count": "{count} user | {count} users",
1962
1970
  "settings.users.search.placeholder": "Search by name or email",
1963
1971
  "settings.users.confirmDataHandlingAfterDeletion": "What should we do with their data?",
1964
1972
  "settings.users.confirmUserDeletion": "Are you sure you want to delete this invited user?",
@@ -2020,7 +2028,6 @@ var englishBaseText = {
2020
2028
  "settings.users.usersInvited": "Users invited",
2021
2029
  "settings.users.usersInvitedError": "Could not invite users",
2022
2030
  "settings.users.advancedPermissions.warning": "{link} to unlock the ability to create additional admin users",
2023
- "settings.users.advancedPermissions.warning.link": "Upgrade",
2024
2031
  "settings.users.userRoleUpdated": "Changes saved",
2025
2032
  "settings.users.userRoleUpdated.message": "{user} has been successfully updated to a {role}",
2026
2033
  "settings.users.userRoleUpdatedError": "Unable to updated role",
@@ -2038,7 +2045,6 @@ var englishBaseText = {
2038
2045
  "settings.users.table.row.2fa.disabled": "@:_reusableBaseText.disabled",
2039
2046
  "settings.api": "API",
2040
2047
  "settings.api.scopes.upgrade": "{link} to unlock the ability to modify API key scopes",
2041
- "settings.api.scopes.upgrade.link": "Upgrade",
2042
2048
  "settings.n8napi": "n8n API",
2043
2049
  "settings.log-streaming": "Log Streaming",
2044
2050
  "settings.log-streaming.heading": "Log Streaming",
@@ -2358,6 +2364,10 @@ var englishBaseText = {
2358
2364
  "templates.workflows": "Workflows",
2359
2365
  "templates.workflowsNotFound": "Workflow could not be found",
2360
2366
  "textEdit.edit": "Edit",
2367
+ "userActivity.daysAgo": "{count} days ago",
2368
+ "userActivity.lastTime": "Last {time}",
2369
+ "userActivity.today": "Today",
2370
+ "userActivity.yesterday": "Yesterday",
2361
2371
  "timeAgo.daysAgo": "%s days ago",
2362
2372
  "timeAgo.hoursAgo": "%s hours ago",
2363
2373
  "timeAgo.inDays": "in %s days",
@@ -2676,6 +2686,10 @@ var englishBaseText = {
2676
2686
  "workflows.create.folder.toast.title": "Workflow successfully created in \"{projectName}\", within \"{folderName}\"",
2677
2687
  "workflows.create.project.toast.text": "All members from {projectName} will have access to this workflow.",
2678
2688
  "workflows.deactivated": "Workflow deactivated",
2689
+ "workflows.ai.starter.collection.callout": "Learn how to build AI Agents in n8n",
2690
+ "workflows.ai.starter.collection.card": "Learn how to build AI Agents",
2691
+ "workflows.ai.starter.collection.folder.name": "🎁 n8n basics: Learn how to build Agents in n8n",
2692
+ "workflows.ai.starter.collection.error": "Error loading AI Agent starter collection. Please try again later.",
2679
2693
  "workflowSelectorParameterInput.createNewSubworkflow.name": "My Sub-Workflow",
2680
2694
  "importCurlModal.title": "Import cURL command",
2681
2695
  "importCurlModal.input.label": "cURL Command",
@@ -3149,6 +3163,7 @@ var englishBaseText = {
3149
3163
  "evaluation.listRuns.error.unknownError": "Execution error{description}",
3150
3164
  "evaluation.listRuns.error.cantFetchTestRuns": "Couldn’t fetch test runs",
3151
3165
  "evaluation.listRuns.error.cantStartTestRun": "Couldn’t start test run",
3166
+ "evaluation.listRuns.error.cantStopTestRun": "Couldn’t stop test run",
3152
3167
  "evaluation.listRuns.error.unknownError.description": "Click for more details",
3153
3168
  "evaluation.listRuns.error.evaluationTriggerNotFound": "Evaluation trigger missing",
3154
3169
  "evaluation.listRuns.error.evaluationTriggerNotConfigured": "Evaluation trigger is not configured",
@@ -3176,6 +3191,7 @@ var englishBaseText = {
3176
3191
  "evaluation.runDetail.error.noMetricsCollected": "No 'Set metrics' node executed",
3177
3192
  "evaluation.runDetail.error.partialCasesFailed": "Finished with errors",
3178
3193
  "evaluation.runTest": "Run Test",
3194
+ "evaluation.stopTest": "Stop Test",
3179
3195
  "evaluation.cancelTestRun": "Cancel Test Run",
3180
3196
  "evaluation.notImplemented": "This feature is not implemented yet!",
3181
3197
  "evaluation.viewDetails": "View Details",
@@ -3256,9 +3272,9 @@ var englishBaseText = {
3256
3272
  "insights.banner.title.timeSavedDailyAverage": "Time saved daily avg.",
3257
3273
  "insights.banner.title.averageRunTime": "Run time (avg.)",
3258
3274
  "insights.dashboard.table.projectName": "Project name",
3275
+ "insights.dashboard.table.title": "Breakdown by workflow",
3259
3276
  "insights.dashboard.table.estimate": "Estimate",
3260
3277
  "insights.dashboard.title": "Insights",
3261
- "insights.dashboard.paywall.cta": "Upgrade",
3262
3278
  "insights.dashboard.paywall.title": "Upgrade to access more detailed insights",
3263
3279
  "insights.dashboard.paywall.description": "Gain access to more granular, per-workflow insights and visual breakdown of production executions over different time periods.",
3264
3280
  "insights.banner.title.timeSaved.tooltip": "Total time saved calculated from your estimated time savings per execution across all workflows",
@@ -3281,8 +3297,8 @@ var englishBaseText = {
3281
3297
  "communityNodeInfo.downloads": "{downloads} Downloads",
3282
3298
  "communityNodeInfo.publishedBy": "Published by {publisherName}",
3283
3299
  "communityNodeInfo.contact.admin": "Please contact an administrator to install this community node:",
3300
+ "communityNodeUpdateInfo.available": "A new node package version is available",
3284
3301
  "insights.upgradeModal.button.dismiss": "Dismiss",
3285
- "insights.upgradeModal.button.upgrade": "Upgrade",
3286
3302
  "insights.upgradeModal.content": "Viewing this time period requires an enterprise plan. Upgrade to Enterprise to unlock advanced features.",
3287
3303
  "insights.upgradeModal.perks.0": "View up to one year of insights history",
3288
3304
  "insights.upgradeModal.perks.1": "Zoom into last 24 hours with hourly granularity",
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@n8n/i18n",
3
3
  "type": "module",
4
- "version": "1.7.0",
4
+ "version": "1.8.0",
5
5
  "files": [
6
6
  "dist",
7
- "LICENSE_EE.md",
8
- "LICENSE.md"
7
+ "LICENSE.md",
8
+ "LICENSE_EE.md"
9
9
  ],
10
10
  "main": "dist/index.cjs",
11
11
  "module": "dist/index.js",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "vue-i18n": "^11.1.2",
27
- "n8n-workflow": "1.100.0"
27
+ "n8n-workflow": "1.101.0"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@testing-library/jest-dom": "^6.6.3",