@n8n/i18n 2.30.1 → 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 +14 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +10 -0
- package/dist/index.d.mts +10 -0
- package/dist/index.mjs +14 -4
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +10 -0
- package/dist/types2.d.mts +10 -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",
|
|
@@ -6302,6 +6303,15 @@ var en_default = {
|
|
|
6302
6303
|
"instanceAi.input.planEditContext": "Plan edits",
|
|
6303
6304
|
"instanceAi.feedback.success": "Thanks for your feedback!",
|
|
6304
6305
|
"instanceAi.emptyState.title": "AI Assistant",
|
|
6306
|
+
"experiments.instanceAiTemplateExamples.empty": "No examples found",
|
|
6307
|
+
"experiments.instanceAiTemplateExamples.emptyState.title": "What can I help you automate?",
|
|
6308
|
+
"experiments.instanceAiTemplateExamples.description": "Or start with an automation from the community",
|
|
6309
|
+
"experiments.instanceAiTemplateExamples.card.editHint": "Use with my apps",
|
|
6310
|
+
"experiments.instanceAiTemplateExamples.card.ariaLabel": "Use example: {name}",
|
|
6311
|
+
"experiments.instanceAiTemplateExamples.nav.previous": "Previous examples",
|
|
6312
|
+
"experiments.instanceAiTemplateExamples.nav.next": "Next examples",
|
|
6313
|
+
"experiments.instanceAiTemplateExamples.input.placeholder": "Tell me what to build or ask me a question",
|
|
6314
|
+
"experiments.instanceAiTemplateExamples.subcategories.all": "All",
|
|
6305
6315
|
"instanceAi.workflowBuilderUnavailable.title": "Workflow builder unavailable",
|
|
6306
6316
|
"instanceAi.workflowBuilderUnavailable.enableSandboxDescription": "Ask an admin to enable Instance AI sandboxing.",
|
|
6307
6317
|
"instanceAi.workflowBuilderUnavailable.serviceUrlDescription": "Ask an admin to set N8N_SANDBOX_SERVICE_URL for the n8n Sandbox Service.",
|