@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 +24 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +24 -1
- package/dist/index.d.mts +24 -1
- package/dist/index.mjs +24 -1
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +24 -1
- package/dist/types2.d.mts +24 -1
- package/package.json +2 -2
package/dist/index.d.cts
CHANGED
|
@@ -145,6 +145,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
145
145
|
"generic.your": string;
|
|
146
146
|
"generic.apiKey": string;
|
|
147
147
|
"generic.search": string;
|
|
148
|
+
"generic.showMore": string;
|
|
149
|
+
"generic.showLess": string;
|
|
148
150
|
"about.aboutN8n": string;
|
|
149
151
|
"about.close": string;
|
|
150
152
|
"about.license": string;
|
|
@@ -169,6 +171,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
169
171
|
"activationModal.saveExecutions": string;
|
|
170
172
|
"activationModal.theseExecutionsWillNotShowUp": string;
|
|
171
173
|
"activationModal.workflowActivated": string;
|
|
174
|
+
"activationModal.workflowPublished": string;
|
|
172
175
|
"activationModal.yourTriggerWillNowFire": string;
|
|
173
176
|
"activationModal.yourTriggersWillNowFire": string;
|
|
174
177
|
"activationModal.yourWorkflowWillNowListenForEvents": string;
|
|
@@ -1318,6 +1321,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1318
1321
|
"menuActions.delete": string;
|
|
1319
1322
|
"menuActions.archive": string;
|
|
1320
1323
|
"menuActions.unarchive": string;
|
|
1324
|
+
"menuActions.unpublish": string;
|
|
1321
1325
|
"multipleParameter.addItem": string;
|
|
1322
1326
|
"multipleParameter.currentlyNoItemsExist": string;
|
|
1323
1327
|
"multipleParameter.deleteItem": string;
|
|
@@ -3147,12 +3151,17 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3147
3151
|
"workflowHistory.content.actions": string;
|
|
3148
3152
|
"workflowHistory.item.id": string;
|
|
3149
3153
|
"workflowHistory.item.createdAt": string;
|
|
3154
|
+
"workflowHistory.item.savedAtLabel": string;
|
|
3155
|
+
"workflowHistory.item.publishedAtLabel": string;
|
|
3150
3156
|
"workflowHistory.item.actions.restore": string;
|
|
3157
|
+
"workflowHistory.item.actions.publish": string;
|
|
3158
|
+
"workflowHistory.item.actions.unpublish": string;
|
|
3151
3159
|
"workflowHistory.item.actions.clone": string;
|
|
3152
3160
|
"workflowHistory.item.actions.open": string;
|
|
3153
3161
|
"workflowHistory.item.actions.download": string;
|
|
3154
3162
|
"workflowHistory.item.unsaved.title": string;
|
|
3155
3163
|
"workflowHistory.item.latest": string;
|
|
3164
|
+
"workflowHistory.item.active": string;
|
|
3156
3165
|
"workflowHistory.empty": string;
|
|
3157
3166
|
"workflowHistory.hint": string;
|
|
3158
3167
|
"workflowHistory.limit": string;
|
|
@@ -3161,17 +3170,23 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3161
3170
|
"workflowHistory.action.error.title": string;
|
|
3162
3171
|
"workflowHistory.action.restore.modal.title": string;
|
|
3163
3172
|
"workflowHistory.action.restore.modal.subtitle": string;
|
|
3164
|
-
"workflowHistory.action.restore.modal.
|
|
3173
|
+
"workflowHistory.action.restore.modal.publishedNote": string;
|
|
3165
3174
|
"workflowHistory.action.restore.modal.button.deactivateAndRestore": string;
|
|
3166
3175
|
"workflowHistory.action.restore.modal.button.restore": string;
|
|
3167
3176
|
"workflowHistory.action.restore.modal.button.cancel": string;
|
|
3168
3177
|
"workflowHistory.action.restore.success.title": string;
|
|
3169
3178
|
"workflowHistory.action.clone.success.title": string;
|
|
3170
3179
|
"workflowHistory.action.clone.success.message": string;
|
|
3180
|
+
"workflowHistory.action.unpublish.success.title": string;
|
|
3181
|
+
"workflowHistory.action.unpublish.modal.title": string;
|
|
3182
|
+
"workflowHistory.action.unpublish.modal.description": string;
|
|
3183
|
+
"workflowHistory.action.unpublish.modal.button.unpublish": string;
|
|
3171
3184
|
"workflowHistory.button.tooltip.empty": string;
|
|
3172
3185
|
"workflowHistory.button.tooltip": string;
|
|
3186
|
+
"workflowHistory.publishModal.title": string;
|
|
3173
3187
|
"workflows.heading": string;
|
|
3174
3188
|
"workflows.add": string;
|
|
3189
|
+
"workflows.publish": string;
|
|
3175
3190
|
"workflows.project.add": string;
|
|
3176
3191
|
"workflows.item.open": string;
|
|
3177
3192
|
"workflows.item.share": string;
|
|
@@ -3188,6 +3203,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3188
3203
|
"workflows.item.availableInMCP": string;
|
|
3189
3204
|
"workflows.item.enableMCPAccess": string;
|
|
3190
3205
|
"workflows.item.disableMCPAccess": string;
|
|
3206
|
+
"workflows.item.published": string;
|
|
3207
|
+
"workflows.item.notPublished": string;
|
|
3191
3208
|
"workflows.itemSuggestion.try": string;
|
|
3192
3209
|
"workflows.templateRecoV2.starterTemplates": string;
|
|
3193
3210
|
"workflows.templateRecoV2.seeMoreStarterTemplates": string;
|
|
@@ -3288,6 +3305,12 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3288
3305
|
"workflows.preBuiltAgents.callout": string;
|
|
3289
3306
|
"workflows.preBuiltAgents.linkText": string;
|
|
3290
3307
|
"workflowSelectorParameterInput.createNewSubworkflow.name": string;
|
|
3308
|
+
"workflows.publishModal.title": string;
|
|
3309
|
+
"workflows.publishModal.noTriggerMessage": string;
|
|
3310
|
+
"workflows.publishModal.versionNameLabel": string;
|
|
3311
|
+
"workflows.publishModal.descriptionPlaceholder": string;
|
|
3312
|
+
"workflows.publishModal.noChanges": string;
|
|
3313
|
+
"workflows.publishModal.lastPublished": string;
|
|
3291
3314
|
"importCurlModal.title": string;
|
|
3292
3315
|
"importCurlModal.input.label": string;
|
|
3293
3316
|
"importCurlModal.input.placeholder": string;
|
package/dist/index.d.mts
CHANGED
|
@@ -145,6 +145,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
145
145
|
"generic.your": string;
|
|
146
146
|
"generic.apiKey": string;
|
|
147
147
|
"generic.search": string;
|
|
148
|
+
"generic.showMore": string;
|
|
149
|
+
"generic.showLess": string;
|
|
148
150
|
"about.aboutN8n": string;
|
|
149
151
|
"about.close": string;
|
|
150
152
|
"about.license": string;
|
|
@@ -169,6 +171,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
169
171
|
"activationModal.saveExecutions": string;
|
|
170
172
|
"activationModal.theseExecutionsWillNotShowUp": string;
|
|
171
173
|
"activationModal.workflowActivated": string;
|
|
174
|
+
"activationModal.workflowPublished": string;
|
|
172
175
|
"activationModal.yourTriggerWillNowFire": string;
|
|
173
176
|
"activationModal.yourTriggersWillNowFire": string;
|
|
174
177
|
"activationModal.yourWorkflowWillNowListenForEvents": string;
|
|
@@ -1318,6 +1321,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1318
1321
|
"menuActions.delete": string;
|
|
1319
1322
|
"menuActions.archive": string;
|
|
1320
1323
|
"menuActions.unarchive": string;
|
|
1324
|
+
"menuActions.unpublish": string;
|
|
1321
1325
|
"multipleParameter.addItem": string;
|
|
1322
1326
|
"multipleParameter.currentlyNoItemsExist": string;
|
|
1323
1327
|
"multipleParameter.deleteItem": string;
|
|
@@ -3147,12 +3151,17 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3147
3151
|
"workflowHistory.content.actions": string;
|
|
3148
3152
|
"workflowHistory.item.id": string;
|
|
3149
3153
|
"workflowHistory.item.createdAt": string;
|
|
3154
|
+
"workflowHistory.item.savedAtLabel": string;
|
|
3155
|
+
"workflowHistory.item.publishedAtLabel": string;
|
|
3150
3156
|
"workflowHistory.item.actions.restore": string;
|
|
3157
|
+
"workflowHistory.item.actions.publish": string;
|
|
3158
|
+
"workflowHistory.item.actions.unpublish": string;
|
|
3151
3159
|
"workflowHistory.item.actions.clone": string;
|
|
3152
3160
|
"workflowHistory.item.actions.open": string;
|
|
3153
3161
|
"workflowHistory.item.actions.download": string;
|
|
3154
3162
|
"workflowHistory.item.unsaved.title": string;
|
|
3155
3163
|
"workflowHistory.item.latest": string;
|
|
3164
|
+
"workflowHistory.item.active": string;
|
|
3156
3165
|
"workflowHistory.empty": string;
|
|
3157
3166
|
"workflowHistory.hint": string;
|
|
3158
3167
|
"workflowHistory.limit": string;
|
|
@@ -3161,17 +3170,23 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3161
3170
|
"workflowHistory.action.error.title": string;
|
|
3162
3171
|
"workflowHistory.action.restore.modal.title": string;
|
|
3163
3172
|
"workflowHistory.action.restore.modal.subtitle": string;
|
|
3164
|
-
"workflowHistory.action.restore.modal.
|
|
3173
|
+
"workflowHistory.action.restore.modal.publishedNote": string;
|
|
3165
3174
|
"workflowHistory.action.restore.modal.button.deactivateAndRestore": string;
|
|
3166
3175
|
"workflowHistory.action.restore.modal.button.restore": string;
|
|
3167
3176
|
"workflowHistory.action.restore.modal.button.cancel": string;
|
|
3168
3177
|
"workflowHistory.action.restore.success.title": string;
|
|
3169
3178
|
"workflowHistory.action.clone.success.title": string;
|
|
3170
3179
|
"workflowHistory.action.clone.success.message": string;
|
|
3180
|
+
"workflowHistory.action.unpublish.success.title": string;
|
|
3181
|
+
"workflowHistory.action.unpublish.modal.title": string;
|
|
3182
|
+
"workflowHistory.action.unpublish.modal.description": string;
|
|
3183
|
+
"workflowHistory.action.unpublish.modal.button.unpublish": string;
|
|
3171
3184
|
"workflowHistory.button.tooltip.empty": string;
|
|
3172
3185
|
"workflowHistory.button.tooltip": string;
|
|
3186
|
+
"workflowHistory.publishModal.title": string;
|
|
3173
3187
|
"workflows.heading": string;
|
|
3174
3188
|
"workflows.add": string;
|
|
3189
|
+
"workflows.publish": string;
|
|
3175
3190
|
"workflows.project.add": string;
|
|
3176
3191
|
"workflows.item.open": string;
|
|
3177
3192
|
"workflows.item.share": string;
|
|
@@ -3188,6 +3203,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3188
3203
|
"workflows.item.availableInMCP": string;
|
|
3189
3204
|
"workflows.item.enableMCPAccess": string;
|
|
3190
3205
|
"workflows.item.disableMCPAccess": string;
|
|
3206
|
+
"workflows.item.published": string;
|
|
3207
|
+
"workflows.item.notPublished": string;
|
|
3191
3208
|
"workflows.itemSuggestion.try": string;
|
|
3192
3209
|
"workflows.templateRecoV2.starterTemplates": string;
|
|
3193
3210
|
"workflows.templateRecoV2.seeMoreStarterTemplates": string;
|
|
@@ -3288,6 +3305,12 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3288
3305
|
"workflows.preBuiltAgents.callout": string;
|
|
3289
3306
|
"workflows.preBuiltAgents.linkText": string;
|
|
3290
3307
|
"workflowSelectorParameterInput.createNewSubworkflow.name": string;
|
|
3308
|
+
"workflows.publishModal.title": string;
|
|
3309
|
+
"workflows.publishModal.noTriggerMessage": string;
|
|
3310
|
+
"workflows.publishModal.versionNameLabel": string;
|
|
3311
|
+
"workflows.publishModal.descriptionPlaceholder": string;
|
|
3312
|
+
"workflows.publishModal.noChanges": string;
|
|
3313
|
+
"workflows.publishModal.lastPublished": string;
|
|
3291
3314
|
"importCurlModal.title": string;
|
|
3292
3315
|
"importCurlModal.input.label": string;
|
|
3293
3316
|
"importCurlModal.input.placeholder": string;
|
package/dist/index.mjs
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.
|
|
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",
|