@n8n/i18n 1.2.1 → 1.4.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
@@ -112,6 +112,7 @@ var en_default = {
112
112
  "generic.rename": "Rename",
113
113
  "generic.missing.permissions": "Missing permissions to perform this action",
114
114
  "generic.shortcutHint": "Or press",
115
+ "generic.upgradeToEnterprise": "Upgrade to Enterprise",
115
116
  "about.aboutN8n": "About n8n",
116
117
  "about.close": "Close",
117
118
  "about.license": "License",
@@ -721,6 +722,11 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
721
722
  error: "Error",
722
723
  "error.goBack": "Go back",
723
724
  "error.pageNotFound": "Oops, couldn\u2019t find that",
725
+ "error.entityNotFound.title": "{entity} not found",
726
+ "error.entityNotFound.text": "We couldn\u2019t find the {entity} you were looking for. Make sure you have the correct URL.",
727
+ "error.entityNotFound.action": "Go to overview",
728
+ "error.entityUnAuthorized.title": "You need access",
729
+ "error.entityUnAuthorized.content": "You don't have permission to view this {entity}. Please contact the person who shared this link to request access.",
724
730
  "executions.ExecutionStatus": "Execution status",
725
731
  "executions.concurrency.docsLink": "https://docs.n8n.io/hosting/scaling/concurrency-control/",
726
732
  "executionDetails.additionalActions": "Additional Actions",
@@ -937,6 +943,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
937
943
  "forgotPassword.returnToSignIn": "Back to sign in",
938
944
  "forgotPassword.sendingEmailError": "Problem sending email",
939
945
  "forgotPassword.ldapUserPasswordResetUnavailable": "Please contact your LDAP administrator to reset your password",
946
+ "forgotPassword.oidcUserPasswordResetUnavailable": "Please contact your OIDC administrator to reset your password",
940
947
  "forgotPassword.smtpErrorContactAdministrator": "Please contact your administrator (problem with your SMTP setup)",
941
948
  "forgotPassword.tooManyRequests": "You\u2019ve reached the password reset limit. Please try again in a few minutes.",
942
949
  "forms.resourceFiltersDropdown.filters": "Filters",
@@ -1260,6 +1267,8 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
1260
1267
  "nodeCreator.noResults.wantUsToMakeItFaster": "Want us to make it faster?",
1261
1268
  "nodeCreator.noResults.weDidntMakeThatYet": "We didn't make that... yet",
1262
1269
  "nodeCreator.noResults.webhook": "Webhook",
1270
+ "nodeCreator.ragStarterTemplate.openTemplateItem.title": "RAG starter template",
1271
+ "nodeCreator.ragStarterTemplate.openTemplateItem.description": "Get a feel for vector stores in n8n",
1263
1272
  "nodeCreator.searchBar.searchNodes": "Search nodes...",
1264
1273
  "nodeCreator.subcategoryDescriptions.appTriggerNodes": "Runs the flow when something happens in an app like Telegram, Notion or Airtable",
1265
1274
  "nodeCreator.subcategoryDescriptions.appRegularNodes": "Do something in an app or service like Google Sheets, Telegram or Notion",
@@ -1627,6 +1636,9 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
1627
1636
  "parameterInputList.parameterOptions": "Parameter Options",
1628
1637
  "parameterInputList.loadingFields": "Loading fields...",
1629
1638
  "parameterInputList.loadingError": "Error loading fields. Refresh you page and try again.",
1639
+ "parameterInputList.callout.dismiss.confirm.text": "Do you want to permanently hide this?",
1640
+ "parameterInputList.callout.dismiss.confirm.confirmButtonText": "Confirm",
1641
+ "parameterInputList.callout.dismiss.confirm.cancelButtonText": "Cancel",
1630
1642
  "parameterOverride.overridePanelText": "Defined automatically by the <b>model</b>",
1631
1643
  "parameterOverride.applyOverrideButtonTooltip": "Let the model define this parameter",
1632
1644
  "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",
@@ -1844,7 +1856,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
1844
1856
  "runData.table": "Table",
1845
1857
  "runData.table.viewSubExecution": "View sub-execution {id}",
1846
1858
  "runData.pindata.learnMore": "Learn more",
1847
- "runData.pindata.thisDataIsPinned": "This data is pinned.",
1859
+ "runData.pindata.thisDataIsPinned": "This data is pinned for test executions.",
1848
1860
  "runData.pindata.unpin": "Unpin",
1849
1861
  "runData.editor.save": "Save",
1850
1862
  "runData.editor.cancel": "Cancel",
@@ -2015,6 +2027,10 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
2015
2027
  "settings.log-streaming.eventGroup.n8n.user": "User",
2016
2028
  "settings.log-streaming.eventGroup.n8n.node": "Node Executions",
2017
2029
  "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.",
2030
+ "settings.log-streaming.eventGroup.n8n.runner": "Runner tasks",
2031
+ "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.",
2032
+ "settings.log-streaming.eventGroup.n8n.queue": "Queue events",
2033
+ "settings.log-streaming.eventGroup.n8n.queue.info": "Will send an event when a queue-related event occurs, e.g. enqueuing, dequeueing, completion, failure, or stalling.",
2018
2034
  "settings.log-streaming.eventGroup.n8n.worker": "Worker",
2019
2035
  "settings.log-streaming.$$AbstractMessageEventBusDestination": "Generic",
2020
2036
  "settings.log-streaming.$$MessageEventBusDestinationWebhook": "Webhook",
@@ -2781,8 +2797,8 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
2781
2797
  "settings.sso": "SSO",
2782
2798
  "settings.sso.title": "Single Sign On",
2783
2799
  "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.",
2800
+ "settings.sso.info": "Activate SAML or OIDC to enable passwordless login via your existing user management tool and enhance security through unified authentication.",
2801
+ "settings.sso.info.link": "Learn how to configure SAML or OIDC.",
2786
2802
  "settings.sso.activation.tooltip": "You need to save the settings first before activating SAML",
2787
2803
  "settings.sso.activated": "Activated",
2788
2804
  "settings.sso.deactivated": "Deactivated",
@@ -2810,6 +2826,8 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
2810
2826
  "settings.sso.actionBox.title": "Available on the Enterprise plan",
2811
2827
  "settings.sso.actionBox.description": "Use Single Sign On to consolidate authentication into a single platform to improve security and agility.",
2812
2828
  "settings.sso.actionBox.buttonText": "See plans",
2829
+ "settings.oidc.confirmMessage.beforeSaveForm.headline": "Are you sure you want to disable OIDC login?",
2830
+ "settings.oidc.confirmMessage.beforeSaveForm.message": "If you do so, all OIDC users will be converted to email users.",
2813
2831
  "settings.mfa.secret": "Secret {secret}",
2814
2832
  "settings.mfa": "MFA",
2815
2833
  "settings.mfa.title": "Multi-factor Authentication",
@@ -2834,6 +2852,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
2834
2852
  "projects.settings.newProjectName": "My project",
2835
2853
  "projects.settings.iconPicker.button.tooltip": "Choose project icon",
2836
2854
  "projects.settings.name": "Project icon and name",
2855
+ "projects.settings.description": "Project description",
2837
2856
  "projects.settings.projectMembers": "Project members",
2838
2857
  "projects.settings.message.unsavedChanges": "You have unsaved changes",
2839
2858
  "projects.settings.danger.message": "When deleting a project, you can also choose to move all workflows and credentials to another project.",