@n8n/i18n 2.30.2 → 2.30.3
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 +5 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -0
- package/dist/index.d.mts +1 -0
- package/dist/index.mjs +5 -4
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +1 -0
- package/dist/types2.d.mts +1 -0
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -2112,6 +2112,7 @@ var en_default = {
|
|
|
2112
2112
|
"nodeCreator.subcategoryNames.miscellaneous": "Miscellaneous",
|
|
2113
2113
|
"nodeCreator.subcategoryNames.humanInTheLoop": "Human review",
|
|
2114
2114
|
"nodeCreator.subcategoryNames.modelContextProtocol": "MCP servers",
|
|
2115
|
+
"nodeCreator.sectionNames.includedInN8n": "Included in n8n",
|
|
2115
2116
|
"nodeCreator.sectionNames.popular": "Popular",
|
|
2116
2117
|
"nodeCreator.sectionNames.other": "Other",
|
|
2117
2118
|
"nodeCreator.sectionNames.sendAndWait": "Send and wait for response",
|
|
@@ -2191,17 +2192,17 @@ var en_default = {
|
|
|
2191
2192
|
"nodeCredentials.emptyState.noCredentials": "No credentials yet",
|
|
2192
2193
|
"nodeCredentials.emptyState.setupCredential": "Set up credential",
|
|
2193
2194
|
"nodeCredentials.oauth.accountConnected": "Account connected successfully",
|
|
2194
|
-
"aiGateway.toggle.label": "
|
|
2195
|
-
"aiGateway.toggle.description": "n8n
|
|
2195
|
+
"aiGateway.toggle.label": "Use n8n credits",
|
|
2196
|
+
"aiGateway.toggle.description": "n8n credits is the easy way to manage AI model usage",
|
|
2196
2197
|
"aiGateway.toggle.topUp": "Top up",
|
|
2197
2198
|
"aiGateway.wallet.balanceRemaining": "{balance} remaining",
|
|
2198
2199
|
"aiGateway.wallet.noCredits": "No credits",
|
|
2199
2200
|
"aiGateway.credentialMode.sectionLabel": "Credential",
|
|
2200
|
-
"aiGateway.credentialMode.n8nConnect.title": "n8n
|
|
2201
|
+
"aiGateway.credentialMode.n8nConnect.title": "n8n credits",
|
|
2201
2202
|
"aiGateway.credentialMode.n8nConnect.subtitle": "No API key required",
|
|
2202
2203
|
"aiGateway.credentialMode.own.title": "My own credential",
|
|
2203
2204
|
"aiGateway.credentialMode.own.subtitle": "Use your own API key",
|
|
2204
|
-
"aiGateway.unsupportedAction.notice": "{actionName} is currently not supported via n8n
|
|
2205
|
+
"aiGateway.unsupportedAction.notice": "{actionName} is currently not supported via n8n credits. Switch to using your own credential to use it.",
|
|
2205
2206
|
"nodeCredentials.oauth.accountConnectionFailed": "Account connection failed",
|
|
2206
2207
|
"nodeErrorView.cause": "Cause",
|
|
2207
2208
|
"nodeErrorView.copyToClipboard": "Copy to Clipboard",
|