@n8n/i18n 1.13.0 → 1.14.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 +26 -10
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +21 -4
- package/dist/index.d.ts +21 -4
- package/dist/index.js +25 -9
- package/dist/index.js.map +1 -1
- package/dist/types.cjs +1 -2
- package/dist/types.cjs.map +1 -1
- package/dist/types.d.cts +25 -8
- package/dist/types.d.ts +25 -8
- package/dist/types.js +0 -1
- package/package.json +6 -6
- package/dist/chunk-55J6XMHW.js +0 -1
- package/dist/chunk-55J6XMHW.js.map +0 -1
- package/dist/chunk-PO2SPQJP.cjs +0 -1
- package/dist/chunk-PO2SPQJP.cjs.map +0 -1
package/dist/types.cjs
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
"use strict"
|
|
2
|
-
//# sourceMappingURL=types.cjs.map
|
|
1
|
+
"use strict";//# sourceMappingURL=types.cjs.map
|
package/dist/types.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["/home/runner/work/n8n/n8n/packages/frontend/@n8n/i18n/dist/types.cjs"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"sources":["/home/runner/work/n8n/n8n/packages/frontend/@n8n/i18n/dist/types.cjs"],"names":[],"mappings":"AAAA","file":"/home/runner/work/n8n/n8n/packages/frontend/@n8n/i18n/dist/types.cjs"}
|
package/dist/types.d.cts
CHANGED
|
@@ -116,6 +116,8 @@ var englishBaseText = {
|
|
|
116
116
|
"generic.unknownError": "An unknown error occurred",
|
|
117
117
|
"generic.upgradeToEnterprise": "Upgrade to Enterprise",
|
|
118
118
|
"generic.never": "Never",
|
|
119
|
+
"generic.list.clearSelection": "Clear selection",
|
|
120
|
+
"generic.list.selected": "{count} row selected: | {count} rows selected:",
|
|
119
121
|
"about.aboutN8n": "About n8n",
|
|
120
122
|
"about.close": "Close",
|
|
121
123
|
"about.license": "License",
|
|
@@ -127,6 +129,9 @@ var englishBaseText = {
|
|
|
127
129
|
"about.debug.message": "Copy debug information",
|
|
128
130
|
"about.debug.toast.title": "Debug info",
|
|
129
131
|
"about.debug.toast.message": "Copied debug info to clipboard",
|
|
132
|
+
"about.thirdPartyLicenses": "Third-Party Licenses",
|
|
133
|
+
"about.thirdPartyLicensesLink": "View all third-party licenses",
|
|
134
|
+
"about.thirdPartyLicenses.downloadError": "Failed to download third-party licenses file",
|
|
130
135
|
"askAi.dialog.title": "'Ask AI' is almost ready",
|
|
131
136
|
"askAi.dialog.body": "We’re still applying the finishing touches. Soon, you will be able to <strong>automatically generate code from simple text prompts</strong>. Join the waitlist to get early access to this feature.",
|
|
132
137
|
"askAi.dialog.signup": "Join Waitlist",
|
|
@@ -200,6 +205,10 @@ var englishBaseText = {
|
|
|
200
205
|
"aiAssistant.builder.canvasPrompt.startManually.title": "Start manually",
|
|
201
206
|
"aiAssistant.builder.canvasPrompt.startManually.subTitle": "Add the first node",
|
|
202
207
|
"aiAssistant.builder.streamAbortedMessage": "[Task aborted]",
|
|
208
|
+
"aiAssistant.builder.plan.intro": "Do you want to proceed with this plan?",
|
|
209
|
+
"aiAssistant.builder.plan.approve": "Approve Plan",
|
|
210
|
+
"aiAssistant.builder.plan.reject": "Request Changes",
|
|
211
|
+
"aiAssistant.builder.plan.whatToChange": "What would you like to change?",
|
|
203
212
|
"aiAssistant.assistant": "AI Assistant",
|
|
204
213
|
"aiAssistant.newSessionModal.title.part1": "Start new",
|
|
205
214
|
"aiAssistant.newSessionModal.title.part2": "session",
|
|
@@ -213,8 +222,6 @@ var englishBaseText = {
|
|
|
213
222
|
"aiAssistant.codeUpdated.message.body2": "node to see the changes",
|
|
214
223
|
"aiAssistant.thinkingSteps.analyzingError": "Analyzing the error...",
|
|
215
224
|
"aiAssistant.thinkingSteps.thinking": "Thinking...",
|
|
216
|
-
"aiAssistant.thinkingSteps.runningTools": "Running tools...",
|
|
217
|
-
"aiAssistant.thinkingSteps.processingResults": "Processing results...",
|
|
218
225
|
"aiAssistant.prompts.currentView.workflowList": "The user is currently looking at the list of workflows.",
|
|
219
226
|
"aiAssistant.prompts.currentView.credentialsList": "The user is currently looking at the list of credentials.",
|
|
220
227
|
"aiAssistant.prompts.currentView.executionsView": "The user is currently looking at the list of executions for the currently open workflow.",
|
|
@@ -799,7 +806,6 @@ var englishBaseText = {
|
|
|
799
806
|
"executionsList.confirmMessage.message": "Are you sure that you want to delete the {count} selected execution(s)?",
|
|
800
807
|
"executionsList.confirmMessage.annotationsNote": "By deleting these executions you will also remove the associated annotation data.",
|
|
801
808
|
"executionsList.confirmMessage.annotatedExecutionMessage": "By deleting this you will also remove the associated annotation data. Are you sure that you want to delete the selected execution?",
|
|
802
|
-
"executionsList.clearSelection": "Clear selection",
|
|
803
809
|
"executionsList.error": "Error",
|
|
804
810
|
"executionsList.filters": "Filters",
|
|
805
811
|
"executionsList.loadMore": "Load more",
|
|
@@ -822,7 +828,6 @@ var englishBaseText = {
|
|
|
822
828
|
"executionsList.succeeded": "Succeeded",
|
|
823
829
|
"executionsList.selectStatus": "Select Status",
|
|
824
830
|
"executionsList.selectWorkflow": "Select Workflow",
|
|
825
|
-
"executionsList.selected": "{count} execution selected: | {count} executions selected:",
|
|
826
831
|
"executionsList.selectAll": "Select {count} finished execution | Select all {count} finished executions",
|
|
827
832
|
"executionsList.test": "Test execution",
|
|
828
833
|
"executionsList.evaluation": "Evaluation execution",
|
|
@@ -1863,8 +1868,8 @@ var englishBaseText = {
|
|
|
1863
1868
|
"runData.openParentExecution": "View parent execution {id}",
|
|
1864
1869
|
"runData.emptyItemHint": "This is an item, but it's empty.",
|
|
1865
1870
|
"runData.emptyArray": "[empty array]",
|
|
1866
|
-
"runData.emptyString": "
|
|
1867
|
-
"runData.emptyObject": "
|
|
1871
|
+
"runData.emptyString": "empty",
|
|
1872
|
+
"runData.emptyObject": "{'{empty object}'}",
|
|
1868
1873
|
"runData.unnamedField": "[Unnamed field]",
|
|
1869
1874
|
"runData.switchToBinary.info": "This item only has",
|
|
1870
1875
|
"runData.switchToBinary.binary": "binary data",
|
|
@@ -2711,6 +2716,7 @@ var englishBaseText = {
|
|
|
2711
2716
|
"workflows.empty.learnN8n": "Learn n8n",
|
|
2712
2717
|
"workflows.empty.button.disabled.tooltip": "Your current role in the project does not allow you to create workflows",
|
|
2713
2718
|
"workflows.empty.easyAI": "Test a simple AI Agent example",
|
|
2719
|
+
"workflows.empty.preBuiltAgents": "Try a pre-built agent",
|
|
2714
2720
|
"workflows.empty.shared-with-me": "No {resource} has been shared with you",
|
|
2715
2721
|
"workflows.empty.shared-with-me.link": "<a href=\"#\">Back to Personal</a>",
|
|
2716
2722
|
"workflows.list.easyAI": "Test the power of AI in n8n with this simple AI Agent Workflow",
|
|
@@ -2761,6 +2767,8 @@ var englishBaseText = {
|
|
|
2761
2767
|
"workflows.readyToRunWorkflows.error": "Error loading n8n collection. Please try again later.",
|
|
2762
2768
|
"workflows.archivedOnly.hint": "Archived workflows are hidden in this view. {link}",
|
|
2763
2769
|
"workflows.archivedOnly.hint.link": "Update filters",
|
|
2770
|
+
"workflows.preBuiltAgents.callout": "Get started faster with our",
|
|
2771
|
+
"workflows.preBuiltAgents.linkText": "pre-built agents",
|
|
2764
2772
|
"workflowSelectorParameterInput.createNewSubworkflow.name": "My Sub-Workflow",
|
|
2765
2773
|
"importCurlModal.title": "Import cURL command",
|
|
2766
2774
|
"importCurlModal.input.label": "cURL Command",
|
|
@@ -2840,7 +2848,7 @@ var englishBaseText = {
|
|
|
2840
2848
|
"contextual.users.settings.unavailable.button.cloud": "Upgrade now",
|
|
2841
2849
|
"contextual.feature.unavailable.title": "Available on the Enterprise Plan",
|
|
2842
2850
|
"contextual.feature.unavailable.title.cloud": "Available on the Pro Plan",
|
|
2843
|
-
"dataStore.dataStores": "Data
|
|
2851
|
+
"dataStore.dataStores": "Data tables",
|
|
2844
2852
|
"dataStore.empty.label": "You don't have any data tables yet",
|
|
2845
2853
|
"dataStore.empty.description": "Once you create data tables for your projects, they will appear here",
|
|
2846
2854
|
"dataStore.empty.button.label": "Create Data Table in \"{projectName}\"",
|
|
@@ -2883,6 +2891,10 @@ var englishBaseText = {
|
|
|
2883
2891
|
"dataStore.addRow.label": "Add Row",
|
|
2884
2892
|
"dataStore.addRow.error": "Error adding row",
|
|
2885
2893
|
"dataStore.updateRow.error": "Error updating row",
|
|
2894
|
+
"dataStore.deleteRows.title": "Delete Rows",
|
|
2895
|
+
"dataStore.deleteRows.confirmation": "Are you sure you want to delete {count} row? | Are you sure you want to delete {count} rows?",
|
|
2896
|
+
"dataStore.deleteRows.success": "Rows deleted successfully",
|
|
2897
|
+
"dataStore.deleteRows.error": "Error deleting rows",
|
|
2886
2898
|
"settings.ldap": "LDAP",
|
|
2887
2899
|
"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.",
|
|
2888
2900
|
"settings.ldap.infoTip": "Learn more about <a href='https://docs.n8n.io/user-management/ldap/' target='_blank'>LDAP in the Docs</a>",
|
|
@@ -3005,8 +3017,10 @@ var englishBaseText = {
|
|
|
3005
3017
|
"settings.mfa.updateConfiguration": "MFA configuration updated",
|
|
3006
3018
|
"settings.mfa.invalidAuthenticatorCode": "Invalid authenticator code",
|
|
3007
3019
|
"projects.header.overview.subtitle": "All the workflows, credentials and executions you have access to",
|
|
3020
|
+
"projects.header.overview.subtitleWithDataTables": "All the workflows, credentials and data tables you have access to",
|
|
3008
3021
|
"projects.header.shared.title": "Shared with you",
|
|
3009
3022
|
"projects.header.personal.subtitle": "Workflows and credentials owned by you",
|
|
3023
|
+
"projects.header.personal.subtitleWithDataTables": "Workflows, credentials and data tables owned by you",
|
|
3010
3024
|
"projects.header.shared.subtitle": "Workflows and credentials other users have shared with you",
|
|
3011
3025
|
"projects.header.create.workflow": "Create Workflow",
|
|
3012
3026
|
"projects.header.create.credential": "Create Credential",
|
|
@@ -3437,7 +3451,10 @@ var englishBaseText = {
|
|
|
3437
3451
|
"workflowDiff.deletedWorkflow.remote": "The workflow doesn't exist on remote",
|
|
3438
3452
|
"workflowDiff.newWorkflow": "New workflow",
|
|
3439
3453
|
"workflowDiff.newWorkflow.database": "The workflow will be created in the database",
|
|
3440
|
-
"workflowDiff.newWorkflow.remote": "The workflow will be created on remote"
|
|
3454
|
+
"workflowDiff.newWorkflow.remote": "The workflow will be created on remote",
|
|
3455
|
+
"preBuiltAgentTemplates.title": "Pre-built agents",
|
|
3456
|
+
"preBuiltAgentTemplates.tutorials": "Tutorial templates",
|
|
3457
|
+
"preBuiltAgentTemplates.viewAllLink": "View all templates"
|
|
3441
3458
|
};
|
|
3442
3459
|
|
|
3443
3460
|
type GetBaseTextKey<T> = T extends `_${string}` ? never : T;
|
package/dist/types.d.ts
CHANGED
|
@@ -116,6 +116,8 @@ var englishBaseText = {
|
|
|
116
116
|
"generic.unknownError": "An unknown error occurred",
|
|
117
117
|
"generic.upgradeToEnterprise": "Upgrade to Enterprise",
|
|
118
118
|
"generic.never": "Never",
|
|
119
|
+
"generic.list.clearSelection": "Clear selection",
|
|
120
|
+
"generic.list.selected": "{count} row selected: | {count} rows selected:",
|
|
119
121
|
"about.aboutN8n": "About n8n",
|
|
120
122
|
"about.close": "Close",
|
|
121
123
|
"about.license": "License",
|
|
@@ -127,6 +129,9 @@ var englishBaseText = {
|
|
|
127
129
|
"about.debug.message": "Copy debug information",
|
|
128
130
|
"about.debug.toast.title": "Debug info",
|
|
129
131
|
"about.debug.toast.message": "Copied debug info to clipboard",
|
|
132
|
+
"about.thirdPartyLicenses": "Third-Party Licenses",
|
|
133
|
+
"about.thirdPartyLicensesLink": "View all third-party licenses",
|
|
134
|
+
"about.thirdPartyLicenses.downloadError": "Failed to download third-party licenses file",
|
|
130
135
|
"askAi.dialog.title": "'Ask AI' is almost ready",
|
|
131
136
|
"askAi.dialog.body": "We’re still applying the finishing touches. Soon, you will be able to <strong>automatically generate code from simple text prompts</strong>. Join the waitlist to get early access to this feature.",
|
|
132
137
|
"askAi.dialog.signup": "Join Waitlist",
|
|
@@ -200,6 +205,10 @@ var englishBaseText = {
|
|
|
200
205
|
"aiAssistant.builder.canvasPrompt.startManually.title": "Start manually",
|
|
201
206
|
"aiAssistant.builder.canvasPrompt.startManually.subTitle": "Add the first node",
|
|
202
207
|
"aiAssistant.builder.streamAbortedMessage": "[Task aborted]",
|
|
208
|
+
"aiAssistant.builder.plan.intro": "Do you want to proceed with this plan?",
|
|
209
|
+
"aiAssistant.builder.plan.approve": "Approve Plan",
|
|
210
|
+
"aiAssistant.builder.plan.reject": "Request Changes",
|
|
211
|
+
"aiAssistant.builder.plan.whatToChange": "What would you like to change?",
|
|
203
212
|
"aiAssistant.assistant": "AI Assistant",
|
|
204
213
|
"aiAssistant.newSessionModal.title.part1": "Start new",
|
|
205
214
|
"aiAssistant.newSessionModal.title.part2": "session",
|
|
@@ -213,8 +222,6 @@ var englishBaseText = {
|
|
|
213
222
|
"aiAssistant.codeUpdated.message.body2": "node to see the changes",
|
|
214
223
|
"aiAssistant.thinkingSteps.analyzingError": "Analyzing the error...",
|
|
215
224
|
"aiAssistant.thinkingSteps.thinking": "Thinking...",
|
|
216
|
-
"aiAssistant.thinkingSteps.runningTools": "Running tools...",
|
|
217
|
-
"aiAssistant.thinkingSteps.processingResults": "Processing results...",
|
|
218
225
|
"aiAssistant.prompts.currentView.workflowList": "The user is currently looking at the list of workflows.",
|
|
219
226
|
"aiAssistant.prompts.currentView.credentialsList": "The user is currently looking at the list of credentials.",
|
|
220
227
|
"aiAssistant.prompts.currentView.executionsView": "The user is currently looking at the list of executions for the currently open workflow.",
|
|
@@ -799,7 +806,6 @@ var englishBaseText = {
|
|
|
799
806
|
"executionsList.confirmMessage.message": "Are you sure that you want to delete the {count} selected execution(s)?",
|
|
800
807
|
"executionsList.confirmMessage.annotationsNote": "By deleting these executions you will also remove the associated annotation data.",
|
|
801
808
|
"executionsList.confirmMessage.annotatedExecutionMessage": "By deleting this you will also remove the associated annotation data. Are you sure that you want to delete the selected execution?",
|
|
802
|
-
"executionsList.clearSelection": "Clear selection",
|
|
803
809
|
"executionsList.error": "Error",
|
|
804
810
|
"executionsList.filters": "Filters",
|
|
805
811
|
"executionsList.loadMore": "Load more",
|
|
@@ -822,7 +828,6 @@ var englishBaseText = {
|
|
|
822
828
|
"executionsList.succeeded": "Succeeded",
|
|
823
829
|
"executionsList.selectStatus": "Select Status",
|
|
824
830
|
"executionsList.selectWorkflow": "Select Workflow",
|
|
825
|
-
"executionsList.selected": "{count} execution selected: | {count} executions selected:",
|
|
826
831
|
"executionsList.selectAll": "Select {count} finished execution | Select all {count} finished executions",
|
|
827
832
|
"executionsList.test": "Test execution",
|
|
828
833
|
"executionsList.evaluation": "Evaluation execution",
|
|
@@ -1863,8 +1868,8 @@ var englishBaseText = {
|
|
|
1863
1868
|
"runData.openParentExecution": "View parent execution {id}",
|
|
1864
1869
|
"runData.emptyItemHint": "This is an item, but it's empty.",
|
|
1865
1870
|
"runData.emptyArray": "[empty array]",
|
|
1866
|
-
"runData.emptyString": "
|
|
1867
|
-
"runData.emptyObject": "
|
|
1871
|
+
"runData.emptyString": "empty",
|
|
1872
|
+
"runData.emptyObject": "{'{empty object}'}",
|
|
1868
1873
|
"runData.unnamedField": "[Unnamed field]",
|
|
1869
1874
|
"runData.switchToBinary.info": "This item only has",
|
|
1870
1875
|
"runData.switchToBinary.binary": "binary data",
|
|
@@ -2711,6 +2716,7 @@ var englishBaseText = {
|
|
|
2711
2716
|
"workflows.empty.learnN8n": "Learn n8n",
|
|
2712
2717
|
"workflows.empty.button.disabled.tooltip": "Your current role in the project does not allow you to create workflows",
|
|
2713
2718
|
"workflows.empty.easyAI": "Test a simple AI Agent example",
|
|
2719
|
+
"workflows.empty.preBuiltAgents": "Try a pre-built agent",
|
|
2714
2720
|
"workflows.empty.shared-with-me": "No {resource} has been shared with you",
|
|
2715
2721
|
"workflows.empty.shared-with-me.link": "<a href=\"#\">Back to Personal</a>",
|
|
2716
2722
|
"workflows.list.easyAI": "Test the power of AI in n8n with this simple AI Agent Workflow",
|
|
@@ -2761,6 +2767,8 @@ var englishBaseText = {
|
|
|
2761
2767
|
"workflows.readyToRunWorkflows.error": "Error loading n8n collection. Please try again later.",
|
|
2762
2768
|
"workflows.archivedOnly.hint": "Archived workflows are hidden in this view. {link}",
|
|
2763
2769
|
"workflows.archivedOnly.hint.link": "Update filters",
|
|
2770
|
+
"workflows.preBuiltAgents.callout": "Get started faster with our",
|
|
2771
|
+
"workflows.preBuiltAgents.linkText": "pre-built agents",
|
|
2764
2772
|
"workflowSelectorParameterInput.createNewSubworkflow.name": "My Sub-Workflow",
|
|
2765
2773
|
"importCurlModal.title": "Import cURL command",
|
|
2766
2774
|
"importCurlModal.input.label": "cURL Command",
|
|
@@ -2840,7 +2848,7 @@ var englishBaseText = {
|
|
|
2840
2848
|
"contextual.users.settings.unavailable.button.cloud": "Upgrade now",
|
|
2841
2849
|
"contextual.feature.unavailable.title": "Available on the Enterprise Plan",
|
|
2842
2850
|
"contextual.feature.unavailable.title.cloud": "Available on the Pro Plan",
|
|
2843
|
-
"dataStore.dataStores": "Data
|
|
2851
|
+
"dataStore.dataStores": "Data tables",
|
|
2844
2852
|
"dataStore.empty.label": "You don't have any data tables yet",
|
|
2845
2853
|
"dataStore.empty.description": "Once you create data tables for your projects, they will appear here",
|
|
2846
2854
|
"dataStore.empty.button.label": "Create Data Table in \"{projectName}\"",
|
|
@@ -2883,6 +2891,10 @@ var englishBaseText = {
|
|
|
2883
2891
|
"dataStore.addRow.label": "Add Row",
|
|
2884
2892
|
"dataStore.addRow.error": "Error adding row",
|
|
2885
2893
|
"dataStore.updateRow.error": "Error updating row",
|
|
2894
|
+
"dataStore.deleteRows.title": "Delete Rows",
|
|
2895
|
+
"dataStore.deleteRows.confirmation": "Are you sure you want to delete {count} row? | Are you sure you want to delete {count} rows?",
|
|
2896
|
+
"dataStore.deleteRows.success": "Rows deleted successfully",
|
|
2897
|
+
"dataStore.deleteRows.error": "Error deleting rows",
|
|
2886
2898
|
"settings.ldap": "LDAP",
|
|
2887
2899
|
"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.",
|
|
2888
2900
|
"settings.ldap.infoTip": "Learn more about <a href='https://docs.n8n.io/user-management/ldap/' target='_blank'>LDAP in the Docs</a>",
|
|
@@ -3005,8 +3017,10 @@ var englishBaseText = {
|
|
|
3005
3017
|
"settings.mfa.updateConfiguration": "MFA configuration updated",
|
|
3006
3018
|
"settings.mfa.invalidAuthenticatorCode": "Invalid authenticator code",
|
|
3007
3019
|
"projects.header.overview.subtitle": "All the workflows, credentials and executions you have access to",
|
|
3020
|
+
"projects.header.overview.subtitleWithDataTables": "All the workflows, credentials and data tables you have access to",
|
|
3008
3021
|
"projects.header.shared.title": "Shared with you",
|
|
3009
3022
|
"projects.header.personal.subtitle": "Workflows and credentials owned by you",
|
|
3023
|
+
"projects.header.personal.subtitleWithDataTables": "Workflows, credentials and data tables owned by you",
|
|
3010
3024
|
"projects.header.shared.subtitle": "Workflows and credentials other users have shared with you",
|
|
3011
3025
|
"projects.header.create.workflow": "Create Workflow",
|
|
3012
3026
|
"projects.header.create.credential": "Create Credential",
|
|
@@ -3437,7 +3451,10 @@ var englishBaseText = {
|
|
|
3437
3451
|
"workflowDiff.deletedWorkflow.remote": "The workflow doesn't exist on remote",
|
|
3438
3452
|
"workflowDiff.newWorkflow": "New workflow",
|
|
3439
3453
|
"workflowDiff.newWorkflow.database": "The workflow will be created in the database",
|
|
3440
|
-
"workflowDiff.newWorkflow.remote": "The workflow will be created on remote"
|
|
3454
|
+
"workflowDiff.newWorkflow.remote": "The workflow will be created on remote",
|
|
3455
|
+
"preBuiltAgentTemplates.title": "Pre-built agents",
|
|
3456
|
+
"preBuiltAgentTemplates.tutorials": "Tutorial templates",
|
|
3457
|
+
"preBuiltAgentTemplates.viewAllLink": "View all templates"
|
|
3441
3458
|
};
|
|
3442
3459
|
|
|
3443
3460
|
type GetBaseTextKey<T> = T extends `_${string}` ? never : T;
|
package/dist/types.js
CHANGED
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.14.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.107.0"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@testing-library/jest-dom": "^6.6.3",
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"vitest": "^3.1.3",
|
|
41
41
|
"vue-tsc": "^2.2.8",
|
|
42
42
|
"@n8n/eslint-config": "0.0.1",
|
|
43
|
-
"@n8n/
|
|
44
|
-
"@n8n/
|
|
43
|
+
"@n8n/vitest-config": "1.5.0",
|
|
44
|
+
"@n8n/typescript-config": "1.3.0"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"vue": "^3.5.13"
|
package/dist/chunk-55J6XMHW.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=chunk-55J6XMHW.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
package/dist/chunk-PO2SPQJP.cjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";//# sourceMappingURL=chunk-PO2SPQJP.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["/home/runner/work/n8n/n8n/packages/frontend/@n8n/i18n/dist/chunk-PO2SPQJP.cjs"],"names":[],"mappings":"AAAA","file":"/home/runner/work/n8n/n8n/packages/frontend/@n8n/i18n/dist/chunk-PO2SPQJP.cjs"}
|