@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/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;
|
|
@@ -1312,6 +1315,7 @@ declare const _exports: {
|
|
|
1312
1315
|
"menuActions.delete": string;
|
|
1313
1316
|
"menuActions.archive": string;
|
|
1314
1317
|
"menuActions.unarchive": string;
|
|
1318
|
+
"menuActions.unpublish": string;
|
|
1315
1319
|
"multipleParameter.addItem": string;
|
|
1316
1320
|
"multipleParameter.currentlyNoItemsExist": string;
|
|
1317
1321
|
"multipleParameter.deleteItem": string;
|
|
@@ -3141,12 +3145,17 @@ declare const _exports: {
|
|
|
3141
3145
|
"workflowHistory.content.actions": string;
|
|
3142
3146
|
"workflowHistory.item.id": string;
|
|
3143
3147
|
"workflowHistory.item.createdAt": string;
|
|
3148
|
+
"workflowHistory.item.savedAtLabel": string;
|
|
3149
|
+
"workflowHistory.item.publishedAtLabel": string;
|
|
3144
3150
|
"workflowHistory.item.actions.restore": string;
|
|
3151
|
+
"workflowHistory.item.actions.publish": string;
|
|
3152
|
+
"workflowHistory.item.actions.unpublish": string;
|
|
3145
3153
|
"workflowHistory.item.actions.clone": string;
|
|
3146
3154
|
"workflowHistory.item.actions.open": string;
|
|
3147
3155
|
"workflowHistory.item.actions.download": string;
|
|
3148
3156
|
"workflowHistory.item.unsaved.title": string;
|
|
3149
3157
|
"workflowHistory.item.latest": string;
|
|
3158
|
+
"workflowHistory.item.active": string;
|
|
3150
3159
|
"workflowHistory.empty": string;
|
|
3151
3160
|
"workflowHistory.hint": string;
|
|
3152
3161
|
"workflowHistory.limit": string;
|
|
@@ -3155,17 +3164,23 @@ declare const _exports: {
|
|
|
3155
3164
|
"workflowHistory.action.error.title": string;
|
|
3156
3165
|
"workflowHistory.action.restore.modal.title": string;
|
|
3157
3166
|
"workflowHistory.action.restore.modal.subtitle": string;
|
|
3158
|
-
"workflowHistory.action.restore.modal.
|
|
3167
|
+
"workflowHistory.action.restore.modal.publishedNote": string;
|
|
3159
3168
|
"workflowHistory.action.restore.modal.button.deactivateAndRestore": string;
|
|
3160
3169
|
"workflowHistory.action.restore.modal.button.restore": string;
|
|
3161
3170
|
"workflowHistory.action.restore.modal.button.cancel": string;
|
|
3162
3171
|
"workflowHistory.action.restore.success.title": string;
|
|
3163
3172
|
"workflowHistory.action.clone.success.title": string;
|
|
3164
3173
|
"workflowHistory.action.clone.success.message": string;
|
|
3174
|
+
"workflowHistory.action.unpublish.success.title": string;
|
|
3175
|
+
"workflowHistory.action.unpublish.modal.title": string;
|
|
3176
|
+
"workflowHistory.action.unpublish.modal.description": string;
|
|
3177
|
+
"workflowHistory.action.unpublish.modal.button.unpublish": string;
|
|
3165
3178
|
"workflowHistory.button.tooltip.empty": string;
|
|
3166
3179
|
"workflowHistory.button.tooltip": string;
|
|
3180
|
+
"workflowHistory.publishModal.title": string;
|
|
3167
3181
|
"workflows.heading": string;
|
|
3168
3182
|
"workflows.add": string;
|
|
3183
|
+
"workflows.publish": string;
|
|
3169
3184
|
"workflows.project.add": string;
|
|
3170
3185
|
"workflows.item.open": string;
|
|
3171
3186
|
"workflows.item.share": string;
|
|
@@ -3182,6 +3197,8 @@ declare const _exports: {
|
|
|
3182
3197
|
"workflows.item.availableInMCP": string;
|
|
3183
3198
|
"workflows.item.enableMCPAccess": string;
|
|
3184
3199
|
"workflows.item.disableMCPAccess": string;
|
|
3200
|
+
"workflows.item.published": string;
|
|
3201
|
+
"workflows.item.notPublished": string;
|
|
3185
3202
|
"workflows.itemSuggestion.try": string;
|
|
3186
3203
|
"workflows.templateRecoV2.starterTemplates": string;
|
|
3187
3204
|
"workflows.templateRecoV2.seeMoreStarterTemplates": string;
|
|
@@ -3282,6 +3299,12 @@ declare const _exports: {
|
|
|
3282
3299
|
"workflows.preBuiltAgents.callout": string;
|
|
3283
3300
|
"workflows.preBuiltAgents.linkText": string;
|
|
3284
3301
|
"workflowSelectorParameterInput.createNewSubworkflow.name": string;
|
|
3302
|
+
"workflows.publishModal.title": string;
|
|
3303
|
+
"workflows.publishModal.noTriggerMessage": string;
|
|
3304
|
+
"workflows.publishModal.versionNameLabel": string;
|
|
3305
|
+
"workflows.publishModal.descriptionPlaceholder": string;
|
|
3306
|
+
"workflows.publishModal.noChanges": string;
|
|
3307
|
+
"workflows.publishModal.lastPublished": string;
|
|
3285
3308
|
"importCurlModal.title": string;
|
|
3286
3309
|
"importCurlModal.input.label": string;
|
|
3287
3310
|
"importCurlModal.input.placeholder": 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;
|
|
@@ -1312,6 +1315,7 @@ declare const _exports: {
|
|
|
1312
1315
|
"menuActions.delete": string;
|
|
1313
1316
|
"menuActions.archive": string;
|
|
1314
1317
|
"menuActions.unarchive": string;
|
|
1318
|
+
"menuActions.unpublish": string;
|
|
1315
1319
|
"multipleParameter.addItem": string;
|
|
1316
1320
|
"multipleParameter.currentlyNoItemsExist": string;
|
|
1317
1321
|
"multipleParameter.deleteItem": string;
|
|
@@ -3141,12 +3145,17 @@ declare const _exports: {
|
|
|
3141
3145
|
"workflowHistory.content.actions": string;
|
|
3142
3146
|
"workflowHistory.item.id": string;
|
|
3143
3147
|
"workflowHistory.item.createdAt": string;
|
|
3148
|
+
"workflowHistory.item.savedAtLabel": string;
|
|
3149
|
+
"workflowHistory.item.publishedAtLabel": string;
|
|
3144
3150
|
"workflowHistory.item.actions.restore": string;
|
|
3151
|
+
"workflowHistory.item.actions.publish": string;
|
|
3152
|
+
"workflowHistory.item.actions.unpublish": string;
|
|
3145
3153
|
"workflowHistory.item.actions.clone": string;
|
|
3146
3154
|
"workflowHistory.item.actions.open": string;
|
|
3147
3155
|
"workflowHistory.item.actions.download": string;
|
|
3148
3156
|
"workflowHistory.item.unsaved.title": string;
|
|
3149
3157
|
"workflowHistory.item.latest": string;
|
|
3158
|
+
"workflowHistory.item.active": string;
|
|
3150
3159
|
"workflowHistory.empty": string;
|
|
3151
3160
|
"workflowHistory.hint": string;
|
|
3152
3161
|
"workflowHistory.limit": string;
|
|
@@ -3155,17 +3164,23 @@ declare const _exports: {
|
|
|
3155
3164
|
"workflowHistory.action.error.title": string;
|
|
3156
3165
|
"workflowHistory.action.restore.modal.title": string;
|
|
3157
3166
|
"workflowHistory.action.restore.modal.subtitle": string;
|
|
3158
|
-
"workflowHistory.action.restore.modal.
|
|
3167
|
+
"workflowHistory.action.restore.modal.publishedNote": string;
|
|
3159
3168
|
"workflowHistory.action.restore.modal.button.deactivateAndRestore": string;
|
|
3160
3169
|
"workflowHistory.action.restore.modal.button.restore": string;
|
|
3161
3170
|
"workflowHistory.action.restore.modal.button.cancel": string;
|
|
3162
3171
|
"workflowHistory.action.restore.success.title": string;
|
|
3163
3172
|
"workflowHistory.action.clone.success.title": string;
|
|
3164
3173
|
"workflowHistory.action.clone.success.message": string;
|
|
3174
|
+
"workflowHistory.action.unpublish.success.title": string;
|
|
3175
|
+
"workflowHistory.action.unpublish.modal.title": string;
|
|
3176
|
+
"workflowHistory.action.unpublish.modal.description": string;
|
|
3177
|
+
"workflowHistory.action.unpublish.modal.button.unpublish": string;
|
|
3165
3178
|
"workflowHistory.button.tooltip.empty": string;
|
|
3166
3179
|
"workflowHistory.button.tooltip": string;
|
|
3180
|
+
"workflowHistory.publishModal.title": string;
|
|
3167
3181
|
"workflows.heading": string;
|
|
3168
3182
|
"workflows.add": string;
|
|
3183
|
+
"workflows.publish": string;
|
|
3169
3184
|
"workflows.project.add": string;
|
|
3170
3185
|
"workflows.item.open": string;
|
|
3171
3186
|
"workflows.item.share": string;
|
|
@@ -3182,6 +3197,8 @@ declare const _exports: {
|
|
|
3182
3197
|
"workflows.item.availableInMCP": string;
|
|
3183
3198
|
"workflows.item.enableMCPAccess": string;
|
|
3184
3199
|
"workflows.item.disableMCPAccess": string;
|
|
3200
|
+
"workflows.item.published": string;
|
|
3201
|
+
"workflows.item.notPublished": string;
|
|
3185
3202
|
"workflows.itemSuggestion.try": string;
|
|
3186
3203
|
"workflows.templateRecoV2.starterTemplates": string;
|
|
3187
3204
|
"workflows.templateRecoV2.seeMoreStarterTemplates": string;
|
|
@@ -3282,6 +3299,12 @@ declare const _exports: {
|
|
|
3282
3299
|
"workflows.preBuiltAgents.callout": string;
|
|
3283
3300
|
"workflows.preBuiltAgents.linkText": string;
|
|
3284
3301
|
"workflowSelectorParameterInput.createNewSubworkflow.name": string;
|
|
3302
|
+
"workflows.publishModal.title": string;
|
|
3303
|
+
"workflows.publishModal.noTriggerMessage": string;
|
|
3304
|
+
"workflows.publishModal.versionNameLabel": string;
|
|
3305
|
+
"workflows.publishModal.descriptionPlaceholder": string;
|
|
3306
|
+
"workflows.publishModal.noChanges": string;
|
|
3307
|
+
"workflows.publishModal.lastPublished": string;
|
|
3285
3308
|
"importCurlModal.title": string;
|
|
3286
3309
|
"importCurlModal.input.label": string;
|
|
3287
3310
|
"importCurlModal.input.placeholder": string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@n8n/i18n",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "2.0.0-rc.0",
|
|
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": "
|
|
27
|
+
"n8n-workflow": "2.0.0-rc.0"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@testing-library/jest-dom": "^6.6.3",
|