@n8n/i18n 2.30.0 → 2.30.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 -0
- 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 +10 -0
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +10 -0
- package/dist/types2.d.mts +10 -0
- package/package.json +6 -6
package/dist/index.cjs
CHANGED
|
@@ -2484,6 +2484,7 @@ var en_default = {
|
|
|
2484
2484
|
"oauth.consentView.error.fetchDetails": "Error fetching client details",
|
|
2485
2485
|
"oauth.consentView.error.heading": "Authorization unavailable",
|
|
2486
2486
|
"oauth.consentView.error.resourceUnavailable": "This authorization can no longer be completed because the target is no longer available.",
|
|
2487
|
+
"oauth.consentView.error.insufficientScope": "You do not have sufficient permissions to authorize this request.",
|
|
2487
2488
|
"oauth.consentView.success.title": "Success",
|
|
2488
2489
|
"oauth.consentView.success.description": "You will soon be redirected back to the client.",
|
|
2489
2490
|
"parameterInput.expressionResult": "e.g. {result}",
|
|
@@ -6301,6 +6302,15 @@ var en_default = {
|
|
|
6301
6302
|
"instanceAi.input.planEditContext": "Plan edits",
|
|
6302
6303
|
"instanceAi.feedback.success": "Thanks for your feedback!",
|
|
6303
6304
|
"instanceAi.emptyState.title": "AI Assistant",
|
|
6305
|
+
"experiments.instanceAiTemplateExamples.empty": "No examples found",
|
|
6306
|
+
"experiments.instanceAiTemplateExamples.emptyState.title": "What can I help you automate?",
|
|
6307
|
+
"experiments.instanceAiTemplateExamples.description": "Or start with an automation from the community",
|
|
6308
|
+
"experiments.instanceAiTemplateExamples.card.editHint": "Use with my apps",
|
|
6309
|
+
"experiments.instanceAiTemplateExamples.card.ariaLabel": "Use example: {name}",
|
|
6310
|
+
"experiments.instanceAiTemplateExamples.nav.previous": "Previous examples",
|
|
6311
|
+
"experiments.instanceAiTemplateExamples.nav.next": "Next examples",
|
|
6312
|
+
"experiments.instanceAiTemplateExamples.input.placeholder": "Tell me what to build or ask me a question",
|
|
6313
|
+
"experiments.instanceAiTemplateExamples.subcategories.all": "All",
|
|
6304
6314
|
"instanceAi.workflowBuilderUnavailable.title": "Workflow builder unavailable",
|
|
6305
6315
|
"instanceAi.workflowBuilderUnavailable.enableSandboxDescription": "Ask an admin to enable Instance AI sandboxing.",
|
|
6306
6316
|
"instanceAi.workflowBuilderUnavailable.serviceUrlDescription": "Ask an admin to set N8N_SANDBOX_SERVICE_URL for the n8n Sandbox Service.",
|