@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 +10 -8
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +8 -6
- package/dist/index.d.mts +8 -6
- package/dist/index.mjs +10 -8
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +8 -6
- package/dist/types2.d.mts +8 -6
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -2014,8 +2014,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2014
2014
|
"aiGateway.toggle.label": string;
|
|
2015
2015
|
"aiGateway.toggle.description": string;
|
|
2016
2016
|
"aiGateway.toggle.topUp": string;
|
|
2017
|
+
"aiGateway.wallet.balanceRemaining": string;
|
|
2017
2018
|
"aiGateway.credentialMode.sectionLabel": string;
|
|
2018
|
-
"aiGateway.credentialMode.creditsShort": string;
|
|
2019
2019
|
"aiGateway.credentialMode.n8nConnect.title": string;
|
|
2020
2020
|
"aiGateway.credentialMode.n8nConnect.subtitle": string;
|
|
2021
2021
|
"aiGateway.credentialMode.own.title": string;
|
|
@@ -4002,6 +4002,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
4002
4002
|
"ImportCurlModal.notice.content": string;
|
|
4003
4003
|
"importCurlModal.button.label": string;
|
|
4004
4004
|
"importCurlParameter.label": string;
|
|
4005
|
+
"importCurlParameter.showError.failedToLoad.title": string;
|
|
4006
|
+
"importCurlParameter.showError.failedToLoad.message": string;
|
|
4005
4007
|
"importCurlParameter.showError.invalidCurlCommand.title": string;
|
|
4006
4008
|
"importCurlParameter.showError.invalidCurlCommand.message": string;
|
|
4007
4009
|
"importCurlParameter.showError.invalidProtocol1.title": string;
|
|
@@ -4221,13 +4223,13 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
4221
4223
|
"settings.n8nConnect.usage.col.model": string;
|
|
4222
4224
|
"settings.n8nConnect.usage.col.inputTokens": string;
|
|
4223
4225
|
"settings.n8nConnect.usage.col.outputTokens": string;
|
|
4224
|
-
"settings.n8nConnect.usage.col.
|
|
4226
|
+
"settings.n8nConnect.usage.col.cost": string;
|
|
4225
4227
|
"settings.n8nConnect.usage.empty": string;
|
|
4226
4228
|
"settings.n8nConnect.usage.loadMore": string;
|
|
4227
|
-
"settings.n8nConnect.
|
|
4228
|
-
"settings.n8nConnect.
|
|
4229
|
-
"settings.n8nConnect.
|
|
4230
|
-
"settings.n8nConnect.
|
|
4229
|
+
"settings.n8nConnect.wallet.title": string;
|
|
4230
|
+
"settings.n8nConnect.wallet.remaining": string;
|
|
4231
|
+
"settings.n8nConnect.wallet.quota": string;
|
|
4232
|
+
"settings.n8nConnect.wallet.topUp": string;
|
|
4231
4233
|
"settings.n8nConnect.usage.refresh.tooltip": string;
|
|
4232
4234
|
"settings.instanceAi": string;
|
|
4233
4235
|
"settings.instanceAi.description": string;
|
package/dist/index.d.mts
CHANGED
|
@@ -2014,8 +2014,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2014
2014
|
"aiGateway.toggle.label": string;
|
|
2015
2015
|
"aiGateway.toggle.description": string;
|
|
2016
2016
|
"aiGateway.toggle.topUp": string;
|
|
2017
|
+
"aiGateway.wallet.balanceRemaining": string;
|
|
2017
2018
|
"aiGateway.credentialMode.sectionLabel": string;
|
|
2018
|
-
"aiGateway.credentialMode.creditsShort": string;
|
|
2019
2019
|
"aiGateway.credentialMode.n8nConnect.title": string;
|
|
2020
2020
|
"aiGateway.credentialMode.n8nConnect.subtitle": string;
|
|
2021
2021
|
"aiGateway.credentialMode.own.title": string;
|
|
@@ -4002,6 +4002,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
4002
4002
|
"ImportCurlModal.notice.content": string;
|
|
4003
4003
|
"importCurlModal.button.label": string;
|
|
4004
4004
|
"importCurlParameter.label": string;
|
|
4005
|
+
"importCurlParameter.showError.failedToLoad.title": string;
|
|
4006
|
+
"importCurlParameter.showError.failedToLoad.message": string;
|
|
4005
4007
|
"importCurlParameter.showError.invalidCurlCommand.title": string;
|
|
4006
4008
|
"importCurlParameter.showError.invalidCurlCommand.message": string;
|
|
4007
4009
|
"importCurlParameter.showError.invalidProtocol1.title": string;
|
|
@@ -4221,13 +4223,13 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
4221
4223
|
"settings.n8nConnect.usage.col.model": string;
|
|
4222
4224
|
"settings.n8nConnect.usage.col.inputTokens": string;
|
|
4223
4225
|
"settings.n8nConnect.usage.col.outputTokens": string;
|
|
4224
|
-
"settings.n8nConnect.usage.col.
|
|
4226
|
+
"settings.n8nConnect.usage.col.cost": string;
|
|
4225
4227
|
"settings.n8nConnect.usage.empty": string;
|
|
4226
4228
|
"settings.n8nConnect.usage.loadMore": string;
|
|
4227
|
-
"settings.n8nConnect.
|
|
4228
|
-
"settings.n8nConnect.
|
|
4229
|
-
"settings.n8nConnect.
|
|
4230
|
-
"settings.n8nConnect.
|
|
4229
|
+
"settings.n8nConnect.wallet.title": string;
|
|
4230
|
+
"settings.n8nConnect.wallet.remaining": string;
|
|
4231
|
+
"settings.n8nConnect.wallet.quota": string;
|
|
4232
|
+
"settings.n8nConnect.wallet.topUp": string;
|
|
4231
4233
|
"settings.n8nConnect.usage.refresh.tooltip": string;
|
|
4232
4234
|
"settings.instanceAi": string;
|
|
4233
4235
|
"settings.instanceAi.description": string;
|
package/dist/index.mjs
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": "
|
|
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": "
|
|
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.
|
|
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.
|
|
4224
|
-
"settings.n8nConnect.
|
|
4225
|
-
"settings.n8nConnect.
|
|
4226
|
-
"settings.n8nConnect.
|
|
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.",
|