@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.d.cts
CHANGED
|
@@ -2711,7 +2711,6 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
2711
2711
|
"workflows.empty.learnN8n": string;
|
|
2712
2712
|
"workflows.empty.button.disabled.tooltip": string;
|
|
2713
2713
|
"workflows.empty.easyAI": string;
|
|
2714
|
-
"workflows.empty.preBuiltAgents": string;
|
|
2715
2714
|
"workflows.empty.shared-with-me": string;
|
|
2716
2715
|
"workflows.empty.shared-with-me.link": string;
|
|
2717
2716
|
"workflows.list.easyAI": string;
|
|
@@ -2762,8 +2761,6 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
2762
2761
|
"workflows.readyToRunWorkflows.error": string;
|
|
2763
2762
|
"workflows.archivedOnly.hint": string;
|
|
2764
2763
|
"workflows.archivedOnly.hint.link": string;
|
|
2765
|
-
"workflows.preBuiltAgents.callout": string;
|
|
2766
|
-
"workflows.preBuiltAgents.linkText": string;
|
|
2767
2764
|
"workflowSelectorParameterInput.createNewSubworkflow.name": string;
|
|
2768
2765
|
"importCurlModal.title": string;
|
|
2769
2766
|
"importCurlModal.input.label": string;
|
|
@@ -2996,6 +2993,7 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
2996
2993
|
"settings.sso.settings.save.activate.cancel": string;
|
|
2997
2994
|
"settings.sso.settings.save.activate.test": string;
|
|
2998
2995
|
"settings.sso.settings.save.error": string;
|
|
2996
|
+
"settings.sso.settings.save.error_oidc": string;
|
|
2999
2997
|
"settings.sso.settings.footer.hint": string;
|
|
3000
2998
|
"settings.sso.actionBox.title": string;
|
|
3001
2999
|
"settings.sso.actionBox.description": string;
|
|
@@ -3441,9 +3439,6 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
3441
3439
|
"workflowDiff.newWorkflow": string;
|
|
3442
3440
|
"workflowDiff.newWorkflow.database": string;
|
|
3443
3441
|
"workflowDiff.newWorkflow.remote": string;
|
|
3444
|
-
"preBuiltAgentTemplates.title": string;
|
|
3445
|
-
"preBuiltAgentTemplates.tutorials": string;
|
|
3446
|
-
"preBuiltAgentTemplates.viewAllLink": string;
|
|
3447
3442
|
};
|
|
3448
3443
|
}, {}, {}, string, false>;
|
|
3449
3444
|
type BaseTextOptions = {
|
package/dist/index.d.ts
CHANGED
|
@@ -2711,7 +2711,6 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
2711
2711
|
"workflows.empty.learnN8n": string;
|
|
2712
2712
|
"workflows.empty.button.disabled.tooltip": string;
|
|
2713
2713
|
"workflows.empty.easyAI": string;
|
|
2714
|
-
"workflows.empty.preBuiltAgents": string;
|
|
2715
2714
|
"workflows.empty.shared-with-me": string;
|
|
2716
2715
|
"workflows.empty.shared-with-me.link": string;
|
|
2717
2716
|
"workflows.list.easyAI": string;
|
|
@@ -2762,8 +2761,6 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
2762
2761
|
"workflows.readyToRunWorkflows.error": string;
|
|
2763
2762
|
"workflows.archivedOnly.hint": string;
|
|
2764
2763
|
"workflows.archivedOnly.hint.link": string;
|
|
2765
|
-
"workflows.preBuiltAgents.callout": string;
|
|
2766
|
-
"workflows.preBuiltAgents.linkText": string;
|
|
2767
2764
|
"workflowSelectorParameterInput.createNewSubworkflow.name": string;
|
|
2768
2765
|
"importCurlModal.title": string;
|
|
2769
2766
|
"importCurlModal.input.label": string;
|
|
@@ -2996,6 +2993,7 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
2996
2993
|
"settings.sso.settings.save.activate.cancel": string;
|
|
2997
2994
|
"settings.sso.settings.save.activate.test": string;
|
|
2998
2995
|
"settings.sso.settings.save.error": string;
|
|
2996
|
+
"settings.sso.settings.save.error_oidc": string;
|
|
2999
2997
|
"settings.sso.settings.footer.hint": string;
|
|
3000
2998
|
"settings.sso.actionBox.title": string;
|
|
3001
2999
|
"settings.sso.actionBox.description": string;
|
|
@@ -3441,9 +3439,6 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
3441
3439
|
"workflowDiff.newWorkflow": string;
|
|
3442
3440
|
"workflowDiff.newWorkflow.database": string;
|
|
3443
3441
|
"workflowDiff.newWorkflow.remote": string;
|
|
3444
|
-
"preBuiltAgentTemplates.title": string;
|
|
3445
|
-
"preBuiltAgentTemplates.tutorials": string;
|
|
3446
|
-
"preBuiltAgentTemplates.viewAllLink": string;
|
|
3447
3442
|
};
|
|
3448
3443
|
}, {}, {}, string, false>;
|
|
3449
3444
|
type BaseTextOptions = {
|
package/dist/index.js
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
|