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

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
@@ -143,6 +143,8 @@ var en_default = {
143
143
  "generic.search": "Search",
144
144
  "generic.showMore": "Show more",
145
145
  "generic.showLess": "Show less",
146
+ "generic.published": "Published",
147
+ "generic.notPublished": "Not published",
146
148
  "about.aboutN8n": "About n8n",
147
149
  "about.close": "Close",
148
150
  "about.license": "License",
@@ -2994,8 +2996,8 @@ var en_default = {
2994
2996
  "workflowActivator.active": "Active",
2995
2997
  "workflowActivator.inactive": "Inactive",
2996
2998
  "workflowActivator.showError.title": "Workflow could not be {newStateName}",
2997
- "workflowActivator.showMessage.activeChangedNodesIssuesExistTrue.message": "Please resolve outstanding issues before you activate it",
2998
- "workflowActivator.showMessage.activeChangedNodesIssuesExistTrue.title": "Problem activating workflow",
2999
+ "workflowActivator.showMessage.activeChangedNodesIssuesExistTrue.message": "Please resolve outstanding issues before publishing",
3000
+ "workflowActivator.showMessage.activeChangedNodesIssuesExistTrue.title": "Problem publishing workflow ({count} node has issues) | Problem publishing workflow ({count} nodes have issues)",
2999
3001
  "workflowActivator.showMessage.activeChangedWorkflowIdUndefined.message": "Please save it before activating",
3000
3002
  "workflowActivator.showMessage.activeChangedWorkflowIdUndefined.title": "Problem activating workflow",
3001
3003
  "workflowActivator.showMessage.displayActivationError.message.catchBlock": "Sorry there was a problem requesting the error",
@@ -3203,8 +3205,6 @@ var en_default = {
3203
3205
  "workflows.item.availableInMCP": "Available in MCP",
3204
3206
  "workflows.item.enableMCPAccess": "Enable MCP access",
3205
3207
  "workflows.item.disableMCPAccess": "Remove MCP access",
3206
- "workflows.item.published": "Published",
3207
- "workflows.item.notPublished": "Not published",
3208
3208
  "workflows.itemSuggestion.try": "Try template",
3209
3209
  "workflows.templateRecoV2.starterTemplates": "Starter templates",
3210
3210
  "workflows.templateRecoV2.seeMoreStarterTemplates": "See more starter templates",