@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/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",
|
|
@@ -91,6 +92,7 @@ var en_default = {
|
|
|
91
92
|
"generic.tryNow": "Try now",
|
|
92
93
|
"generic.startNow": "Start now",
|
|
93
94
|
"generic.dismiss": "Dismiss",
|
|
95
|
+
"generic.saving": "Saving",
|
|
94
96
|
"generic.unsavedWork.confirmMessage.headline": "Save changes before leaving?",
|
|
95
97
|
"generic.unsavedWork.confirmMessage.message": "If you don't save, you will lose your changes.",
|
|
96
98
|
"generic.unsavedWork.confirmMessage.confirmButtonText": "Save",
|
|
@@ -699,8 +701,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
699
701
|
"credentials.noResults": "No credentials found",
|
|
700
702
|
"credentials.noResults.withSearch.switchToShared.preamble": "some credentials may be",
|
|
701
703
|
"credentials.noResults.withSearch.switchToShared.link": "hidden",
|
|
702
|
-
"credentials.create.personal.toast.title": "Credential successfully created",
|
|
703
|
-
"credentials.create.personal.toast.text": "This credential has been created inside your personal space.",
|
|
704
|
+
"credentials.create.personal.toast.title": "Credential successfully created inside your personal space",
|
|
704
705
|
"credentials.create.project.toast.title": "Credential successfully created in {projectName}",
|
|
705
706
|
"credentials.create.project.toast.text": "All members from {projectName} will have access to this credential.",
|
|
706
707
|
"dataDisplay.needHelp": "Need help?",
|
|
@@ -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",
|
|
@@ -2746,8 +2748,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
2746
2748
|
"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?',
|
|
2747
2749
|
"workflows.concurrentChanges.confirmMessage.cancelButtonText": "Cancel",
|
|
2748
2750
|
"workflows.concurrentChanges.confirmMessage.confirmButtonText": "Overwrite and Save",
|
|
2749
|
-
"workflows.create.personal.toast.title": "Workflow successfully created",
|
|
2750
|
-
"workflows.create.personal.toast.text": "This workflow has been created inside your personal space.",
|
|
2751
|
+
"workflows.create.personal.toast.title": "Workflow successfully created inside your personal space",
|
|
2751
2752
|
"workflows.create.project.toast.title": "Workflow successfully created in {projectName}",
|
|
2752
2753
|
"workflows.create.folder.toast.title": 'Workflow successfully created in "{projectName}", within "{folderName}"',
|
|
2753
2754
|
"workflows.create.project.toast.text": "All members from {projectName} will have access to this workflow.",
|
|
@@ -2846,10 +2847,10 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
2846
2847
|
"contextual.users.settings.unavailable.button.cloud": "Upgrade now",
|
|
2847
2848
|
"contextual.feature.unavailable.title": "Available on the Enterprise Plan",
|
|
2848
2849
|
"contextual.feature.unavailable.title.cloud": "Available on the Pro Plan",
|
|
2849
|
-
"dataStore.
|
|
2850
|
-
"dataStore.empty.label": "You don't have any data
|
|
2851
|
-
"dataStore.empty.description": "Once you create data
|
|
2852
|
-
"dataStore.empty.button.label": 'Create
|
|
2850
|
+
"dataStore.dataStores": "Data Tables",
|
|
2851
|
+
"dataStore.empty.label": "You don't have any data tables yet",
|
|
2852
|
+
"dataStore.empty.description": "Once you create data tables for your projects, they will appear here",
|
|
2853
|
+
"dataStore.empty.button.label": 'Create Data Table in "{projectName}"',
|
|
2853
2854
|
"dataStore.card.size": "{size}MB",
|
|
2854
2855
|
"dataStore.card.column.count": "{count} column | {count} columns",
|
|
2855
2856
|
"dataStore.card.row.count": "{count} record | {count} records",
|
|
@@ -2858,17 +2859,37 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
2858
2859
|
"dataStore.sort.nameAsc": "Sort by name (A-Z)",
|
|
2859
2860
|
"dataStore.sort.nameDesc": "Sort by name (Z-A)",
|
|
2860
2861
|
"dataStore.search.placeholder": "Search",
|
|
2861
|
-
"dataStore.error.fetching": "Error loading data
|
|
2862
|
-
"dataStore.add.title": "Create data
|
|
2863
|
-
"dataStore.add.description": "Set up a new data
|
|
2864
|
-
"dataStore.add.button.label": "Create Data
|
|
2865
|
-
"dataStore.add.input.name.label": "Data
|
|
2866
|
-
"dataStore.add.input.name.placeholder": "Enter data
|
|
2867
|
-
"dataStore.add.error": "Error creating data
|
|
2868
|
-
"dataStore.delete.confirm.title": "Delete data
|
|
2869
|
-
"dataStore.delete.confirm.message": 'Are you sure you want to delete the data
|
|
2870
|
-
"dataStore.delete.error": "Error deleting data
|
|
2871
|
-
"dataStore.rename.error": "Error renaming data
|
|
2862
|
+
"dataStore.error.fetching": "Error loading data tables",
|
|
2863
|
+
"dataStore.add.title": "Create new data table",
|
|
2864
|
+
"dataStore.add.description": "Set up a new data table to organize and manage your data.",
|
|
2865
|
+
"dataStore.add.button.label": "Create Data Table",
|
|
2866
|
+
"dataStore.add.input.name.label": "Data Table Name",
|
|
2867
|
+
"dataStore.add.input.name.placeholder": "Enter data table name",
|
|
2868
|
+
"dataStore.add.error": "Error creating data table",
|
|
2869
|
+
"dataStore.delete.confirm.title": "Delete data table",
|
|
2870
|
+
"dataStore.delete.confirm.message": 'Are you sure you want to delete the data table "{name}"? This action cannot be undone.',
|
|
2871
|
+
"dataStore.delete.error": "Error deleting data table",
|
|
2872
|
+
"dataStore.rename.error": "Error renaming data table",
|
|
2873
|
+
"dataStore.getDetails.error": "Error fetching data table details",
|
|
2874
|
+
"dataStore.notFound": "Data table not found",
|
|
2875
|
+
"dataStore.noColumns.heading": "No columns yet",
|
|
2876
|
+
"dataStore.noColumns.description": "Add columns to start storing data in this data table.",
|
|
2877
|
+
"dataStore.noColumns.button.label": "Add first column",
|
|
2878
|
+
"dataStore.addColumn.label": "Add Column",
|
|
2879
|
+
"dataStore.addColumn.nameInput.label": "@:_reusableBaseText.name",
|
|
2880
|
+
"dataStore.addColumn.nameInput.placeholder": "Enter column name",
|
|
2881
|
+
"dataStore.addColumn.typeInput.label": "@:_reusableBaseText.type",
|
|
2882
|
+
"dataStore.addColumn.error": "Error adding column",
|
|
2883
|
+
"dataStore.moveColumn.error": "Error moving column",
|
|
2884
|
+
"dataStore.deleteColumn.error": "Error deleting column",
|
|
2885
|
+
"dataStore.deleteColumn.confirm.title": "Delete column",
|
|
2886
|
+
"dataStore.deleteColumn.confirm.message": 'Are you sure you want to delete the column "{name}"? This action cannot be undone.',
|
|
2887
|
+
"dataStore.addColumn.invalidName.error": "Invalid column name",
|
|
2888
|
+
"dataStore.addColumn.invalidName.description": "Only alphanumeric characters and non-leading dashes are allowed for column names",
|
|
2889
|
+
"dataStore.fetchContent.error": "Error fetching data store content",
|
|
2890
|
+
"dataStore.addRow.label": "Add Row",
|
|
2891
|
+
"dataStore.addRow.error": "Error adding row",
|
|
2892
|
+
"dataStore.updateRow.error": "Error updating row",
|
|
2872
2893
|
"settings.ldap": "LDAP",
|
|
2873
2894
|
"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.",
|
|
2874
2895
|
"settings.ldap.infoTip": "Learn more about <a href='https://docs.n8n.io/user-management/ldap/' target='_blank'>LDAP in the Docs</a>",
|
|
@@ -3129,15 +3150,15 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
3129
3150
|
"settings.personal.mfa.toast.disabledMfa.error.message": "Error disabling two-factor authentication",
|
|
3130
3151
|
"settings.personal.mfa.toast.canEnableMfa.title": "MFA pre-requisite failed",
|
|
3131
3152
|
"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.",
|
|
3132
|
-
"settings.personal.mfa.enforce.message": "Enforces 2FA for all users on this instance.",
|
|
3133
|
-
"settings.personal.mfa.enforce.unlicensed_tooltip": "You can enforce 2FA for all users on this instance when you upgrade your plan. {action}",
|
|
3153
|
+
"settings.personal.mfa.enforce.message": "Enforces 2FA for all users on this instance authenticating with email and password logins.",
|
|
3154
|
+
"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}",
|
|
3134
3155
|
"settings.personal.mfa.enforce.unlicensed_tooltip.link": "View plans",
|
|
3135
3156
|
"settings.personal.mfa.enforce.title": "Enforce two-factor authentication",
|
|
3136
3157
|
"settings.personal.mfa.enforce.error": "Cannot enforce 2FA for all users",
|
|
3137
3158
|
"settings.personal.mfa.enforce.enabled.title": "2FA Enforced",
|
|
3138
|
-
"settings.personal.mfa.enforce.enabled.message": "Two-factor authentication is now required for all users on this instance.",
|
|
3159
|
+
"settings.personal.mfa.enforce.enabled.message": "Two-factor authentication is now required for all users on this instance authenticating with email and password logins.",
|
|
3139
3160
|
"settings.personal.mfa.enforce.disabled.title": "2FA No Longer Enforced",
|
|
3140
|
-
"settings.personal.mfa.enforce.disabled.message": "Two-factor authentication is no longer mandatory for users on this instance.",
|
|
3161
|
+
"settings.personal.mfa.enforce.disabled.message": "Two-factor authentication is no longer mandatory for users on this instance authenticating with email and password logins.",
|
|
3141
3162
|
"settings.mfa.toast.noRecoveryCodeLeft.title": "No 2FA recovery codes remaining",
|
|
3142
3163
|
"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>",
|
|
3143
3164
|
"sso.login.divider": "or",
|
|
@@ -3418,9 +3439,12 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
3418
3439
|
"workflowDiff.local": "Local",
|
|
3419
3440
|
"workflowDiff.remote": "Remote ({branchName})",
|
|
3420
3441
|
"workflowDiff.noChanges": "No changes",
|
|
3421
|
-
"workflowDiff.deletedWorkflow": "
|
|
3422
|
-
"workflowDiff.deletedWorkflow.database": "The workflow
|
|
3423
|
-
"workflowDiff.deletedWorkflow.remote": "The workflow
|
|
3442
|
+
"workflowDiff.deletedWorkflow": "Missing workflow",
|
|
3443
|
+
"workflowDiff.deletedWorkflow.database": "The workflow doesn't exist in the database",
|
|
3444
|
+
"workflowDiff.deletedWorkflow.remote": "The workflow doesn't exist on remote",
|
|
3445
|
+
"workflowDiff.newWorkflow": "New workflow",
|
|
3446
|
+
"workflowDiff.newWorkflow.database": "The workflow will be created in the database",
|
|
3447
|
+
"workflowDiff.newWorkflow.remote": "The workflow will be created on remote"
|
|
3424
3448
|
};
|
|
3425
3449
|
|
|
3426
3450
|
// src/index.ts
|