@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/types.d.cts
CHANGED
|
@@ -18,7 +18,8 @@ var _reusableBaseText = {
|
|
|
18
18
|
activate: "Activate",
|
|
19
19
|
user: "User",
|
|
20
20
|
enabled: "Enabled",
|
|
21
|
-
disabled: "Disabled"
|
|
21
|
+
disabled: "Disabled",
|
|
22
|
+
type: "Type"
|
|
22
23
|
};
|
|
23
24
|
var _reusableDynamicText = {
|
|
24
25
|
readMore: "Read more",
|
|
@@ -2583,6 +2584,7 @@ var englishBaseText = {
|
|
|
2583
2584
|
"workflowSettings.helpTexts.workflowCallerPolicy": "Workflows that are allowed to call this workflow using the Execute Workflow node",
|
|
2584
2585
|
"workflowSettings.hours": "hours",
|
|
2585
2586
|
"workflowSettings.minutes": "minutes",
|
|
2587
|
+
"workflowSettings.name": "Workflow name",
|
|
2586
2588
|
"workflowSettings.noWorkflow": "- No Workflow -",
|
|
2587
2589
|
"workflowSettings.save": "@:_reusableBaseText.save",
|
|
2588
2590
|
"workflowSettings.saveDataErrorExecution": "Save failed production executions",
|
|
@@ -2750,7 +2752,11 @@ var englishBaseText = {
|
|
|
2750
2752
|
"workflows.ai.starter.collection.folder.name": "🎁 n8n basics: Learn how to build Agents in n8n",
|
|
2751
2753
|
"workflows.ai.starter.collection.error": "Error loading AI Agent starter collection. Please try again later.",
|
|
2752
2754
|
"workflows.readyToRunWorkflows.card": "Try a workflow - no setup neeeded",
|
|
2755
|
+
"workflows.readyToRunWorkflows.card2": "Run a workflow",
|
|
2756
|
+
"workflows.readyToRunWorkflows.card3": "See n8n in action",
|
|
2753
2757
|
"workflows.readyToRunWorkflows.callout": "See n8n in action - no setup needed",
|
|
2758
|
+
"workflows.readyToRunWorkflows.callout2": "Run a workflow",
|
|
2759
|
+
"workflows.readyToRunWorkflows.callout3": "See n8n in action",
|
|
2754
2760
|
"workflows.readyToRunWorkflows.cta": "Run a workflow",
|
|
2755
2761
|
"workflows.readyToRunWorkflows.folder.name": "🚀 Ready-to-run workflows",
|
|
2756
2762
|
"workflows.readyToRunWorkflows.error": "Error loading n8n collection. Please try again later.",
|
|
@@ -2835,7 +2841,7 @@ var englishBaseText = {
|
|
|
2835
2841
|
"contextual.users.settings.unavailable.button.cloud": "Upgrade now",
|
|
2836
2842
|
"contextual.feature.unavailable.title": "Available on the Enterprise Plan",
|
|
2837
2843
|
"contextual.feature.unavailable.title.cloud": "Available on the Pro Plan",
|
|
2838
|
-
"dataStore.
|
|
2844
|
+
"dataStore.dataStores": "Data Stores",
|
|
2839
2845
|
"dataStore.empty.label": "You don't have any data stores yet",
|
|
2840
2846
|
"dataStore.empty.description": "Once you create data stores for your projects, they will appear here",
|
|
2841
2847
|
"dataStore.empty.button.label": "Create data store in \"{projectName}\"",
|
|
@@ -2858,6 +2864,18 @@ var englishBaseText = {
|
|
|
2858
2864
|
"dataStore.delete.confirm.message": "Are you sure you want to delete the data store \"{name}\"? This action cannot be undone.",
|
|
2859
2865
|
"dataStore.delete.error": "Error deleting data store",
|
|
2860
2866
|
"dataStore.rename.error": "Error renaming data store",
|
|
2867
|
+
"dataStore.getDetails.error": "Error fetching data store details",
|
|
2868
|
+
"dataStore.notFound": "Data store not found",
|
|
2869
|
+
"dataStore.noColumns.heading": "No columns yet",
|
|
2870
|
+
"dataStore.noColumns.description": "Add columns to start storing data in this data store.",
|
|
2871
|
+
"dataStore.noColumns.button.label": "Add first column",
|
|
2872
|
+
"dataStore.addColumn.label": "Add Column",
|
|
2873
|
+
"dataStore.addColumn.nameInput.label": "@:_reusableBaseText.name",
|
|
2874
|
+
"dataStore.addColumn.nameInput.placeholder": "Enter column name",
|
|
2875
|
+
"dataStore.addColumn.typeInput.label": "@:_reusableBaseText.type",
|
|
2876
|
+
"dataStore.addColumn.error": "Error adding column",
|
|
2877
|
+
"dataStore.addColumn.invalidName.error": "Invalid column name",
|
|
2878
|
+
"dataStore.addColumn.invalidName.description": "Only alphanumeric characters and non-leading dashes are allowed for column names",
|
|
2861
2879
|
"settings.ldap": "LDAP",
|
|
2862
2880
|
"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.",
|
|
2863
2881
|
"settings.ldap.infoTip": "Learn more about <a href='https://docs.n8n.io/user-management/ldap/' target='_blank'>LDAP in the Docs</a>",
|
|
@@ -3118,15 +3136,15 @@ var englishBaseText = {
|
|
|
3118
3136
|
"settings.personal.mfa.toast.disabledMfa.error.message": "Error disabling two-factor authentication",
|
|
3119
3137
|
"settings.personal.mfa.toast.canEnableMfa.title": "MFA pre-requisite failed",
|
|
3120
3138
|
"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.",
|
|
3121
|
-
"settings.personal.mfa.enforce.message": "Enforces 2FA for all users on this instance.",
|
|
3122
|
-
"settings.personal.mfa.enforce.unlicensed_tooltip": "You can enforce 2FA for all users on this instance when you upgrade your plan. {action}",
|
|
3139
|
+
"settings.personal.mfa.enforce.message": "Enforces 2FA for all users on this instance authenticating with email and password logins.",
|
|
3140
|
+
"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}",
|
|
3123
3141
|
"settings.personal.mfa.enforce.unlicensed_tooltip.link": "View plans",
|
|
3124
3142
|
"settings.personal.mfa.enforce.title": "Enforce two-factor authentication",
|
|
3125
3143
|
"settings.personal.mfa.enforce.error": "Cannot enforce 2FA for all users",
|
|
3126
3144
|
"settings.personal.mfa.enforce.enabled.title": "2FA Enforced",
|
|
3127
|
-
"settings.personal.mfa.enforce.enabled.message": "Two-factor authentication is now required for all users on this instance.",
|
|
3145
|
+
"settings.personal.mfa.enforce.enabled.message": "Two-factor authentication is now required for all users on this instance authenticating with email and password logins.",
|
|
3128
3146
|
"settings.personal.mfa.enforce.disabled.title": "2FA No Longer Enforced",
|
|
3129
|
-
"settings.personal.mfa.enforce.disabled.message": "Two-factor authentication is no longer mandatory for users on this instance.",
|
|
3147
|
+
"settings.personal.mfa.enforce.disabled.message": "Two-factor authentication is no longer mandatory for users on this instance authenticating with email and password logins.",
|
|
3130
3148
|
"settings.mfa.toast.noRecoveryCodeLeft.title": "No 2FA recovery codes remaining",
|
|
3131
3149
|
"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>",
|
|
3132
3150
|
"sso.login.divider": "or",
|
|
@@ -3407,9 +3425,12 @@ var englishBaseText = {
|
|
|
3407
3425
|
"workflowDiff.local": "Local",
|
|
3408
3426
|
"workflowDiff.remote": "Remote ({branchName})",
|
|
3409
3427
|
"workflowDiff.noChanges": "No changes",
|
|
3410
|
-
"workflowDiff.deletedWorkflow": "
|
|
3411
|
-
"workflowDiff.deletedWorkflow.database": "The workflow
|
|
3412
|
-
"workflowDiff.deletedWorkflow.remote": "The workflow
|
|
3428
|
+
"workflowDiff.deletedWorkflow": "Missing workflow",
|
|
3429
|
+
"workflowDiff.deletedWorkflow.database": "The workflow doesn't exist in the database",
|
|
3430
|
+
"workflowDiff.deletedWorkflow.remote": "The workflow doesn't exist on remote",
|
|
3431
|
+
"workflowDiff.newWorkflow": "New workflow",
|
|
3432
|
+
"workflowDiff.newWorkflow.database": "The workflow will be created in the database",
|
|
3433
|
+
"workflowDiff.newWorkflow.remote": "The workflow will be created on remote"
|
|
3413
3434
|
};
|
|
3414
3435
|
|
|
3415
3436
|
type GetBaseTextKey<T> = T extends `_${string}` ? never : T;
|
package/dist/types.d.ts
CHANGED
|
@@ -18,7 +18,8 @@ var _reusableBaseText = {
|
|
|
18
18
|
activate: "Activate",
|
|
19
19
|
user: "User",
|
|
20
20
|
enabled: "Enabled",
|
|
21
|
-
disabled: "Disabled"
|
|
21
|
+
disabled: "Disabled",
|
|
22
|
+
type: "Type"
|
|
22
23
|
};
|
|
23
24
|
var _reusableDynamicText = {
|
|
24
25
|
readMore: "Read more",
|
|
@@ -2583,6 +2584,7 @@ var englishBaseText = {
|
|
|
2583
2584
|
"workflowSettings.helpTexts.workflowCallerPolicy": "Workflows that are allowed to call this workflow using the Execute Workflow node",
|
|
2584
2585
|
"workflowSettings.hours": "hours",
|
|
2585
2586
|
"workflowSettings.minutes": "minutes",
|
|
2587
|
+
"workflowSettings.name": "Workflow name",
|
|
2586
2588
|
"workflowSettings.noWorkflow": "- No Workflow -",
|
|
2587
2589
|
"workflowSettings.save": "@:_reusableBaseText.save",
|
|
2588
2590
|
"workflowSettings.saveDataErrorExecution": "Save failed production executions",
|
|
@@ -2750,7 +2752,11 @@ var englishBaseText = {
|
|
|
2750
2752
|
"workflows.ai.starter.collection.folder.name": "🎁 n8n basics: Learn how to build Agents in n8n",
|
|
2751
2753
|
"workflows.ai.starter.collection.error": "Error loading AI Agent starter collection. Please try again later.",
|
|
2752
2754
|
"workflows.readyToRunWorkflows.card": "Try a workflow - no setup neeeded",
|
|
2755
|
+
"workflows.readyToRunWorkflows.card2": "Run a workflow",
|
|
2756
|
+
"workflows.readyToRunWorkflows.card3": "See n8n in action",
|
|
2753
2757
|
"workflows.readyToRunWorkflows.callout": "See n8n in action - no setup needed",
|
|
2758
|
+
"workflows.readyToRunWorkflows.callout2": "Run a workflow",
|
|
2759
|
+
"workflows.readyToRunWorkflows.callout3": "See n8n in action",
|
|
2754
2760
|
"workflows.readyToRunWorkflows.cta": "Run a workflow",
|
|
2755
2761
|
"workflows.readyToRunWorkflows.folder.name": "🚀 Ready-to-run workflows",
|
|
2756
2762
|
"workflows.readyToRunWorkflows.error": "Error loading n8n collection. Please try again later.",
|
|
@@ -2835,7 +2841,7 @@ var englishBaseText = {
|
|
|
2835
2841
|
"contextual.users.settings.unavailable.button.cloud": "Upgrade now",
|
|
2836
2842
|
"contextual.feature.unavailable.title": "Available on the Enterprise Plan",
|
|
2837
2843
|
"contextual.feature.unavailable.title.cloud": "Available on the Pro Plan",
|
|
2838
|
-
"dataStore.
|
|
2844
|
+
"dataStore.dataStores": "Data Stores",
|
|
2839
2845
|
"dataStore.empty.label": "You don't have any data stores yet",
|
|
2840
2846
|
"dataStore.empty.description": "Once you create data stores for your projects, they will appear here",
|
|
2841
2847
|
"dataStore.empty.button.label": "Create data store in \"{projectName}\"",
|
|
@@ -2858,6 +2864,18 @@ var englishBaseText = {
|
|
|
2858
2864
|
"dataStore.delete.confirm.message": "Are you sure you want to delete the data store \"{name}\"? This action cannot be undone.",
|
|
2859
2865
|
"dataStore.delete.error": "Error deleting data store",
|
|
2860
2866
|
"dataStore.rename.error": "Error renaming data store",
|
|
2867
|
+
"dataStore.getDetails.error": "Error fetching data store details",
|
|
2868
|
+
"dataStore.notFound": "Data store not found",
|
|
2869
|
+
"dataStore.noColumns.heading": "No columns yet",
|
|
2870
|
+
"dataStore.noColumns.description": "Add columns to start storing data in this data store.",
|
|
2871
|
+
"dataStore.noColumns.button.label": "Add first column",
|
|
2872
|
+
"dataStore.addColumn.label": "Add Column",
|
|
2873
|
+
"dataStore.addColumn.nameInput.label": "@:_reusableBaseText.name",
|
|
2874
|
+
"dataStore.addColumn.nameInput.placeholder": "Enter column name",
|
|
2875
|
+
"dataStore.addColumn.typeInput.label": "@:_reusableBaseText.type",
|
|
2876
|
+
"dataStore.addColumn.error": "Error adding column",
|
|
2877
|
+
"dataStore.addColumn.invalidName.error": "Invalid column name",
|
|
2878
|
+
"dataStore.addColumn.invalidName.description": "Only alphanumeric characters and non-leading dashes are allowed for column names",
|
|
2861
2879
|
"settings.ldap": "LDAP",
|
|
2862
2880
|
"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.",
|
|
2863
2881
|
"settings.ldap.infoTip": "Learn more about <a href='https://docs.n8n.io/user-management/ldap/' target='_blank'>LDAP in the Docs</a>",
|
|
@@ -3118,15 +3136,15 @@ var englishBaseText = {
|
|
|
3118
3136
|
"settings.personal.mfa.toast.disabledMfa.error.message": "Error disabling two-factor authentication",
|
|
3119
3137
|
"settings.personal.mfa.toast.canEnableMfa.title": "MFA pre-requisite failed",
|
|
3120
3138
|
"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.",
|
|
3121
|
-
"settings.personal.mfa.enforce.message": "Enforces 2FA for all users on this instance.",
|
|
3122
|
-
"settings.personal.mfa.enforce.unlicensed_tooltip": "You can enforce 2FA for all users on this instance when you upgrade your plan. {action}",
|
|
3139
|
+
"settings.personal.mfa.enforce.message": "Enforces 2FA for all users on this instance authenticating with email and password logins.",
|
|
3140
|
+
"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}",
|
|
3123
3141
|
"settings.personal.mfa.enforce.unlicensed_tooltip.link": "View plans",
|
|
3124
3142
|
"settings.personal.mfa.enforce.title": "Enforce two-factor authentication",
|
|
3125
3143
|
"settings.personal.mfa.enforce.error": "Cannot enforce 2FA for all users",
|
|
3126
3144
|
"settings.personal.mfa.enforce.enabled.title": "2FA Enforced",
|
|
3127
|
-
"settings.personal.mfa.enforce.enabled.message": "Two-factor authentication is now required for all users on this instance.",
|
|
3145
|
+
"settings.personal.mfa.enforce.enabled.message": "Two-factor authentication is now required for all users on this instance authenticating with email and password logins.",
|
|
3128
3146
|
"settings.personal.mfa.enforce.disabled.title": "2FA No Longer Enforced",
|
|
3129
|
-
"settings.personal.mfa.enforce.disabled.message": "Two-factor authentication is no longer mandatory for users on this instance.",
|
|
3147
|
+
"settings.personal.mfa.enforce.disabled.message": "Two-factor authentication is no longer mandatory for users on this instance authenticating with email and password logins.",
|
|
3130
3148
|
"settings.mfa.toast.noRecoveryCodeLeft.title": "No 2FA recovery codes remaining",
|
|
3131
3149
|
"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>",
|
|
3132
3150
|
"sso.login.divider": "or",
|
|
@@ -3407,9 +3425,12 @@ var englishBaseText = {
|
|
|
3407
3425
|
"workflowDiff.local": "Local",
|
|
3408
3426
|
"workflowDiff.remote": "Remote ({branchName})",
|
|
3409
3427
|
"workflowDiff.noChanges": "No changes",
|
|
3410
|
-
"workflowDiff.deletedWorkflow": "
|
|
3411
|
-
"workflowDiff.deletedWorkflow.database": "The workflow
|
|
3412
|
-
"workflowDiff.deletedWorkflow.remote": "The workflow
|
|
3428
|
+
"workflowDiff.deletedWorkflow": "Missing workflow",
|
|
3429
|
+
"workflowDiff.deletedWorkflow.database": "The workflow doesn't exist in the database",
|
|
3430
|
+
"workflowDiff.deletedWorkflow.remote": "The workflow doesn't exist on remote",
|
|
3431
|
+
"workflowDiff.newWorkflow": "New workflow",
|
|
3432
|
+
"workflowDiff.newWorkflow.database": "The workflow will be created in the database",
|
|
3433
|
+
"workflowDiff.newWorkflow.remote": "The workflow will be created on remote"
|
|
3413
3434
|
};
|
|
3414
3435
|
|
|
3415
3436
|
type GetBaseTextKey<T> = T extends `_${string}` ? never : T;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@n8n/i18n",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.12.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.
|
|
27
|
+
"n8n-workflow": "1.105.0"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@testing-library/jest-dom": "^6.6.3",
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"vitest": "^3.1.3",
|
|
41
41
|
"vue-tsc": "^2.2.8",
|
|
42
42
|
"@n8n/eslint-config": "0.0.1",
|
|
43
|
-
"@n8n/
|
|
44
|
-
"@n8n/
|
|
43
|
+
"@n8n/typescript-config": "1.3.0",
|
|
44
|
+
"@n8n/vitest-config": "1.5.0"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"vue": "^3.5.13"
|