@n8n/i18n 1.11.2 → 1.13.0-exp.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 +57 -27
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +33 -3
- package/dist/index.d.ts +33 -3
- package/dist/index.js +57 -27
- package/dist/index.js.map +1 -1
- package/dist/types.d.cts +57 -27
- package/dist/types.d.ts +57 -27
- package/package.json +6 -6
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",
|
|
@@ -2709,6 +2711,7 @@ var englishBaseText = {
|
|
|
2709
2711
|
"workflows.empty.learnN8n": "Learn n8n",
|
|
2710
2712
|
"workflows.empty.button.disabled.tooltip": "Your current role in the project does not allow you to create workflows",
|
|
2711
2713
|
"workflows.empty.easyAI": "Test a simple AI Agent example",
|
|
2714
|
+
"workflows.empty.preBuiltAgents": "Try a pre-built agent",
|
|
2712
2715
|
"workflows.empty.shared-with-me": "No {resource} has been shared with you",
|
|
2713
2716
|
"workflows.empty.shared-with-me.link": "<a href=\"#\">Back to Personal</a>",
|
|
2714
2717
|
"workflows.list.easyAI": "Test the power of AI in n8n with this simple AI Agent Workflow",
|
|
@@ -2739,8 +2742,7 @@ var englishBaseText = {
|
|
|
2739
2742
|
"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
2743
|
"workflows.concurrentChanges.confirmMessage.cancelButtonText": "Cancel",
|
|
2741
2744
|
"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.",
|
|
2745
|
+
"workflows.create.personal.toast.title": "Workflow successfully created inside your personal space",
|
|
2744
2746
|
"workflows.create.project.toast.title": "Workflow successfully created in {projectName}",
|
|
2745
2747
|
"workflows.create.folder.toast.title": "Workflow successfully created in \"{projectName}\", within \"{folderName}\"",
|
|
2746
2748
|
"workflows.create.project.toast.text": "All members from {projectName} will have access to this workflow.",
|
|
@@ -2760,6 +2762,8 @@ var englishBaseText = {
|
|
|
2760
2762
|
"workflows.readyToRunWorkflows.error": "Error loading n8n collection. Please try again later.",
|
|
2761
2763
|
"workflows.archivedOnly.hint": "Archived workflows are hidden in this view. {link}",
|
|
2762
2764
|
"workflows.archivedOnly.hint.link": "Update filters",
|
|
2765
|
+
"workflows.preBuiltAgents.callout": "Get started faster with our",
|
|
2766
|
+
"workflows.preBuiltAgents.linkText": "pre-built agents",
|
|
2763
2767
|
"workflowSelectorParameterInput.createNewSubworkflow.name": "My Sub-Workflow",
|
|
2764
2768
|
"importCurlModal.title": "Import cURL command",
|
|
2765
2769
|
"importCurlModal.input.label": "cURL Command",
|
|
@@ -2839,10 +2843,10 @@ var englishBaseText = {
|
|
|
2839
2843
|
"contextual.users.settings.unavailable.button.cloud": "Upgrade now",
|
|
2840
2844
|
"contextual.feature.unavailable.title": "Available on the Enterprise Plan",
|
|
2841
2845
|
"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
|
|
2846
|
+
"dataStore.dataStores": "Data Tables",
|
|
2847
|
+
"dataStore.empty.label": "You don't have any data tables yet",
|
|
2848
|
+
"dataStore.empty.description": "Once you create data tables for your projects, they will appear here",
|
|
2849
|
+
"dataStore.empty.button.label": "Create Data Table in \"{projectName}\"",
|
|
2846
2850
|
"dataStore.card.size": "{size}MB",
|
|
2847
2851
|
"dataStore.card.column.count": "{count} column | {count} columns",
|
|
2848
2852
|
"dataStore.card.row.count": "{count} record | {count} records",
|
|
@@ -2851,17 +2855,37 @@ var englishBaseText = {
|
|
|
2851
2855
|
"dataStore.sort.nameAsc": "Sort by name (A-Z)",
|
|
2852
2856
|
"dataStore.sort.nameDesc": "Sort by name (Z-A)",
|
|
2853
2857
|
"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
|
|
2858
|
+
"dataStore.error.fetching": "Error loading data tables",
|
|
2859
|
+
"dataStore.add.title": "Create new data table",
|
|
2860
|
+
"dataStore.add.description": "Set up a new data table to organize and manage your data.",
|
|
2861
|
+
"dataStore.add.button.label": "Create Data Table",
|
|
2862
|
+
"dataStore.add.input.name.label": "Data Table Name",
|
|
2863
|
+
"dataStore.add.input.name.placeholder": "Enter data table name",
|
|
2864
|
+
"dataStore.add.error": "Error creating data table",
|
|
2865
|
+
"dataStore.delete.confirm.title": "Delete data table",
|
|
2866
|
+
"dataStore.delete.confirm.message": "Are you sure you want to delete the data table \"{name}\"? This action cannot be undone.",
|
|
2867
|
+
"dataStore.delete.error": "Error deleting data table",
|
|
2868
|
+
"dataStore.rename.error": "Error renaming data table",
|
|
2869
|
+
"dataStore.getDetails.error": "Error fetching data table details",
|
|
2870
|
+
"dataStore.notFound": "Data table not found",
|
|
2871
|
+
"dataStore.noColumns.heading": "No columns yet",
|
|
2872
|
+
"dataStore.noColumns.description": "Add columns to start storing data in this data table.",
|
|
2873
|
+
"dataStore.noColumns.button.label": "Add first column",
|
|
2874
|
+
"dataStore.addColumn.label": "Add Column",
|
|
2875
|
+
"dataStore.addColumn.nameInput.label": "@:_reusableBaseText.name",
|
|
2876
|
+
"dataStore.addColumn.nameInput.placeholder": "Enter column name",
|
|
2877
|
+
"dataStore.addColumn.typeInput.label": "@:_reusableBaseText.type",
|
|
2878
|
+
"dataStore.addColumn.error": "Error adding column",
|
|
2879
|
+
"dataStore.moveColumn.error": "Error moving column",
|
|
2880
|
+
"dataStore.deleteColumn.error": "Error deleting column",
|
|
2881
|
+
"dataStore.deleteColumn.confirm.title": "Delete column",
|
|
2882
|
+
"dataStore.deleteColumn.confirm.message": "Are you sure you want to delete the column \"{name}\"? This action cannot be undone.",
|
|
2883
|
+
"dataStore.addColumn.invalidName.error": "Invalid column name",
|
|
2884
|
+
"dataStore.addColumn.invalidName.description": "Only alphanumeric characters and non-leading dashes are allowed for column names",
|
|
2885
|
+
"dataStore.fetchContent.error": "Error fetching data store content",
|
|
2886
|
+
"dataStore.addRow.label": "Add Row",
|
|
2887
|
+
"dataStore.addRow.error": "Error adding row",
|
|
2888
|
+
"dataStore.updateRow.error": "Error updating row",
|
|
2865
2889
|
"settings.ldap": "LDAP",
|
|
2866
2890
|
"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
2891
|
"settings.ldap.infoTip": "Learn more about <a href='https://docs.n8n.io/user-management/ldap/' target='_blank'>LDAP in the Docs</a>",
|
|
@@ -3122,15 +3146,15 @@ var englishBaseText = {
|
|
|
3122
3146
|
"settings.personal.mfa.toast.disabledMfa.error.message": "Error disabling two-factor authentication",
|
|
3123
3147
|
"settings.personal.mfa.toast.canEnableMfa.title": "MFA pre-requisite failed",
|
|
3124
3148
|
"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}",
|
|
3149
|
+
"settings.personal.mfa.enforce.message": "Enforces 2FA for all users on this instance authenticating with email and password logins.",
|
|
3150
|
+
"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
3151
|
"settings.personal.mfa.enforce.unlicensed_tooltip.link": "View plans",
|
|
3128
3152
|
"settings.personal.mfa.enforce.title": "Enforce two-factor authentication",
|
|
3129
3153
|
"settings.personal.mfa.enforce.error": "Cannot enforce 2FA for all users",
|
|
3130
3154
|
"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.",
|
|
3155
|
+
"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
3156
|
"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.",
|
|
3157
|
+
"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
3158
|
"settings.mfa.toast.noRecoveryCodeLeft.title": "No 2FA recovery codes remaining",
|
|
3135
3159
|
"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
3160
|
"sso.login.divider": "or",
|
|
@@ -3411,9 +3435,15 @@ var englishBaseText = {
|
|
|
3411
3435
|
"workflowDiff.local": "Local",
|
|
3412
3436
|
"workflowDiff.remote": "Remote ({branchName})",
|
|
3413
3437
|
"workflowDiff.noChanges": "No changes",
|
|
3414
|
-
"workflowDiff.deletedWorkflow": "
|
|
3415
|
-
"workflowDiff.deletedWorkflow.database": "The workflow
|
|
3416
|
-
"workflowDiff.deletedWorkflow.remote": "The workflow
|
|
3438
|
+
"workflowDiff.deletedWorkflow": "Missing workflow",
|
|
3439
|
+
"workflowDiff.deletedWorkflow.database": "The workflow doesn't exist in the database",
|
|
3440
|
+
"workflowDiff.deletedWorkflow.remote": "The workflow doesn't exist on remote",
|
|
3441
|
+
"workflowDiff.newWorkflow": "New workflow",
|
|
3442
|
+
"workflowDiff.newWorkflow.database": "The workflow will be created in the database",
|
|
3443
|
+
"workflowDiff.newWorkflow.remote": "The workflow will be created on remote",
|
|
3444
|
+
"preBuiltAgentTemplates.title": "Pre-built agents",
|
|
3445
|
+
"preBuiltAgentTemplates.tutorials": "Tutorial templates",
|
|
3446
|
+
"preBuiltAgentTemplates.viewAllLink": "View all templates"
|
|
3417
3447
|
};
|
|
3418
3448
|
|
|
3419
3449
|
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",
|
|
@@ -2709,6 +2711,7 @@ var englishBaseText = {
|
|
|
2709
2711
|
"workflows.empty.learnN8n": "Learn n8n",
|
|
2710
2712
|
"workflows.empty.button.disabled.tooltip": "Your current role in the project does not allow you to create workflows",
|
|
2711
2713
|
"workflows.empty.easyAI": "Test a simple AI Agent example",
|
|
2714
|
+
"workflows.empty.preBuiltAgents": "Try a pre-built agent",
|
|
2712
2715
|
"workflows.empty.shared-with-me": "No {resource} has been shared with you",
|
|
2713
2716
|
"workflows.empty.shared-with-me.link": "<a href=\"#\">Back to Personal</a>",
|
|
2714
2717
|
"workflows.list.easyAI": "Test the power of AI in n8n with this simple AI Agent Workflow",
|
|
@@ -2739,8 +2742,7 @@ var englishBaseText = {
|
|
|
2739
2742
|
"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
2743
|
"workflows.concurrentChanges.confirmMessage.cancelButtonText": "Cancel",
|
|
2741
2744
|
"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.",
|
|
2745
|
+
"workflows.create.personal.toast.title": "Workflow successfully created inside your personal space",
|
|
2744
2746
|
"workflows.create.project.toast.title": "Workflow successfully created in {projectName}",
|
|
2745
2747
|
"workflows.create.folder.toast.title": "Workflow successfully created in \"{projectName}\", within \"{folderName}\"",
|
|
2746
2748
|
"workflows.create.project.toast.text": "All members from {projectName} will have access to this workflow.",
|
|
@@ -2760,6 +2762,8 @@ var englishBaseText = {
|
|
|
2760
2762
|
"workflows.readyToRunWorkflows.error": "Error loading n8n collection. Please try again later.",
|
|
2761
2763
|
"workflows.archivedOnly.hint": "Archived workflows are hidden in this view. {link}",
|
|
2762
2764
|
"workflows.archivedOnly.hint.link": "Update filters",
|
|
2765
|
+
"workflows.preBuiltAgents.callout": "Get started faster with our",
|
|
2766
|
+
"workflows.preBuiltAgents.linkText": "pre-built agents",
|
|
2763
2767
|
"workflowSelectorParameterInput.createNewSubworkflow.name": "My Sub-Workflow",
|
|
2764
2768
|
"importCurlModal.title": "Import cURL command",
|
|
2765
2769
|
"importCurlModal.input.label": "cURL Command",
|
|
@@ -2839,10 +2843,10 @@ var englishBaseText = {
|
|
|
2839
2843
|
"contextual.users.settings.unavailable.button.cloud": "Upgrade now",
|
|
2840
2844
|
"contextual.feature.unavailable.title": "Available on the Enterprise Plan",
|
|
2841
2845
|
"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
|
|
2846
|
+
"dataStore.dataStores": "Data Tables",
|
|
2847
|
+
"dataStore.empty.label": "You don't have any data tables yet",
|
|
2848
|
+
"dataStore.empty.description": "Once you create data tables for your projects, they will appear here",
|
|
2849
|
+
"dataStore.empty.button.label": "Create Data Table in \"{projectName}\"",
|
|
2846
2850
|
"dataStore.card.size": "{size}MB",
|
|
2847
2851
|
"dataStore.card.column.count": "{count} column | {count} columns",
|
|
2848
2852
|
"dataStore.card.row.count": "{count} record | {count} records",
|
|
@@ -2851,17 +2855,37 @@ var englishBaseText = {
|
|
|
2851
2855
|
"dataStore.sort.nameAsc": "Sort by name (A-Z)",
|
|
2852
2856
|
"dataStore.sort.nameDesc": "Sort by name (Z-A)",
|
|
2853
2857
|
"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
|
|
2858
|
+
"dataStore.error.fetching": "Error loading data tables",
|
|
2859
|
+
"dataStore.add.title": "Create new data table",
|
|
2860
|
+
"dataStore.add.description": "Set up a new data table to organize and manage your data.",
|
|
2861
|
+
"dataStore.add.button.label": "Create Data Table",
|
|
2862
|
+
"dataStore.add.input.name.label": "Data Table Name",
|
|
2863
|
+
"dataStore.add.input.name.placeholder": "Enter data table name",
|
|
2864
|
+
"dataStore.add.error": "Error creating data table",
|
|
2865
|
+
"dataStore.delete.confirm.title": "Delete data table",
|
|
2866
|
+
"dataStore.delete.confirm.message": "Are you sure you want to delete the data table \"{name}\"? This action cannot be undone.",
|
|
2867
|
+
"dataStore.delete.error": "Error deleting data table",
|
|
2868
|
+
"dataStore.rename.error": "Error renaming data table",
|
|
2869
|
+
"dataStore.getDetails.error": "Error fetching data table details",
|
|
2870
|
+
"dataStore.notFound": "Data table not found",
|
|
2871
|
+
"dataStore.noColumns.heading": "No columns yet",
|
|
2872
|
+
"dataStore.noColumns.description": "Add columns to start storing data in this data table.",
|
|
2873
|
+
"dataStore.noColumns.button.label": "Add first column",
|
|
2874
|
+
"dataStore.addColumn.label": "Add Column",
|
|
2875
|
+
"dataStore.addColumn.nameInput.label": "@:_reusableBaseText.name",
|
|
2876
|
+
"dataStore.addColumn.nameInput.placeholder": "Enter column name",
|
|
2877
|
+
"dataStore.addColumn.typeInput.label": "@:_reusableBaseText.type",
|
|
2878
|
+
"dataStore.addColumn.error": "Error adding column",
|
|
2879
|
+
"dataStore.moveColumn.error": "Error moving column",
|
|
2880
|
+
"dataStore.deleteColumn.error": "Error deleting column",
|
|
2881
|
+
"dataStore.deleteColumn.confirm.title": "Delete column",
|
|
2882
|
+
"dataStore.deleteColumn.confirm.message": "Are you sure you want to delete the column \"{name}\"? This action cannot be undone.",
|
|
2883
|
+
"dataStore.addColumn.invalidName.error": "Invalid column name",
|
|
2884
|
+
"dataStore.addColumn.invalidName.description": "Only alphanumeric characters and non-leading dashes are allowed for column names",
|
|
2885
|
+
"dataStore.fetchContent.error": "Error fetching data store content",
|
|
2886
|
+
"dataStore.addRow.label": "Add Row",
|
|
2887
|
+
"dataStore.addRow.error": "Error adding row",
|
|
2888
|
+
"dataStore.updateRow.error": "Error updating row",
|
|
2865
2889
|
"settings.ldap": "LDAP",
|
|
2866
2890
|
"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
2891
|
"settings.ldap.infoTip": "Learn more about <a href='https://docs.n8n.io/user-management/ldap/' target='_blank'>LDAP in the Docs</a>",
|
|
@@ -3122,15 +3146,15 @@ var englishBaseText = {
|
|
|
3122
3146
|
"settings.personal.mfa.toast.disabledMfa.error.message": "Error disabling two-factor authentication",
|
|
3123
3147
|
"settings.personal.mfa.toast.canEnableMfa.title": "MFA pre-requisite failed",
|
|
3124
3148
|
"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}",
|
|
3149
|
+
"settings.personal.mfa.enforce.message": "Enforces 2FA for all users on this instance authenticating with email and password logins.",
|
|
3150
|
+
"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
3151
|
"settings.personal.mfa.enforce.unlicensed_tooltip.link": "View plans",
|
|
3128
3152
|
"settings.personal.mfa.enforce.title": "Enforce two-factor authentication",
|
|
3129
3153
|
"settings.personal.mfa.enforce.error": "Cannot enforce 2FA for all users",
|
|
3130
3154
|
"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.",
|
|
3155
|
+
"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
3156
|
"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.",
|
|
3157
|
+
"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
3158
|
"settings.mfa.toast.noRecoveryCodeLeft.title": "No 2FA recovery codes remaining",
|
|
3135
3159
|
"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
3160
|
"sso.login.divider": "or",
|
|
@@ -3411,9 +3435,15 @@ var englishBaseText = {
|
|
|
3411
3435
|
"workflowDiff.local": "Local",
|
|
3412
3436
|
"workflowDiff.remote": "Remote ({branchName})",
|
|
3413
3437
|
"workflowDiff.noChanges": "No changes",
|
|
3414
|
-
"workflowDiff.deletedWorkflow": "
|
|
3415
|
-
"workflowDiff.deletedWorkflow.database": "The workflow
|
|
3416
|
-
"workflowDiff.deletedWorkflow.remote": "The workflow
|
|
3438
|
+
"workflowDiff.deletedWorkflow": "Missing workflow",
|
|
3439
|
+
"workflowDiff.deletedWorkflow.database": "The workflow doesn't exist in the database",
|
|
3440
|
+
"workflowDiff.deletedWorkflow.remote": "The workflow doesn't exist on remote",
|
|
3441
|
+
"workflowDiff.newWorkflow": "New workflow",
|
|
3442
|
+
"workflowDiff.newWorkflow.database": "The workflow will be created in the database",
|
|
3443
|
+
"workflowDiff.newWorkflow.remote": "The workflow will be created on remote",
|
|
3444
|
+
"preBuiltAgentTemplates.title": "Pre-built agents",
|
|
3445
|
+
"preBuiltAgentTemplates.tutorials": "Tutorial templates",
|
|
3446
|
+
"preBuiltAgentTemplates.viewAllLink": "View all templates"
|
|
3417
3447
|
};
|
|
3418
3448
|
|
|
3419
3449
|
type GetBaseTextKey<T> = T extends `_${string}` ? never : T;
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@n8n/i18n",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.13.0-exp.0",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
7
|
-
"
|
|
8
|
-
"
|
|
7
|
+
"LICENSE.md",
|
|
8
|
+
"LICENSE_EE.md"
|
|
9
9
|
],
|
|
10
10
|
"main": "dist/index.cjs",
|
|
11
11
|
"module": "dist/index.js",
|
|
@@ -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"
|