@n8n/i18n 1.11.1 → 1.11.2

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/types.d.cts CHANGED
@@ -2750,7 +2750,11 @@ var englishBaseText = {
2750
2750
  "workflows.ai.starter.collection.folder.name": "🎁 n8n basics: Learn how to build Agents in n8n",
2751
2751
  "workflows.ai.starter.collection.error": "Error loading AI Agent starter collection. Please try again later.",
2752
2752
  "workflows.readyToRunWorkflows.card": "Try a workflow - no setup neeeded",
2753
+ "workflows.readyToRunWorkflows.card2": "Run a workflow",
2754
+ "workflows.readyToRunWorkflows.card3": "See n8n in action",
2753
2755
  "workflows.readyToRunWorkflows.callout": "See n8n in action - no setup needed",
2756
+ "workflows.readyToRunWorkflows.callout2": "Run a workflow",
2757
+ "workflows.readyToRunWorkflows.callout3": "See n8n in action",
2754
2758
  "workflows.readyToRunWorkflows.cta": "Run a workflow",
2755
2759
  "workflows.readyToRunWorkflows.folder.name": "🚀 Ready-to-run workflows",
2756
2760
  "workflows.readyToRunWorkflows.error": "Error loading n8n collection. Please try again later.",
package/dist/types.d.ts CHANGED
@@ -2750,7 +2750,11 @@ var englishBaseText = {
2750
2750
  "workflows.ai.starter.collection.folder.name": "🎁 n8n basics: Learn how to build Agents in n8n",
2751
2751
  "workflows.ai.starter.collection.error": "Error loading AI Agent starter collection. Please try again later.",
2752
2752
  "workflows.readyToRunWorkflows.card": "Try a workflow - no setup neeeded",
2753
+ "workflows.readyToRunWorkflows.card2": "Run a workflow",
2754
+ "workflows.readyToRunWorkflows.card3": "See n8n in action",
2753
2755
  "workflows.readyToRunWorkflows.callout": "See n8n in action - no setup needed",
2756
+ "workflows.readyToRunWorkflows.callout2": "Run a workflow",
2757
+ "workflows.readyToRunWorkflows.callout3": "See n8n in action",
2754
2758
  "workflows.readyToRunWorkflows.cta": "Run a workflow",
2755
2759
  "workflows.readyToRunWorkflows.folder.name": "🚀 Ready-to-run workflows",
2756
2760
  "workflows.readyToRunWorkflows.error": "Error loading n8n collection. Please try again later.",
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@n8n/i18n",
3
3
  "type": "module",
4
- "version": "1.11.1",
4
+ "version": "1.11.2",
5
5
  "files": [
6
6
  "dist",
7
- "LICENSE.md",
8
- "LICENSE_EE.md"
7
+ "LICENSE_EE.md",
8
+ "LICENSE.md"
9
9
  ],
10
10
  "main": "dist/index.cjs",
11
11
  "module": "dist/index.js",
@@ -39,9 +39,9 @@
39
39
  "vite": "^6.3.5",
40
40
  "vitest": "^3.1.3",
41
41
  "vue-tsc": "^2.2.8",
42
- "@n8n/eslint-config": "0.0.1",
42
+ "@n8n/typescript-config": "1.3.0",
43
43
  "@n8n/vitest-config": "1.5.0",
44
- "@n8n/typescript-config": "1.3.0"
44
+ "@n8n/eslint-config": "0.0.1"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "vue": "^3.5.13"