@n8n/i18n 1.2.1 → 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.cjs 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.",