@n8n/i18n 1.13.0 → 1.13.1-exp.0
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 +8 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +7 -0
- package/dist/index.d.ts +7 -0
- package/dist/index.js +8 -1
- package/dist/index.js.map +1 -1
- package/dist/types.d.cts +8 -1
- package/dist/types.d.ts +8 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -2718,6 +2718,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
2718
2718
|
"workflows.empty.learnN8n": "Learn n8n",
|
|
2719
2719
|
"workflows.empty.button.disabled.tooltip": "Your current role in the project does not allow you to create workflows",
|
|
2720
2720
|
"workflows.empty.easyAI": "Test a simple AI Agent example",
|
|
2721
|
+
"workflows.empty.preBuiltAgents": "Try a pre-built agent",
|
|
2721
2722
|
"workflows.empty.shared-with-me": "No {resource} has been shared with you",
|
|
2722
2723
|
"workflows.empty.shared-with-me.link": '<a href="#">Back to Personal</a>',
|
|
2723
2724
|
"workflows.list.easyAI": "Test the power of AI in n8n with this simple AI Agent Workflow",
|
|
@@ -2768,6 +2769,8 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
2768
2769
|
"workflows.readyToRunWorkflows.error": "Error loading n8n collection. Please try again later.",
|
|
2769
2770
|
"workflows.archivedOnly.hint": "Archived workflows are hidden in this view. {link}",
|
|
2770
2771
|
"workflows.archivedOnly.hint.link": "Update filters",
|
|
2772
|
+
"workflows.preBuiltAgents.callout": "Get started faster with our",
|
|
2773
|
+
"workflows.preBuiltAgents.linkText": "pre-built agents",
|
|
2771
2774
|
"workflowSelectorParameterInput.createNewSubworkflow.name": "My Sub-Workflow",
|
|
2772
2775
|
"importCurlModal.title": "Import cURL command",
|
|
2773
2776
|
"importCurlModal.input.label": "cURL Command",
|
|
@@ -3000,6 +3003,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
3000
3003
|
"settings.sso.settings.save.activate.cancel": "Cancel",
|
|
3001
3004
|
"settings.sso.settings.save.activate.test": "Test settings",
|
|
3002
3005
|
"settings.sso.settings.save.error": "Error saving SAML SSO configuration",
|
|
3006
|
+
"settings.sso.settings.save.error_oidc": "Error saving OIDC SSO configuration",
|
|
3003
3007
|
"settings.sso.settings.footer.hint": "Don't forget to activate SAML SSO once you've saved the settings.",
|
|
3004
3008
|
"settings.sso.actionBox.title": "Available on the Enterprise plan",
|
|
3005
3009
|
"settings.sso.actionBox.description": "Use Single Sign On to consolidate authentication into a single platform to improve security and agility.",
|
|
@@ -3444,7 +3448,10 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
3444
3448
|
"workflowDiff.deletedWorkflow.remote": "The workflow doesn't exist on remote",
|
|
3445
3449
|
"workflowDiff.newWorkflow": "New workflow",
|
|
3446
3450
|
"workflowDiff.newWorkflow.database": "The workflow will be created in the database",
|
|
3447
|
-
"workflowDiff.newWorkflow.remote": "The workflow will be created on remote"
|
|
3451
|
+
"workflowDiff.newWorkflow.remote": "The workflow will be created on remote",
|
|
3452
|
+
"preBuiltAgentTemplates.title": "Pre-built agents",
|
|
3453
|
+
"preBuiltAgentTemplates.tutorials": "Tutorial templates",
|
|
3454
|
+
"preBuiltAgentTemplates.viewAllLink": "View all templates"
|
|
3448
3455
|
};
|
|
3449
3456
|
|
|
3450
3457
|
// src/index.ts
|