@n8n/i18n 2.18.4 → 2.18.5

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/types2.d.cts CHANGED
@@ -2009,6 +2009,7 @@ declare const _exports: {
2009
2009
  "aiGateway.toggle.description": string;
2010
2010
  "aiGateway.toggle.topUp": string;
2011
2011
  "aiGateway.wallet.balanceRemaining": string;
2012
+ "aiGateway.wallet.noCredits": string;
2012
2013
  "aiGateway.credentialMode.sectionLabel": string;
2013
2014
  "aiGateway.credentialMode.n8nConnect.title": string;
2014
2015
  "aiGateway.credentialMode.n8nConnect.subtitle": string;
@@ -3989,6 +3990,8 @@ declare const _exports: {
3989
3990
  "workflows.publishModal.noChanges": string;
3990
3991
  "workflows.publishModal.changes": string;
3991
3992
  "workflows.publishModal.lastPublished": string;
3993
+ "workflows.publishModal.aiGatewayWarning.header": string;
3994
+ "workflows.publishModal.aiGatewayWarning.body": string;
3992
3995
  "importCurlModal.title": string;
3993
3996
  "importCurlModal.input.label": string;
3994
3997
  "importCurlModal.input.placeholder": string;
@@ -4219,6 +4222,7 @@ declare const _exports: {
4219
4222
  "settings.n8nConnect.usage.col.cost": string;
4220
4223
  "settings.n8nConnect.usage.empty": string;
4221
4224
  "settings.n8nConnect.usage.loadMore": string;
4225
+ "settings.n8nConnect.usage.openExecution": string;
4222
4226
  "settings.n8nConnect.wallet.title": string;
4223
4227
  "settings.n8nConnect.wallet.remaining": string;
4224
4228
  "settings.n8nConnect.wallet.quota": string;
@@ -5146,6 +5150,7 @@ declare const _exports: {
5146
5150
  "instanceAi.artifactsPanel.noArtifacts": string;
5147
5151
  "instanceAi.artifactsPanel.tasks": string;
5148
5152
  "instanceAi.artifactsPanel.openWorkflow": string;
5153
+ "instanceAi.artifactsPanel.archived": string;
5149
5154
  "instanceAi.delegateCard.implementsStep": string;
5150
5155
  "instanceAi.delegateCard.delegatingTo": string;
5151
5156
  "instanceAi.delegateCard.briefing": string;
package/dist/types2.d.mts CHANGED
@@ -2009,6 +2009,7 @@ declare const _exports: {
2009
2009
  "aiGateway.toggle.description": string;
2010
2010
  "aiGateway.toggle.topUp": string;
2011
2011
  "aiGateway.wallet.balanceRemaining": string;
2012
+ "aiGateway.wallet.noCredits": string;
2012
2013
  "aiGateway.credentialMode.sectionLabel": string;
2013
2014
  "aiGateway.credentialMode.n8nConnect.title": string;
2014
2015
  "aiGateway.credentialMode.n8nConnect.subtitle": string;
@@ -3989,6 +3990,8 @@ declare const _exports: {
3989
3990
  "workflows.publishModal.noChanges": string;
3990
3991
  "workflows.publishModal.changes": string;
3991
3992
  "workflows.publishModal.lastPublished": string;
3993
+ "workflows.publishModal.aiGatewayWarning.header": string;
3994
+ "workflows.publishModal.aiGatewayWarning.body": string;
3992
3995
  "importCurlModal.title": string;
3993
3996
  "importCurlModal.input.label": string;
3994
3997
  "importCurlModal.input.placeholder": string;
@@ -4219,6 +4222,7 @@ declare const _exports: {
4219
4222
  "settings.n8nConnect.usage.col.cost": string;
4220
4223
  "settings.n8nConnect.usage.empty": string;
4221
4224
  "settings.n8nConnect.usage.loadMore": string;
4225
+ "settings.n8nConnect.usage.openExecution": string;
4222
4226
  "settings.n8nConnect.wallet.title": string;
4223
4227
  "settings.n8nConnect.wallet.remaining": string;
4224
4228
  "settings.n8nConnect.wallet.quota": string;
@@ -5146,6 +5150,7 @@ declare const _exports: {
5146
5150
  "instanceAi.artifactsPanel.noArtifacts": string;
5147
5151
  "instanceAi.artifactsPanel.tasks": string;
5148
5152
  "instanceAi.artifactsPanel.openWorkflow": string;
5153
+ "instanceAi.artifactsPanel.archived": string;
5149
5154
  "instanceAi.delegateCard.implementsStep": string;
5150
5155
  "instanceAi.delegateCard.delegatingTo": string;
5151
5156
  "instanceAi.delegateCard.briefing": string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@n8n/i18n",
3
3
  "type": "module",
4
- "version": "2.18.4",
4
+ "version": "2.18.5",
5
5
  "files": [
6
6
  "dist",
7
7
  "LICENSE.md",
@@ -39,8 +39,8 @@
39
39
  "vite": "^8.0.2",
40
40
  "vitest": "^4.1.1",
41
41
  "vue-tsc": "^2.2.8",
42
- "@n8n/eslint-config": "0.0.1",
43
42
  "@n8n/typescript-config": "1.4.0",
43
+ "@n8n/eslint-config": "0.0.1",
44
44
  "@n8n/vitest-config": "1.9.0"
45
45
  },
46
46
  "peerDependencies": {