@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/types2.d.cts CHANGED
@@ -139,6 +139,8 @@ declare const _exports: {
139
139
  "generic.your": string;
140
140
  "generic.apiKey": string;
141
141
  "generic.search": string;
142
+ "generic.showMore": string;
143
+ "generic.showLess": string;
142
144
  "about.aboutN8n": string;
143
145
  "about.close": string;
144
146
  "about.license": string;
@@ -163,6 +165,7 @@ declare const _exports: {
163
165
  "activationModal.saveExecutions": string;
164
166
  "activationModal.theseExecutionsWillNotShowUp": string;
165
167
  "activationModal.workflowActivated": string;
168
+ "activationModal.workflowPublished": string;
166
169
  "activationModal.yourTriggerWillNowFire": string;
167
170
  "activationModal.yourTriggersWillNowFire": string;
168
171
  "activationModal.yourWorkflowWillNowListenForEvents": string;
@@ -1256,6 +1259,8 @@ declare const _exports: {
1256
1259
  "logs.details.body.multipleInputs": string;
1257
1260
  "logs.details.body.multipleInputs.openingTheNode": string;
1258
1261
  "mainSidebar.aboutN8n": string;
1262
+ "mainSidebar.state.collapse": string;
1263
+ "mainSidebar.state.expand": string;
1259
1264
  "mainSidebar.confirmMessage.workflowArchive.cancelButtonText": string;
1260
1265
  "mainSidebar.confirmMessage.workflowArchive.confirmButtonText": string;
1261
1266
  "mainSidebar.confirmMessage.workflowArchive.headline": string;
@@ -1281,6 +1286,7 @@ declare const _exports: {
1281
1286
  "mainSidebar.prompt.invalidUrl": string;
1282
1287
  "mainSidebar.prompt.workflowUrl": string;
1283
1288
  "mainSidebar.save": string;
1289
+ "mainSidebar.settings": string;
1284
1290
  "mainSidebar.showError.stopExecution.title": string;
1285
1291
  "mainSidebar.showMessage.handleFileImport.message": string;
1286
1292
  "mainSidebar.showMessage.handleFileImport.title": string;
@@ -1312,6 +1318,7 @@ declare const _exports: {
1312
1318
  "menuActions.delete": string;
1313
1319
  "menuActions.archive": string;
1314
1320
  "menuActions.unarchive": string;
1321
+ "menuActions.unpublish": string;
1315
1322
  "multipleParameter.addItem": string;
1316
1323
  "multipleParameter.currentlyNoItemsExist": string;
1317
1324
  "multipleParameter.deleteItem": string;
@@ -3141,12 +3148,17 @@ declare const _exports: {
3141
3148
  "workflowHistory.content.actions": string;
3142
3149
  "workflowHistory.item.id": string;
3143
3150
  "workflowHistory.item.createdAt": string;
3151
+ "workflowHistory.item.savedAtLabel": string;
3152
+ "workflowHistory.item.publishedAtLabel": string;
3144
3153
  "workflowHistory.item.actions.restore": string;
3154
+ "workflowHistory.item.actions.publish": string;
3155
+ "workflowHistory.item.actions.unpublish": string;
3145
3156
  "workflowHistory.item.actions.clone": string;
3146
3157
  "workflowHistory.item.actions.open": string;
3147
3158
  "workflowHistory.item.actions.download": string;
3148
3159
  "workflowHistory.item.unsaved.title": string;
3149
3160
  "workflowHistory.item.latest": string;
3161
+ "workflowHistory.item.active": string;
3150
3162
  "workflowHistory.empty": string;
3151
3163
  "workflowHistory.hint": string;
3152
3164
  "workflowHistory.limit": string;
@@ -3155,17 +3167,24 @@ declare const _exports: {
3155
3167
  "workflowHistory.action.error.title": string;
3156
3168
  "workflowHistory.action.restore.modal.title": string;
3157
3169
  "workflowHistory.action.restore.modal.subtitle": string;
3158
- "workflowHistory.action.restore.modal.text": string;
3170
+ "workflowHistory.action.restore.modal.publishedNote": string;
3159
3171
  "workflowHistory.action.restore.modal.button.deactivateAndRestore": string;
3160
3172
  "workflowHistory.action.restore.modal.button.restore": string;
3161
3173
  "workflowHistory.action.restore.modal.button.cancel": string;
3162
3174
  "workflowHistory.action.restore.success.title": string;
3163
3175
  "workflowHistory.action.clone.success.title": string;
3164
3176
  "workflowHistory.action.clone.success.message": string;
3177
+ "workflowHistory.action.unpublish.success.title": string;
3178
+ "workflowHistory.action.unpublish.notAvailable": string;
3179
+ "workflowHistory.action.unpublish.modal.title": string;
3180
+ "workflowHistory.action.unpublish.modal.description": string;
3181
+ "workflowHistory.action.unpublish.modal.button.unpublish": string;
3165
3182
  "workflowHistory.button.tooltip.empty": string;
3166
3183
  "workflowHistory.button.tooltip": string;
3184
+ "workflowHistory.publishModal.title": string;
3167
3185
  "workflows.heading": string;
3168
3186
  "workflows.add": string;
3187
+ "workflows.publish": string;
3169
3188
  "workflows.project.add": string;
3170
3189
  "workflows.item.open": string;
3171
3190
  "workflows.item.share": string;
@@ -3182,6 +3201,8 @@ declare const _exports: {
3182
3201
  "workflows.item.availableInMCP": string;
3183
3202
  "workflows.item.enableMCPAccess": string;
3184
3203
  "workflows.item.disableMCPAccess": string;
3204
+ "workflows.item.published": string;
3205
+ "workflows.item.notPublished": string;
3185
3206
  "workflows.itemSuggestion.try": string;
3186
3207
  "workflows.templateRecoV2.starterTemplates": string;
3187
3208
  "workflows.templateRecoV2.seeMoreStarterTemplates": string;
@@ -3282,6 +3303,12 @@ declare const _exports: {
3282
3303
  "workflows.preBuiltAgents.callout": string;
3283
3304
  "workflows.preBuiltAgents.linkText": string;
3284
3305
  "workflowSelectorParameterInput.createNewSubworkflow.name": string;
3306
+ "workflows.publishModal.title": string;
3307
+ "workflows.publishModal.noTriggerMessage": string;
3308
+ "workflows.publishModal.versionNameLabel": string;
3309
+ "workflows.publishModal.descriptionPlaceholder": string;
3310
+ "workflows.publishModal.noChanges": string;
3311
+ "workflows.publishModal.lastPublished": string;
3285
3312
  "importCurlModal.title": string;
3286
3313
  "importCurlModal.input.label": string;
3287
3314
  "importCurlModal.input.placeholder": string;
@@ -4091,6 +4118,8 @@ declare const _exports: {
4091
4118
  "commandBar.workflow.archive": string;
4092
4119
  "commandBar.workflow.unarchive": string;
4093
4120
  "commandBar.workflow.delete": string;
4121
+ "commandBar.workflow.publish": string;
4122
+ "commandBar.workflow.unpublish": string;
4094
4123
  "commandBar.workflow.keywords.test": string;
4095
4124
  "commandBar.workflow.keywords.execute": string;
4096
4125
  "commandBar.workflow.keywords.run": string;
package/dist/types2.d.mts CHANGED
@@ -139,6 +139,8 @@ declare const _exports: {
139
139
  "generic.your": string;
140
140
  "generic.apiKey": string;
141
141
  "generic.search": string;
142
+ "generic.showMore": string;
143
+ "generic.showLess": string;
142
144
  "about.aboutN8n": string;
143
145
  "about.close": string;
144
146
  "about.license": string;
@@ -163,6 +165,7 @@ declare const _exports: {
163
165
  "activationModal.saveExecutions": string;
164
166
  "activationModal.theseExecutionsWillNotShowUp": string;
165
167
  "activationModal.workflowActivated": string;
168
+ "activationModal.workflowPublished": string;
166
169
  "activationModal.yourTriggerWillNowFire": string;
167
170
  "activationModal.yourTriggersWillNowFire": string;
168
171
  "activationModal.yourWorkflowWillNowListenForEvents": string;
@@ -1256,6 +1259,8 @@ declare const _exports: {
1256
1259
  "logs.details.body.multipleInputs": string;
1257
1260
  "logs.details.body.multipleInputs.openingTheNode": string;
1258
1261
  "mainSidebar.aboutN8n": string;
1262
+ "mainSidebar.state.collapse": string;
1263
+ "mainSidebar.state.expand": string;
1259
1264
  "mainSidebar.confirmMessage.workflowArchive.cancelButtonText": string;
1260
1265
  "mainSidebar.confirmMessage.workflowArchive.confirmButtonText": string;
1261
1266
  "mainSidebar.confirmMessage.workflowArchive.headline": string;
@@ -1281,6 +1286,7 @@ declare const _exports: {
1281
1286
  "mainSidebar.prompt.invalidUrl": string;
1282
1287
  "mainSidebar.prompt.workflowUrl": string;
1283
1288
  "mainSidebar.save": string;
1289
+ "mainSidebar.settings": string;
1284
1290
  "mainSidebar.showError.stopExecution.title": string;
1285
1291
  "mainSidebar.showMessage.handleFileImport.message": string;
1286
1292
  "mainSidebar.showMessage.handleFileImport.title": string;
@@ -1312,6 +1318,7 @@ declare const _exports: {
1312
1318
  "menuActions.delete": string;
1313
1319
  "menuActions.archive": string;
1314
1320
  "menuActions.unarchive": string;
1321
+ "menuActions.unpublish": string;
1315
1322
  "multipleParameter.addItem": string;
1316
1323
  "multipleParameter.currentlyNoItemsExist": string;
1317
1324
  "multipleParameter.deleteItem": string;
@@ -3141,12 +3148,17 @@ declare const _exports: {
3141
3148
  "workflowHistory.content.actions": string;
3142
3149
  "workflowHistory.item.id": string;
3143
3150
  "workflowHistory.item.createdAt": string;
3151
+ "workflowHistory.item.savedAtLabel": string;
3152
+ "workflowHistory.item.publishedAtLabel": string;
3144
3153
  "workflowHistory.item.actions.restore": string;
3154
+ "workflowHistory.item.actions.publish": string;
3155
+ "workflowHistory.item.actions.unpublish": string;
3145
3156
  "workflowHistory.item.actions.clone": string;
3146
3157
  "workflowHistory.item.actions.open": string;
3147
3158
  "workflowHistory.item.actions.download": string;
3148
3159
  "workflowHistory.item.unsaved.title": string;
3149
3160
  "workflowHistory.item.latest": string;
3161
+ "workflowHistory.item.active": string;
3150
3162
  "workflowHistory.empty": string;
3151
3163
  "workflowHistory.hint": string;
3152
3164
  "workflowHistory.limit": string;
@@ -3155,17 +3167,24 @@ declare const _exports: {
3155
3167
  "workflowHistory.action.error.title": string;
3156
3168
  "workflowHistory.action.restore.modal.title": string;
3157
3169
  "workflowHistory.action.restore.modal.subtitle": string;
3158
- "workflowHistory.action.restore.modal.text": string;
3170
+ "workflowHistory.action.restore.modal.publishedNote": string;
3159
3171
  "workflowHistory.action.restore.modal.button.deactivateAndRestore": string;
3160
3172
  "workflowHistory.action.restore.modal.button.restore": string;
3161
3173
  "workflowHistory.action.restore.modal.button.cancel": string;
3162
3174
  "workflowHistory.action.restore.success.title": string;
3163
3175
  "workflowHistory.action.clone.success.title": string;
3164
3176
  "workflowHistory.action.clone.success.message": string;
3177
+ "workflowHistory.action.unpublish.success.title": string;
3178
+ "workflowHistory.action.unpublish.notAvailable": string;
3179
+ "workflowHistory.action.unpublish.modal.title": string;
3180
+ "workflowHistory.action.unpublish.modal.description": string;
3181
+ "workflowHistory.action.unpublish.modal.button.unpublish": string;
3165
3182
  "workflowHistory.button.tooltip.empty": string;
3166
3183
  "workflowHistory.button.tooltip": string;
3184
+ "workflowHistory.publishModal.title": string;
3167
3185
  "workflows.heading": string;
3168
3186
  "workflows.add": string;
3187
+ "workflows.publish": string;
3169
3188
  "workflows.project.add": string;
3170
3189
  "workflows.item.open": string;
3171
3190
  "workflows.item.share": string;
@@ -3182,6 +3201,8 @@ declare const _exports: {
3182
3201
  "workflows.item.availableInMCP": string;
3183
3202
  "workflows.item.enableMCPAccess": string;
3184
3203
  "workflows.item.disableMCPAccess": string;
3204
+ "workflows.item.published": string;
3205
+ "workflows.item.notPublished": string;
3185
3206
  "workflows.itemSuggestion.try": string;
3186
3207
  "workflows.templateRecoV2.starterTemplates": string;
3187
3208
  "workflows.templateRecoV2.seeMoreStarterTemplates": string;
@@ -3282,6 +3303,12 @@ declare const _exports: {
3282
3303
  "workflows.preBuiltAgents.callout": string;
3283
3304
  "workflows.preBuiltAgents.linkText": string;
3284
3305
  "workflowSelectorParameterInput.createNewSubworkflow.name": string;
3306
+ "workflows.publishModal.title": string;
3307
+ "workflows.publishModal.noTriggerMessage": string;
3308
+ "workflows.publishModal.versionNameLabel": string;
3309
+ "workflows.publishModal.descriptionPlaceholder": string;
3310
+ "workflows.publishModal.noChanges": string;
3311
+ "workflows.publishModal.lastPublished": string;
3285
3312
  "importCurlModal.title": string;
3286
3313
  "importCurlModal.input.label": string;
3287
3314
  "importCurlModal.input.placeholder": string;
@@ -4091,6 +4118,8 @@ declare const _exports: {
4091
4118
  "commandBar.workflow.archive": string;
4092
4119
  "commandBar.workflow.unarchive": string;
4093
4120
  "commandBar.workflow.delete": string;
4121
+ "commandBar.workflow.publish": string;
4122
+ "commandBar.workflow.unpublish": string;
4094
4123
  "commandBar.workflow.keywords.test": string;
4095
4124
  "commandBar.workflow.keywords.execute": string;
4096
4125
  "commandBar.workflow.keywords.run": string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@n8n/i18n",
3
3
  "type": "module",
4
- "version": "1.27.0",
4
+ "version": "2.0.0-rc.1",
5
5
  "files": [
6
6
  "dist",
7
7
  "LICENSE.md",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "vue-i18n": "^11.1.2",
27
- "n8n-workflow": "1.120.0"
27
+ "n8n-workflow": "2.0.0-rc.1"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@testing-library/jest-dom": "^6.6.3",