@n8n/i18n 1.11.0 → 1.12.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 +30 -9
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +22 -1
- package/dist/index.d.ts +22 -1
- package/dist/index.js +30 -9
- package/dist/index.js.map +1 -1
- package/dist/types.d.cts +30 -9
- package/dist/types.d.ts +30 -9
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -31,7 +31,8 @@ var en_default = {
|
|
|
31
31
|
activate: "Activate",
|
|
32
32
|
user: "User",
|
|
33
33
|
enabled: "Enabled",
|
|
34
|
-
disabled: "Disabled"
|
|
34
|
+
disabled: "Disabled",
|
|
35
|
+
type: "Type"
|
|
35
36
|
},
|
|
36
37
|
_reusableDynamicText: {
|
|
37
38
|
readMore: "Read more",
|
|
@@ -2590,6 +2591,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
2590
2591
|
"workflowSettings.helpTexts.workflowCallerPolicy": "Workflows that are allowed to call this workflow using the Execute Workflow node",
|
|
2591
2592
|
"workflowSettings.hours": "hours",
|
|
2592
2593
|
"workflowSettings.minutes": "minutes",
|
|
2594
|
+
"workflowSettings.name": "Workflow name",
|
|
2593
2595
|
"workflowSettings.noWorkflow": "- No Workflow -",
|
|
2594
2596
|
"workflowSettings.save": "@:_reusableBaseText.save",
|
|
2595
2597
|
"workflowSettings.saveDataErrorExecution": "Save failed production executions",
|
|
@@ -2757,7 +2759,11 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
2757
2759
|
"workflows.ai.starter.collection.folder.name": "\u{1F381} n8n basics: Learn how to build Agents in n8n",
|
|
2758
2760
|
"workflows.ai.starter.collection.error": "Error loading AI Agent starter collection. Please try again later.",
|
|
2759
2761
|
"workflows.readyToRunWorkflows.card": "Try a workflow - no setup neeeded",
|
|
2762
|
+
"workflows.readyToRunWorkflows.card2": "Run a workflow",
|
|
2763
|
+
"workflows.readyToRunWorkflows.card3": "See n8n in action",
|
|
2760
2764
|
"workflows.readyToRunWorkflows.callout": "See n8n in action - no setup needed",
|
|
2765
|
+
"workflows.readyToRunWorkflows.callout2": "Run a workflow",
|
|
2766
|
+
"workflows.readyToRunWorkflows.callout3": "See n8n in action",
|
|
2761
2767
|
"workflows.readyToRunWorkflows.cta": "Run a workflow",
|
|
2762
2768
|
"workflows.readyToRunWorkflows.folder.name": "\u{1F680} Ready-to-run workflows",
|
|
2763
2769
|
"workflows.readyToRunWorkflows.error": "Error loading n8n collection. Please try again later.",
|
|
@@ -2842,7 +2848,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
2842
2848
|
"contextual.users.settings.unavailable.button.cloud": "Upgrade now",
|
|
2843
2849
|
"contextual.feature.unavailable.title": "Available on the Enterprise Plan",
|
|
2844
2850
|
"contextual.feature.unavailable.title.cloud": "Available on the Pro Plan",
|
|
2845
|
-
"dataStore.
|
|
2851
|
+
"dataStore.dataStores": "Data Stores",
|
|
2846
2852
|
"dataStore.empty.label": "You don't have any data stores yet",
|
|
2847
2853
|
"dataStore.empty.description": "Once you create data stores for your projects, they will appear here",
|
|
2848
2854
|
"dataStore.empty.button.label": 'Create data store in "{projectName}"',
|
|
@@ -2865,6 +2871,18 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
2865
2871
|
"dataStore.delete.confirm.message": 'Are you sure you want to delete the data store "{name}"? This action cannot be undone.',
|
|
2866
2872
|
"dataStore.delete.error": "Error deleting data store",
|
|
2867
2873
|
"dataStore.rename.error": "Error renaming data store",
|
|
2874
|
+
"dataStore.getDetails.error": "Error fetching data store details",
|
|
2875
|
+
"dataStore.notFound": "Data store not found",
|
|
2876
|
+
"dataStore.noColumns.heading": "No columns yet",
|
|
2877
|
+
"dataStore.noColumns.description": "Add columns to start storing data in this data store.",
|
|
2878
|
+
"dataStore.noColumns.button.label": "Add first column",
|
|
2879
|
+
"dataStore.addColumn.label": "Add Column",
|
|
2880
|
+
"dataStore.addColumn.nameInput.label": "@:_reusableBaseText.name",
|
|
2881
|
+
"dataStore.addColumn.nameInput.placeholder": "Enter column name",
|
|
2882
|
+
"dataStore.addColumn.typeInput.label": "@:_reusableBaseText.type",
|
|
2883
|
+
"dataStore.addColumn.error": "Error adding column",
|
|
2884
|
+
"dataStore.addColumn.invalidName.error": "Invalid column name",
|
|
2885
|
+
"dataStore.addColumn.invalidName.description": "Only alphanumeric characters and non-leading dashes are allowed for column names",
|
|
2868
2886
|
"settings.ldap": "LDAP",
|
|
2869
2887
|
"settings.ldap.note": "LDAP allows users to authenticate with their centralized account. It's compatible with services that provide an LDAP interface like Active Directory, Okta and Jumpcloud.",
|
|
2870
2888
|
"settings.ldap.infoTip": "Learn more about <a href='https://docs.n8n.io/user-management/ldap/' target='_blank'>LDAP in the Docs</a>",
|
|
@@ -3125,15 +3143,15 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
3125
3143
|
"settings.personal.mfa.toast.disabledMfa.error.message": "Error disabling two-factor authentication",
|
|
3126
3144
|
"settings.personal.mfa.toast.canEnableMfa.title": "MFA pre-requisite failed",
|
|
3127
3145
|
"settings.personal.mfa.enforced": "The settings on this instance <strong>require you to set up 2FA</strong>. Please enable it to continue working in this instance.",
|
|
3128
|
-
"settings.personal.mfa.enforce.message": "Enforces 2FA for all users on this instance.",
|
|
3129
|
-
"settings.personal.mfa.enforce.unlicensed_tooltip": "You can enforce 2FA for all users on this instance when you upgrade your plan. {action}",
|
|
3146
|
+
"settings.personal.mfa.enforce.message": "Enforces 2FA for all users on this instance authenticating with email and password logins.",
|
|
3147
|
+
"settings.personal.mfa.enforce.unlicensed_tooltip": "You can enforce 2FA for all users on this instance authenticating with email and password logins when you upgrade your plan. {action}",
|
|
3130
3148
|
"settings.personal.mfa.enforce.unlicensed_tooltip.link": "View plans",
|
|
3131
3149
|
"settings.personal.mfa.enforce.title": "Enforce two-factor authentication",
|
|
3132
3150
|
"settings.personal.mfa.enforce.error": "Cannot enforce 2FA for all users",
|
|
3133
3151
|
"settings.personal.mfa.enforce.enabled.title": "2FA Enforced",
|
|
3134
|
-
"settings.personal.mfa.enforce.enabled.message": "Two-factor authentication is now required for all users on this instance.",
|
|
3152
|
+
"settings.personal.mfa.enforce.enabled.message": "Two-factor authentication is now required for all users on this instance authenticating with email and password logins.",
|
|
3135
3153
|
"settings.personal.mfa.enforce.disabled.title": "2FA No Longer Enforced",
|
|
3136
|
-
"settings.personal.mfa.enforce.disabled.message": "Two-factor authentication is no longer mandatory for users on this instance.",
|
|
3154
|
+
"settings.personal.mfa.enforce.disabled.message": "Two-factor authentication is no longer mandatory for users on this instance authenticating with email and password logins.",
|
|
3137
3155
|
"settings.mfa.toast.noRecoveryCodeLeft.title": "No 2FA recovery codes remaining",
|
|
3138
3156
|
"settings.mfa.toast.noRecoveryCodeLeft.message": "You have used all of your recovery codes. Disable then re-enable two-factor authentication to generate new codes. <a href='/settings/personal' target='_blank' >Open settings</a>",
|
|
3139
3157
|
"sso.login.divider": "or",
|
|
@@ -3414,9 +3432,12 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
3414
3432
|
"workflowDiff.local": "Local",
|
|
3415
3433
|
"workflowDiff.remote": "Remote ({branchName})",
|
|
3416
3434
|
"workflowDiff.noChanges": "No changes",
|
|
3417
|
-
"workflowDiff.deletedWorkflow": "
|
|
3418
|
-
"workflowDiff.deletedWorkflow.database": "The workflow
|
|
3419
|
-
"workflowDiff.deletedWorkflow.remote": "The workflow
|
|
3435
|
+
"workflowDiff.deletedWorkflow": "Missing workflow",
|
|
3436
|
+
"workflowDiff.deletedWorkflow.database": "The workflow doesn't exist in the database",
|
|
3437
|
+
"workflowDiff.deletedWorkflow.remote": "The workflow doesn't exist on remote",
|
|
3438
|
+
"workflowDiff.newWorkflow": "New workflow",
|
|
3439
|
+
"workflowDiff.newWorkflow.database": "The workflow will be created in the database",
|
|
3440
|
+
"workflowDiff.newWorkflow.remote": "The workflow will be created on remote"
|
|
3420
3441
|
};
|
|
3421
3442
|
|
|
3422
3443
|
// src/index.ts
|