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