@n8n/i18n 1.4.0 → 1.5.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 +15 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +14 -0
- package/dist/index.d.ts +14 -0
- package/dist/index.js +15 -1
- package/dist/index.js.map +1 -1
- package/dist/types.d.cts +15 -1
- package/dist/types.d.ts +15 -1
- package/package.json +11 -11
package/dist/index.d.cts
CHANGED
|
@@ -88,6 +88,7 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
88
88
|
"generic.upgrade": string;
|
|
89
89
|
"generic.upgradeNow": string;
|
|
90
90
|
"generic.credential": string;
|
|
91
|
+
"generic.credentials": string;
|
|
91
92
|
"generic.workflow": string;
|
|
92
93
|
"generic.workflowSaved": string;
|
|
93
94
|
"generic.editor": string;
|
|
@@ -1087,6 +1088,8 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
1087
1088
|
"mainSidebar.workflows.readOnlyEnv.tooltip.link": string;
|
|
1088
1089
|
"mainSidebar.executions": string;
|
|
1089
1090
|
"mainSidebar.workersView": string;
|
|
1091
|
+
"mainSidebar.whatsNew": string;
|
|
1092
|
+
"mainSidebar.whatsNew.fullChangelog": string;
|
|
1090
1093
|
"menuActions.duplicate": string;
|
|
1091
1094
|
"menuActions.download": string;
|
|
1092
1095
|
"menuActions.push": string;
|
|
@@ -1460,6 +1463,7 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
1460
1463
|
"nodeSettings.outputCleared.message": string;
|
|
1461
1464
|
"nodeSettings.nodeVersion": string;
|
|
1462
1465
|
"nodeView.addNode": string;
|
|
1466
|
+
"nodeView.openFocusPanel": string;
|
|
1463
1467
|
"nodeView.openNodesPanel": string;
|
|
1464
1468
|
"nodeView.addATriggerNodeFirst": string;
|
|
1465
1469
|
"nodeView.addOrEnableTriggerNode": string;
|
|
@@ -1479,6 +1483,9 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
1479
1483
|
"nodeView.couldntImportWorkflow": string;
|
|
1480
1484
|
"nodeView.couldntLoadWorkflow.invalidWorkflowObject": string;
|
|
1481
1485
|
"nodeView.deletesTheCurrentExecutionData": string;
|
|
1486
|
+
"nodeView.focusPanel.executeButtonTooltip": string;
|
|
1487
|
+
"nodeView.focusPanel.title": string;
|
|
1488
|
+
"nodeView.focusPanel.noParameters": string;
|
|
1482
1489
|
"nodeView.itLooksLikeYouHaveBeenEditingSomething": string;
|
|
1483
1490
|
"nodeView.loadingTemplate": string;
|
|
1484
1491
|
"nodeView.moreInfo": string;
|
|
@@ -1616,6 +1623,7 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
1616
1623
|
"parameterInput.parameterHasIssuesAndExpression": string;
|
|
1617
1624
|
"parameterInput.refreshList": string;
|
|
1618
1625
|
"parameterInput.clearContents": string;
|
|
1626
|
+
"parameterInput.focusParameter": string;
|
|
1619
1627
|
"parameterInput.resetValue": string;
|
|
1620
1628
|
"parameterInput.select": string;
|
|
1621
1629
|
"parameterInput.selectDateAndTime": string;
|
|
@@ -2187,6 +2195,7 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
2187
2195
|
"settings.sourceControl.modals.push.description": string;
|
|
2188
2196
|
"settings.sourceControl.modals.push.description.learnMore": string;
|
|
2189
2197
|
"settings.sourceControl.modals.push.filesToCommit": string;
|
|
2198
|
+
"settings.sourceControl.modals.push.filter": string;
|
|
2190
2199
|
"settings.sourceControl.modals.push.workflowsToCommit": string;
|
|
2191
2200
|
"settings.sourceControl.modals.push.everythingIsUpToDate": string;
|
|
2192
2201
|
"settings.sourceControl.modals.push.noWorkflowChanges": string;
|
|
@@ -2197,6 +2206,7 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
2197
2206
|
"settings.sourceControl.modals.push.buttons.save": string;
|
|
2198
2207
|
"settings.sourceControl.modals.push.success.title": string;
|
|
2199
2208
|
"settings.sourceControl.modals.push.success.description": string;
|
|
2209
|
+
"settings.sourceControl.modals.push.projectAdmin.callout": string;
|
|
2200
2210
|
"settings.sourceControl.status.modified": string;
|
|
2201
2211
|
"settings.sourceControl.status.deleted": string;
|
|
2202
2212
|
"settings.sourceControl.status.created": string;
|
|
@@ -3229,6 +3239,10 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
3229
3239
|
"insights.upgradeModal.perks.1": string;
|
|
3230
3240
|
"insights.upgradeModal.perks.2": string;
|
|
3231
3241
|
"insights.upgradeModal.title": string;
|
|
3242
|
+
"whatsNew.versionsBehind": string;
|
|
3243
|
+
"whatsNew.update": string;
|
|
3244
|
+
"whatsNew.updateAvailable": string;
|
|
3245
|
+
"whatsNew.updateAvailable.changelogLink": string;
|
|
3232
3246
|
};
|
|
3233
3247
|
}, {}, {}, string, true>;
|
|
3234
3248
|
type BaseTextOptions = {
|
package/dist/index.d.ts
CHANGED
|
@@ -88,6 +88,7 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
88
88
|
"generic.upgrade": string;
|
|
89
89
|
"generic.upgradeNow": string;
|
|
90
90
|
"generic.credential": string;
|
|
91
|
+
"generic.credentials": string;
|
|
91
92
|
"generic.workflow": string;
|
|
92
93
|
"generic.workflowSaved": string;
|
|
93
94
|
"generic.editor": string;
|
|
@@ -1087,6 +1088,8 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
1087
1088
|
"mainSidebar.workflows.readOnlyEnv.tooltip.link": string;
|
|
1088
1089
|
"mainSidebar.executions": string;
|
|
1089
1090
|
"mainSidebar.workersView": string;
|
|
1091
|
+
"mainSidebar.whatsNew": string;
|
|
1092
|
+
"mainSidebar.whatsNew.fullChangelog": string;
|
|
1090
1093
|
"menuActions.duplicate": string;
|
|
1091
1094
|
"menuActions.download": string;
|
|
1092
1095
|
"menuActions.push": string;
|
|
@@ -1460,6 +1463,7 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
1460
1463
|
"nodeSettings.outputCleared.message": string;
|
|
1461
1464
|
"nodeSettings.nodeVersion": string;
|
|
1462
1465
|
"nodeView.addNode": string;
|
|
1466
|
+
"nodeView.openFocusPanel": string;
|
|
1463
1467
|
"nodeView.openNodesPanel": string;
|
|
1464
1468
|
"nodeView.addATriggerNodeFirst": string;
|
|
1465
1469
|
"nodeView.addOrEnableTriggerNode": string;
|
|
@@ -1479,6 +1483,9 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
1479
1483
|
"nodeView.couldntImportWorkflow": string;
|
|
1480
1484
|
"nodeView.couldntLoadWorkflow.invalidWorkflowObject": string;
|
|
1481
1485
|
"nodeView.deletesTheCurrentExecutionData": string;
|
|
1486
|
+
"nodeView.focusPanel.executeButtonTooltip": string;
|
|
1487
|
+
"nodeView.focusPanel.title": string;
|
|
1488
|
+
"nodeView.focusPanel.noParameters": string;
|
|
1482
1489
|
"nodeView.itLooksLikeYouHaveBeenEditingSomething": string;
|
|
1483
1490
|
"nodeView.loadingTemplate": string;
|
|
1484
1491
|
"nodeView.moreInfo": string;
|
|
@@ -1616,6 +1623,7 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
1616
1623
|
"parameterInput.parameterHasIssuesAndExpression": string;
|
|
1617
1624
|
"parameterInput.refreshList": string;
|
|
1618
1625
|
"parameterInput.clearContents": string;
|
|
1626
|
+
"parameterInput.focusParameter": string;
|
|
1619
1627
|
"parameterInput.resetValue": string;
|
|
1620
1628
|
"parameterInput.select": string;
|
|
1621
1629
|
"parameterInput.selectDateAndTime": string;
|
|
@@ -2187,6 +2195,7 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
2187
2195
|
"settings.sourceControl.modals.push.description": string;
|
|
2188
2196
|
"settings.sourceControl.modals.push.description.learnMore": string;
|
|
2189
2197
|
"settings.sourceControl.modals.push.filesToCommit": string;
|
|
2198
|
+
"settings.sourceControl.modals.push.filter": string;
|
|
2190
2199
|
"settings.sourceControl.modals.push.workflowsToCommit": string;
|
|
2191
2200
|
"settings.sourceControl.modals.push.everythingIsUpToDate": string;
|
|
2192
2201
|
"settings.sourceControl.modals.push.noWorkflowChanges": string;
|
|
@@ -2197,6 +2206,7 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
2197
2206
|
"settings.sourceControl.modals.push.buttons.save": string;
|
|
2198
2207
|
"settings.sourceControl.modals.push.success.title": string;
|
|
2199
2208
|
"settings.sourceControl.modals.push.success.description": string;
|
|
2209
|
+
"settings.sourceControl.modals.push.projectAdmin.callout": string;
|
|
2200
2210
|
"settings.sourceControl.status.modified": string;
|
|
2201
2211
|
"settings.sourceControl.status.deleted": string;
|
|
2202
2212
|
"settings.sourceControl.status.created": string;
|
|
@@ -3229,6 +3239,10 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
3229
3239
|
"insights.upgradeModal.perks.1": string;
|
|
3230
3240
|
"insights.upgradeModal.perks.2": string;
|
|
3231
3241
|
"insights.upgradeModal.title": string;
|
|
3242
|
+
"whatsNew.versionsBehind": string;
|
|
3243
|
+
"whatsNew.update": string;
|
|
3244
|
+
"whatsNew.updateAvailable": string;
|
|
3245
|
+
"whatsNew.updateAvailable.changelogLink": string;
|
|
3232
3246
|
};
|
|
3233
3247
|
}, {}, {}, string, true>;
|
|
3234
3248
|
type BaseTextOptions = {
|
package/dist/index.js
CHANGED
|
@@ -94,6 +94,7 @@ var en_default = {
|
|
|
94
94
|
"generic.upgrade": "Upgrade",
|
|
95
95
|
"generic.upgradeNow": "Upgrade now",
|
|
96
96
|
"generic.credential": "Credential | {count} Credential | {count} Credentials",
|
|
97
|
+
"generic.credentials": "Credentials",
|
|
97
98
|
"generic.workflow": "Workflow | {count} Workflow | {count} Workflows",
|
|
98
99
|
"generic.workflowSaved": "Workflow changes saved",
|
|
99
100
|
"generic.editor": "Editor",
|
|
@@ -1094,6 +1095,8 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
1094
1095
|
"mainSidebar.workflows.readOnlyEnv.tooltip.link": "More info",
|
|
1095
1096
|
"mainSidebar.executions": "Executions",
|
|
1096
1097
|
"mainSidebar.workersView": "Workers",
|
|
1098
|
+
"mainSidebar.whatsNew": "What\u2019s New",
|
|
1099
|
+
"mainSidebar.whatsNew.fullChangelog": "Full changelog",
|
|
1097
1100
|
"menuActions.duplicate": "Duplicate",
|
|
1098
1101
|
"menuActions.download": "Download",
|
|
1099
1102
|
"menuActions.push": "Push to Git",
|
|
@@ -1467,6 +1470,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
1467
1470
|
"nodeSettings.outputCleared.message": "Order of parameters changed, outgoing connections were cleared",
|
|
1468
1471
|
"nodeSettings.nodeVersion": "{node} node version {version}",
|
|
1469
1472
|
"nodeView.addNode": "Add node",
|
|
1473
|
+
"nodeView.openFocusPanel": "Open focus panel",
|
|
1470
1474
|
"nodeView.openNodesPanel": "Open nodes panel",
|
|
1471
1475
|
"nodeView.addATriggerNodeFirst": "Add a <a data-action='showNodeCreator'>Trigger Node</a> first",
|
|
1472
1476
|
"nodeView.addOrEnableTriggerNode": "<a data-action='showNodeCreator'>Add</a> or enable a Trigger node to execute the workflow",
|
|
@@ -1486,6 +1490,9 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
1486
1490
|
"nodeView.couldntImportWorkflow": "Could not import workflow",
|
|
1487
1491
|
"nodeView.couldntLoadWorkflow.invalidWorkflowObject": "Invalid workflow object",
|
|
1488
1492
|
"nodeView.deletesTheCurrentExecutionData": "Deletes the current execution data",
|
|
1493
|
+
"nodeView.focusPanel.executeButtonTooltip": "Execute AI Agent",
|
|
1494
|
+
"nodeView.focusPanel.title": "Focus",
|
|
1495
|
+
"nodeView.focusPanel.noParameters": "No parameters focused. Focus a parameter by clicking on the action dropdown in the node detail view.",
|
|
1489
1496
|
"nodeView.itLooksLikeYouHaveBeenEditingSomething": "It looks like you made some edits. If you leave before saving, your changes will be lost.",
|
|
1490
1497
|
"nodeView.loadingTemplate": "Loading template",
|
|
1491
1498
|
"nodeView.moreInfo": "More info",
|
|
@@ -1623,6 +1630,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
1623
1630
|
"parameterInput.parameterHasIssuesAndExpression": 'Parameter: "{shortPath}" has issues and an expression',
|
|
1624
1631
|
"parameterInput.refreshList": "Refresh List",
|
|
1625
1632
|
"parameterInput.clearContents": "Clear Contents",
|
|
1633
|
+
"parameterInput.focusParameter": "Focus parameter",
|
|
1626
1634
|
"parameterInput.resetValue": "Reset Value",
|
|
1627
1635
|
"parameterInput.select": "Select",
|
|
1628
1636
|
"parameterInput.selectDateAndTime": "Select date and time",
|
|
@@ -2194,6 +2202,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
2194
2202
|
"settings.sourceControl.modals.push.description": "The following will be committed: ",
|
|
2195
2203
|
"settings.sourceControl.modals.push.description.learnMore": "More info",
|
|
2196
2204
|
"settings.sourceControl.modals.push.filesToCommit": "Files to commit",
|
|
2205
|
+
"settings.sourceControl.modals.push.filter": "Filters are applied. Showing {count} {entity}.",
|
|
2197
2206
|
"settings.sourceControl.modals.push.workflowsToCommit": "Select workflows",
|
|
2198
2207
|
"settings.sourceControl.modals.push.everythingIsUpToDate": "Everything is up to date",
|
|
2199
2208
|
"settings.sourceControl.modals.push.noWorkflowChanges": "There are no workflow changes but the following will be committed: {link}",
|
|
@@ -2204,6 +2213,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
2204
2213
|
"settings.sourceControl.modals.push.buttons.save": "Commit and push",
|
|
2205
2214
|
"settings.sourceControl.modals.push.success.title": "Pushed successfully",
|
|
2206
2215
|
"settings.sourceControl.modals.push.success.description": "were committed and pushed to your remote repository",
|
|
2216
|
+
"settings.sourceControl.modals.push.projectAdmin.callout": "If you want to push workflows from your personal space, move then to a project first.",
|
|
2207
2217
|
"settings.sourceControl.status.modified": "Modified",
|
|
2208
2218
|
"settings.sourceControl.status.deleted": "Deleted",
|
|
2209
2219
|
"settings.sourceControl.status.created": "New",
|
|
@@ -3235,7 +3245,11 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
3235
3245
|
"insights.upgradeModal.perks.0": "View up to one year of insights history",
|
|
3236
3246
|
"insights.upgradeModal.perks.1": "Zoom into last 24 hours with hourly granularity",
|
|
3237
3247
|
"insights.upgradeModal.perks.2": "Gain deeper visibility into workflow trends over time",
|
|
3238
|
-
"insights.upgradeModal.title": "Upgrade to Enterprise"
|
|
3248
|
+
"insights.upgradeModal.title": "Upgrade to Enterprise",
|
|
3249
|
+
"whatsNew.versionsBehind": "{count} version behind | {count} versions behind",
|
|
3250
|
+
"whatsNew.update": "Update",
|
|
3251
|
+
"whatsNew.updateAvailable": "You're currently on version {currentVersion}. Update to {latestVersion} to get {count} versions worth of new features, improvements, and fixes. See what changed",
|
|
3252
|
+
"whatsNew.updateAvailable.changelogLink": "in the full changelog"
|
|
3239
3253
|
};
|
|
3240
3254
|
|
|
3241
3255
|
// src/index.ts
|