@n8n/i18n 2.0.0-rc.0 → 2.0.0-rc.1

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
@@ -1261,6 +1261,8 @@ var en_default = {
1261
1261
  "logs.details.body.multipleInputs": "Multiple inputs. View them by {button}",
1262
1262
  "logs.details.body.multipleInputs.openingTheNode": "opening the node",
1263
1263
  "mainSidebar.aboutN8n": "About n8n",
1264
+ "mainSidebar.state.collapse": "Collapse sidebar",
1265
+ "mainSidebar.state.expand": "Expand sidebar",
1264
1266
  "mainSidebar.confirmMessage.workflowArchive.cancelButtonText": "",
1265
1267
  "mainSidebar.confirmMessage.workflowArchive.confirmButtonText": "Yes, archive",
1266
1268
  "mainSidebar.confirmMessage.workflowArchive.headline": "Archive Workflow?",
@@ -1286,6 +1288,7 @@ var en_default = {
1286
1288
  "mainSidebar.prompt.invalidUrl": "Invalid URL",
1287
1289
  "mainSidebar.prompt.workflowUrl": "Workflow URL",
1288
1290
  "mainSidebar.save": "@:_reusableBaseText.save",
1291
+ "mainSidebar.settings": "Settings",
1289
1292
  "mainSidebar.showError.stopExecution.title": "Problem stopping execution",
1290
1293
  "mainSidebar.showMessage.handleFileImport.message": "The file does not contain valid JSON data",
1291
1294
  "mainSidebar.showMessage.handleFileImport.title": "Could not import file",
@@ -3174,6 +3177,7 @@ var en_default = {
3174
3177
  "workflowHistory.action.clone.success.title": "Successfully cloned workflow version",
3175
3178
  "workflowHistory.action.clone.success.message": "Open cloned workflow in a new tab",
3176
3179
  "workflowHistory.action.unpublish.success.title": "Workflow unpublished successfully",
3180
+ "workflowHistory.action.unpublish.notAvailable": "This workflow has no published version to unpublish",
3177
3181
  "workflowHistory.action.unpublish.modal.title": "Unpublish {versionName}",
3178
3182
  "workflowHistory.action.unpublish.modal.description": "This will prevent all production executions to this workflow until you publish again.",
3179
3183
  "workflowHistory.action.unpublish.modal.button.unpublish": "Unpublish",
@@ -3853,7 +3857,7 @@ var en_default = {
3853
3857
  "templateSetup.credential.description": "The credential you select will be used in the {0} node of the workflow template. | The credential you select will be used in the {0} nodes of the workflow template.",
3854
3858
  "templateSetup.continue.button.fillRemaining": "Fill remaining credentials to continue",
3855
3859
  "setupCredentialsModal.title": "Set up template",
3856
- "becomeCreator.text": "Share your workflows with 40k+ users, unlock perks, and shine as a featured template creator!",
3860
+ "becomeCreator.text": "Share your workflows with other users, unlock perks, and become a featured template creator!",
3857
3861
  "becomeCreator.buttonText": "Become a creator",
3858
3862
  "becomeCreator.closeButtonTitle": "Close",
3859
3863
  "feedback.title": "Was this helpful?",
@@ -4052,7 +4056,7 @@ var en_default = {
4052
4056
  "insights.upgradeModal.perks.1": "Zoom into last 24 hours with hourly granularity",
4053
4057
  "insights.upgradeModal.perks.2": "Gain deeper visibility into workflow trends over time",
4054
4058
  "insights.upgradeModal.title": "Upgrade to Enterprise",
4055
- "whatsNew.versionsBehind": "{count} version behind | {count} versions behind",
4059
+ "whatsNew.versionsBehind": "Update ({count} version behind) | Update ({count} versions behind)",
4056
4060
  "whatsNew.update": "Update",
4057
4061
  "whatsNew.updateNudgeTooltip": "Only owners can perform updates",
4058
4062
  "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",
@@ -4116,6 +4120,8 @@ var en_default = {
4116
4120
  "commandBar.workflow.archive": "Archive workflow",
4117
4121
  "commandBar.workflow.unarchive": "Unarchive workflow",
4118
4122
  "commandBar.workflow.delete": "Delete workflow",
4123
+ "commandBar.workflow.publish": "Publish workflow",
4124
+ "commandBar.workflow.unpublish": "Unpublish workflow",
4119
4125
  "commandBar.workflow.keywords.test": "test",
4120
4126
  "commandBar.workflow.keywords.execute": "execute",
4121
4127
  "commandBar.workflow.keywords.run": "run",