@n8n/i18n 1.7.0 → 1.9.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 +49 -12
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +45 -9
- package/dist/index.d.ts +45 -9
- package/dist/index.js +49 -12
- package/dist/index.js.map +1 -1
- package/dist/types.d.cts +44 -8
- package/dist/types.d.ts +44 -8
- package/package.json +7 -7
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.",
|
|
@@ -1252,6 +1258,11 @@ var englishBaseText = {
|
|
|
1252
1258
|
"node.discovery.pinData.canvas": "You can pin this output instead of waiting for a test event. Open node to do so.",
|
|
1253
1259
|
"node.discovery.pinData.ndv": "You can pin this output instead of waiting for a test event.",
|
|
1254
1260
|
"node.executionError.openNode": "Open node",
|
|
1261
|
+
"node.settings.continuesOnError": "Execution will continue even if the node fails",
|
|
1262
|
+
"node.settings.continuesOnError.title": "Continue On Fail",
|
|
1263
|
+
"node.settings.retriesOnFailure": "This node will automatically retry if it fails",
|
|
1264
|
+
"node.settings.executeOnce": "This node executes only once, no matter how many input items there are",
|
|
1265
|
+
"node.settings.alwaysOutputData": "This node will output an empty item if nothing would normally be returned",
|
|
1255
1266
|
"nodeBase.clickToAddNodeOrDragToConnect": "Click to add node \n or drag to connect",
|
|
1256
1267
|
"nodeCreator.actionsPlaceholderNode.scheduleTrigger": "On a Schedule",
|
|
1257
1268
|
"nodeCreator.actionsPlaceholderNode.webhook": "On a Webhook call",
|
|
@@ -1503,8 +1514,9 @@ var englishBaseText = {
|
|
|
1503
1514
|
"nodeView.couldntImportWorkflow": "Could not import workflow",
|
|
1504
1515
|
"nodeView.couldntLoadWorkflow.invalidWorkflowObject": "Invalid workflow object",
|
|
1505
1516
|
"nodeView.deletesTheCurrentExecutionData": "Deletes the current execution data",
|
|
1506
|
-
"nodeView.focusPanel.
|
|
1507
|
-
"nodeView.focusPanel.noParameters": "
|
|
1517
|
+
"nodeView.focusPanel.noExecutionData": "Execute previous node for autocomplete",
|
|
1518
|
+
"nodeView.focusPanel.noParameters.title": "Show a node parameter here, to iterate easily",
|
|
1519
|
+
"nodeView.focusPanel.noParameters.subtitle": "For example, keep your prompt always visible so you can run the workflow while tweaking it",
|
|
1508
1520
|
"nodeView.focusPanel.missingParameter": "This parameter is no longer visible on the node. A related parameter was likely changed, removing this one.",
|
|
1509
1521
|
"nodeView.itLooksLikeYouHaveBeenEditingSomething": "It looks like you made some edits. If you leave before saving, your changes will be lost.",
|
|
1510
1522
|
"nodeView.loadingTemplate": "Loading template",
|
|
@@ -1568,6 +1580,8 @@ var englishBaseText = {
|
|
|
1568
1580
|
"nodeView.setupTemplate": "Set up template",
|
|
1569
1581
|
"nodeView.expandAllNodes": "Expand all nodes",
|
|
1570
1582
|
"nodeView.collapseAllNodes": "Collapse all nodes",
|
|
1583
|
+
"nodeView.enterZoomMode": "Enter zoom mode",
|
|
1584
|
+
"nodeView.leaveZoomMode": "Leave zoom mode",
|
|
1571
1585
|
"nodeViewV2.showError.editingNotAllowed": "Editing is not allowed",
|
|
1572
1586
|
"nodeViewV2.showError.failedToCreateNode": "Failed to create node",
|
|
1573
1587
|
"contextMenu.node": "node | nodes",
|
|
@@ -1766,14 +1780,13 @@ var englishBaseText = {
|
|
|
1766
1780
|
"pushConnection.executionError": "There was a problem executing the workflow{error}",
|
|
1767
1781
|
"pushConnection.executionError.openNode": "Open errored node",
|
|
1768
1782
|
"pushConnection.executionError.details": "<br /><strong>{details}</strong>",
|
|
1769
|
-
"prompts.productTeamMessage": "Our product team will get in touch personally",
|
|
1770
1783
|
"prompts.npsSurvey.recommendationQuestion": "How likely are you to recommend n8n to a friend or colleague?",
|
|
1771
1784
|
"prompts.npsSurvey.greatFeedbackTitle": "Great to hear! Can we reach out to see how we can make n8n even better for you?",
|
|
1772
1785
|
"prompts.npsSurvey.defaultFeedbackTitle": "Thanks for your feedback! We'd love to understand how we can improve. Can we reach out?",
|
|
1786
|
+
"prompts.npsSurvey.feedbackQuestionTitle": "Thank you! Why did you choose this score?",
|
|
1773
1787
|
"prompts.npsSurvey.notLikely": "Not likely",
|
|
1774
1788
|
"prompts.npsSurvey.veryLikely": "Very likely",
|
|
1775
1789
|
"prompts.npsSurvey.send": "Send",
|
|
1776
|
-
"prompts.npsSurvey.yourEmailAddress": "Your email address",
|
|
1777
1790
|
"prompts.npsSurvey.reviewUs": "If you’d like to help even more, leave us a <a target=\"_blank\" href=\"https://www.g2.com/products/n8n/reviews/start\">review on G2</a>.",
|
|
1778
1791
|
"prompts.npsSurvey.thanks": "Thanks for your feedback",
|
|
1779
1792
|
"renameAction.emptyName.message": "Please enter a name, or press 'esc' to go back to the old one",
|
|
@@ -1959,6 +1972,7 @@ var englishBaseText = {
|
|
|
1959
1972
|
"settings.personal.security": "Security",
|
|
1960
1973
|
"settings.signup.signUpInviterInfo": "{firstName} {lastName} has invited you to n8n",
|
|
1961
1974
|
"settings.users": "Users",
|
|
1975
|
+
"settings.users.count": "{count} user | {count} users",
|
|
1962
1976
|
"settings.users.search.placeholder": "Search by name or email",
|
|
1963
1977
|
"settings.users.confirmDataHandlingAfterDeletion": "What should we do with their data?",
|
|
1964
1978
|
"settings.users.confirmUserDeletion": "Are you sure you want to delete this invited user?",
|
|
@@ -2020,7 +2034,6 @@ var englishBaseText = {
|
|
|
2020
2034
|
"settings.users.usersInvited": "Users invited",
|
|
2021
2035
|
"settings.users.usersInvitedError": "Could not invite users",
|
|
2022
2036
|
"settings.users.advancedPermissions.warning": "{link} to unlock the ability to create additional admin users",
|
|
2023
|
-
"settings.users.advancedPermissions.warning.link": "Upgrade",
|
|
2024
2037
|
"settings.users.userRoleUpdated": "Changes saved",
|
|
2025
2038
|
"settings.users.userRoleUpdated.message": "{user} has been successfully updated to a {role}",
|
|
2026
2039
|
"settings.users.userRoleUpdatedError": "Unable to updated role",
|
|
@@ -2038,7 +2051,6 @@ var englishBaseText = {
|
|
|
2038
2051
|
"settings.users.table.row.2fa.disabled": "@:_reusableBaseText.disabled",
|
|
2039
2052
|
"settings.api": "API",
|
|
2040
2053
|
"settings.api.scopes.upgrade": "{link} to unlock the ability to modify API key scopes",
|
|
2041
|
-
"settings.api.scopes.upgrade.link": "Upgrade",
|
|
2042
2054
|
"settings.n8napi": "n8n API",
|
|
2043
2055
|
"settings.log-streaming": "Log Streaming",
|
|
2044
2056
|
"settings.log-streaming.heading": "Log Streaming",
|
|
@@ -2358,6 +2370,10 @@ var englishBaseText = {
|
|
|
2358
2370
|
"templates.workflows": "Workflows",
|
|
2359
2371
|
"templates.workflowsNotFound": "Workflow could not be found",
|
|
2360
2372
|
"textEdit.edit": "Edit",
|
|
2373
|
+
"userActivity.daysAgo": "{count} days ago",
|
|
2374
|
+
"userActivity.lastTime": "Last {time}",
|
|
2375
|
+
"userActivity.today": "Today",
|
|
2376
|
+
"userActivity.yesterday": "Yesterday",
|
|
2361
2377
|
"timeAgo.daysAgo": "%s days ago",
|
|
2362
2378
|
"timeAgo.hoursAgo": "%s hours ago",
|
|
2363
2379
|
"timeAgo.inDays": "in %s days",
|
|
@@ -2423,6 +2439,15 @@ var englishBaseText = {
|
|
|
2423
2439
|
"ndv.search.noMatchSchema.description": "To search field values, switch to table or JSON view. {link}",
|
|
2424
2440
|
"ndv.search.noMatchSchema.description.link": "Clear filter",
|
|
2425
2441
|
"ndv.search.items": "{matched} of {count} item | {matched} of {count} items",
|
|
2442
|
+
"ndv.nodeHints.disabled": "This node is disabled, and will simply pass the input through",
|
|
2443
|
+
"ndv.nodeHints.alwaysOutputData": "This node will output an empty item if nothing would normally be returned",
|
|
2444
|
+
"ndv.nodeHints.alwaysOutputData.short": "output an empty item if nothing would normally be returned",
|
|
2445
|
+
"ndv.nodeHints.executeOnce": "This node will execute only once, no matter how many input items there are",
|
|
2446
|
+
"ndv.nodeHints.executeOnce.short": "execute only once, no matter how many input items there are",
|
|
2447
|
+
"ndv.nodeHints.retryOnFail": "This node will automatically retry if it fails",
|
|
2448
|
+
"ndv.nodeHints.retryOnFail.short": "automatically retry if it fails",
|
|
2449
|
+
"ndv.nodeHints.continueOnError": "Execution will continue even if the node fails",
|
|
2450
|
+
"ndv.nodeHints.continueOnError.short": "continue executing even if the node fails",
|
|
2426
2451
|
"updatesPanel.andIs": "and is",
|
|
2427
2452
|
"updatesPanel.behindTheLatest": "behind the latest and greatest n8n",
|
|
2428
2453
|
"updatesPanel.howToUpdateYourN8nVersion": "How to update your n8n version",
|
|
@@ -2556,6 +2581,8 @@ var englishBaseText = {
|
|
|
2556
2581
|
"workflowSettings.showMessage.saveSettings.title": "Workflow settings saved",
|
|
2557
2582
|
"workflowSettings.timeoutAfter": "Timeout After",
|
|
2558
2583
|
"workflowSettings.timeoutWorkflow": "Timeout Workflow",
|
|
2584
|
+
"workflowSettings.executionTimeout": "Timeout Workflow",
|
|
2585
|
+
"workflowSettings.tags": "Tags",
|
|
2559
2586
|
"workflowSettings.timezone": "Timezone",
|
|
2560
2587
|
"workflowSettings.timeSavedPerExecution": "Estimated time saved",
|
|
2561
2588
|
"workflowSettings.timeSavedPerExecution.hint": "Minutes per production execution",
|
|
@@ -2607,6 +2634,7 @@ var englishBaseText = {
|
|
|
2607
2634
|
"workflows.item.created": "Created",
|
|
2608
2635
|
"workflows.item.readonly": "Read only",
|
|
2609
2636
|
"workflows.item.archived": "Archived",
|
|
2637
|
+
"workflows.itemSuggestion.try": "Try template",
|
|
2610
2638
|
"workflows.search.placeholder": "Search",
|
|
2611
2639
|
"workflows.filters": "Filters",
|
|
2612
2640
|
"workflows.filters.tags": "Tags",
|
|
@@ -2676,6 +2704,10 @@ var englishBaseText = {
|
|
|
2676
2704
|
"workflows.create.folder.toast.title": "Workflow successfully created in \"{projectName}\", within \"{folderName}\"",
|
|
2677
2705
|
"workflows.create.project.toast.text": "All members from {projectName} will have access to this workflow.",
|
|
2678
2706
|
"workflows.deactivated": "Workflow deactivated",
|
|
2707
|
+
"workflows.ai.starter.collection.callout": "Learn how to build AI Agents in n8n",
|
|
2708
|
+
"workflows.ai.starter.collection.card": "Learn how to build AI Agents",
|
|
2709
|
+
"workflows.ai.starter.collection.folder.name": "🎁 n8n basics: Learn how to build Agents in n8n",
|
|
2710
|
+
"workflows.ai.starter.collection.error": "Error loading AI Agent starter collection. Please try again later.",
|
|
2679
2711
|
"workflowSelectorParameterInput.createNewSubworkflow.name": "My Sub-Workflow",
|
|
2680
2712
|
"importCurlModal.title": "Import cURL command",
|
|
2681
2713
|
"importCurlModal.input.label": "cURL Command",
|
|
@@ -3133,6 +3165,7 @@ var englishBaseText = {
|
|
|
3133
3165
|
"evaluation.listRuns.metricsOverTime": "Metrics over time",
|
|
3134
3166
|
"evaluation.listRuns.status": "Status",
|
|
3135
3167
|
"evaluation.listRuns.runListHeader": "All runs",
|
|
3168
|
+
"evaluation.listRuns.allTestCases": "All test cases | All test cases ({count})",
|
|
3136
3169
|
"evaluation.listRuns.testCasesListHeader": "Run #{index}",
|
|
3137
3170
|
"evaluation.listRuns.runNumber": "Run",
|
|
3138
3171
|
"evaluation.listRuns.runDate": "Run date",
|
|
@@ -3149,6 +3182,7 @@ var englishBaseText = {
|
|
|
3149
3182
|
"evaluation.listRuns.error.unknownError": "Execution error{description}",
|
|
3150
3183
|
"evaluation.listRuns.error.cantFetchTestRuns": "Couldn’t fetch test runs",
|
|
3151
3184
|
"evaluation.listRuns.error.cantStartTestRun": "Couldn’t start test run",
|
|
3185
|
+
"evaluation.listRuns.error.cantStopTestRun": "Couldn’t stop test run",
|
|
3152
3186
|
"evaluation.listRuns.error.unknownError.description": "Click for more details",
|
|
3153
3187
|
"evaluation.listRuns.error.evaluationTriggerNotFound": "Evaluation trigger missing",
|
|
3154
3188
|
"evaluation.listRuns.error.evaluationTriggerNotConfigured": "Evaluation trigger is not configured",
|
|
@@ -3175,7 +3209,9 @@ var englishBaseText = {
|
|
|
3175
3209
|
"evaluation.runDetail.error.unknownError.solution": "View execution",
|
|
3176
3210
|
"evaluation.runDetail.error.noMetricsCollected": "No 'Set metrics' node executed",
|
|
3177
3211
|
"evaluation.runDetail.error.partialCasesFailed": "Finished with errors",
|
|
3212
|
+
"evaluation.runDetail.notice.useSetInputs": "Tip: Show input columns from your dataset here by adding the evaluation node's 'set inputs' operation to your workflow",
|
|
3178
3213
|
"evaluation.runTest": "Run Test",
|
|
3214
|
+
"evaluation.stopTest": "Stop Test",
|
|
3179
3215
|
"evaluation.cancelTestRun": "Cancel Test Run",
|
|
3180
3216
|
"evaluation.notImplemented": "This feature is not implemented yet!",
|
|
3181
3217
|
"evaluation.viewDetails": "View Details",
|
|
@@ -3256,9 +3292,9 @@ var englishBaseText = {
|
|
|
3256
3292
|
"insights.banner.title.timeSavedDailyAverage": "Time saved daily avg.",
|
|
3257
3293
|
"insights.banner.title.averageRunTime": "Run time (avg.)",
|
|
3258
3294
|
"insights.dashboard.table.projectName": "Project name",
|
|
3295
|
+
"insights.dashboard.table.title": "Breakdown by workflow",
|
|
3259
3296
|
"insights.dashboard.table.estimate": "Estimate",
|
|
3260
3297
|
"insights.dashboard.title": "Insights",
|
|
3261
|
-
"insights.dashboard.paywall.cta": "Upgrade",
|
|
3262
3298
|
"insights.dashboard.paywall.title": "Upgrade to access more detailed insights",
|
|
3263
3299
|
"insights.dashboard.paywall.description": "Gain access to more granular, per-workflow insights and visual breakdown of production executions over different time periods.",
|
|
3264
3300
|
"insights.banner.title.timeSaved.tooltip": "Total time saved calculated from your estimated time savings per execution across all workflows",
|
|
@@ -3281,8 +3317,8 @@ var englishBaseText = {
|
|
|
3281
3317
|
"communityNodeInfo.downloads": "{downloads} Downloads",
|
|
3282
3318
|
"communityNodeInfo.publishedBy": "Published by {publisherName}",
|
|
3283
3319
|
"communityNodeInfo.contact.admin": "Please contact an administrator to install this community node:",
|
|
3320
|
+
"communityNodeUpdateInfo.available": "A new node package version is available",
|
|
3284
3321
|
"insights.upgradeModal.button.dismiss": "Dismiss",
|
|
3285
|
-
"insights.upgradeModal.button.upgrade": "Upgrade",
|
|
3286
3322
|
"insights.upgradeModal.content": "Viewing this time period requires an enterprise plan. Upgrade to Enterprise to unlock advanced features.",
|
|
3287
3323
|
"insights.upgradeModal.perks.0": "View up to one year of insights history",
|
|
3288
3324
|
"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.",
|
|
@@ -1252,6 +1258,11 @@ var englishBaseText = {
|
|
|
1252
1258
|
"node.discovery.pinData.canvas": "You can pin this output instead of waiting for a test event. Open node to do so.",
|
|
1253
1259
|
"node.discovery.pinData.ndv": "You can pin this output instead of waiting for a test event.",
|
|
1254
1260
|
"node.executionError.openNode": "Open node",
|
|
1261
|
+
"node.settings.continuesOnError": "Execution will continue even if the node fails",
|
|
1262
|
+
"node.settings.continuesOnError.title": "Continue On Fail",
|
|
1263
|
+
"node.settings.retriesOnFailure": "This node will automatically retry if it fails",
|
|
1264
|
+
"node.settings.executeOnce": "This node executes only once, no matter how many input items there are",
|
|
1265
|
+
"node.settings.alwaysOutputData": "This node will output an empty item if nothing would normally be returned",
|
|
1255
1266
|
"nodeBase.clickToAddNodeOrDragToConnect": "Click to add node \n or drag to connect",
|
|
1256
1267
|
"nodeCreator.actionsPlaceholderNode.scheduleTrigger": "On a Schedule",
|
|
1257
1268
|
"nodeCreator.actionsPlaceholderNode.webhook": "On a Webhook call",
|
|
@@ -1503,8 +1514,9 @@ var englishBaseText = {
|
|
|
1503
1514
|
"nodeView.couldntImportWorkflow": "Could not import workflow",
|
|
1504
1515
|
"nodeView.couldntLoadWorkflow.invalidWorkflowObject": "Invalid workflow object",
|
|
1505
1516
|
"nodeView.deletesTheCurrentExecutionData": "Deletes the current execution data",
|
|
1506
|
-
"nodeView.focusPanel.
|
|
1507
|
-
"nodeView.focusPanel.noParameters": "
|
|
1517
|
+
"nodeView.focusPanel.noExecutionData": "Execute previous node for autocomplete",
|
|
1518
|
+
"nodeView.focusPanel.noParameters.title": "Show a node parameter here, to iterate easily",
|
|
1519
|
+
"nodeView.focusPanel.noParameters.subtitle": "For example, keep your prompt always visible so you can run the workflow while tweaking it",
|
|
1508
1520
|
"nodeView.focusPanel.missingParameter": "This parameter is no longer visible on the node. A related parameter was likely changed, removing this one.",
|
|
1509
1521
|
"nodeView.itLooksLikeYouHaveBeenEditingSomething": "It looks like you made some edits. If you leave before saving, your changes will be lost.",
|
|
1510
1522
|
"nodeView.loadingTemplate": "Loading template",
|
|
@@ -1568,6 +1580,8 @@ var englishBaseText = {
|
|
|
1568
1580
|
"nodeView.setupTemplate": "Set up template",
|
|
1569
1581
|
"nodeView.expandAllNodes": "Expand all nodes",
|
|
1570
1582
|
"nodeView.collapseAllNodes": "Collapse all nodes",
|
|
1583
|
+
"nodeView.enterZoomMode": "Enter zoom mode",
|
|
1584
|
+
"nodeView.leaveZoomMode": "Leave zoom mode",
|
|
1571
1585
|
"nodeViewV2.showError.editingNotAllowed": "Editing is not allowed",
|
|
1572
1586
|
"nodeViewV2.showError.failedToCreateNode": "Failed to create node",
|
|
1573
1587
|
"contextMenu.node": "node | nodes",
|
|
@@ -1766,14 +1780,13 @@ var englishBaseText = {
|
|
|
1766
1780
|
"pushConnection.executionError": "There was a problem executing the workflow{error}",
|
|
1767
1781
|
"pushConnection.executionError.openNode": "Open errored node",
|
|
1768
1782
|
"pushConnection.executionError.details": "<br /><strong>{details}</strong>",
|
|
1769
|
-
"prompts.productTeamMessage": "Our product team will get in touch personally",
|
|
1770
1783
|
"prompts.npsSurvey.recommendationQuestion": "How likely are you to recommend n8n to a friend or colleague?",
|
|
1771
1784
|
"prompts.npsSurvey.greatFeedbackTitle": "Great to hear! Can we reach out to see how we can make n8n even better for you?",
|
|
1772
1785
|
"prompts.npsSurvey.defaultFeedbackTitle": "Thanks for your feedback! We'd love to understand how we can improve. Can we reach out?",
|
|
1786
|
+
"prompts.npsSurvey.feedbackQuestionTitle": "Thank you! Why did you choose this score?",
|
|
1773
1787
|
"prompts.npsSurvey.notLikely": "Not likely",
|
|
1774
1788
|
"prompts.npsSurvey.veryLikely": "Very likely",
|
|
1775
1789
|
"prompts.npsSurvey.send": "Send",
|
|
1776
|
-
"prompts.npsSurvey.yourEmailAddress": "Your email address",
|
|
1777
1790
|
"prompts.npsSurvey.reviewUs": "If you’d like to help even more, leave us a <a target=\"_blank\" href=\"https://www.g2.com/products/n8n/reviews/start\">review on G2</a>.",
|
|
1778
1791
|
"prompts.npsSurvey.thanks": "Thanks for your feedback",
|
|
1779
1792
|
"renameAction.emptyName.message": "Please enter a name, or press 'esc' to go back to the old one",
|
|
@@ -1959,6 +1972,7 @@ var englishBaseText = {
|
|
|
1959
1972
|
"settings.personal.security": "Security",
|
|
1960
1973
|
"settings.signup.signUpInviterInfo": "{firstName} {lastName} has invited you to n8n",
|
|
1961
1974
|
"settings.users": "Users",
|
|
1975
|
+
"settings.users.count": "{count} user | {count} users",
|
|
1962
1976
|
"settings.users.search.placeholder": "Search by name or email",
|
|
1963
1977
|
"settings.users.confirmDataHandlingAfterDeletion": "What should we do with their data?",
|
|
1964
1978
|
"settings.users.confirmUserDeletion": "Are you sure you want to delete this invited user?",
|
|
@@ -2020,7 +2034,6 @@ var englishBaseText = {
|
|
|
2020
2034
|
"settings.users.usersInvited": "Users invited",
|
|
2021
2035
|
"settings.users.usersInvitedError": "Could not invite users",
|
|
2022
2036
|
"settings.users.advancedPermissions.warning": "{link} to unlock the ability to create additional admin users",
|
|
2023
|
-
"settings.users.advancedPermissions.warning.link": "Upgrade",
|
|
2024
2037
|
"settings.users.userRoleUpdated": "Changes saved",
|
|
2025
2038
|
"settings.users.userRoleUpdated.message": "{user} has been successfully updated to a {role}",
|
|
2026
2039
|
"settings.users.userRoleUpdatedError": "Unable to updated role",
|
|
@@ -2038,7 +2051,6 @@ var englishBaseText = {
|
|
|
2038
2051
|
"settings.users.table.row.2fa.disabled": "@:_reusableBaseText.disabled",
|
|
2039
2052
|
"settings.api": "API",
|
|
2040
2053
|
"settings.api.scopes.upgrade": "{link} to unlock the ability to modify API key scopes",
|
|
2041
|
-
"settings.api.scopes.upgrade.link": "Upgrade",
|
|
2042
2054
|
"settings.n8napi": "n8n API",
|
|
2043
2055
|
"settings.log-streaming": "Log Streaming",
|
|
2044
2056
|
"settings.log-streaming.heading": "Log Streaming",
|
|
@@ -2358,6 +2370,10 @@ var englishBaseText = {
|
|
|
2358
2370
|
"templates.workflows": "Workflows",
|
|
2359
2371
|
"templates.workflowsNotFound": "Workflow could not be found",
|
|
2360
2372
|
"textEdit.edit": "Edit",
|
|
2373
|
+
"userActivity.daysAgo": "{count} days ago",
|
|
2374
|
+
"userActivity.lastTime": "Last {time}",
|
|
2375
|
+
"userActivity.today": "Today",
|
|
2376
|
+
"userActivity.yesterday": "Yesterday",
|
|
2361
2377
|
"timeAgo.daysAgo": "%s days ago",
|
|
2362
2378
|
"timeAgo.hoursAgo": "%s hours ago",
|
|
2363
2379
|
"timeAgo.inDays": "in %s days",
|
|
@@ -2423,6 +2439,15 @@ var englishBaseText = {
|
|
|
2423
2439
|
"ndv.search.noMatchSchema.description": "To search field values, switch to table or JSON view. {link}",
|
|
2424
2440
|
"ndv.search.noMatchSchema.description.link": "Clear filter",
|
|
2425
2441
|
"ndv.search.items": "{matched} of {count} item | {matched} of {count} items",
|
|
2442
|
+
"ndv.nodeHints.disabled": "This node is disabled, and will simply pass the input through",
|
|
2443
|
+
"ndv.nodeHints.alwaysOutputData": "This node will output an empty item if nothing would normally be returned",
|
|
2444
|
+
"ndv.nodeHints.alwaysOutputData.short": "output an empty item if nothing would normally be returned",
|
|
2445
|
+
"ndv.nodeHints.executeOnce": "This node will execute only once, no matter how many input items there are",
|
|
2446
|
+
"ndv.nodeHints.executeOnce.short": "execute only once, no matter how many input items there are",
|
|
2447
|
+
"ndv.nodeHints.retryOnFail": "This node will automatically retry if it fails",
|
|
2448
|
+
"ndv.nodeHints.retryOnFail.short": "automatically retry if it fails",
|
|
2449
|
+
"ndv.nodeHints.continueOnError": "Execution will continue even if the node fails",
|
|
2450
|
+
"ndv.nodeHints.continueOnError.short": "continue executing even if the node fails",
|
|
2426
2451
|
"updatesPanel.andIs": "and is",
|
|
2427
2452
|
"updatesPanel.behindTheLatest": "behind the latest and greatest n8n",
|
|
2428
2453
|
"updatesPanel.howToUpdateYourN8nVersion": "How to update your n8n version",
|
|
@@ -2556,6 +2581,8 @@ var englishBaseText = {
|
|
|
2556
2581
|
"workflowSettings.showMessage.saveSettings.title": "Workflow settings saved",
|
|
2557
2582
|
"workflowSettings.timeoutAfter": "Timeout After",
|
|
2558
2583
|
"workflowSettings.timeoutWorkflow": "Timeout Workflow",
|
|
2584
|
+
"workflowSettings.executionTimeout": "Timeout Workflow",
|
|
2585
|
+
"workflowSettings.tags": "Tags",
|
|
2559
2586
|
"workflowSettings.timezone": "Timezone",
|
|
2560
2587
|
"workflowSettings.timeSavedPerExecution": "Estimated time saved",
|
|
2561
2588
|
"workflowSettings.timeSavedPerExecution.hint": "Minutes per production execution",
|
|
@@ -2607,6 +2634,7 @@ var englishBaseText = {
|
|
|
2607
2634
|
"workflows.item.created": "Created",
|
|
2608
2635
|
"workflows.item.readonly": "Read only",
|
|
2609
2636
|
"workflows.item.archived": "Archived",
|
|
2637
|
+
"workflows.itemSuggestion.try": "Try template",
|
|
2610
2638
|
"workflows.search.placeholder": "Search",
|
|
2611
2639
|
"workflows.filters": "Filters",
|
|
2612
2640
|
"workflows.filters.tags": "Tags",
|
|
@@ -2676,6 +2704,10 @@ var englishBaseText = {
|
|
|
2676
2704
|
"workflows.create.folder.toast.title": "Workflow successfully created in \"{projectName}\", within \"{folderName}\"",
|
|
2677
2705
|
"workflows.create.project.toast.text": "All members from {projectName} will have access to this workflow.",
|
|
2678
2706
|
"workflows.deactivated": "Workflow deactivated",
|
|
2707
|
+
"workflows.ai.starter.collection.callout": "Learn how to build AI Agents in n8n",
|
|
2708
|
+
"workflows.ai.starter.collection.card": "Learn how to build AI Agents",
|
|
2709
|
+
"workflows.ai.starter.collection.folder.name": "🎁 n8n basics: Learn how to build Agents in n8n",
|
|
2710
|
+
"workflows.ai.starter.collection.error": "Error loading AI Agent starter collection. Please try again later.",
|
|
2679
2711
|
"workflowSelectorParameterInput.createNewSubworkflow.name": "My Sub-Workflow",
|
|
2680
2712
|
"importCurlModal.title": "Import cURL command",
|
|
2681
2713
|
"importCurlModal.input.label": "cURL Command",
|
|
@@ -3133,6 +3165,7 @@ var englishBaseText = {
|
|
|
3133
3165
|
"evaluation.listRuns.metricsOverTime": "Metrics over time",
|
|
3134
3166
|
"evaluation.listRuns.status": "Status",
|
|
3135
3167
|
"evaluation.listRuns.runListHeader": "All runs",
|
|
3168
|
+
"evaluation.listRuns.allTestCases": "All test cases | All test cases ({count})",
|
|
3136
3169
|
"evaluation.listRuns.testCasesListHeader": "Run #{index}",
|
|
3137
3170
|
"evaluation.listRuns.runNumber": "Run",
|
|
3138
3171
|
"evaluation.listRuns.runDate": "Run date",
|
|
@@ -3149,6 +3182,7 @@ var englishBaseText = {
|
|
|
3149
3182
|
"evaluation.listRuns.error.unknownError": "Execution error{description}",
|
|
3150
3183
|
"evaluation.listRuns.error.cantFetchTestRuns": "Couldn’t fetch test runs",
|
|
3151
3184
|
"evaluation.listRuns.error.cantStartTestRun": "Couldn’t start test run",
|
|
3185
|
+
"evaluation.listRuns.error.cantStopTestRun": "Couldn’t stop test run",
|
|
3152
3186
|
"evaluation.listRuns.error.unknownError.description": "Click for more details",
|
|
3153
3187
|
"evaluation.listRuns.error.evaluationTriggerNotFound": "Evaluation trigger missing",
|
|
3154
3188
|
"evaluation.listRuns.error.evaluationTriggerNotConfigured": "Evaluation trigger is not configured",
|
|
@@ -3175,7 +3209,9 @@ var englishBaseText = {
|
|
|
3175
3209
|
"evaluation.runDetail.error.unknownError.solution": "View execution",
|
|
3176
3210
|
"evaluation.runDetail.error.noMetricsCollected": "No 'Set metrics' node executed",
|
|
3177
3211
|
"evaluation.runDetail.error.partialCasesFailed": "Finished with errors",
|
|
3212
|
+
"evaluation.runDetail.notice.useSetInputs": "Tip: Show input columns from your dataset here by adding the evaluation node's 'set inputs' operation to your workflow",
|
|
3178
3213
|
"evaluation.runTest": "Run Test",
|
|
3214
|
+
"evaluation.stopTest": "Stop Test",
|
|
3179
3215
|
"evaluation.cancelTestRun": "Cancel Test Run",
|
|
3180
3216
|
"evaluation.notImplemented": "This feature is not implemented yet!",
|
|
3181
3217
|
"evaluation.viewDetails": "View Details",
|
|
@@ -3256,9 +3292,9 @@ var englishBaseText = {
|
|
|
3256
3292
|
"insights.banner.title.timeSavedDailyAverage": "Time saved daily avg.",
|
|
3257
3293
|
"insights.banner.title.averageRunTime": "Run time (avg.)",
|
|
3258
3294
|
"insights.dashboard.table.projectName": "Project name",
|
|
3295
|
+
"insights.dashboard.table.title": "Breakdown by workflow",
|
|
3259
3296
|
"insights.dashboard.table.estimate": "Estimate",
|
|
3260
3297
|
"insights.dashboard.title": "Insights",
|
|
3261
|
-
"insights.dashboard.paywall.cta": "Upgrade",
|
|
3262
3298
|
"insights.dashboard.paywall.title": "Upgrade to access more detailed insights",
|
|
3263
3299
|
"insights.dashboard.paywall.description": "Gain access to more granular, per-workflow insights and visual breakdown of production executions over different time periods.",
|
|
3264
3300
|
"insights.banner.title.timeSaved.tooltip": "Total time saved calculated from your estimated time savings per execution across all workflows",
|
|
@@ -3281,8 +3317,8 @@ var englishBaseText = {
|
|
|
3281
3317
|
"communityNodeInfo.downloads": "{downloads} Downloads",
|
|
3282
3318
|
"communityNodeInfo.publishedBy": "Published by {publisherName}",
|
|
3283
3319
|
"communityNodeInfo.contact.admin": "Please contact an administrator to install this community node:",
|
|
3320
|
+
"communityNodeUpdateInfo.available": "A new node package version is available",
|
|
3284
3321
|
"insights.upgradeModal.button.dismiss": "Dismiss",
|
|
3285
|
-
"insights.upgradeModal.button.upgrade": "Upgrade",
|
|
3286
3322
|
"insights.upgradeModal.content": "Viewing this time period requires an enterprise plan. Upgrade to Enterprise to unlock advanced features.",
|
|
3287
3323
|
"insights.upgradeModal.perks.0": "View up to one year of insights history",
|
|
3288
3324
|
"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.
|
|
4
|
+
"version": "1.9.0",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
7
|
-
"
|
|
8
|
-
"
|
|
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.
|
|
27
|
+
"n8n-workflow": "1.102.0"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@testing-library/jest-dom": "^6.6.3",
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
"vite": "^6.3.5",
|
|
40
40
|
"vitest": "^3.1.3",
|
|
41
41
|
"vue-tsc": "^2.2.8",
|
|
42
|
-
"@n8n/typescript-config": "1.3.0",
|
|
43
42
|
"@n8n/eslint-config": "0.0.1",
|
|
44
|
-
"@n8n/vitest-config": "1.5.0"
|
|
43
|
+
"@n8n/vitest-config": "1.5.0",
|
|
44
|
+
"@n8n/typescript-config": "1.3.0"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"vue": "^3.5.13"
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"test": "vitest run",
|
|
65
65
|
"test:dev": "vitest --silent=false",
|
|
66
66
|
"lint": "eslint src --quiet",
|
|
67
|
-
"
|
|
67
|
+
"lint:fix": "eslint src --fix",
|
|
68
68
|
"format": "biome format --write . && prettier --write . --ignore-path ../../../../.prettierignore",
|
|
69
69
|
"format:check": "biome ci . && prettier --check . --ignore-path ../../../../.prettierignore"
|
|
70
70
|
}
|