@n8n/i18n 2.0.0-rc.1 → 2.0.0-rc.3
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 +13 -11
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +4 -2
- package/dist/index.d.mts +4 -2
- package/dist/index.mjs +13 -11
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +4 -2
- package/dist/types2.d.mts +4 -2
- package/package.json +2 -2
package/dist/types2.d.cts
CHANGED
|
@@ -141,6 +141,8 @@ declare const _exports: {
|
|
|
141
141
|
"generic.search": string;
|
|
142
142
|
"generic.showMore": string;
|
|
143
143
|
"generic.showLess": string;
|
|
144
|
+
"generic.published": string;
|
|
145
|
+
"generic.notPublished": string;
|
|
144
146
|
"about.aboutN8n": string;
|
|
145
147
|
"about.close": string;
|
|
146
148
|
"about.license": string;
|
|
@@ -2168,6 +2170,7 @@ declare const _exports: {
|
|
|
2168
2170
|
"resourceLocator.placeholder.searchOrCreate": string;
|
|
2169
2171
|
"resourceLocator.placeholder.search": string;
|
|
2170
2172
|
"resourceLocator.url.placeholder": string;
|
|
2173
|
+
"resourceLocator.workflow.inactive.tooltip": string;
|
|
2171
2174
|
"resourceMapper.autoMappingNotice": string;
|
|
2172
2175
|
"resourceMapper.mappingMode.label": string;
|
|
2173
2176
|
"resourceMapper.mappingMode.defineBelow.name": string;
|
|
@@ -2582,6 +2585,7 @@ declare const _exports: {
|
|
|
2582
2585
|
"settings.usageAndPlan.activeWorkflows.unlimited": string;
|
|
2583
2586
|
"settings.usageAndPlan.activeWorkflows.count": string;
|
|
2584
2587
|
"settings.usageAndPlan.activeWorkflows.hint": string;
|
|
2588
|
+
"settings.usageAndPlan.activeWorkflows.overcountWarning": string;
|
|
2585
2589
|
"settings.usageAndPlan.button.activation": string;
|
|
2586
2590
|
"settings.usageAndPlan.button.plans": string;
|
|
2587
2591
|
"settings.usageAndPlan.button.manage": string;
|
|
@@ -3201,8 +3205,6 @@ declare const _exports: {
|
|
|
3201
3205
|
"workflows.item.availableInMCP": string;
|
|
3202
3206
|
"workflows.item.enableMCPAccess": string;
|
|
3203
3207
|
"workflows.item.disableMCPAccess": string;
|
|
3204
|
-
"workflows.item.published": string;
|
|
3205
|
-
"workflows.item.notPublished": string;
|
|
3206
3208
|
"workflows.itemSuggestion.try": string;
|
|
3207
3209
|
"workflows.templateRecoV2.starterTemplates": string;
|
|
3208
3210
|
"workflows.templateRecoV2.seeMoreStarterTemplates": string;
|
package/dist/types2.d.mts
CHANGED
|
@@ -141,6 +141,8 @@ declare const _exports: {
|
|
|
141
141
|
"generic.search": string;
|
|
142
142
|
"generic.showMore": string;
|
|
143
143
|
"generic.showLess": string;
|
|
144
|
+
"generic.published": string;
|
|
145
|
+
"generic.notPublished": string;
|
|
144
146
|
"about.aboutN8n": string;
|
|
145
147
|
"about.close": string;
|
|
146
148
|
"about.license": string;
|
|
@@ -2168,6 +2170,7 @@ declare const _exports: {
|
|
|
2168
2170
|
"resourceLocator.placeholder.searchOrCreate": string;
|
|
2169
2171
|
"resourceLocator.placeholder.search": string;
|
|
2170
2172
|
"resourceLocator.url.placeholder": string;
|
|
2173
|
+
"resourceLocator.workflow.inactive.tooltip": string;
|
|
2171
2174
|
"resourceMapper.autoMappingNotice": string;
|
|
2172
2175
|
"resourceMapper.mappingMode.label": string;
|
|
2173
2176
|
"resourceMapper.mappingMode.defineBelow.name": string;
|
|
@@ -2582,6 +2585,7 @@ declare const _exports: {
|
|
|
2582
2585
|
"settings.usageAndPlan.activeWorkflows.unlimited": string;
|
|
2583
2586
|
"settings.usageAndPlan.activeWorkflows.count": string;
|
|
2584
2587
|
"settings.usageAndPlan.activeWorkflows.hint": string;
|
|
2588
|
+
"settings.usageAndPlan.activeWorkflows.overcountWarning": string;
|
|
2585
2589
|
"settings.usageAndPlan.button.activation": string;
|
|
2586
2590
|
"settings.usageAndPlan.button.plans": string;
|
|
2587
2591
|
"settings.usageAndPlan.button.manage": string;
|
|
@@ -3201,8 +3205,6 @@ declare const _exports: {
|
|
|
3201
3205
|
"workflows.item.availableInMCP": string;
|
|
3202
3206
|
"workflows.item.enableMCPAccess": string;
|
|
3203
3207
|
"workflows.item.disableMCPAccess": string;
|
|
3204
|
-
"workflows.item.published": string;
|
|
3205
|
-
"workflows.item.notPublished": string;
|
|
3206
3208
|
"workflows.itemSuggestion.try": string;
|
|
3207
3209
|
"workflows.templateRecoV2.starterTemplates": string;
|
|
3208
3210
|
"workflows.templateRecoV2.seeMoreStarterTemplates": 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.3",
|
|
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.2"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@testing-library/jest-dom": "^6.6.3",
|