@n8n/i18n 1.27.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 +32 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +30 -1
- package/dist/index.d.mts +30 -1
- package/dist/index.mjs +32 -3
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +30 -1
- package/dist/types2.d.mts +30 -1
- package/package.json +2 -2
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.",
|
|
@@ -1258,6 +1261,8 @@ var en_default = {
|
|
|
1258
1261
|
"logs.details.body.multipleInputs": "Multiple inputs. View them by {button}",
|
|
1259
1262
|
"logs.details.body.multipleInputs.openingTheNode": "opening the node",
|
|
1260
1263
|
"mainSidebar.aboutN8n": "About n8n",
|
|
1264
|
+
"mainSidebar.state.collapse": "Collapse sidebar",
|
|
1265
|
+
"mainSidebar.state.expand": "Expand sidebar",
|
|
1261
1266
|
"mainSidebar.confirmMessage.workflowArchive.cancelButtonText": "",
|
|
1262
1267
|
"mainSidebar.confirmMessage.workflowArchive.confirmButtonText": "Yes, archive",
|
|
1263
1268
|
"mainSidebar.confirmMessage.workflowArchive.headline": "Archive Workflow?",
|
|
@@ -1283,6 +1288,7 @@ var en_default = {
|
|
|
1283
1288
|
"mainSidebar.prompt.invalidUrl": "Invalid URL",
|
|
1284
1289
|
"mainSidebar.prompt.workflowUrl": "Workflow URL",
|
|
1285
1290
|
"mainSidebar.save": "@:_reusableBaseText.save",
|
|
1291
|
+
"mainSidebar.settings": "Settings",
|
|
1286
1292
|
"mainSidebar.showError.stopExecution.title": "Problem stopping execution",
|
|
1287
1293
|
"mainSidebar.showMessage.handleFileImport.message": "The file does not contain valid JSON data",
|
|
1288
1294
|
"mainSidebar.showMessage.handleFileImport.title": "Could not import file",
|
|
@@ -1314,6 +1320,7 @@ var en_default = {
|
|
|
1314
1320
|
"menuActions.delete": "Delete",
|
|
1315
1321
|
"menuActions.archive": "Archive",
|
|
1316
1322
|
"menuActions.unarchive": "Unarchive",
|
|
1323
|
+
"menuActions.unpublish": "Unpublish",
|
|
1317
1324
|
"multipleParameter.addItem": "Add item",
|
|
1318
1325
|
"multipleParameter.currentlyNoItemsExist": "Currently no items exist",
|
|
1319
1326
|
"multipleParameter.deleteItem": "Delete item",
|
|
@@ -3143,12 +3150,17 @@ var en_default = {
|
|
|
3143
3150
|
"workflowHistory.content.actions": "Actions",
|
|
3144
3151
|
"workflowHistory.item.id": "ID: {id}",
|
|
3145
3152
|
"workflowHistory.item.createdAt": "{date} at {time}",
|
|
3153
|
+
"workflowHistory.item.savedAtLabel": "Saved:",
|
|
3154
|
+
"workflowHistory.item.publishedAtLabel": "Published:",
|
|
3146
3155
|
"workflowHistory.item.actions.restore": "Restore this version",
|
|
3156
|
+
"workflowHistory.item.actions.publish": "Publish this version",
|
|
3157
|
+
"workflowHistory.item.actions.unpublish": "Unpublish workflow",
|
|
3147
3158
|
"workflowHistory.item.actions.clone": "Clone to new workflow",
|
|
3148
3159
|
"workflowHistory.item.actions.open": "Open version in new tab",
|
|
3149
3160
|
"workflowHistory.item.actions.download": "Download",
|
|
3150
3161
|
"workflowHistory.item.unsaved.title": "Unsaved version",
|
|
3151
3162
|
"workflowHistory.item.latest": "Latest saved",
|
|
3163
|
+
"workflowHistory.item.active": "Published",
|
|
3152
3164
|
"workflowHistory.empty": "No versions yet.",
|
|
3153
3165
|
"workflowHistory.hint": "Save the workflow to create the first version!",
|
|
3154
3166
|
"workflowHistory.limit": "Version history is limited to {days} days",
|
|
@@ -3157,17 +3169,24 @@ var en_default = {
|
|
|
3157
3169
|
"workflowHistory.action.error.title": "Failed to {action}",
|
|
3158
3170
|
"workflowHistory.action.restore.modal.title": "Restore previous workflow version?",
|
|
3159
3171
|
"workflowHistory.action.restore.modal.subtitle": "Your workflow will revert to the version from {date}",
|
|
3160
|
-
"workflowHistory.action.restore.modal.
|
|
3172
|
+
"workflowHistory.action.restore.modal.publishedNote": "This will not affect the published version",
|
|
3161
3173
|
"workflowHistory.action.restore.modal.button.deactivateAndRestore": "Deactivate and restore",
|
|
3162
3174
|
"workflowHistory.action.restore.modal.button.restore": "Restore",
|
|
3163
3175
|
"workflowHistory.action.restore.modal.button.cancel": "Cancel",
|
|
3164
3176
|
"workflowHistory.action.restore.success.title": "Successfully restored workflow version",
|
|
3165
3177
|
"workflowHistory.action.clone.success.title": "Successfully cloned workflow version",
|
|
3166
3178
|
"workflowHistory.action.clone.success.message": "Open cloned workflow in a new tab",
|
|
3179
|
+
"workflowHistory.action.unpublish.success.title": "Workflow unpublished successfully",
|
|
3180
|
+
"workflowHistory.action.unpublish.notAvailable": "This workflow has no published version to unpublish",
|
|
3181
|
+
"workflowHistory.action.unpublish.modal.title": "Unpublish {versionName}",
|
|
3182
|
+
"workflowHistory.action.unpublish.modal.description": "This will prevent all production executions to this workflow until you publish again.",
|
|
3183
|
+
"workflowHistory.action.unpublish.modal.button.unpublish": "Unpublish",
|
|
3167
3184
|
"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
3185
|
"workflowHistory.button.tooltip": "Workflow history to view and restore previous versions of your workflows",
|
|
3186
|
+
"workflowHistory.publishModal.title": "Publish {versionName}",
|
|
3169
3187
|
"workflows.heading": "Workflows",
|
|
3170
3188
|
"workflows.add": "Add workflow",
|
|
3189
|
+
"workflows.publish": "Publish",
|
|
3171
3190
|
"workflows.project.add": "Add workflow to project",
|
|
3172
3191
|
"workflows.item.open": "Open",
|
|
3173
3192
|
"workflows.item.share": "Share...",
|
|
@@ -3184,6 +3203,8 @@ var en_default = {
|
|
|
3184
3203
|
"workflows.item.availableInMCP": "Available in MCP",
|
|
3185
3204
|
"workflows.item.enableMCPAccess": "Enable MCP access",
|
|
3186
3205
|
"workflows.item.disableMCPAccess": "Remove MCP access",
|
|
3206
|
+
"workflows.item.published": "Published",
|
|
3207
|
+
"workflows.item.notPublished": "Not published",
|
|
3187
3208
|
"workflows.itemSuggestion.try": "Try template",
|
|
3188
3209
|
"workflows.templateRecoV2.starterTemplates": "Starter templates",
|
|
3189
3210
|
"workflows.templateRecoV2.seeMoreStarterTemplates": "See more starter templates",
|
|
@@ -3284,6 +3305,12 @@ var en_default = {
|
|
|
3284
3305
|
"workflows.preBuiltAgents.callout": "Get started faster with our",
|
|
3285
3306
|
"workflows.preBuiltAgents.linkText": "pre-built agents",
|
|
3286
3307
|
"workflowSelectorParameterInput.createNewSubworkflow.name": "My Sub-Workflow",
|
|
3308
|
+
"workflows.publishModal.title": "Publish workflow",
|
|
3309
|
+
"workflows.publishModal.noTriggerMessage": "This workflow has no trigger nodes that require publishing",
|
|
3310
|
+
"workflows.publishModal.versionNameLabel": "Version name",
|
|
3311
|
+
"workflows.publishModal.descriptionPlaceholder": "Describe changes (optional)",
|
|
3312
|
+
"workflows.publishModal.noChanges": "No changes to publish",
|
|
3313
|
+
"workflows.publishModal.lastPublished": "Last published by {author}, {date} at {time}",
|
|
3287
3314
|
"importCurlModal.title": "Import cURL command",
|
|
3288
3315
|
"importCurlModal.input.label": "cURL Command",
|
|
3289
3316
|
"importCurlModal.input.placeholder": "Paste the cURL command here",
|
|
@@ -3830,7 +3857,7 @@ var en_default = {
|
|
|
3830
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.",
|
|
3831
3858
|
"templateSetup.continue.button.fillRemaining": "Fill remaining credentials to continue",
|
|
3832
3859
|
"setupCredentialsModal.title": "Set up template",
|
|
3833
|
-
"becomeCreator.text": "Share your workflows with
|
|
3860
|
+
"becomeCreator.text": "Share your workflows with other users, unlock perks, and become a featured template creator!",
|
|
3834
3861
|
"becomeCreator.buttonText": "Become a creator",
|
|
3835
3862
|
"becomeCreator.closeButtonTitle": "Close",
|
|
3836
3863
|
"feedback.title": "Was this helpful?",
|
|
@@ -4029,7 +4056,7 @@ var en_default = {
|
|
|
4029
4056
|
"insights.upgradeModal.perks.1": "Zoom into last 24 hours with hourly granularity",
|
|
4030
4057
|
"insights.upgradeModal.perks.2": "Gain deeper visibility into workflow trends over time",
|
|
4031
4058
|
"insights.upgradeModal.title": "Upgrade to Enterprise",
|
|
4032
|
-
"whatsNew.versionsBehind": "{count} version behind | {count} versions behind",
|
|
4059
|
+
"whatsNew.versionsBehind": "Update ({count} version behind) | Update ({count} versions behind)",
|
|
4033
4060
|
"whatsNew.update": "Update",
|
|
4034
4061
|
"whatsNew.updateNudgeTooltip": "Only owners can perform updates",
|
|
4035
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",
|
|
@@ -4093,6 +4120,8 @@ var en_default = {
|
|
|
4093
4120
|
"commandBar.workflow.archive": "Archive workflow",
|
|
4094
4121
|
"commandBar.workflow.unarchive": "Unarchive workflow",
|
|
4095
4122
|
"commandBar.workflow.delete": "Delete workflow",
|
|
4123
|
+
"commandBar.workflow.publish": "Publish workflow",
|
|
4124
|
+
"commandBar.workflow.unpublish": "Unpublish workflow",
|
|
4096
4125
|
"commandBar.workflow.keywords.test": "test",
|
|
4097
4126
|
"commandBar.workflow.keywords.execute": "execute",
|
|
4098
4127
|
"commandBar.workflow.keywords.run": "run",
|