@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/index.cjs
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.",
|
|
@@ -1259,6 +1265,11 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
1259
1265
|
"node.discovery.pinData.canvas": "You can pin this output instead of waiting for a test event. Open node to do so.",
|
|
1260
1266
|
"node.discovery.pinData.ndv": "You can pin this output instead of waiting for a test event.",
|
|
1261
1267
|
"node.executionError.openNode": "Open node",
|
|
1268
|
+
"node.settings.continuesOnError": "Execution will continue even if the node fails",
|
|
1269
|
+
"node.settings.continuesOnError.title": "Continue On Fail",
|
|
1270
|
+
"node.settings.retriesOnFailure": "This node will automatically retry if it fails",
|
|
1271
|
+
"node.settings.executeOnce": "This node executes only once, no matter how many input items there are",
|
|
1272
|
+
"node.settings.alwaysOutputData": "This node will output an empty item if nothing would normally be returned",
|
|
1262
1273
|
"nodeBase.clickToAddNodeOrDragToConnect": "Click to add node \n or drag to connect",
|
|
1263
1274
|
"nodeCreator.actionsPlaceholderNode.scheduleTrigger": "On a Schedule",
|
|
1264
1275
|
"nodeCreator.actionsPlaceholderNode.webhook": "On a Webhook call",
|
|
@@ -1510,8 +1521,9 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
1510
1521
|
"nodeView.couldntImportWorkflow": "Could not import workflow",
|
|
1511
1522
|
"nodeView.couldntLoadWorkflow.invalidWorkflowObject": "Invalid workflow object",
|
|
1512
1523
|
"nodeView.deletesTheCurrentExecutionData": "Deletes the current execution data",
|
|
1513
|
-
"nodeView.focusPanel.
|
|
1514
|
-
"nodeView.focusPanel.noParameters": "
|
|
1524
|
+
"nodeView.focusPanel.noExecutionData": "Execute previous node for autocomplete",
|
|
1525
|
+
"nodeView.focusPanel.noParameters.title": "Show a node parameter here, to iterate easily",
|
|
1526
|
+
"nodeView.focusPanel.noParameters.subtitle": "For example, keep your prompt always visible so you can run the workflow while tweaking it",
|
|
1515
1527
|
"nodeView.focusPanel.missingParameter": "This parameter is no longer visible on the node. A related parameter was likely changed, removing this one.",
|
|
1516
1528
|
"nodeView.itLooksLikeYouHaveBeenEditingSomething": "It looks like you made some edits. If you leave before saving, your changes will be lost.",
|
|
1517
1529
|
"nodeView.loadingTemplate": "Loading template",
|
|
@@ -1575,6 +1587,8 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
1575
1587
|
"nodeView.setupTemplate": "Set up template",
|
|
1576
1588
|
"nodeView.expandAllNodes": "Expand all nodes",
|
|
1577
1589
|
"nodeView.collapseAllNodes": "Collapse all nodes",
|
|
1590
|
+
"nodeView.enterZoomMode": "Enter zoom mode",
|
|
1591
|
+
"nodeView.leaveZoomMode": "Leave zoom mode",
|
|
1578
1592
|
"nodeViewV2.showError.editingNotAllowed": "Editing is not allowed",
|
|
1579
1593
|
"nodeViewV2.showError.failedToCreateNode": "Failed to create node",
|
|
1580
1594
|
"contextMenu.node": "node | nodes",
|
|
@@ -1773,14 +1787,13 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
1773
1787
|
"pushConnection.executionError": "There was a problem executing the workflow{error}",
|
|
1774
1788
|
"pushConnection.executionError.openNode": "Open errored node",
|
|
1775
1789
|
"pushConnection.executionError.details": "<br /><strong>{details}</strong>",
|
|
1776
|
-
"prompts.productTeamMessage": "Our product team will get in touch personally",
|
|
1777
1790
|
"prompts.npsSurvey.recommendationQuestion": "How likely are you to recommend n8n to a friend or colleague?",
|
|
1778
1791
|
"prompts.npsSurvey.greatFeedbackTitle": "Great to hear! Can we reach out to see how we can make n8n even better for you?",
|
|
1779
1792
|
"prompts.npsSurvey.defaultFeedbackTitle": "Thanks for your feedback! We'd love to understand how we can improve. Can we reach out?",
|
|
1793
|
+
"prompts.npsSurvey.feedbackQuestionTitle": "Thank you! Why did you choose this score?",
|
|
1780
1794
|
"prompts.npsSurvey.notLikely": "Not likely",
|
|
1781
1795
|
"prompts.npsSurvey.veryLikely": "Very likely",
|
|
1782
1796
|
"prompts.npsSurvey.send": "Send",
|
|
1783
|
-
"prompts.npsSurvey.yourEmailAddress": "Your email address",
|
|
1784
1797
|
"prompts.npsSurvey.reviewUs": 'If you\u2019d like to help even more, leave us a <a target="_blank" href="https://www.g2.com/products/n8n/reviews/start">review on G2</a>.',
|
|
1785
1798
|
"prompts.npsSurvey.thanks": "Thanks for your feedback",
|
|
1786
1799
|
"renameAction.emptyName.message": "Please enter a name, or press 'esc' to go back to the old one",
|
|
@@ -1966,6 +1979,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
1966
1979
|
"settings.personal.security": "Security",
|
|
1967
1980
|
"settings.signup.signUpInviterInfo": "{firstName} {lastName} has invited you to n8n",
|
|
1968
1981
|
"settings.users": "Users",
|
|
1982
|
+
"settings.users.count": "{count} user | {count} users",
|
|
1969
1983
|
"settings.users.search.placeholder": "Search by name or email",
|
|
1970
1984
|
"settings.users.confirmDataHandlingAfterDeletion": "What should we do with their data?",
|
|
1971
1985
|
"settings.users.confirmUserDeletion": "Are you sure you want to delete this invited user?",
|
|
@@ -2027,7 +2041,6 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
2027
2041
|
"settings.users.usersInvited": "Users invited",
|
|
2028
2042
|
"settings.users.usersInvitedError": "Could not invite users",
|
|
2029
2043
|
"settings.users.advancedPermissions.warning": "{link} to unlock the ability to create additional admin users",
|
|
2030
|
-
"settings.users.advancedPermissions.warning.link": "Upgrade",
|
|
2031
2044
|
"settings.users.userRoleUpdated": "Changes saved",
|
|
2032
2045
|
"settings.users.userRoleUpdated.message": "{user} has been successfully updated to a {role}",
|
|
2033
2046
|
"settings.users.userRoleUpdatedError": "Unable to updated role",
|
|
@@ -2045,7 +2058,6 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
2045
2058
|
"settings.users.table.row.2fa.disabled": "@:_reusableBaseText.disabled",
|
|
2046
2059
|
"settings.api": "API",
|
|
2047
2060
|
"settings.api.scopes.upgrade": "{link} to unlock the ability to modify API key scopes",
|
|
2048
|
-
"settings.api.scopes.upgrade.link": "Upgrade",
|
|
2049
2061
|
"settings.n8napi": "n8n API",
|
|
2050
2062
|
"settings.log-streaming": "Log Streaming",
|
|
2051
2063
|
"settings.log-streaming.heading": "Log Streaming",
|
|
@@ -2365,6 +2377,10 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
2365
2377
|
"templates.workflows": "Workflows",
|
|
2366
2378
|
"templates.workflowsNotFound": "Workflow could not be found",
|
|
2367
2379
|
"textEdit.edit": "Edit",
|
|
2380
|
+
"userActivity.daysAgo": "{count} days ago",
|
|
2381
|
+
"userActivity.lastTime": "Last {time}",
|
|
2382
|
+
"userActivity.today": "Today",
|
|
2383
|
+
"userActivity.yesterday": "Yesterday",
|
|
2368
2384
|
"timeAgo.daysAgo": "%s days ago",
|
|
2369
2385
|
"timeAgo.hoursAgo": "%s hours ago",
|
|
2370
2386
|
"timeAgo.inDays": "in %s days",
|
|
@@ -2430,6 +2446,15 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
2430
2446
|
"ndv.search.noMatchSchema.description": "To search field values, switch to table or JSON view. {link}",
|
|
2431
2447
|
"ndv.search.noMatchSchema.description.link": "Clear filter",
|
|
2432
2448
|
"ndv.search.items": "{matched} of {count} item | {matched} of {count} items",
|
|
2449
|
+
"ndv.nodeHints.disabled": "This node is disabled, and will simply pass the input through",
|
|
2450
|
+
"ndv.nodeHints.alwaysOutputData": "This node will output an empty item if nothing would normally be returned",
|
|
2451
|
+
"ndv.nodeHints.alwaysOutputData.short": "output an empty item if nothing would normally be returned",
|
|
2452
|
+
"ndv.nodeHints.executeOnce": "This node will execute only once, no matter how many input items there are",
|
|
2453
|
+
"ndv.nodeHints.executeOnce.short": "execute only once, no matter how many input items there are",
|
|
2454
|
+
"ndv.nodeHints.retryOnFail": "This node will automatically retry if it fails",
|
|
2455
|
+
"ndv.nodeHints.retryOnFail.short": "automatically retry if it fails",
|
|
2456
|
+
"ndv.nodeHints.continueOnError": "Execution will continue even if the node fails",
|
|
2457
|
+
"ndv.nodeHints.continueOnError.short": "continue executing even if the node fails",
|
|
2433
2458
|
"updatesPanel.andIs": "and is",
|
|
2434
2459
|
"updatesPanel.behindTheLatest": "behind the latest and greatest n8n",
|
|
2435
2460
|
"updatesPanel.howToUpdateYourN8nVersion": "How to update your n8n version",
|
|
@@ -2563,6 +2588,8 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
2563
2588
|
"workflowSettings.showMessage.saveSettings.title": "Workflow settings saved",
|
|
2564
2589
|
"workflowSettings.timeoutAfter": "Timeout After",
|
|
2565
2590
|
"workflowSettings.timeoutWorkflow": "Timeout Workflow",
|
|
2591
|
+
"workflowSettings.executionTimeout": "Timeout Workflow",
|
|
2592
|
+
"workflowSettings.tags": "Tags",
|
|
2566
2593
|
"workflowSettings.timezone": "Timezone",
|
|
2567
2594
|
"workflowSettings.timeSavedPerExecution": "Estimated time saved",
|
|
2568
2595
|
"workflowSettings.timeSavedPerExecution.hint": "Minutes per production execution",
|
|
@@ -2614,6 +2641,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
2614
2641
|
"workflows.item.created": "Created",
|
|
2615
2642
|
"workflows.item.readonly": "Read only",
|
|
2616
2643
|
"workflows.item.archived": "Archived",
|
|
2644
|
+
"workflows.itemSuggestion.try": "Try template",
|
|
2617
2645
|
"workflows.search.placeholder": "Search",
|
|
2618
2646
|
"workflows.filters": "Filters",
|
|
2619
2647
|
"workflows.filters.tags": "Tags",
|
|
@@ -2683,6 +2711,10 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
2683
2711
|
"workflows.create.folder.toast.title": 'Workflow successfully created in "{projectName}", within "{folderName}"',
|
|
2684
2712
|
"workflows.create.project.toast.text": "All members from {projectName} will have access to this workflow.",
|
|
2685
2713
|
"workflows.deactivated": "Workflow deactivated",
|
|
2714
|
+
"workflows.ai.starter.collection.callout": "Learn how to build AI Agents in n8n",
|
|
2715
|
+
"workflows.ai.starter.collection.card": "Learn how to build AI Agents",
|
|
2716
|
+
"workflows.ai.starter.collection.folder.name": "\u{1F381} n8n basics: Learn how to build Agents in n8n",
|
|
2717
|
+
"workflows.ai.starter.collection.error": "Error loading AI Agent starter collection. Please try again later.",
|
|
2686
2718
|
"workflowSelectorParameterInput.createNewSubworkflow.name": "My Sub-Workflow",
|
|
2687
2719
|
"importCurlModal.title": "Import cURL command",
|
|
2688
2720
|
"importCurlModal.input.label": "cURL Command",
|
|
@@ -3140,6 +3172,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
3140
3172
|
"evaluation.listRuns.metricsOverTime": "Metrics over time",
|
|
3141
3173
|
"evaluation.listRuns.status": "Status",
|
|
3142
3174
|
"evaluation.listRuns.runListHeader": "All runs",
|
|
3175
|
+
"evaluation.listRuns.allTestCases": "All test cases | All test cases ({count})",
|
|
3143
3176
|
"evaluation.listRuns.testCasesListHeader": "Run #{index}",
|
|
3144
3177
|
"evaluation.listRuns.runNumber": "Run",
|
|
3145
3178
|
"evaluation.listRuns.runDate": "Run date",
|
|
@@ -3156,6 +3189,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
3156
3189
|
"evaluation.listRuns.error.unknownError": "Execution error{description}",
|
|
3157
3190
|
"evaluation.listRuns.error.cantFetchTestRuns": "Couldn\u2019t fetch test runs",
|
|
3158
3191
|
"evaluation.listRuns.error.cantStartTestRun": "Couldn\u2019t start test run",
|
|
3192
|
+
"evaluation.listRuns.error.cantStopTestRun": "Couldn\u2019t stop test run",
|
|
3159
3193
|
"evaluation.listRuns.error.unknownError.description": "Click for more details",
|
|
3160
3194
|
"evaluation.listRuns.error.evaluationTriggerNotFound": "Evaluation trigger missing",
|
|
3161
3195
|
"evaluation.listRuns.error.evaluationTriggerNotConfigured": "Evaluation trigger is not configured",
|
|
@@ -3182,7 +3216,9 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
3182
3216
|
"evaluation.runDetail.error.unknownError.solution": "View execution",
|
|
3183
3217
|
"evaluation.runDetail.error.noMetricsCollected": "No 'Set metrics' node executed",
|
|
3184
3218
|
"evaluation.runDetail.error.partialCasesFailed": "Finished with errors",
|
|
3219
|
+
"evaluation.runDetail.notice.useSetInputs": "Tip: Show input columns from your dataset here by adding the evaluation node's 'set inputs' operation to your workflow",
|
|
3185
3220
|
"evaluation.runTest": "Run Test",
|
|
3221
|
+
"evaluation.stopTest": "Stop Test",
|
|
3186
3222
|
"evaluation.cancelTestRun": "Cancel Test Run",
|
|
3187
3223
|
"evaluation.notImplemented": "This feature is not implemented yet!",
|
|
3188
3224
|
"evaluation.viewDetails": "View Details",
|
|
@@ -3263,9 +3299,9 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
3263
3299
|
"insights.banner.title.timeSavedDailyAverage": "Time saved daily avg.",
|
|
3264
3300
|
"insights.banner.title.averageRunTime": "Run time (avg.)",
|
|
3265
3301
|
"insights.dashboard.table.projectName": "Project name",
|
|
3302
|
+
"insights.dashboard.table.title": "Breakdown by workflow",
|
|
3266
3303
|
"insights.dashboard.table.estimate": "Estimate",
|
|
3267
3304
|
"insights.dashboard.title": "Insights",
|
|
3268
|
-
"insights.dashboard.paywall.cta": "Upgrade",
|
|
3269
3305
|
"insights.dashboard.paywall.title": "Upgrade to access more detailed insights",
|
|
3270
3306
|
"insights.dashboard.paywall.description": "Gain access to more granular, per-workflow insights and visual breakdown of production executions over different time periods.",
|
|
3271
3307
|
"insights.banner.title.timeSaved.tooltip": "Total time saved calculated from your estimated time savings per execution across all workflows",
|
|
@@ -3288,8 +3324,8 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
3288
3324
|
"communityNodeInfo.downloads": "{downloads} Downloads",
|
|
3289
3325
|
"communityNodeInfo.publishedBy": "Published by {publisherName}",
|
|
3290
3326
|
"communityNodeInfo.contact.admin": "Please contact an administrator to install this community node:",
|
|
3327
|
+
"communityNodeUpdateInfo.available": "A new node package version is available",
|
|
3291
3328
|
"insights.upgradeModal.button.dismiss": "Dismiss",
|
|
3292
|
-
"insights.upgradeModal.button.upgrade": "Upgrade",
|
|
3293
3329
|
"insights.upgradeModal.content": "Viewing this time period requires an enterprise plan. Upgrade to Enterprise to unlock advanced features.",
|
|
3294
3330
|
"insights.upgradeModal.perks.0": "View up to one year of insights history",
|
|
3295
3331
|
"insights.upgradeModal.perks.1": "Zoom into last 24 hours with hourly granularity",
|
|
@@ -3303,10 +3339,11 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
3303
3339
|
|
|
3304
3340
|
// src/index.ts
|
|
3305
3341
|
var i18nInstance = _vuei18n.createI18n.call(void 0, {
|
|
3342
|
+
legacy: false,
|
|
3306
3343
|
locale: "en",
|
|
3307
3344
|
fallbackLocale: "en",
|
|
3308
3345
|
messages: { en: en_default },
|
|
3309
|
-
|
|
3346
|
+
warnHtmlMessage: false
|
|
3310
3347
|
});
|
|
3311
3348
|
var I18nClass = (_class = class {constructor() { _class.prototype.__init.call(this);_class.prototype.__init2.call(this); }
|
|
3312
3349
|
__init() {this.baseTextCache = /* @__PURE__ */ new Map()}
|
|
@@ -3323,7 +3360,7 @@ var I18nClass = (_class = class {constructor() { _class.prototype.__init.call(th
|
|
|
3323
3360
|
return longNodeType.replace("n8n-nodes-base.", "");
|
|
3324
3361
|
}
|
|
3325
3362
|
get locale() {
|
|
3326
|
-
return i18nInstance.global.locale;
|
|
3363
|
+
return i18nInstance.global.locale.value;
|
|
3327
3364
|
}
|
|
3328
3365
|
// ----------------------------------
|
|
3329
3366
|
// render methods
|
|
@@ -3583,12 +3620,12 @@ var I18nClass = (_class = class {constructor() { _class.prototype.__init.call(th
|
|
|
3583
3620
|
}, _class);
|
|
3584
3621
|
var loadedLanguages = ["en"];
|
|
3585
3622
|
async function setLanguage(language) {
|
|
3586
|
-
i18nInstance.global.locale = language;
|
|
3623
|
+
i18nInstance.global.locale.value = language;
|
|
3587
3624
|
document.querySelector("html").setAttribute("lang", language);
|
|
3588
3625
|
return language;
|
|
3589
3626
|
}
|
|
3590
3627
|
async function loadLanguage(language) {
|
|
3591
|
-
if (i18nInstance.global.locale === language) {
|
|
3628
|
+
if (i18nInstance.global.locale.value === language) {
|
|
3592
3629
|
return await setLanguage(language);
|
|
3593
3630
|
}
|
|
3594
3631
|
if (loadedLanguages.includes(language)) {
|