@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/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",
|
|
@@ -2716,6 +2718,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
2716
2718
|
"workflows.empty.learnN8n": "Learn n8n",
|
|
2717
2719
|
"workflows.empty.button.disabled.tooltip": "Your current role in the project does not allow you to create workflows",
|
|
2718
2720
|
"workflows.empty.easyAI": "Test a simple AI Agent example",
|
|
2721
|
+
"workflows.empty.preBuiltAgents": "Try a pre-built agent",
|
|
2719
2722
|
"workflows.empty.shared-with-me": "No {resource} has been shared with you",
|
|
2720
2723
|
"workflows.empty.shared-with-me.link": '<a href="#">Back to Personal</a>',
|
|
2721
2724
|
"workflows.list.easyAI": "Test the power of AI in n8n with this simple AI Agent Workflow",
|
|
@@ -2746,8 +2749,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
2746
2749
|
"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
2750
|
"workflows.concurrentChanges.confirmMessage.cancelButtonText": "Cancel",
|
|
2748
2751
|
"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.",
|
|
2752
|
+
"workflows.create.personal.toast.title": "Workflow successfully created inside your personal space",
|
|
2751
2753
|
"workflows.create.project.toast.title": "Workflow successfully created in {projectName}",
|
|
2752
2754
|
"workflows.create.folder.toast.title": 'Workflow successfully created in "{projectName}", within "{folderName}"',
|
|
2753
2755
|
"workflows.create.project.toast.text": "All members from {projectName} will have access to this workflow.",
|
|
@@ -2767,6 +2769,8 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
2767
2769
|
"workflows.readyToRunWorkflows.error": "Error loading n8n collection. Please try again later.",
|
|
2768
2770
|
"workflows.archivedOnly.hint": "Archived workflows are hidden in this view. {link}",
|
|
2769
2771
|
"workflows.archivedOnly.hint.link": "Update filters",
|
|
2772
|
+
"workflows.preBuiltAgents.callout": "Get started faster with our",
|
|
2773
|
+
"workflows.preBuiltAgents.linkText": "pre-built agents",
|
|
2770
2774
|
"workflowSelectorParameterInput.createNewSubworkflow.name": "My Sub-Workflow",
|
|
2771
2775
|
"importCurlModal.title": "Import cURL command",
|
|
2772
2776
|
"importCurlModal.input.label": "cURL Command",
|
|
@@ -2846,10 +2850,10 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
2846
2850
|
"contextual.users.settings.unavailable.button.cloud": "Upgrade now",
|
|
2847
2851
|
"contextual.feature.unavailable.title": "Available on the Enterprise Plan",
|
|
2848
2852
|
"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
|
|
2853
|
+
"dataStore.dataStores": "Data Tables",
|
|
2854
|
+
"dataStore.empty.label": "You don't have any data tables yet",
|
|
2855
|
+
"dataStore.empty.description": "Once you create data tables for your projects, they will appear here",
|
|
2856
|
+
"dataStore.empty.button.label": 'Create Data Table in "{projectName}"',
|
|
2853
2857
|
"dataStore.card.size": "{size}MB",
|
|
2854
2858
|
"dataStore.card.column.count": "{count} column | {count} columns",
|
|
2855
2859
|
"dataStore.card.row.count": "{count} record | {count} records",
|
|
@@ -2858,17 +2862,37 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
2858
2862
|
"dataStore.sort.nameAsc": "Sort by name (A-Z)",
|
|
2859
2863
|
"dataStore.sort.nameDesc": "Sort by name (Z-A)",
|
|
2860
2864
|
"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
|
|
2865
|
+
"dataStore.error.fetching": "Error loading data tables",
|
|
2866
|
+
"dataStore.add.title": "Create new data table",
|
|
2867
|
+
"dataStore.add.description": "Set up a new data table to organize and manage your data.",
|
|
2868
|
+
"dataStore.add.button.label": "Create Data Table",
|
|
2869
|
+
"dataStore.add.input.name.label": "Data Table Name",
|
|
2870
|
+
"dataStore.add.input.name.placeholder": "Enter data table name",
|
|
2871
|
+
"dataStore.add.error": "Error creating data table",
|
|
2872
|
+
"dataStore.delete.confirm.title": "Delete data table",
|
|
2873
|
+
"dataStore.delete.confirm.message": 'Are you sure you want to delete the data table "{name}"? This action cannot be undone.',
|
|
2874
|
+
"dataStore.delete.error": "Error deleting data table",
|
|
2875
|
+
"dataStore.rename.error": "Error renaming data table",
|
|
2876
|
+
"dataStore.getDetails.error": "Error fetching data table details",
|
|
2877
|
+
"dataStore.notFound": "Data table not found",
|
|
2878
|
+
"dataStore.noColumns.heading": "No columns yet",
|
|
2879
|
+
"dataStore.noColumns.description": "Add columns to start storing data in this data table.",
|
|
2880
|
+
"dataStore.noColumns.button.label": "Add first column",
|
|
2881
|
+
"dataStore.addColumn.label": "Add Column",
|
|
2882
|
+
"dataStore.addColumn.nameInput.label": "@:_reusableBaseText.name",
|
|
2883
|
+
"dataStore.addColumn.nameInput.placeholder": "Enter column name",
|
|
2884
|
+
"dataStore.addColumn.typeInput.label": "@:_reusableBaseText.type",
|
|
2885
|
+
"dataStore.addColumn.error": "Error adding column",
|
|
2886
|
+
"dataStore.moveColumn.error": "Error moving column",
|
|
2887
|
+
"dataStore.deleteColumn.error": "Error deleting column",
|
|
2888
|
+
"dataStore.deleteColumn.confirm.title": "Delete column",
|
|
2889
|
+
"dataStore.deleteColumn.confirm.message": 'Are you sure you want to delete the column "{name}"? This action cannot be undone.',
|
|
2890
|
+
"dataStore.addColumn.invalidName.error": "Invalid column name",
|
|
2891
|
+
"dataStore.addColumn.invalidName.description": "Only alphanumeric characters and non-leading dashes are allowed for column names",
|
|
2892
|
+
"dataStore.fetchContent.error": "Error fetching data store content",
|
|
2893
|
+
"dataStore.addRow.label": "Add Row",
|
|
2894
|
+
"dataStore.addRow.error": "Error adding row",
|
|
2895
|
+
"dataStore.updateRow.error": "Error updating row",
|
|
2872
2896
|
"settings.ldap": "LDAP",
|
|
2873
2897
|
"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
2898
|
"settings.ldap.infoTip": "Learn more about <a href='https://docs.n8n.io/user-management/ldap/' target='_blank'>LDAP in the Docs</a>",
|
|
@@ -3129,15 +3153,15 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
3129
3153
|
"settings.personal.mfa.toast.disabledMfa.error.message": "Error disabling two-factor authentication",
|
|
3130
3154
|
"settings.personal.mfa.toast.canEnableMfa.title": "MFA pre-requisite failed",
|
|
3131
3155
|
"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}",
|
|
3156
|
+
"settings.personal.mfa.enforce.message": "Enforces 2FA for all users on this instance authenticating with email and password logins.",
|
|
3157
|
+
"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
3158
|
"settings.personal.mfa.enforce.unlicensed_tooltip.link": "View plans",
|
|
3135
3159
|
"settings.personal.mfa.enforce.title": "Enforce two-factor authentication",
|
|
3136
3160
|
"settings.personal.mfa.enforce.error": "Cannot enforce 2FA for all users",
|
|
3137
3161
|
"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.",
|
|
3162
|
+
"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
3163
|
"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.",
|
|
3164
|
+
"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
3165
|
"settings.mfa.toast.noRecoveryCodeLeft.title": "No 2FA recovery codes remaining",
|
|
3142
3166
|
"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
3167
|
"sso.login.divider": "or",
|
|
@@ -3418,9 +3442,15 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
3418
3442
|
"workflowDiff.local": "Local",
|
|
3419
3443
|
"workflowDiff.remote": "Remote ({branchName})",
|
|
3420
3444
|
"workflowDiff.noChanges": "No changes",
|
|
3421
|
-
"workflowDiff.deletedWorkflow": "
|
|
3422
|
-
"workflowDiff.deletedWorkflow.database": "The workflow
|
|
3423
|
-
"workflowDiff.deletedWorkflow.remote": "The workflow
|
|
3445
|
+
"workflowDiff.deletedWorkflow": "Missing workflow",
|
|
3446
|
+
"workflowDiff.deletedWorkflow.database": "The workflow doesn't exist in the database",
|
|
3447
|
+
"workflowDiff.deletedWorkflow.remote": "The workflow doesn't exist on remote",
|
|
3448
|
+
"workflowDiff.newWorkflow": "New workflow",
|
|
3449
|
+
"workflowDiff.newWorkflow.database": "The workflow will be created in the database",
|
|
3450
|
+
"workflowDiff.newWorkflow.remote": "The workflow will be created on remote",
|
|
3451
|
+
"preBuiltAgentTemplates.title": "Pre-built agents",
|
|
3452
|
+
"preBuiltAgentTemplates.tutorials": "Tutorial templates",
|
|
3453
|
+
"preBuiltAgentTemplates.viewAllLink": "View all templates"
|
|
3424
3454
|
};
|
|
3425
3455
|
|
|
3426
3456
|
// src/index.ts
|