@n8n/i18n 1.27.0 → 2.0.0-rc.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
@@ -141,6 +141,8 @@ var en_default = {
141
141
  "generic.your": "Your",
142
142
  "generic.apiKey": "API Key",
143
143
  "generic.search": "Search",
144
+ "generic.showMore": "Show more",
145
+ "generic.showLess": "Show less",
144
146
  "about.aboutN8n": "About n8n",
145
147
  "about.close": "Close",
146
148
  "about.license": "License",
@@ -165,6 +167,7 @@ var en_default = {
165
167
  "activationModal.saveExecutions": "save executions.",
166
168
  "activationModal.theseExecutionsWillNotShowUp": "These executions will not show up immediately in the editor,",
167
169
  "activationModal.workflowActivated": "Workflow activated",
170
+ "activationModal.workflowPublished": "Workflow published",
168
171
  "activationModal.yourTriggerWillNowFire": "Your trigger will now fire production executions automatically.",
169
172
  "activationModal.yourTriggersWillNowFire": "Your triggers will now fire production executions automatically.",
170
173
  "activationModal.yourWorkflowWillNowListenForEvents": "Your workflow will now listen for events from {serviceName} and trigger executions.",
@@ -1314,6 +1317,7 @@ var en_default = {
1314
1317
  "menuActions.delete": "Delete",
1315
1318
  "menuActions.archive": "Archive",
1316
1319
  "menuActions.unarchive": "Unarchive",
1320
+ "menuActions.unpublish": "Unpublish",
1317
1321
  "multipleParameter.addItem": "Add item",
1318
1322
  "multipleParameter.currentlyNoItemsExist": "Currently no items exist",
1319
1323
  "multipleParameter.deleteItem": "Delete item",
@@ -3143,12 +3147,17 @@ var en_default = {
3143
3147
  "workflowHistory.content.actions": "Actions",
3144
3148
  "workflowHistory.item.id": "ID: {id}",
3145
3149
  "workflowHistory.item.createdAt": "{date} at {time}",
3150
+ "workflowHistory.item.savedAtLabel": "Saved:",
3151
+ "workflowHistory.item.publishedAtLabel": "Published:",
3146
3152
  "workflowHistory.item.actions.restore": "Restore this version",
3153
+ "workflowHistory.item.actions.publish": "Publish this version",
3154
+ "workflowHistory.item.actions.unpublish": "Unpublish workflow",
3147
3155
  "workflowHistory.item.actions.clone": "Clone to new workflow",
3148
3156
  "workflowHistory.item.actions.open": "Open version in new tab",
3149
3157
  "workflowHistory.item.actions.download": "Download",
3150
3158
  "workflowHistory.item.unsaved.title": "Unsaved version",
3151
3159
  "workflowHistory.item.latest": "Latest saved",
3160
+ "workflowHistory.item.active": "Published",
3152
3161
  "workflowHistory.empty": "No versions yet.",
3153
3162
  "workflowHistory.hint": "Save the workflow to create the first version!",
3154
3163
  "workflowHistory.limit": "Version history is limited to {days} days",
@@ -3157,17 +3166,23 @@ var en_default = {
3157
3166
  "workflowHistory.action.error.title": "Failed to {action}",
3158
3167
  "workflowHistory.action.restore.modal.title": "Restore previous workflow version?",
3159
3168
  "workflowHistory.action.restore.modal.subtitle": "Your workflow will revert to the version from {date}",
3160
- "workflowHistory.action.restore.modal.text": "Your workflow is currently active, so production executions will immediately start using the restored version. If you'd like to deactivate it before restoring, click {buttonText}.",
3169
+ "workflowHistory.action.restore.modal.publishedNote": "This will not affect the published version",
3161
3170
  "workflowHistory.action.restore.modal.button.deactivateAndRestore": "Deactivate and restore",
3162
3171
  "workflowHistory.action.restore.modal.button.restore": "Restore",
3163
3172
  "workflowHistory.action.restore.modal.button.cancel": "Cancel",
3164
3173
  "workflowHistory.action.restore.success.title": "Successfully restored workflow version",
3165
3174
  "workflowHistory.action.clone.success.title": "Successfully cloned workflow version",
3166
3175
  "workflowHistory.action.clone.success.message": "Open cloned workflow in a new tab",
3176
+ "workflowHistory.action.unpublish.success.title": "Workflow unpublished successfully",
3177
+ "workflowHistory.action.unpublish.modal.title": "Unpublish {versionName}",
3178
+ "workflowHistory.action.unpublish.modal.description": "This will prevent all production executions to this workflow until you publish again.",
3179
+ "workflowHistory.action.unpublish.modal.button.unpublish": "Unpublish",
3167
3180
  "workflowHistory.button.tooltip.empty": "This workflow currently has no history to view. Once you've made your first save, you'll be able to view previous versions",
3168
3181
  "workflowHistory.button.tooltip": "Workflow history to view and restore previous versions of your workflows",
3182
+ "workflowHistory.publishModal.title": "Publish {versionName}",
3169
3183
  "workflows.heading": "Workflows",
3170
3184
  "workflows.add": "Add workflow",
3185
+ "workflows.publish": "Publish",
3171
3186
  "workflows.project.add": "Add workflow to project",
3172
3187
  "workflows.item.open": "Open",
3173
3188
  "workflows.item.share": "Share...",
@@ -3184,6 +3199,8 @@ var en_default = {
3184
3199
  "workflows.item.availableInMCP": "Available in MCP",
3185
3200
  "workflows.item.enableMCPAccess": "Enable MCP access",
3186
3201
  "workflows.item.disableMCPAccess": "Remove MCP access",
3202
+ "workflows.item.published": "Published",
3203
+ "workflows.item.notPublished": "Not published",
3187
3204
  "workflows.itemSuggestion.try": "Try template",
3188
3205
  "workflows.templateRecoV2.starterTemplates": "Starter templates",
3189
3206
  "workflows.templateRecoV2.seeMoreStarterTemplates": "See more starter templates",
@@ -3284,6 +3301,12 @@ var en_default = {
3284
3301
  "workflows.preBuiltAgents.callout": "Get started faster with our",
3285
3302
  "workflows.preBuiltAgents.linkText": "pre-built agents",
3286
3303
  "workflowSelectorParameterInput.createNewSubworkflow.name": "My Sub-Workflow",
3304
+ "workflows.publishModal.title": "Publish workflow",
3305
+ "workflows.publishModal.noTriggerMessage": "This workflow has no trigger nodes that require publishing",
3306
+ "workflows.publishModal.versionNameLabel": "Version name",
3307
+ "workflows.publishModal.descriptionPlaceholder": "Describe changes (optional)",
3308
+ "workflows.publishModal.noChanges": "No changes to publish",
3309
+ "workflows.publishModal.lastPublished": "Last published by {author}, {date} at {time}",
3287
3310
  "importCurlModal.title": "Import cURL command",
3288
3311
  "importCurlModal.input.label": "cURL Command",
3289
3312
  "importCurlModal.input.placeholder": "Paste the cURL command here",