@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 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