@n8n/i18n 1.2.0 → 1.3.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
@@ -714,6 +714,11 @@ declare const i18nInstance: vue_i18n.I18n<{
714
714
  error: string;
715
715
  "error.goBack": string;
716
716
  "error.pageNotFound": string;
717
+ "error.entityNotFound.title": string;
718
+ "error.entityNotFound.text": string;
719
+ "error.entityNotFound.action": string;
720
+ "error.entityUnAuthorized.title": string;
721
+ "error.entityUnAuthorized.content": string;
717
722
  "executions.ExecutionStatus": string;
718
723
  "executions.concurrency.docsLink": string;
719
724
  "executionDetails.additionalActions": string;
@@ -930,6 +935,7 @@ declare const i18nInstance: vue_i18n.I18n<{
930
935
  "forgotPassword.returnToSignIn": string;
931
936
  "forgotPassword.sendingEmailError": string;
932
937
  "forgotPassword.ldapUserPasswordResetUnavailable": string;
938
+ "forgotPassword.oidcUserPasswordResetUnavailable": string;
933
939
  "forgotPassword.smtpErrorContactAdministrator": string;
934
940
  "forgotPassword.tooManyRequests": string;
935
941
  "forms.resourceFiltersDropdown.filters": string;
@@ -1253,6 +1259,8 @@ declare const i18nInstance: vue_i18n.I18n<{
1253
1259
  "nodeCreator.noResults.wantUsToMakeItFaster": string;
1254
1260
  "nodeCreator.noResults.weDidntMakeThatYet": string;
1255
1261
  "nodeCreator.noResults.webhook": string;
1262
+ "nodeCreator.ragStarterTemplate.openTemplateItem.title": string;
1263
+ "nodeCreator.ragStarterTemplate.openTemplateItem.description": string;
1256
1264
  "nodeCreator.searchBar.searchNodes": string;
1257
1265
  "nodeCreator.subcategoryDescriptions.appTriggerNodes": string;
1258
1266
  "nodeCreator.subcategoryDescriptions.appRegularNodes": string;
@@ -1620,6 +1628,9 @@ declare const i18nInstance: vue_i18n.I18n<{
1620
1628
  "parameterInputList.parameterOptions": string;
1621
1629
  "parameterInputList.loadingFields": string;
1622
1630
  "parameterInputList.loadingError": string;
1631
+ "parameterInputList.callout.dismiss.confirm.text": string;
1632
+ "parameterInputList.callout.dismiss.confirm.confirmButtonText": string;
1633
+ "parameterInputList.callout.dismiss.confirm.cancelButtonText": string;
1623
1634
  "parameterOverride.overridePanelText": string;
1624
1635
  "parameterOverride.applyOverrideButtonTooltip": string;
1625
1636
  "parameterOverride.descriptionTooltip": string;
@@ -2008,6 +2019,8 @@ declare const i18nInstance: vue_i18n.I18n<{
2008
2019
  "settings.log-streaming.eventGroup.n8n.user": string;
2009
2020
  "settings.log-streaming.eventGroup.n8n.node": string;
2010
2021
  "settings.log-streaming.eventGroup.n8n.node.info": string;
2022
+ "settings.log-streaming.eventGroup.n8n.runner": string;
2023
+ "settings.log-streaming.eventGroup.n8n.runner.info": string;
2011
2024
  "settings.log-streaming.eventGroup.n8n.worker": string;
2012
2025
  "settings.log-streaming.$$AbstractMessageEventBusDestination": string;
2013
2026
  "settings.log-streaming.$$MessageEventBusDestinationWebhook": string;
@@ -2803,6 +2816,8 @@ declare const i18nInstance: vue_i18n.I18n<{
2803
2816
  "settings.sso.actionBox.title": string;
2804
2817
  "settings.sso.actionBox.description": string;
2805
2818
  "settings.sso.actionBox.buttonText": string;
2819
+ "settings.oidc.confirmMessage.beforeSaveForm.headline": string;
2820
+ "settings.oidc.confirmMessage.beforeSaveForm.message": string;
2806
2821
  "settings.mfa.secret": string;
2807
2822
  "settings.mfa": string;
2808
2823
  "settings.mfa.title": string;
@@ -2827,6 +2842,7 @@ declare const i18nInstance: vue_i18n.I18n<{
2827
2842
  "projects.settings.newProjectName": string;
2828
2843
  "projects.settings.iconPicker.button.tooltip": string;
2829
2844
  "projects.settings.name": string;
2845
+ "projects.settings.description": string;
2830
2846
  "projects.settings.projectMembers": string;
2831
2847
  "projects.settings.message.unsavedChanges": string;
2832
2848
  "projects.settings.danger.message": string;
package/dist/index.d.ts CHANGED
@@ -714,6 +714,11 @@ declare const i18nInstance: vue_i18n.I18n<{
714
714
  error: string;
715
715
  "error.goBack": string;
716
716
  "error.pageNotFound": string;
717
+ "error.entityNotFound.title": string;
718
+ "error.entityNotFound.text": string;
719
+ "error.entityNotFound.action": string;
720
+ "error.entityUnAuthorized.title": string;
721
+ "error.entityUnAuthorized.content": string;
717
722
  "executions.ExecutionStatus": string;
718
723
  "executions.concurrency.docsLink": string;
719
724
  "executionDetails.additionalActions": string;
@@ -930,6 +935,7 @@ declare const i18nInstance: vue_i18n.I18n<{
930
935
  "forgotPassword.returnToSignIn": string;
931
936
  "forgotPassword.sendingEmailError": string;
932
937
  "forgotPassword.ldapUserPasswordResetUnavailable": string;
938
+ "forgotPassword.oidcUserPasswordResetUnavailable": string;
933
939
  "forgotPassword.smtpErrorContactAdministrator": string;
934
940
  "forgotPassword.tooManyRequests": string;
935
941
  "forms.resourceFiltersDropdown.filters": string;
@@ -1253,6 +1259,8 @@ declare const i18nInstance: vue_i18n.I18n<{
1253
1259
  "nodeCreator.noResults.wantUsToMakeItFaster": string;
1254
1260
  "nodeCreator.noResults.weDidntMakeThatYet": string;
1255
1261
  "nodeCreator.noResults.webhook": string;
1262
+ "nodeCreator.ragStarterTemplate.openTemplateItem.title": string;
1263
+ "nodeCreator.ragStarterTemplate.openTemplateItem.description": string;
1256
1264
  "nodeCreator.searchBar.searchNodes": string;
1257
1265
  "nodeCreator.subcategoryDescriptions.appTriggerNodes": string;
1258
1266
  "nodeCreator.subcategoryDescriptions.appRegularNodes": string;
@@ -1620,6 +1628,9 @@ declare const i18nInstance: vue_i18n.I18n<{
1620
1628
  "parameterInputList.parameterOptions": string;
1621
1629
  "parameterInputList.loadingFields": string;
1622
1630
  "parameterInputList.loadingError": string;
1631
+ "parameterInputList.callout.dismiss.confirm.text": string;
1632
+ "parameterInputList.callout.dismiss.confirm.confirmButtonText": string;
1633
+ "parameterInputList.callout.dismiss.confirm.cancelButtonText": string;
1623
1634
  "parameterOverride.overridePanelText": string;
1624
1635
  "parameterOverride.applyOverrideButtonTooltip": string;
1625
1636
  "parameterOverride.descriptionTooltip": string;
@@ -2008,6 +2019,8 @@ declare const i18nInstance: vue_i18n.I18n<{
2008
2019
  "settings.log-streaming.eventGroup.n8n.user": string;
2009
2020
  "settings.log-streaming.eventGroup.n8n.node": string;
2010
2021
  "settings.log-streaming.eventGroup.n8n.node.info": string;
2022
+ "settings.log-streaming.eventGroup.n8n.runner": string;
2023
+ "settings.log-streaming.eventGroup.n8n.runner.info": string;
2011
2024
  "settings.log-streaming.eventGroup.n8n.worker": string;
2012
2025
  "settings.log-streaming.$$AbstractMessageEventBusDestination": string;
2013
2026
  "settings.log-streaming.$$MessageEventBusDestinationWebhook": string;
@@ -2803,6 +2816,8 @@ declare const i18nInstance: vue_i18n.I18n<{
2803
2816
  "settings.sso.actionBox.title": string;
2804
2817
  "settings.sso.actionBox.description": string;
2805
2818
  "settings.sso.actionBox.buttonText": string;
2819
+ "settings.oidc.confirmMessage.beforeSaveForm.headline": string;
2820
+ "settings.oidc.confirmMessage.beforeSaveForm.message": string;
2806
2821
  "settings.mfa.secret": string;
2807
2822
  "settings.mfa": string;
2808
2823
  "settings.mfa.title": string;
@@ -2827,6 +2842,7 @@ declare const i18nInstance: vue_i18n.I18n<{
2827
2842
  "projects.settings.newProjectName": string;
2828
2843
  "projects.settings.iconPicker.button.tooltip": string;
2829
2844
  "projects.settings.name": string;
2845
+ "projects.settings.description": string;
2830
2846
  "projects.settings.projectMembers": string;
2831
2847
  "projects.settings.message.unsavedChanges": string;
2832
2848
  "projects.settings.danger.message": string;
package/dist/index.js CHANGED
@@ -721,6 +721,11 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
721
721
  error: "Error",
722
722
  "error.goBack": "Go back",
723
723
  "error.pageNotFound": "Oops, couldn\u2019t find that",
724
+ "error.entityNotFound.title": "{entity} not found",
725
+ "error.entityNotFound.text": "We couldn\u2019t find the {entity} you were looking for. Make sure you have the correct URL.",
726
+ "error.entityNotFound.action": "Go to overview",
727
+ "error.entityUnAuthorized.title": "You need access",
728
+ "error.entityUnAuthorized.content": "You don't have permission to view this {entity}. Please contact the person who shared this link to request access.",
724
729
  "executions.ExecutionStatus": "Execution status",
725
730
  "executions.concurrency.docsLink": "https://docs.n8n.io/hosting/scaling/concurrency-control/",
726
731
  "executionDetails.additionalActions": "Additional Actions",
@@ -937,6 +942,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
937
942
  "forgotPassword.returnToSignIn": "Back to sign in",
938
943
  "forgotPassword.sendingEmailError": "Problem sending email",
939
944
  "forgotPassword.ldapUserPasswordResetUnavailable": "Please contact your LDAP administrator to reset your password",
945
+ "forgotPassword.oidcUserPasswordResetUnavailable": "Please contact your OIDC administrator to reset your password",
940
946
  "forgotPassword.smtpErrorContactAdministrator": "Please contact your administrator (problem with your SMTP setup)",
941
947
  "forgotPassword.tooManyRequests": "You\u2019ve reached the password reset limit. Please try again in a few minutes.",
942
948
  "forms.resourceFiltersDropdown.filters": "Filters",
@@ -1260,6 +1266,8 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
1260
1266
  "nodeCreator.noResults.wantUsToMakeItFaster": "Want us to make it faster?",
1261
1267
  "nodeCreator.noResults.weDidntMakeThatYet": "We didn't make that... yet",
1262
1268
  "nodeCreator.noResults.webhook": "Webhook",
1269
+ "nodeCreator.ragStarterTemplate.openTemplateItem.title": "RAG starter template",
1270
+ "nodeCreator.ragStarterTemplate.openTemplateItem.description": "Get a feel for vector stores in n8n",
1263
1271
  "nodeCreator.searchBar.searchNodes": "Search nodes...",
1264
1272
  "nodeCreator.subcategoryDescriptions.appTriggerNodes": "Runs the flow when something happens in an app like Telegram, Notion or Airtable",
1265
1273
  "nodeCreator.subcategoryDescriptions.appRegularNodes": "Do something in an app or service like Google Sheets, Telegram or Notion",
@@ -1627,6 +1635,9 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
1627
1635
  "parameterInputList.parameterOptions": "Parameter Options",
1628
1636
  "parameterInputList.loadingFields": "Loading fields...",
1629
1637
  "parameterInputList.loadingError": "Error loading fields. Refresh you page and try again.",
1638
+ "parameterInputList.callout.dismiss.confirm.text": "Do you want to permanently hide this?",
1639
+ "parameterInputList.callout.dismiss.confirm.confirmButtonText": "Confirm",
1640
+ "parameterInputList.callout.dismiss.confirm.cancelButtonText": "Cancel",
1630
1641
  "parameterOverride.overridePanelText": "Defined automatically by the <b>model</b>",
1631
1642
  "parameterOverride.applyOverrideButtonTooltip": "Let the model define this parameter",
1632
1643
  "parameterOverride.descriptionTooltip": "Explain to the LLM how it should generate this value, a good, specific description would allow LLMs to produce expected results much more often",
@@ -2015,6 +2026,8 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
2015
2026
  "settings.log-streaming.eventGroup.n8n.user": "User",
2016
2027
  "settings.log-streaming.eventGroup.n8n.node": "Node Executions",
2017
2028
  "settings.log-streaming.eventGroup.n8n.node.info": "Will send step-wise execution events every time a node executes. Please note that this can lead to a high frequency of logged events and is probably not suitable for general use.",
2029
+ "settings.log-streaming.eventGroup.n8n.runner": "Runner tasks",
2030
+ "settings.log-streaming.eventGroup.n8n.runner.info": "Will send an event when a Code node execution is requested from a task runner, and when a response is received from the runner with the result.",
2018
2031
  "settings.log-streaming.eventGroup.n8n.worker": "Worker",
2019
2032
  "settings.log-streaming.$$AbstractMessageEventBusDestination": "Generic",
2020
2033
  "settings.log-streaming.$$MessageEventBusDestinationWebhook": "Webhook",
@@ -2781,8 +2794,8 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
2781
2794
  "settings.sso": "SSO",
2782
2795
  "settings.sso.title": "Single Sign On",
2783
2796
  "settings.sso.subtitle": "SAML 2.0 Configuration",
2784
- "settings.sso.info": "Activate SAML SSO to enable passwordless login via your existing user management tool and enhance security through unified authentication.",
2785
- "settings.sso.info.link": "Learn how to configure SAML 2.0.",
2797
+ "settings.sso.info": "Activate SAML or OIDC to enable passwordless login via your existing user management tool and enhance security through unified authentication.",
2798
+ "settings.sso.info.link": "Learn how to configure SAML or OIDC.",
2786
2799
  "settings.sso.activation.tooltip": "You need to save the settings first before activating SAML",
2787
2800
  "settings.sso.activated": "Activated",
2788
2801
  "settings.sso.deactivated": "Deactivated",
@@ -2810,6 +2823,8 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
2810
2823
  "settings.sso.actionBox.title": "Available on the Enterprise plan",
2811
2824
  "settings.sso.actionBox.description": "Use Single Sign On to consolidate authentication into a single platform to improve security and agility.",
2812
2825
  "settings.sso.actionBox.buttonText": "See plans",
2826
+ "settings.oidc.confirmMessage.beforeSaveForm.headline": "Are you sure you want to disable OIDC login?",
2827
+ "settings.oidc.confirmMessage.beforeSaveForm.message": "If you do so, all OIDC users will be converted to email users.",
2813
2828
  "settings.mfa.secret": "Secret {secret}",
2814
2829
  "settings.mfa": "MFA",
2815
2830
  "settings.mfa.title": "Multi-factor Authentication",
@@ -2834,6 +2849,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
2834
2849
  "projects.settings.newProjectName": "My project",
2835
2850
  "projects.settings.iconPicker.button.tooltip": "Choose project icon",
2836
2851
  "projects.settings.name": "Project icon and name",
2852
+ "projects.settings.description": "Project description",
2837
2853
  "projects.settings.projectMembers": "Project members",
2838
2854
  "projects.settings.message.unsavedChanges": "You have unsaved changes",
2839
2855
  "projects.settings.danger.message": "When deleting a project, you can also choose to move all workflows and credentials to another project.",