@n8n/i18n 2.2.2 → 2.3.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 +24 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +19 -0
- package/dist/index.d.mts +19 -0
- package/dist/index.mjs +24 -3
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +15 -0
- package/dist/types2.d.mts +15 -0
- package/package.json +4 -4
package/dist/types2.d.cts
CHANGED
|
@@ -147,6 +147,7 @@ declare const _exports: {
|
|
|
147
147
|
"generic.search": string;
|
|
148
148
|
"generic.showMore": string;
|
|
149
149
|
"generic.showLess": string;
|
|
150
|
+
"generic.stopAll": string;
|
|
150
151
|
"generic.published": string;
|
|
151
152
|
"generic.notPublished": string;
|
|
152
153
|
"generic.tip": string;
|
|
@@ -1095,6 +1096,19 @@ declare const _exports: {
|
|
|
1095
1096
|
"executionsList.debug.paywall.subContent": string;
|
|
1096
1097
|
"executionsList.debug.paywall.link.text": string;
|
|
1097
1098
|
"executionsList.debug.paywall.link.url": string;
|
|
1099
|
+
"executionStopManyModal.title": string;
|
|
1100
|
+
"executionStopManyModal.description": string;
|
|
1101
|
+
"executionStopManyModal.button.close": string;
|
|
1102
|
+
"executionStopManyModal.button.submit": string;
|
|
1103
|
+
"executionStopManyModal.queued": string;
|
|
1104
|
+
"executionStopManyModal.running": string;
|
|
1105
|
+
"executionStopManyModal.waiting": string;
|
|
1106
|
+
"executionStopManyModal.success": string;
|
|
1107
|
+
"executionStopManyModal.error.failure": string;
|
|
1108
|
+
"executionStopManyModal.dateHint.startEnd": string;
|
|
1109
|
+
"executionStopManyModal.dateHint.startOnly": string;
|
|
1110
|
+
"executionStopManyModal.dateHint.endOnly": string;
|
|
1111
|
+
"executionStopManyModal.allWorkflowsHint": string;
|
|
1098
1112
|
"fromAiParametersModal.title": string;
|
|
1099
1113
|
"fromAiParametersModal.execute": string;
|
|
1100
1114
|
"fromAiParametersModal.description": string;
|
|
@@ -1170,6 +1184,7 @@ declare const _exports: {
|
|
|
1170
1184
|
"expressionModalInput.pairedItemInvalidPinnedError": string;
|
|
1171
1185
|
"expressionModalInput.pairedItemError": string;
|
|
1172
1186
|
"expressionModalInput.pairedItemError.noRunData": string;
|
|
1187
|
+
"fixedCollectionParameter.addField": string;
|
|
1173
1188
|
"fixedCollectionParameter.choose": string;
|
|
1174
1189
|
"fixedCollectionParameter.currentlyNoItemsExist": string;
|
|
1175
1190
|
"fixedCollectionParameter.deleteItem": string;
|
package/dist/types2.d.mts
CHANGED
|
@@ -147,6 +147,7 @@ declare const _exports: {
|
|
|
147
147
|
"generic.search": string;
|
|
148
148
|
"generic.showMore": string;
|
|
149
149
|
"generic.showLess": string;
|
|
150
|
+
"generic.stopAll": string;
|
|
150
151
|
"generic.published": string;
|
|
151
152
|
"generic.notPublished": string;
|
|
152
153
|
"generic.tip": string;
|
|
@@ -1095,6 +1096,19 @@ declare const _exports: {
|
|
|
1095
1096
|
"executionsList.debug.paywall.subContent": string;
|
|
1096
1097
|
"executionsList.debug.paywall.link.text": string;
|
|
1097
1098
|
"executionsList.debug.paywall.link.url": string;
|
|
1099
|
+
"executionStopManyModal.title": string;
|
|
1100
|
+
"executionStopManyModal.description": string;
|
|
1101
|
+
"executionStopManyModal.button.close": string;
|
|
1102
|
+
"executionStopManyModal.button.submit": string;
|
|
1103
|
+
"executionStopManyModal.queued": string;
|
|
1104
|
+
"executionStopManyModal.running": string;
|
|
1105
|
+
"executionStopManyModal.waiting": string;
|
|
1106
|
+
"executionStopManyModal.success": string;
|
|
1107
|
+
"executionStopManyModal.error.failure": string;
|
|
1108
|
+
"executionStopManyModal.dateHint.startEnd": string;
|
|
1109
|
+
"executionStopManyModal.dateHint.startOnly": string;
|
|
1110
|
+
"executionStopManyModal.dateHint.endOnly": string;
|
|
1111
|
+
"executionStopManyModal.allWorkflowsHint": string;
|
|
1098
1112
|
"fromAiParametersModal.title": string;
|
|
1099
1113
|
"fromAiParametersModal.execute": string;
|
|
1100
1114
|
"fromAiParametersModal.description": string;
|
|
@@ -1170,6 +1184,7 @@ declare const _exports: {
|
|
|
1170
1184
|
"expressionModalInput.pairedItemInvalidPinnedError": string;
|
|
1171
1185
|
"expressionModalInput.pairedItemError": string;
|
|
1172
1186
|
"expressionModalInput.pairedItemError.noRunData": string;
|
|
1187
|
+
"fixedCollectionParameter.addField": string;
|
|
1173
1188
|
"fixedCollectionParameter.choose": string;
|
|
1174
1189
|
"fixedCollectionParameter.currentlyNoItemsExist": string;
|
|
1175
1190
|
"fixedCollectionParameter.deleteItem": string;
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@n8n/i18n",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.3.1",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
7
|
-
"
|
|
8
|
-
"
|
|
7
|
+
"LICENSE_EE.md",
|
|
8
|
+
"LICENSE.md"
|
|
9
9
|
],
|
|
10
10
|
"main": "dist/index.cjs",
|
|
11
11
|
"module": "dist/index.mjs",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"vue-i18n": "^11.1.2",
|
|
27
|
-
"n8n-workflow": "2.
|
|
27
|
+
"n8n-workflow": "2.3.1"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@testing-library/jest-dom": "^6.6.3",
|