@n8n/i18n 1.12.0 → 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 +36 -23
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +15 -2
- package/dist/index.d.ts +15 -2
- package/dist/index.js +36 -23
- package/dist/index.js.map +1 -1
- package/dist/types.d.cts +36 -23
- package/dist/types.d.ts +36 -23
- package/package.json +2 -2
package/dist/types.d.cts
CHANGED
|
@@ -86,6 +86,7 @@ var englishBaseText = {
|
|
|
86
86
|
"generic.tryNow": "Try now",
|
|
87
87
|
"generic.startNow": "Start now",
|
|
88
88
|
"generic.dismiss": "Dismiss",
|
|
89
|
+
"generic.saving": "Saving",
|
|
89
90
|
"generic.unsavedWork.confirmMessage.headline": "Save changes before leaving?",
|
|
90
91
|
"generic.unsavedWork.confirmMessage.message": "If you don't save, you will lose your changes.",
|
|
91
92
|
"generic.unsavedWork.confirmMessage.confirmButtonText": "Save",
|
|
@@ -693,8 +694,7 @@ var englishBaseText = {
|
|
|
693
694
|
"credentials.noResults": "No credentials found",
|
|
694
695
|
"credentials.noResults.withSearch.switchToShared.preamble": "some credentials may be",
|
|
695
696
|
"credentials.noResults.withSearch.switchToShared.link": "hidden",
|
|
696
|
-
"credentials.create.personal.toast.title": "Credential successfully created",
|
|
697
|
-
"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",
|
|
698
698
|
"credentials.create.project.toast.title": "Credential successfully created in {projectName}",
|
|
699
699
|
"credentials.create.project.toast.text": "All members from {projectName} will have access to this credential.",
|
|
700
700
|
"dataDisplay.needHelp": "Need help?",
|
|
@@ -2711,6 +2711,7 @@ var englishBaseText = {
|
|
|
2711
2711
|
"workflows.empty.learnN8n": "Learn n8n",
|
|
2712
2712
|
"workflows.empty.button.disabled.tooltip": "Your current role in the project does not allow you to create workflows",
|
|
2713
2713
|
"workflows.empty.easyAI": "Test a simple AI Agent example",
|
|
2714
|
+
"workflows.empty.preBuiltAgents": "Try a pre-built agent",
|
|
2714
2715
|
"workflows.empty.shared-with-me": "No {resource} has been shared with you",
|
|
2715
2716
|
"workflows.empty.shared-with-me.link": "<a href=\"#\">Back to Personal</a>",
|
|
2716
2717
|
"workflows.list.easyAI": "Test the power of AI in n8n with this simple AI Agent Workflow",
|
|
@@ -2741,8 +2742,7 @@ var englishBaseText = {
|
|
|
2741
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?",
|
|
2742
2743
|
"workflows.concurrentChanges.confirmMessage.cancelButtonText": "Cancel",
|
|
2743
2744
|
"workflows.concurrentChanges.confirmMessage.confirmButtonText": "Overwrite and Save",
|
|
2744
|
-
"workflows.create.personal.toast.title": "Workflow successfully created",
|
|
2745
|
-
"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",
|
|
2746
2746
|
"workflows.create.project.toast.title": "Workflow successfully created in {projectName}",
|
|
2747
2747
|
"workflows.create.folder.toast.title": "Workflow successfully created in \"{projectName}\", within \"{folderName}\"",
|
|
2748
2748
|
"workflows.create.project.toast.text": "All members from {projectName} will have access to this workflow.",
|
|
@@ -2762,6 +2762,8 @@ var englishBaseText = {
|
|
|
2762
2762
|
"workflows.readyToRunWorkflows.error": "Error loading n8n collection. Please try again later.",
|
|
2763
2763
|
"workflows.archivedOnly.hint": "Archived workflows are hidden in this view. {link}",
|
|
2764
2764
|
"workflows.archivedOnly.hint.link": "Update filters",
|
|
2765
|
+
"workflows.preBuiltAgents.callout": "Get started faster with our",
|
|
2766
|
+
"workflows.preBuiltAgents.linkText": "pre-built agents",
|
|
2765
2767
|
"workflowSelectorParameterInput.createNewSubworkflow.name": "My Sub-Workflow",
|
|
2766
2768
|
"importCurlModal.title": "Import cURL command",
|
|
2767
2769
|
"importCurlModal.input.label": "cURL Command",
|
|
@@ -2841,10 +2843,10 @@ var englishBaseText = {
|
|
|
2841
2843
|
"contextual.users.settings.unavailable.button.cloud": "Upgrade now",
|
|
2842
2844
|
"contextual.feature.unavailable.title": "Available on the Enterprise Plan",
|
|
2843
2845
|
"contextual.feature.unavailable.title.cloud": "Available on the Pro Plan",
|
|
2844
|
-
"dataStore.dataStores": "Data
|
|
2845
|
-
"dataStore.empty.label": "You don't have any data
|
|
2846
|
-
"dataStore.empty.description": "Once you create data
|
|
2847
|
-
"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}\"",
|
|
2848
2850
|
"dataStore.card.size": "{size}MB",
|
|
2849
2851
|
"dataStore.card.column.count": "{count} column | {count} columns",
|
|
2850
2852
|
"dataStore.card.row.count": "{count} record | {count} records",
|
|
@@ -2853,29 +2855,37 @@ var englishBaseText = {
|
|
|
2853
2855
|
"dataStore.sort.nameAsc": "Sort by name (A-Z)",
|
|
2854
2856
|
"dataStore.sort.nameDesc": "Sort by name (Z-A)",
|
|
2855
2857
|
"dataStore.search.placeholder": "Search",
|
|
2856
|
-
"dataStore.error.fetching": "Error loading data
|
|
2857
|
-
"dataStore.add.title": "Create data
|
|
2858
|
-
"dataStore.add.description": "Set up a new data
|
|
2859
|
-
"dataStore.add.button.label": "Create Data
|
|
2860
|
-
"dataStore.add.input.name.label": "Data
|
|
2861
|
-
"dataStore.add.input.name.placeholder": "Enter data
|
|
2862
|
-
"dataStore.add.error": "Error creating data
|
|
2863
|
-
"dataStore.delete.confirm.title": "Delete data
|
|
2864
|
-
"dataStore.delete.confirm.message": "Are you sure you want to delete the data
|
|
2865
|
-
"dataStore.delete.error": "Error deleting data
|
|
2866
|
-
"dataStore.rename.error": "Error renaming data
|
|
2867
|
-
"dataStore.getDetails.error": "Error fetching data
|
|
2868
|
-
"dataStore.notFound": "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",
|
|
2869
2871
|
"dataStore.noColumns.heading": "No columns yet",
|
|
2870
|
-
"dataStore.noColumns.description": "Add columns to start storing data in this data
|
|
2872
|
+
"dataStore.noColumns.description": "Add columns to start storing data in this data table.",
|
|
2871
2873
|
"dataStore.noColumns.button.label": "Add first column",
|
|
2872
2874
|
"dataStore.addColumn.label": "Add Column",
|
|
2873
2875
|
"dataStore.addColumn.nameInput.label": "@:_reusableBaseText.name",
|
|
2874
2876
|
"dataStore.addColumn.nameInput.placeholder": "Enter column name",
|
|
2875
2877
|
"dataStore.addColumn.typeInput.label": "@:_reusableBaseText.type",
|
|
2876
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.",
|
|
2877
2883
|
"dataStore.addColumn.invalidName.error": "Invalid column name",
|
|
2878
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",
|
|
2879
2889
|
"settings.ldap": "LDAP",
|
|
2880
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.",
|
|
2881
2891
|
"settings.ldap.infoTip": "Learn more about <a href='https://docs.n8n.io/user-management/ldap/' target='_blank'>LDAP in the Docs</a>",
|
|
@@ -3430,7 +3440,10 @@ var englishBaseText = {
|
|
|
3430
3440
|
"workflowDiff.deletedWorkflow.remote": "The workflow doesn't exist on remote",
|
|
3431
3441
|
"workflowDiff.newWorkflow": "New workflow",
|
|
3432
3442
|
"workflowDiff.newWorkflow.database": "The workflow will be created in the database",
|
|
3433
|
-
"workflowDiff.newWorkflow.remote": "The workflow will be created on remote"
|
|
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"
|
|
3434
3447
|
};
|
|
3435
3448
|
|
|
3436
3449
|
type GetBaseTextKey<T> = T extends `_${string}` ? never : T;
|
package/dist/types.d.ts
CHANGED
|
@@ -86,6 +86,7 @@ var englishBaseText = {
|
|
|
86
86
|
"generic.tryNow": "Try now",
|
|
87
87
|
"generic.startNow": "Start now",
|
|
88
88
|
"generic.dismiss": "Dismiss",
|
|
89
|
+
"generic.saving": "Saving",
|
|
89
90
|
"generic.unsavedWork.confirmMessage.headline": "Save changes before leaving?",
|
|
90
91
|
"generic.unsavedWork.confirmMessage.message": "If you don't save, you will lose your changes.",
|
|
91
92
|
"generic.unsavedWork.confirmMessage.confirmButtonText": "Save",
|
|
@@ -693,8 +694,7 @@ var englishBaseText = {
|
|
|
693
694
|
"credentials.noResults": "No credentials found",
|
|
694
695
|
"credentials.noResults.withSearch.switchToShared.preamble": "some credentials may be",
|
|
695
696
|
"credentials.noResults.withSearch.switchToShared.link": "hidden",
|
|
696
|
-
"credentials.create.personal.toast.title": "Credential successfully created",
|
|
697
|
-
"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",
|
|
698
698
|
"credentials.create.project.toast.title": "Credential successfully created in {projectName}",
|
|
699
699
|
"credentials.create.project.toast.text": "All members from {projectName} will have access to this credential.",
|
|
700
700
|
"dataDisplay.needHelp": "Need help?",
|
|
@@ -2711,6 +2711,7 @@ var englishBaseText = {
|
|
|
2711
2711
|
"workflows.empty.learnN8n": "Learn n8n",
|
|
2712
2712
|
"workflows.empty.button.disabled.tooltip": "Your current role in the project does not allow you to create workflows",
|
|
2713
2713
|
"workflows.empty.easyAI": "Test a simple AI Agent example",
|
|
2714
|
+
"workflows.empty.preBuiltAgents": "Try a pre-built agent",
|
|
2714
2715
|
"workflows.empty.shared-with-me": "No {resource} has been shared with you",
|
|
2715
2716
|
"workflows.empty.shared-with-me.link": "<a href=\"#\">Back to Personal</a>",
|
|
2716
2717
|
"workflows.list.easyAI": "Test the power of AI in n8n with this simple AI Agent Workflow",
|
|
@@ -2741,8 +2742,7 @@ var englishBaseText = {
|
|
|
2741
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?",
|
|
2742
2743
|
"workflows.concurrentChanges.confirmMessage.cancelButtonText": "Cancel",
|
|
2743
2744
|
"workflows.concurrentChanges.confirmMessage.confirmButtonText": "Overwrite and Save",
|
|
2744
|
-
"workflows.create.personal.toast.title": "Workflow successfully created",
|
|
2745
|
-
"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",
|
|
2746
2746
|
"workflows.create.project.toast.title": "Workflow successfully created in {projectName}",
|
|
2747
2747
|
"workflows.create.folder.toast.title": "Workflow successfully created in \"{projectName}\", within \"{folderName}\"",
|
|
2748
2748
|
"workflows.create.project.toast.text": "All members from {projectName} will have access to this workflow.",
|
|
@@ -2762,6 +2762,8 @@ var englishBaseText = {
|
|
|
2762
2762
|
"workflows.readyToRunWorkflows.error": "Error loading n8n collection. Please try again later.",
|
|
2763
2763
|
"workflows.archivedOnly.hint": "Archived workflows are hidden in this view. {link}",
|
|
2764
2764
|
"workflows.archivedOnly.hint.link": "Update filters",
|
|
2765
|
+
"workflows.preBuiltAgents.callout": "Get started faster with our",
|
|
2766
|
+
"workflows.preBuiltAgents.linkText": "pre-built agents",
|
|
2765
2767
|
"workflowSelectorParameterInput.createNewSubworkflow.name": "My Sub-Workflow",
|
|
2766
2768
|
"importCurlModal.title": "Import cURL command",
|
|
2767
2769
|
"importCurlModal.input.label": "cURL Command",
|
|
@@ -2841,10 +2843,10 @@ var englishBaseText = {
|
|
|
2841
2843
|
"contextual.users.settings.unavailable.button.cloud": "Upgrade now",
|
|
2842
2844
|
"contextual.feature.unavailable.title": "Available on the Enterprise Plan",
|
|
2843
2845
|
"contextual.feature.unavailable.title.cloud": "Available on the Pro Plan",
|
|
2844
|
-
"dataStore.dataStores": "Data
|
|
2845
|
-
"dataStore.empty.label": "You don't have any data
|
|
2846
|
-
"dataStore.empty.description": "Once you create data
|
|
2847
|
-
"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}\"",
|
|
2848
2850
|
"dataStore.card.size": "{size}MB",
|
|
2849
2851
|
"dataStore.card.column.count": "{count} column | {count} columns",
|
|
2850
2852
|
"dataStore.card.row.count": "{count} record | {count} records",
|
|
@@ -2853,29 +2855,37 @@ var englishBaseText = {
|
|
|
2853
2855
|
"dataStore.sort.nameAsc": "Sort by name (A-Z)",
|
|
2854
2856
|
"dataStore.sort.nameDesc": "Sort by name (Z-A)",
|
|
2855
2857
|
"dataStore.search.placeholder": "Search",
|
|
2856
|
-
"dataStore.error.fetching": "Error loading data
|
|
2857
|
-
"dataStore.add.title": "Create data
|
|
2858
|
-
"dataStore.add.description": "Set up a new data
|
|
2859
|
-
"dataStore.add.button.label": "Create Data
|
|
2860
|
-
"dataStore.add.input.name.label": "Data
|
|
2861
|
-
"dataStore.add.input.name.placeholder": "Enter data
|
|
2862
|
-
"dataStore.add.error": "Error creating data
|
|
2863
|
-
"dataStore.delete.confirm.title": "Delete data
|
|
2864
|
-
"dataStore.delete.confirm.message": "Are you sure you want to delete the data
|
|
2865
|
-
"dataStore.delete.error": "Error deleting data
|
|
2866
|
-
"dataStore.rename.error": "Error renaming data
|
|
2867
|
-
"dataStore.getDetails.error": "Error fetching data
|
|
2868
|
-
"dataStore.notFound": "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",
|
|
2869
2871
|
"dataStore.noColumns.heading": "No columns yet",
|
|
2870
|
-
"dataStore.noColumns.description": "Add columns to start storing data in this data
|
|
2872
|
+
"dataStore.noColumns.description": "Add columns to start storing data in this data table.",
|
|
2871
2873
|
"dataStore.noColumns.button.label": "Add first column",
|
|
2872
2874
|
"dataStore.addColumn.label": "Add Column",
|
|
2873
2875
|
"dataStore.addColumn.nameInput.label": "@:_reusableBaseText.name",
|
|
2874
2876
|
"dataStore.addColumn.nameInput.placeholder": "Enter column name",
|
|
2875
2877
|
"dataStore.addColumn.typeInput.label": "@:_reusableBaseText.type",
|
|
2876
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.",
|
|
2877
2883
|
"dataStore.addColumn.invalidName.error": "Invalid column name",
|
|
2878
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",
|
|
2879
2889
|
"settings.ldap": "LDAP",
|
|
2880
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.",
|
|
2881
2891
|
"settings.ldap.infoTip": "Learn more about <a href='https://docs.n8n.io/user-management/ldap/' target='_blank'>LDAP in the Docs</a>",
|
|
@@ -3430,7 +3440,10 @@ var englishBaseText = {
|
|
|
3430
3440
|
"workflowDiff.deletedWorkflow.remote": "The workflow doesn't exist on remote",
|
|
3431
3441
|
"workflowDiff.newWorkflow": "New workflow",
|
|
3432
3442
|
"workflowDiff.newWorkflow.database": "The workflow will be created in the database",
|
|
3433
|
-
"workflowDiff.newWorkflow.remote": "The workflow will be created on remote"
|
|
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"
|
|
3434
3447
|
};
|
|
3435
3448
|
|
|
3436
3449
|
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-exp.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.106.0"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@testing-library/jest-dom": "^6.6.3",
|