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