@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/types.d.cts CHANGED
@@ -714,6 +714,11 @@ var englishBaseText = {
714
714
  error: error,
715
715
  "error.goBack": "Go back",
716
716
  "error.pageNotFound": "Oops, couldn’t find that",
717
+ "error.entityNotFound.title": "{entity} not found",
718
+ "error.entityNotFound.text": "We couldn’t find the {entity} you were looking for. Make sure you have the correct URL.",
719
+ "error.entityNotFound.action": "Go to overview",
720
+ "error.entityUnAuthorized.title": "You need access",
721
+ "error.entityUnAuthorized.content": "You don't have permission to view this {entity}. Please contact the person who shared this link to request access.",
717
722
  "executions.ExecutionStatus": "Execution status",
718
723
  "executions.concurrency.docsLink": "https://docs.n8n.io/hosting/scaling/concurrency-control/",
719
724
  "executionDetails.additionalActions": "Additional Actions",
@@ -930,6 +935,7 @@ var englishBaseText = {
930
935
  "forgotPassword.returnToSignIn": "Back to sign in",
931
936
  "forgotPassword.sendingEmailError": "Problem sending email",
932
937
  "forgotPassword.ldapUserPasswordResetUnavailable": "Please contact your LDAP administrator to reset your password",
938
+ "forgotPassword.oidcUserPasswordResetUnavailable": "Please contact your OIDC administrator to reset your password",
933
939
  "forgotPassword.smtpErrorContactAdministrator": "Please contact your administrator (problem with your SMTP setup)",
934
940
  "forgotPassword.tooManyRequests": "You’ve reached the password reset limit. Please try again in a few minutes.",
935
941
  "forms.resourceFiltersDropdown.filters": "Filters",
@@ -1253,6 +1259,8 @@ var englishBaseText = {
1253
1259
  "nodeCreator.noResults.wantUsToMakeItFaster": "Want us to make it faster?",
1254
1260
  "nodeCreator.noResults.weDidntMakeThatYet": "We didn't make that... yet",
1255
1261
  "nodeCreator.noResults.webhook": "Webhook",
1262
+ "nodeCreator.ragStarterTemplate.openTemplateItem.title": "RAG starter template",
1263
+ "nodeCreator.ragStarterTemplate.openTemplateItem.description": "Get a feel for vector stores in n8n",
1256
1264
  "nodeCreator.searchBar.searchNodes": "Search nodes...",
1257
1265
  "nodeCreator.subcategoryDescriptions.appTriggerNodes": "Runs the flow when something happens in an app like Telegram, Notion or Airtable",
1258
1266
  "nodeCreator.subcategoryDescriptions.appRegularNodes": "Do something in an app or service like Google Sheets, Telegram or Notion",
@@ -1620,6 +1628,9 @@ var englishBaseText = {
1620
1628
  "parameterInputList.parameterOptions": "Parameter Options",
1621
1629
  "parameterInputList.loadingFields": "Loading fields...",
1622
1630
  "parameterInputList.loadingError": "Error loading fields. Refresh you page and try again.",
1631
+ "parameterInputList.callout.dismiss.confirm.text": "Do you want to permanently hide this?",
1632
+ "parameterInputList.callout.dismiss.confirm.confirmButtonText": "Confirm",
1633
+ "parameterInputList.callout.dismiss.confirm.cancelButtonText": "Cancel",
1623
1634
  "parameterOverride.overridePanelText": "Defined automatically by the <b>model</b>",
1624
1635
  "parameterOverride.applyOverrideButtonTooltip": "Let the model define this parameter",
1625
1636
  "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",
@@ -2008,6 +2019,8 @@ var englishBaseText = {
2008
2019
  "settings.log-streaming.eventGroup.n8n.user": "User",
2009
2020
  "settings.log-streaming.eventGroup.n8n.node": "Node Executions",
2010
2021
  "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.",
2022
+ "settings.log-streaming.eventGroup.n8n.runner": "Runner tasks",
2023
+ "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.",
2011
2024
  "settings.log-streaming.eventGroup.n8n.worker": "Worker",
2012
2025
  "settings.log-streaming.$$AbstractMessageEventBusDestination": "Generic",
2013
2026
  "settings.log-streaming.$$MessageEventBusDestinationWebhook": "Webhook",
@@ -2774,8 +2787,8 @@ var englishBaseText = {
2774
2787
  "settings.sso": "SSO",
2775
2788
  "settings.sso.title": "Single Sign On",
2776
2789
  "settings.sso.subtitle": "SAML 2.0 Configuration",
2777
- "settings.sso.info": "Activate SAML SSO to enable passwordless login via your existing user management tool and enhance security through unified authentication.",
2778
- "settings.sso.info.link": "Learn how to configure SAML 2.0.",
2790
+ "settings.sso.info": "Activate SAML or OIDC to enable passwordless login via your existing user management tool and enhance security through unified authentication.",
2791
+ "settings.sso.info.link": "Learn how to configure SAML or OIDC.",
2779
2792
  "settings.sso.activation.tooltip": "You need to save the settings first before activating SAML",
2780
2793
  "settings.sso.activated": "Activated",
2781
2794
  "settings.sso.deactivated": "Deactivated",
@@ -2803,6 +2816,8 @@ var englishBaseText = {
2803
2816
  "settings.sso.actionBox.title": "Available on the Enterprise plan",
2804
2817
  "settings.sso.actionBox.description": "Use Single Sign On to consolidate authentication into a single platform to improve security and agility.",
2805
2818
  "settings.sso.actionBox.buttonText": "See plans",
2819
+ "settings.oidc.confirmMessage.beforeSaveForm.headline": "Are you sure you want to disable OIDC login?",
2820
+ "settings.oidc.confirmMessage.beforeSaveForm.message": "If you do so, all OIDC users will be converted to email users.",
2806
2821
  "settings.mfa.secret": "Secret {secret}",
2807
2822
  "settings.mfa": "MFA",
2808
2823
  "settings.mfa.title": "Multi-factor Authentication",
@@ -2827,6 +2842,7 @@ var englishBaseText = {
2827
2842
  "projects.settings.newProjectName": "My project",
2828
2843
  "projects.settings.iconPicker.button.tooltip": "Choose project icon",
2829
2844
  "projects.settings.name": "Project icon and name",
2845
+ "projects.settings.description": "Project description",
2830
2846
  "projects.settings.projectMembers": "Project members",
2831
2847
  "projects.settings.message.unsavedChanges": "You have unsaved changes",
2832
2848
  "projects.settings.danger.message": "When deleting a project, you can also choose to move all workflows and credentials to another project.",
package/dist/types.d.ts CHANGED
@@ -714,6 +714,11 @@ var englishBaseText = {
714
714
  error: error,
715
715
  "error.goBack": "Go back",
716
716
  "error.pageNotFound": "Oops, couldn’t find that",
717
+ "error.entityNotFound.title": "{entity} not found",
718
+ "error.entityNotFound.text": "We couldn’t find the {entity} you were looking for. Make sure you have the correct URL.",
719
+ "error.entityNotFound.action": "Go to overview",
720
+ "error.entityUnAuthorized.title": "You need access",
721
+ "error.entityUnAuthorized.content": "You don't have permission to view this {entity}. Please contact the person who shared this link to request access.",
717
722
  "executions.ExecutionStatus": "Execution status",
718
723
  "executions.concurrency.docsLink": "https://docs.n8n.io/hosting/scaling/concurrency-control/",
719
724
  "executionDetails.additionalActions": "Additional Actions",
@@ -930,6 +935,7 @@ var englishBaseText = {
930
935
  "forgotPassword.returnToSignIn": "Back to sign in",
931
936
  "forgotPassword.sendingEmailError": "Problem sending email",
932
937
  "forgotPassword.ldapUserPasswordResetUnavailable": "Please contact your LDAP administrator to reset your password",
938
+ "forgotPassword.oidcUserPasswordResetUnavailable": "Please contact your OIDC administrator to reset your password",
933
939
  "forgotPassword.smtpErrorContactAdministrator": "Please contact your administrator (problem with your SMTP setup)",
934
940
  "forgotPassword.tooManyRequests": "You’ve reached the password reset limit. Please try again in a few minutes.",
935
941
  "forms.resourceFiltersDropdown.filters": "Filters",
@@ -1253,6 +1259,8 @@ var englishBaseText = {
1253
1259
  "nodeCreator.noResults.wantUsToMakeItFaster": "Want us to make it faster?",
1254
1260
  "nodeCreator.noResults.weDidntMakeThatYet": "We didn't make that... yet",
1255
1261
  "nodeCreator.noResults.webhook": "Webhook",
1262
+ "nodeCreator.ragStarterTemplate.openTemplateItem.title": "RAG starter template",
1263
+ "nodeCreator.ragStarterTemplate.openTemplateItem.description": "Get a feel for vector stores in n8n",
1256
1264
  "nodeCreator.searchBar.searchNodes": "Search nodes...",
1257
1265
  "nodeCreator.subcategoryDescriptions.appTriggerNodes": "Runs the flow when something happens in an app like Telegram, Notion or Airtable",
1258
1266
  "nodeCreator.subcategoryDescriptions.appRegularNodes": "Do something in an app or service like Google Sheets, Telegram or Notion",
@@ -1620,6 +1628,9 @@ var englishBaseText = {
1620
1628
  "parameterInputList.parameterOptions": "Parameter Options",
1621
1629
  "parameterInputList.loadingFields": "Loading fields...",
1622
1630
  "parameterInputList.loadingError": "Error loading fields. Refresh you page and try again.",
1631
+ "parameterInputList.callout.dismiss.confirm.text": "Do you want to permanently hide this?",
1632
+ "parameterInputList.callout.dismiss.confirm.confirmButtonText": "Confirm",
1633
+ "parameterInputList.callout.dismiss.confirm.cancelButtonText": "Cancel",
1623
1634
  "parameterOverride.overridePanelText": "Defined automatically by the <b>model</b>",
1624
1635
  "parameterOverride.applyOverrideButtonTooltip": "Let the model define this parameter",
1625
1636
  "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",
@@ -2008,6 +2019,8 @@ var englishBaseText = {
2008
2019
  "settings.log-streaming.eventGroup.n8n.user": "User",
2009
2020
  "settings.log-streaming.eventGroup.n8n.node": "Node Executions",
2010
2021
  "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.",
2022
+ "settings.log-streaming.eventGroup.n8n.runner": "Runner tasks",
2023
+ "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.",
2011
2024
  "settings.log-streaming.eventGroup.n8n.worker": "Worker",
2012
2025
  "settings.log-streaming.$$AbstractMessageEventBusDestination": "Generic",
2013
2026
  "settings.log-streaming.$$MessageEventBusDestinationWebhook": "Webhook",
@@ -2774,8 +2787,8 @@ var englishBaseText = {
2774
2787
  "settings.sso": "SSO",
2775
2788
  "settings.sso.title": "Single Sign On",
2776
2789
  "settings.sso.subtitle": "SAML 2.0 Configuration",
2777
- "settings.sso.info": "Activate SAML SSO to enable passwordless login via your existing user management tool and enhance security through unified authentication.",
2778
- "settings.sso.info.link": "Learn how to configure SAML 2.0.",
2790
+ "settings.sso.info": "Activate SAML or OIDC to enable passwordless login via your existing user management tool and enhance security through unified authentication.",
2791
+ "settings.sso.info.link": "Learn how to configure SAML or OIDC.",
2779
2792
  "settings.sso.activation.tooltip": "You need to save the settings first before activating SAML",
2780
2793
  "settings.sso.activated": "Activated",
2781
2794
  "settings.sso.deactivated": "Deactivated",
@@ -2803,6 +2816,8 @@ var englishBaseText = {
2803
2816
  "settings.sso.actionBox.title": "Available on the Enterprise plan",
2804
2817
  "settings.sso.actionBox.description": "Use Single Sign On to consolidate authentication into a single platform to improve security and agility.",
2805
2818
  "settings.sso.actionBox.buttonText": "See plans",
2819
+ "settings.oidc.confirmMessage.beforeSaveForm.headline": "Are you sure you want to disable OIDC login?",
2820
+ "settings.oidc.confirmMessage.beforeSaveForm.message": "If you do so, all OIDC users will be converted to email users.",
2806
2821
  "settings.mfa.secret": "Secret {secret}",
2807
2822
  "settings.mfa": "MFA",
2808
2823
  "settings.mfa.title": "Multi-factor Authentication",
@@ -2827,6 +2842,7 @@ var englishBaseText = {
2827
2842
  "projects.settings.newProjectName": "My project",
2828
2843
  "projects.settings.iconPicker.button.tooltip": "Choose project icon",
2829
2844
  "projects.settings.name": "Project icon and name",
2845
+ "projects.settings.description": "Project description",
2830
2846
  "projects.settings.projectMembers": "Project members",
2831
2847
  "projects.settings.message.unsavedChanges": "You have unsaved changes",
2832
2848
  "projects.settings.danger.message": "When deleting a project, you can also choose to move all workflows and credentials to another project.",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@n8n/i18n",
3
3
  "type": "module",
4
- "version": "1.2.0",
4
+ "version": "1.3.0",
5
5
  "files": [
6
6
  "dist",
7
7
  "LICENSE.md",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "vue-i18n": "^11.1.2",
27
- "n8n-workflow": "1.95.0"
27
+ "n8n-workflow": "1.96.0"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@testing-library/jest-dom": "^6.6.3",
@@ -39,9 +39,9 @@
39
39
  "vite": "^6.3.5",
40
40
  "vitest": "^3.1.3",
41
41
  "vue-tsc": "^2.2.8",
42
- "@n8n/eslint-config": "0.0.1",
42
+ "@n8n/typescript-config": "1.2.0",
43
43
  "@n8n/vitest-config": "1.3.0",
44
- "@n8n/typescript-config": "1.2.0"
44
+ "@n8n/eslint-config": "0.0.1"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "vue": "^3.5.13"