@n8n/i18n 1.11.2 → 1.13.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 +51 -27
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +27 -3
- package/dist/index.d.ts +27 -3
- package/dist/index.js +51 -27
- package/dist/index.js.map +1 -1
- package/dist/types.d.cts +51 -27
- package/dist/types.d.ts +51 -27
- 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",
|
|
@@ -85,6 +86,7 @@ var englishBaseText = {
|
|
|
85
86
|
"generic.tryNow": "Try now",
|
|
86
87
|
"generic.startNow": "Start now",
|
|
87
88
|
"generic.dismiss": "Dismiss",
|
|
89
|
+
"generic.saving": "Saving",
|
|
88
90
|
"generic.unsavedWork.confirmMessage.headline": "Save changes before leaving?",
|
|
89
91
|
"generic.unsavedWork.confirmMessage.message": "If you don't save, you will lose your changes.",
|
|
90
92
|
"generic.unsavedWork.confirmMessage.confirmButtonText": "Save",
|
|
@@ -692,8 +694,7 @@ var englishBaseText = {
|
|
|
692
694
|
"credentials.noResults": "No credentials found",
|
|
693
695
|
"credentials.noResults.withSearch.switchToShared.preamble": "some credentials may be",
|
|
694
696
|
"credentials.noResults.withSearch.switchToShared.link": "hidden",
|
|
695
|
-
"credentials.create.personal.toast.title": "Credential successfully created",
|
|
696
|
-
"credentials.create.personal.toast.text": "This credential has been created inside your personal space.",
|
|
697
|
+
"credentials.create.personal.toast.title": "Credential successfully created inside your personal space",
|
|
697
698
|
"credentials.create.project.toast.title": "Credential successfully created in {projectName}",
|
|
698
699
|
"credentials.create.project.toast.text": "All members from {projectName} will have access to this credential.",
|
|
699
700
|
"dataDisplay.needHelp": "Need help?",
|
|
@@ -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",
|
|
@@ -2739,8 +2741,7 @@ var englishBaseText = {
|
|
|
2739
2741
|
"workflows.concurrentChanges.confirmMessage.message": "Someone saved this workflow while you were editing it. You can <a href=\"{url}\" target=\"_blank\">view their version</a> (in new tab).<br/><br/>Overwrite their changes with yours?",
|
|
2740
2742
|
"workflows.concurrentChanges.confirmMessage.cancelButtonText": "Cancel",
|
|
2741
2743
|
"workflows.concurrentChanges.confirmMessage.confirmButtonText": "Overwrite and Save",
|
|
2742
|
-
"workflows.create.personal.toast.title": "Workflow successfully created",
|
|
2743
|
-
"workflows.create.personal.toast.text": "This workflow has been created inside your personal space.",
|
|
2744
|
+
"workflows.create.personal.toast.title": "Workflow successfully created inside your personal space",
|
|
2744
2745
|
"workflows.create.project.toast.title": "Workflow successfully created in {projectName}",
|
|
2745
2746
|
"workflows.create.folder.toast.title": "Workflow successfully created in \"{projectName}\", within \"{folderName}\"",
|
|
2746
2747
|
"workflows.create.project.toast.text": "All members from {projectName} will have access to this workflow.",
|
|
@@ -2839,10 +2840,10 @@ var englishBaseText = {
|
|
|
2839
2840
|
"contextual.users.settings.unavailable.button.cloud": "Upgrade now",
|
|
2840
2841
|
"contextual.feature.unavailable.title": "Available on the Enterprise Plan",
|
|
2841
2842
|
"contextual.feature.unavailable.title.cloud": "Available on the Pro Plan",
|
|
2842
|
-
"dataStore.
|
|
2843
|
-
"dataStore.empty.label": "You don't have any data
|
|
2844
|
-
"dataStore.empty.description": "Once you create data
|
|
2845
|
-
"dataStore.empty.button.label": "Create
|
|
2843
|
+
"dataStore.dataStores": "Data Tables",
|
|
2844
|
+
"dataStore.empty.label": "You don't have any data tables yet",
|
|
2845
|
+
"dataStore.empty.description": "Once you create data tables for your projects, they will appear here",
|
|
2846
|
+
"dataStore.empty.button.label": "Create Data Table in \"{projectName}\"",
|
|
2846
2847
|
"dataStore.card.size": "{size}MB",
|
|
2847
2848
|
"dataStore.card.column.count": "{count} column | {count} columns",
|
|
2848
2849
|
"dataStore.card.row.count": "{count} record | {count} records",
|
|
@@ -2851,17 +2852,37 @@ var englishBaseText = {
|
|
|
2851
2852
|
"dataStore.sort.nameAsc": "Sort by name (A-Z)",
|
|
2852
2853
|
"dataStore.sort.nameDesc": "Sort by name (Z-A)",
|
|
2853
2854
|
"dataStore.search.placeholder": "Search",
|
|
2854
|
-
"dataStore.error.fetching": "Error loading data
|
|
2855
|
-
"dataStore.add.title": "Create data
|
|
2856
|
-
"dataStore.add.description": "Set up a new data
|
|
2857
|
-
"dataStore.add.button.label": "Create Data
|
|
2858
|
-
"dataStore.add.input.name.label": "Data
|
|
2859
|
-
"dataStore.add.input.name.placeholder": "Enter data
|
|
2860
|
-
"dataStore.add.error": "Error creating data
|
|
2861
|
-
"dataStore.delete.confirm.title": "Delete data
|
|
2862
|
-
"dataStore.delete.confirm.message": "Are you sure you want to delete the data
|
|
2863
|
-
"dataStore.delete.error": "Error deleting data
|
|
2864
|
-
"dataStore.rename.error": "Error renaming data
|
|
2855
|
+
"dataStore.error.fetching": "Error loading data tables",
|
|
2856
|
+
"dataStore.add.title": "Create new data table",
|
|
2857
|
+
"dataStore.add.description": "Set up a new data table to organize and manage your data.",
|
|
2858
|
+
"dataStore.add.button.label": "Create Data Table",
|
|
2859
|
+
"dataStore.add.input.name.label": "Data Table Name",
|
|
2860
|
+
"dataStore.add.input.name.placeholder": "Enter data table name",
|
|
2861
|
+
"dataStore.add.error": "Error creating data table",
|
|
2862
|
+
"dataStore.delete.confirm.title": "Delete data table",
|
|
2863
|
+
"dataStore.delete.confirm.message": "Are you sure you want to delete the data table \"{name}\"? This action cannot be undone.",
|
|
2864
|
+
"dataStore.delete.error": "Error deleting data table",
|
|
2865
|
+
"dataStore.rename.error": "Error renaming data table",
|
|
2866
|
+
"dataStore.getDetails.error": "Error fetching data table details",
|
|
2867
|
+
"dataStore.notFound": "Data table not found",
|
|
2868
|
+
"dataStore.noColumns.heading": "No columns yet",
|
|
2869
|
+
"dataStore.noColumns.description": "Add columns to start storing data in this data table.",
|
|
2870
|
+
"dataStore.noColumns.button.label": "Add first column",
|
|
2871
|
+
"dataStore.addColumn.label": "Add Column",
|
|
2872
|
+
"dataStore.addColumn.nameInput.label": "@:_reusableBaseText.name",
|
|
2873
|
+
"dataStore.addColumn.nameInput.placeholder": "Enter column name",
|
|
2874
|
+
"dataStore.addColumn.typeInput.label": "@:_reusableBaseText.type",
|
|
2875
|
+
"dataStore.addColumn.error": "Error adding column",
|
|
2876
|
+
"dataStore.moveColumn.error": "Error moving column",
|
|
2877
|
+
"dataStore.deleteColumn.error": "Error deleting column",
|
|
2878
|
+
"dataStore.deleteColumn.confirm.title": "Delete column",
|
|
2879
|
+
"dataStore.deleteColumn.confirm.message": "Are you sure you want to delete the column \"{name}\"? This action cannot be undone.",
|
|
2880
|
+
"dataStore.addColumn.invalidName.error": "Invalid column name",
|
|
2881
|
+
"dataStore.addColumn.invalidName.description": "Only alphanumeric characters and non-leading dashes are allowed for column names",
|
|
2882
|
+
"dataStore.fetchContent.error": "Error fetching data store content",
|
|
2883
|
+
"dataStore.addRow.label": "Add Row",
|
|
2884
|
+
"dataStore.addRow.error": "Error adding row",
|
|
2885
|
+
"dataStore.updateRow.error": "Error updating row",
|
|
2865
2886
|
"settings.ldap": "LDAP",
|
|
2866
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.",
|
|
2867
2888
|
"settings.ldap.infoTip": "Learn more about <a href='https://docs.n8n.io/user-management/ldap/' target='_blank'>LDAP in the Docs</a>",
|
|
@@ -3122,15 +3143,15 @@ var englishBaseText = {
|
|
|
3122
3143
|
"settings.personal.mfa.toast.disabledMfa.error.message": "Error disabling two-factor authentication",
|
|
3123
3144
|
"settings.personal.mfa.toast.canEnableMfa.title": "MFA pre-requisite failed",
|
|
3124
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.",
|
|
3125
|
-
"settings.personal.mfa.enforce.message": "Enforces 2FA for all users on this instance.",
|
|
3126
|
-
"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}",
|
|
3127
3148
|
"settings.personal.mfa.enforce.unlicensed_tooltip.link": "View plans",
|
|
3128
3149
|
"settings.personal.mfa.enforce.title": "Enforce two-factor authentication",
|
|
3129
3150
|
"settings.personal.mfa.enforce.error": "Cannot enforce 2FA for all users",
|
|
3130
3151
|
"settings.personal.mfa.enforce.enabled.title": "2FA Enforced",
|
|
3131
|
-
"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.",
|
|
3132
3153
|
"settings.personal.mfa.enforce.disabled.title": "2FA No Longer Enforced",
|
|
3133
|
-
"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.",
|
|
3134
3155
|
"settings.mfa.toast.noRecoveryCodeLeft.title": "No 2FA recovery codes remaining",
|
|
3135
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>",
|
|
3136
3157
|
"sso.login.divider": "or",
|
|
@@ -3411,9 +3432,12 @@ var englishBaseText = {
|
|
|
3411
3432
|
"workflowDiff.local": "Local",
|
|
3412
3433
|
"workflowDiff.remote": "Remote ({branchName})",
|
|
3413
3434
|
"workflowDiff.noChanges": "No changes",
|
|
3414
|
-
"workflowDiff.deletedWorkflow": "
|
|
3415
|
-
"workflowDiff.deletedWorkflow.database": "The workflow
|
|
3416
|
-
"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"
|
|
3417
3441
|
};
|
|
3418
3442
|
|
|
3419
3443
|
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",
|
|
@@ -85,6 +86,7 @@ var englishBaseText = {
|
|
|
85
86
|
"generic.tryNow": "Try now",
|
|
86
87
|
"generic.startNow": "Start now",
|
|
87
88
|
"generic.dismiss": "Dismiss",
|
|
89
|
+
"generic.saving": "Saving",
|
|
88
90
|
"generic.unsavedWork.confirmMessage.headline": "Save changes before leaving?",
|
|
89
91
|
"generic.unsavedWork.confirmMessage.message": "If you don't save, you will lose your changes.",
|
|
90
92
|
"generic.unsavedWork.confirmMessage.confirmButtonText": "Save",
|
|
@@ -692,8 +694,7 @@ var englishBaseText = {
|
|
|
692
694
|
"credentials.noResults": "No credentials found",
|
|
693
695
|
"credentials.noResults.withSearch.switchToShared.preamble": "some credentials may be",
|
|
694
696
|
"credentials.noResults.withSearch.switchToShared.link": "hidden",
|
|
695
|
-
"credentials.create.personal.toast.title": "Credential successfully created",
|
|
696
|
-
"credentials.create.personal.toast.text": "This credential has been created inside your personal space.",
|
|
697
|
+
"credentials.create.personal.toast.title": "Credential successfully created inside your personal space",
|
|
697
698
|
"credentials.create.project.toast.title": "Credential successfully created in {projectName}",
|
|
698
699
|
"credentials.create.project.toast.text": "All members from {projectName} will have access to this credential.",
|
|
699
700
|
"dataDisplay.needHelp": "Need help?",
|
|
@@ -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",
|
|
@@ -2739,8 +2741,7 @@ var englishBaseText = {
|
|
|
2739
2741
|
"workflows.concurrentChanges.confirmMessage.message": "Someone saved this workflow while you were editing it. You can <a href=\"{url}\" target=\"_blank\">view their version</a> (in new tab).<br/><br/>Overwrite their changes with yours?",
|
|
2740
2742
|
"workflows.concurrentChanges.confirmMessage.cancelButtonText": "Cancel",
|
|
2741
2743
|
"workflows.concurrentChanges.confirmMessage.confirmButtonText": "Overwrite and Save",
|
|
2742
|
-
"workflows.create.personal.toast.title": "Workflow successfully created",
|
|
2743
|
-
"workflows.create.personal.toast.text": "This workflow has been created inside your personal space.",
|
|
2744
|
+
"workflows.create.personal.toast.title": "Workflow successfully created inside your personal space",
|
|
2744
2745
|
"workflows.create.project.toast.title": "Workflow successfully created in {projectName}",
|
|
2745
2746
|
"workflows.create.folder.toast.title": "Workflow successfully created in \"{projectName}\", within \"{folderName}\"",
|
|
2746
2747
|
"workflows.create.project.toast.text": "All members from {projectName} will have access to this workflow.",
|
|
@@ -2839,10 +2840,10 @@ var englishBaseText = {
|
|
|
2839
2840
|
"contextual.users.settings.unavailable.button.cloud": "Upgrade now",
|
|
2840
2841
|
"contextual.feature.unavailable.title": "Available on the Enterprise Plan",
|
|
2841
2842
|
"contextual.feature.unavailable.title.cloud": "Available on the Pro Plan",
|
|
2842
|
-
"dataStore.
|
|
2843
|
-
"dataStore.empty.label": "You don't have any data
|
|
2844
|
-
"dataStore.empty.description": "Once you create data
|
|
2845
|
-
"dataStore.empty.button.label": "Create
|
|
2843
|
+
"dataStore.dataStores": "Data Tables",
|
|
2844
|
+
"dataStore.empty.label": "You don't have any data tables yet",
|
|
2845
|
+
"dataStore.empty.description": "Once you create data tables for your projects, they will appear here",
|
|
2846
|
+
"dataStore.empty.button.label": "Create Data Table in \"{projectName}\"",
|
|
2846
2847
|
"dataStore.card.size": "{size}MB",
|
|
2847
2848
|
"dataStore.card.column.count": "{count} column | {count} columns",
|
|
2848
2849
|
"dataStore.card.row.count": "{count} record | {count} records",
|
|
@@ -2851,17 +2852,37 @@ var englishBaseText = {
|
|
|
2851
2852
|
"dataStore.sort.nameAsc": "Sort by name (A-Z)",
|
|
2852
2853
|
"dataStore.sort.nameDesc": "Sort by name (Z-A)",
|
|
2853
2854
|
"dataStore.search.placeholder": "Search",
|
|
2854
|
-
"dataStore.error.fetching": "Error loading data
|
|
2855
|
-
"dataStore.add.title": "Create data
|
|
2856
|
-
"dataStore.add.description": "Set up a new data
|
|
2857
|
-
"dataStore.add.button.label": "Create Data
|
|
2858
|
-
"dataStore.add.input.name.label": "Data
|
|
2859
|
-
"dataStore.add.input.name.placeholder": "Enter data
|
|
2860
|
-
"dataStore.add.error": "Error creating data
|
|
2861
|
-
"dataStore.delete.confirm.title": "Delete data
|
|
2862
|
-
"dataStore.delete.confirm.message": "Are you sure you want to delete the data
|
|
2863
|
-
"dataStore.delete.error": "Error deleting data
|
|
2864
|
-
"dataStore.rename.error": "Error renaming data
|
|
2855
|
+
"dataStore.error.fetching": "Error loading data tables",
|
|
2856
|
+
"dataStore.add.title": "Create new data table",
|
|
2857
|
+
"dataStore.add.description": "Set up a new data table to organize and manage your data.",
|
|
2858
|
+
"dataStore.add.button.label": "Create Data Table",
|
|
2859
|
+
"dataStore.add.input.name.label": "Data Table Name",
|
|
2860
|
+
"dataStore.add.input.name.placeholder": "Enter data table name",
|
|
2861
|
+
"dataStore.add.error": "Error creating data table",
|
|
2862
|
+
"dataStore.delete.confirm.title": "Delete data table",
|
|
2863
|
+
"dataStore.delete.confirm.message": "Are you sure you want to delete the data table \"{name}\"? This action cannot be undone.",
|
|
2864
|
+
"dataStore.delete.error": "Error deleting data table",
|
|
2865
|
+
"dataStore.rename.error": "Error renaming data table",
|
|
2866
|
+
"dataStore.getDetails.error": "Error fetching data table details",
|
|
2867
|
+
"dataStore.notFound": "Data table not found",
|
|
2868
|
+
"dataStore.noColumns.heading": "No columns yet",
|
|
2869
|
+
"dataStore.noColumns.description": "Add columns to start storing data in this data table.",
|
|
2870
|
+
"dataStore.noColumns.button.label": "Add first column",
|
|
2871
|
+
"dataStore.addColumn.label": "Add Column",
|
|
2872
|
+
"dataStore.addColumn.nameInput.label": "@:_reusableBaseText.name",
|
|
2873
|
+
"dataStore.addColumn.nameInput.placeholder": "Enter column name",
|
|
2874
|
+
"dataStore.addColumn.typeInput.label": "@:_reusableBaseText.type",
|
|
2875
|
+
"dataStore.addColumn.error": "Error adding column",
|
|
2876
|
+
"dataStore.moveColumn.error": "Error moving column",
|
|
2877
|
+
"dataStore.deleteColumn.error": "Error deleting column",
|
|
2878
|
+
"dataStore.deleteColumn.confirm.title": "Delete column",
|
|
2879
|
+
"dataStore.deleteColumn.confirm.message": "Are you sure you want to delete the column \"{name}\"? This action cannot be undone.",
|
|
2880
|
+
"dataStore.addColumn.invalidName.error": "Invalid column name",
|
|
2881
|
+
"dataStore.addColumn.invalidName.description": "Only alphanumeric characters and non-leading dashes are allowed for column names",
|
|
2882
|
+
"dataStore.fetchContent.error": "Error fetching data store content",
|
|
2883
|
+
"dataStore.addRow.label": "Add Row",
|
|
2884
|
+
"dataStore.addRow.error": "Error adding row",
|
|
2885
|
+
"dataStore.updateRow.error": "Error updating row",
|
|
2865
2886
|
"settings.ldap": "LDAP",
|
|
2866
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.",
|
|
2867
2888
|
"settings.ldap.infoTip": "Learn more about <a href='https://docs.n8n.io/user-management/ldap/' target='_blank'>LDAP in the Docs</a>",
|
|
@@ -3122,15 +3143,15 @@ var englishBaseText = {
|
|
|
3122
3143
|
"settings.personal.mfa.toast.disabledMfa.error.message": "Error disabling two-factor authentication",
|
|
3123
3144
|
"settings.personal.mfa.toast.canEnableMfa.title": "MFA pre-requisite failed",
|
|
3124
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.",
|
|
3125
|
-
"settings.personal.mfa.enforce.message": "Enforces 2FA for all users on this instance.",
|
|
3126
|
-
"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}",
|
|
3127
3148
|
"settings.personal.mfa.enforce.unlicensed_tooltip.link": "View plans",
|
|
3128
3149
|
"settings.personal.mfa.enforce.title": "Enforce two-factor authentication",
|
|
3129
3150
|
"settings.personal.mfa.enforce.error": "Cannot enforce 2FA for all users",
|
|
3130
3151
|
"settings.personal.mfa.enforce.enabled.title": "2FA Enforced",
|
|
3131
|
-
"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.",
|
|
3132
3153
|
"settings.personal.mfa.enforce.disabled.title": "2FA No Longer Enforced",
|
|
3133
|
-
"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.",
|
|
3134
3155
|
"settings.mfa.toast.noRecoveryCodeLeft.title": "No 2FA recovery codes remaining",
|
|
3135
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>",
|
|
3136
3157
|
"sso.login.divider": "or",
|
|
@@ -3411,9 +3432,12 @@ var englishBaseText = {
|
|
|
3411
3432
|
"workflowDiff.local": "Local",
|
|
3412
3433
|
"workflowDiff.remote": "Remote ({branchName})",
|
|
3413
3434
|
"workflowDiff.noChanges": "No changes",
|
|
3414
|
-
"workflowDiff.deletedWorkflow": "
|
|
3415
|
-
"workflowDiff.deletedWorkflow.database": "The workflow
|
|
3416
|
-
"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"
|
|
3417
3441
|
};
|
|
3418
3442
|
|
|
3419
3443
|
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.13.0",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
7
7
|
"LICENSE_EE.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.106.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
43
|
"@n8n/typescript-config": "1.3.0",
|
|
43
|
-
"@n8n/vitest-config": "1.5.0"
|
|
44
|
-
"@n8n/eslint-config": "0.0.1"
|
|
44
|
+
"@n8n/vitest-config": "1.5.0"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"vue": "^3.5.13"
|