@n8n/i18n 2.17.0 → 2.17.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/index.cjs CHANGED
@@ -1201,7 +1201,7 @@ var en_default = {
1201
1201
  "experiments.resourceCenter.seeMore": "See more",
1202
1202
  "experiments.resourceCenter.sidebar": "Resources",
1203
1203
  "experiments.resourceCenter.sidebar.inspiration": "Inspiration",
1204
- "experiments.resourceCenter.templateCard.useNow": "▶︎ Run workflow",
1204
+ "experiments.resourceCenter.templateCard.useNow": " Run workflow",
1205
1205
  "experiments.resourceCenter.templatePreviews.title": "Popular Templates",
1206
1206
  "experiments.resourceCenter.title": "Resources",
1207
1207
  "experiments.resourceCenter.viewAllTemplates": "View all templates",
@@ -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",
@@ -3468,7 +3468,7 @@ var en_default = {
3468
3468
  "templates.collection": "Collection",
3469
3469
  "templates.collections": "Collections",
3470
3470
  "templates.collectionsNotFound": "Collection could not be found",
3471
- "templates.connectionWarning": "⚠️ There was a problem fetching workflow templates. Check your internet connection.",
3471
+ "templates.connectionWarning": "! There was a problem fetching workflow templates. Check your internet connection.",
3472
3472
  "templates.heading": "Workflow templates",
3473
3473
  "templates.shareWorkflow": "Share template",
3474
3474
  "templates.noSearchResults": "Nothing found. Try adjusting your search to see more.",
@@ -3998,6 +3998,8 @@ var en_default = {
3998
3998
  "ImportCurlModal.notice.content": "This will overwrite any changes you have already made to the current node",
3999
3999
  "importCurlModal.button.label": "Import",
4000
4000
  "importCurlParameter.label": "Import cURL",
4001
+ "importCurlParameter.showError.failedToLoad.title": "Failed to load dependencies",
4002
+ "importCurlParameter.showError.failedToLoad.message": "There was an error loading required dependencies.",
4001
4003
  "importCurlParameter.showError.invalidCurlCommand.title": "Couldn’t import cURL command",
4002
4004
  "importCurlParameter.showError.invalidCurlCommand.message": "This command is in an unsupported format",
4003
4005
  "importCurlParameter.showError.invalidProtocol1.title": "Use the {node} node",
@@ -4217,13 +4219,13 @@ var en_default = {
4217
4219
  "settings.n8nConnect.usage.col.model": "Model",
4218
4220
  "settings.n8nConnect.usage.col.inputTokens": "Input Tokens",
4219
4221
  "settings.n8nConnect.usage.col.outputTokens": "Output Tokens",
4220
- "settings.n8nConnect.usage.col.credits": "Credits",
4222
+ "settings.n8nConnect.usage.col.cost": "Cost (USD)",
4221
4223
  "settings.n8nConnect.usage.empty": "No usage records found.",
4222
4224
  "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",
4225
+ "settings.n8nConnect.wallet.title": "Balance",
4226
+ "settings.n8nConnect.wallet.remaining": "${remaining} / ${budget} remaining",
4227
+ "settings.n8nConnect.wallet.quota": "budget",
4228
+ "settings.n8nConnect.wallet.topUp": "Top up balance",
4227
4229
  "settings.n8nConnect.usage.refresh.tooltip": "Refresh usage records",
4228
4230
  "settings.instanceAi": "Instance AI",
4229
4231
  "settings.instanceAi.description": "Configure the Instance AI agent, model, memory, and permissions.",