@n8n/i18n 2.17.0 → 2.17.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 CHANGED
@@ -2010,8 +2010,8 @@ var en_default = {
2010
2010
  "aiGateway.toggle.label": "Connect via n8n Connect",
2011
2011
  "aiGateway.toggle.description": "n8n Connect is the easy way to manage AI model usage",
2012
2012
  "aiGateway.toggle.topUp": "Top up",
2013
+ "aiGateway.wallet.balanceRemaining": "{balance} remaining",
2013
2014
  "aiGateway.credentialMode.sectionLabel": "Credential",
2014
- "aiGateway.credentialMode.creditsShort": "{count} credits",
2015
2015
  "aiGateway.credentialMode.n8nConnect.title": "n8n Connect",
2016
2016
  "aiGateway.credentialMode.n8nConnect.subtitle": "No API key required",
2017
2017
  "aiGateway.credentialMode.own.title": "My own credential",
@@ -4217,13 +4217,13 @@ var en_default = {
4217
4217
  "settings.n8nConnect.usage.col.model": "Model",
4218
4218
  "settings.n8nConnect.usage.col.inputTokens": "Input Tokens",
4219
4219
  "settings.n8nConnect.usage.col.outputTokens": "Output Tokens",
4220
- "settings.n8nConnect.usage.col.credits": "Credits",
4220
+ "settings.n8nConnect.usage.col.cost": "Cost (USD)",
4221
4221
  "settings.n8nConnect.usage.empty": "No usage records found.",
4222
4222
  "settings.n8nConnect.usage.loadMore": "Load more",
4223
- "settings.n8nConnect.credits.title": "Credits",
4224
- "settings.n8nConnect.credits.remaining": "{remaining} / {quota} credits remaining",
4225
- "settings.n8nConnect.credits.quota": "credits total",
4226
- "settings.n8nConnect.credits.topUp": "Top up credits",
4223
+ "settings.n8nConnect.wallet.title": "Balance",
4224
+ "settings.n8nConnect.wallet.remaining": "${remaining} / ${budget} remaining",
4225
+ "settings.n8nConnect.wallet.quota": "budget",
4226
+ "settings.n8nConnect.wallet.topUp": "Top up balance",
4227
4227
  "settings.n8nConnect.usage.refresh.tooltip": "Refresh usage records",
4228
4228
  "settings.instanceAi": "Instance AI",
4229
4229
  "settings.instanceAi.description": "Configure the Instance AI agent, model, memory, and permissions.",