@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/index.cjs CHANGED
@@ -2011,6 +2011,7 @@ var en_default = {
2011
2011
  "aiGateway.toggle.description": "n8n Connect is the easy way to manage AI model usage",
2012
2012
  "aiGateway.toggle.topUp": "Top up",
2013
2013
  "aiGateway.wallet.balanceRemaining": "{balance} remaining",
2014
+ "aiGateway.wallet.noCredits": "No credits",
2014
2015
  "aiGateway.credentialMode.sectionLabel": "Credential",
2015
2016
  "aiGateway.credentialMode.n8nConnect.title": "n8n Connect",
2016
2017
  "aiGateway.credentialMode.n8nConnect.subtitle": "No API key required",
@@ -3991,6 +3992,8 @@ var en_default = {
3991
3992
  "workflows.publishModal.noChanges": "No changes to publish",
3992
3993
  "workflows.publishModal.changes": "New changes to publish",
3993
3994
  "workflows.publishModal.lastPublished": "Last published by {author}, {date} at {time}",
3995
+ "workflows.publishModal.aiGatewayWarning.header": "The node | The nodes",
3996
+ "workflows.publishModal.aiGatewayWarning.body": "uses an n8n Connect credential. Once your n8n Connect balance is depleted, this workflow will stop working. | use n8n Connect credentials. Once your n8n Connect balance is depleted, this workflow will stop working.",
3994
3997
  "importCurlModal.title": "Import cURL command",
3995
3998
  "importCurlModal.input.label": "cURL Command",
3996
3999
  "importCurlModal.input.placeholder": "Paste the cURL command here",
@@ -4221,6 +4224,7 @@ var en_default = {
4221
4224
  "settings.n8nConnect.usage.col.cost": "Cost (USD)",
4222
4225
  "settings.n8nConnect.usage.empty": "No usage records found.",
4223
4226
  "settings.n8nConnect.usage.loadMore": "Load more",
4227
+ "settings.n8nConnect.usage.openExecution": "Open execution",
4224
4228
  "settings.n8nConnect.wallet.title": "Balance",
4225
4229
  "settings.n8nConnect.wallet.remaining": "${remaining} / ${budget} remaining",
4226
4230
  "settings.n8nConnect.wallet.quota": "budget",
@@ -5148,6 +5152,7 @@ var en_default = {
5148
5152
  "instanceAi.artifactsPanel.noArtifacts": "No artifacts yet",
5149
5153
  "instanceAi.artifactsPanel.tasks": "Tasks",
5150
5154
  "instanceAi.artifactsPanel.openWorkflow": "Open",
5155
+ "instanceAi.artifactsPanel.archived": "Archived",
5151
5156
  "instanceAi.delegateCard.implementsStep": "Step {step}",
5152
5157
  "instanceAi.delegateCard.delegatingTo": "Delegating to",
5153
5158
  "instanceAi.delegateCard.briefing": "Briefing",