@n8n/i18n 2.0.0-rc.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 +8 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +6 -0
- package/dist/index.d.mts +6 -0
- package/dist/index.mjs +8 -2
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +6 -0
- package/dist/types2.d.mts +6 -0
- package/package.json +2 -2
package/dist/types2.d.cts
CHANGED
|
@@ -1259,6 +1259,8 @@ declare const _exports: {
|
|
|
1259
1259
|
"logs.details.body.multipleInputs": string;
|
|
1260
1260
|
"logs.details.body.multipleInputs.openingTheNode": string;
|
|
1261
1261
|
"mainSidebar.aboutN8n": string;
|
|
1262
|
+
"mainSidebar.state.collapse": string;
|
|
1263
|
+
"mainSidebar.state.expand": string;
|
|
1262
1264
|
"mainSidebar.confirmMessage.workflowArchive.cancelButtonText": string;
|
|
1263
1265
|
"mainSidebar.confirmMessage.workflowArchive.confirmButtonText": string;
|
|
1264
1266
|
"mainSidebar.confirmMessage.workflowArchive.headline": string;
|
|
@@ -1284,6 +1286,7 @@ declare const _exports: {
|
|
|
1284
1286
|
"mainSidebar.prompt.invalidUrl": string;
|
|
1285
1287
|
"mainSidebar.prompt.workflowUrl": string;
|
|
1286
1288
|
"mainSidebar.save": string;
|
|
1289
|
+
"mainSidebar.settings": string;
|
|
1287
1290
|
"mainSidebar.showError.stopExecution.title": string;
|
|
1288
1291
|
"mainSidebar.showMessage.handleFileImport.message": string;
|
|
1289
1292
|
"mainSidebar.showMessage.handleFileImport.title": string;
|
|
@@ -3172,6 +3175,7 @@ declare const _exports: {
|
|
|
3172
3175
|
"workflowHistory.action.clone.success.title": string;
|
|
3173
3176
|
"workflowHistory.action.clone.success.message": string;
|
|
3174
3177
|
"workflowHistory.action.unpublish.success.title": string;
|
|
3178
|
+
"workflowHistory.action.unpublish.notAvailable": string;
|
|
3175
3179
|
"workflowHistory.action.unpublish.modal.title": string;
|
|
3176
3180
|
"workflowHistory.action.unpublish.modal.description": string;
|
|
3177
3181
|
"workflowHistory.action.unpublish.modal.button.unpublish": string;
|
|
@@ -4114,6 +4118,8 @@ declare const _exports: {
|
|
|
4114
4118
|
"commandBar.workflow.archive": string;
|
|
4115
4119
|
"commandBar.workflow.unarchive": string;
|
|
4116
4120
|
"commandBar.workflow.delete": string;
|
|
4121
|
+
"commandBar.workflow.publish": string;
|
|
4122
|
+
"commandBar.workflow.unpublish": string;
|
|
4117
4123
|
"commandBar.workflow.keywords.test": string;
|
|
4118
4124
|
"commandBar.workflow.keywords.execute": string;
|
|
4119
4125
|
"commandBar.workflow.keywords.run": string;
|
package/dist/types2.d.mts
CHANGED
|
@@ -1259,6 +1259,8 @@ declare const _exports: {
|
|
|
1259
1259
|
"logs.details.body.multipleInputs": string;
|
|
1260
1260
|
"logs.details.body.multipleInputs.openingTheNode": string;
|
|
1261
1261
|
"mainSidebar.aboutN8n": string;
|
|
1262
|
+
"mainSidebar.state.collapse": string;
|
|
1263
|
+
"mainSidebar.state.expand": string;
|
|
1262
1264
|
"mainSidebar.confirmMessage.workflowArchive.cancelButtonText": string;
|
|
1263
1265
|
"mainSidebar.confirmMessage.workflowArchive.confirmButtonText": string;
|
|
1264
1266
|
"mainSidebar.confirmMessage.workflowArchive.headline": string;
|
|
@@ -1284,6 +1286,7 @@ declare const _exports: {
|
|
|
1284
1286
|
"mainSidebar.prompt.invalidUrl": string;
|
|
1285
1287
|
"mainSidebar.prompt.workflowUrl": string;
|
|
1286
1288
|
"mainSidebar.save": string;
|
|
1289
|
+
"mainSidebar.settings": string;
|
|
1287
1290
|
"mainSidebar.showError.stopExecution.title": string;
|
|
1288
1291
|
"mainSidebar.showMessage.handleFileImport.message": string;
|
|
1289
1292
|
"mainSidebar.showMessage.handleFileImport.title": string;
|
|
@@ -3172,6 +3175,7 @@ declare const _exports: {
|
|
|
3172
3175
|
"workflowHistory.action.clone.success.title": string;
|
|
3173
3176
|
"workflowHistory.action.clone.success.message": string;
|
|
3174
3177
|
"workflowHistory.action.unpublish.success.title": string;
|
|
3178
|
+
"workflowHistory.action.unpublish.notAvailable": string;
|
|
3175
3179
|
"workflowHistory.action.unpublish.modal.title": string;
|
|
3176
3180
|
"workflowHistory.action.unpublish.modal.description": string;
|
|
3177
3181
|
"workflowHistory.action.unpublish.modal.button.unpublish": string;
|
|
@@ -4114,6 +4118,8 @@ declare const _exports: {
|
|
|
4114
4118
|
"commandBar.workflow.archive": string;
|
|
4115
4119
|
"commandBar.workflow.unarchive": string;
|
|
4116
4120
|
"commandBar.workflow.delete": string;
|
|
4121
|
+
"commandBar.workflow.publish": string;
|
|
4122
|
+
"commandBar.workflow.unpublish": string;
|
|
4117
4123
|
"commandBar.workflow.keywords.test": string;
|
|
4118
4124
|
"commandBar.workflow.keywords.execute": string;
|
|
4119
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": "2.0.0-rc.
|
|
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": "2.0.0-rc.
|
|
27
|
+
"n8n-workflow": "2.0.0-rc.1"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@testing-library/jest-dom": "^6.6.3",
|