@n8n/i18n 1.9.0 → 1.10.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 +41 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +35 -1
- package/dist/index.d.ts +35 -1
- package/dist/index.js +41 -7
- package/dist/index.js.map +1 -1
- package/dist/types.d.cts +41 -7
- package/dist/types.d.ts +41 -7
- package/package.json +5 -5
package/dist/types.d.cts
CHANGED
|
@@ -42,6 +42,7 @@ var englishBaseText = {
|
|
|
42
42
|
"generic.cancel": "Cancel",
|
|
43
43
|
"generic.open": "Open",
|
|
44
44
|
"generic.close": "Close",
|
|
45
|
+
"generic.clear": "Clear",
|
|
45
46
|
"generic.confirm": "Confirm",
|
|
46
47
|
"generic.create": "Create",
|
|
47
48
|
"generic.create.workflow": "Create Workflow",
|
|
@@ -180,14 +181,22 @@ var englishBaseText = {
|
|
|
180
181
|
"aiAssistant.n8nAi": "n8n AI",
|
|
181
182
|
"aiAssistant.builder.name": "Builder",
|
|
182
183
|
"aiAssistant.builder.mode": "AI Builder",
|
|
183
|
-
"aiAssistant.builder.placeholder": "
|
|
184
|
+
"aiAssistant.builder.placeholder": "Ask n8n to build...",
|
|
184
185
|
"aiAssistant.builder.generateNew": "Generate new workflow",
|
|
185
|
-
"aiAssistant.builder.buildWorkflow": "Build workflow",
|
|
186
186
|
"aiAssistant.builder.newWorkflowNotice": "The created workflow will be added to the editor",
|
|
187
187
|
"aiAssistant.builder.feedbackPrompt": "Is this workflow helpful?",
|
|
188
188
|
"aiAssistant.builder.invalidPrompt": "Prompt validation failed. Please try again with a clearer description of your workflow requirements and supported integrations.",
|
|
189
189
|
"aiAssistant.builder.workflowParsingError.title": "Unable to insert workflow",
|
|
190
190
|
"aiAssistant.builder.workflowParsingError.content": "The workflow returned by AI could not be parsed. Please try again.",
|
|
191
|
+
"aiAssistant.builder.canvasPrompt.buildWorkflow": "Create workflow",
|
|
192
|
+
"aiAssistant.builder.canvasPrompt.title": "What would you like to automate?",
|
|
193
|
+
"aiAssistant.builder.canvasPrompt.confirmTitle": "Replace current prompt?",
|
|
194
|
+
"aiAssistant.builder.canvasPrompt.confirmMessage": "This will replace your current prompt. Are you sure?",
|
|
195
|
+
"aiAssistant.builder.canvasPrompt.confirmButton": "Replace",
|
|
196
|
+
"aiAssistant.builder.canvasPrompt.cancelButton": "Cancel",
|
|
197
|
+
"aiAssistant.builder.canvasPrompt.startManually.title": "Start manually",
|
|
198
|
+
"aiAssistant.builder.canvasPrompt.startManually.subTitle": "Add the first node",
|
|
199
|
+
"aiAssistant.builder.streamAbortedMessage": "[Task aborted]",
|
|
191
200
|
"aiAssistant.assistant": "AI Assistant",
|
|
192
201
|
"aiAssistant.newSessionModal.title.part1": "Start new",
|
|
193
202
|
"aiAssistant.newSessionModal.title.part2": "session",
|
|
@@ -1468,7 +1477,10 @@ var englishBaseText = {
|
|
|
1468
1477
|
"nodeSettings.notesInFlow.description": "If active, the note above will display in the flow as a subtitle",
|
|
1469
1478
|
"nodeSettings.notesInFlow.displayName": "Display Note in Flow?",
|
|
1470
1479
|
"nodeSettings.parameters": "Parameters",
|
|
1480
|
+
"nodeSettings.parametersShort": "Params",
|
|
1471
1481
|
"nodeSettings.settings": "Settings",
|
|
1482
|
+
"nodeSettings.action": "Action",
|
|
1483
|
+
"nodeSettings.credential": "Auth",
|
|
1472
1484
|
"nodeSettings.communityNodeTooltip": "This is a <a href=\"{docUrl}\" target=\"_blank\"/>community node</a>",
|
|
1473
1485
|
"nodeSettings.retryOnFail.description": "If active, the node tries to execute again when it fails",
|
|
1474
1486
|
"nodeSettings.retryOnFail.displayName": "Retry On Fail",
|
|
@@ -1947,16 +1959,20 @@ var englishBaseText = {
|
|
|
1947
1959
|
"settings.communityNodes.messages.update.success.title": "Package updated",
|
|
1948
1960
|
"settings.communityNodes.messages.update.success.message": "{packageName} updated to version {version}",
|
|
1949
1961
|
"settings.communityNodes.messages.update.error.title": "Problem updating package",
|
|
1950
|
-
"settings.communityNodes.confirmModal.uninstall.title": "Uninstall package
|
|
1962
|
+
"settings.communityNodes.confirmModal.uninstall.title": "Uninstall node package",
|
|
1951
1963
|
"settings.communityNodes.confirmModal.uninstall.message": "Any workflows that use nodes from the {packageName} package won't be able to run. Are you sure?",
|
|
1952
|
-
"settings.communityNodes.confirmModal.uninstall.
|
|
1964
|
+
"settings.communityNodes.confirmModal.uninstall.description": "Uninstalling the package will remove every instance of nodes included in this package. The following workflows will be effected:",
|
|
1965
|
+
"settings.communityNodes.confirmModal.noWorkflowsUsingNodes": "Nodes from this package are not used in any workflows",
|
|
1966
|
+
"settings.communityNodes.confirmModal.uninstall.buttonLabel": "Confirm uninstall",
|
|
1953
1967
|
"settings.communityNodes.confirmModal.uninstall.buttonLoadingLabel": "Uninstalling",
|
|
1954
|
-
"settings.communityNodes.confirmModal.update.title": "Update
|
|
1968
|
+
"settings.communityNodes.confirmModal.update.title": "Update node package",
|
|
1955
1969
|
"settings.communityNodes.confirmModal.update.message": "You are about to update {packageName} to version {version}",
|
|
1970
|
+
"settings.communityNodes.confirmModal.includedNodes": "Package includes: {nodes}",
|
|
1956
1971
|
"settings.communityNodes.confirmModal.update.warning": "This version has not been verified by n8n and may contain breaking changes or bugs.",
|
|
1957
|
-
"settings.communityNodes.confirmModal.update.description": "
|
|
1958
|
-
"settings.communityNodes.confirmModal.update.buttonLabel": "
|
|
1972
|
+
"settings.communityNodes.confirmModal.update.description": "Updating to the latest version will update every instance of these nodes. The following workflows will be effected:",
|
|
1973
|
+
"settings.communityNodes.confirmModal.update.buttonLabel": "Confirm update",
|
|
1959
1974
|
"settings.communityNodes.confirmModal.update.buttonLoadingLabel": "Updating...",
|
|
1975
|
+
"settings.communityNodes.confirmModal.cancel": "Cancel",
|
|
1960
1976
|
"settings.goBack": "Go back",
|
|
1961
1977
|
"settings.personal": "Personal",
|
|
1962
1978
|
"settings.personal.basicInformation": "Basic Information",
|
|
@@ -2708,6 +2724,11 @@ var englishBaseText = {
|
|
|
2708
2724
|
"workflows.ai.starter.collection.card": "Learn how to build AI Agents",
|
|
2709
2725
|
"workflows.ai.starter.collection.folder.name": "🎁 n8n basics: Learn how to build Agents in n8n",
|
|
2710
2726
|
"workflows.ai.starter.collection.error": "Error loading AI Agent starter collection. Please try again later.",
|
|
2727
|
+
"workflows.readyToRunWorkflows.card": "Try a workflow - no setup neeeded",
|
|
2728
|
+
"workflows.readyToRunWorkflows.callout": "See n8n in action - no setup needed",
|
|
2729
|
+
"workflows.readyToRunWorkflows.cta": "Run a workflow",
|
|
2730
|
+
"workflows.readyToRunWorkflows.folder.name": "🚀 Ready-to-run workflows",
|
|
2731
|
+
"workflows.readyToRunWorkflows.error": "Error loading n8n collection. Please try again later.",
|
|
2711
2732
|
"workflowSelectorParameterInput.createNewSubworkflow.name": "My Sub-Workflow",
|
|
2712
2733
|
"importCurlModal.title": "Import cURL command",
|
|
2713
2734
|
"importCurlModal.input.label": "cURL Command",
|
|
@@ -2787,6 +2808,19 @@ var englishBaseText = {
|
|
|
2787
2808
|
"contextual.users.settings.unavailable.button.cloud": "Upgrade now",
|
|
2788
2809
|
"contextual.feature.unavailable.title": "Available on the Enterprise Plan",
|
|
2789
2810
|
"contextual.feature.unavailable.title.cloud": "Available on the Pro Plan",
|
|
2811
|
+
"dataStore.tab.label": "Data Store",
|
|
2812
|
+
"dataStore.empty.label": "You don't have any data stores yet",
|
|
2813
|
+
"dataStore.empty.description": "Once you create data stores for your projects, they will appear here",
|
|
2814
|
+
"dataStore.empty.button.label": "Create data store in \"{projectName}\"",
|
|
2815
|
+
"dataStore.card.size": "{size}MB",
|
|
2816
|
+
"dataStore.card.column.count": "{count} column | {count} columns",
|
|
2817
|
+
"dataStore.card.row.count": "{count} record | {count} records",
|
|
2818
|
+
"dataStore.sort.lastUpdated": "Sort by last updated",
|
|
2819
|
+
"dataStore.sort.lastCreated": "Sort by last created",
|
|
2820
|
+
"dataStore.sort.nameAsc": "Sort by name (A-Z)",
|
|
2821
|
+
"dataStore.sort.nameDesc": "Sort by name (Z-A)",
|
|
2822
|
+
"dataStore.search.placeholder": "Search",
|
|
2823
|
+
"dataStore.error.fetching": "Error loading data stores",
|
|
2790
2824
|
"settings.ldap": "LDAP",
|
|
2791
2825
|
"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.",
|
|
2792
2826
|
"settings.ldap.infoTip": "Learn more about <a href='https://docs.n8n.io/user-management/ldap/' target='_blank'>LDAP in the Docs</a>",
|
package/dist/types.d.ts
CHANGED
|
@@ -42,6 +42,7 @@ var englishBaseText = {
|
|
|
42
42
|
"generic.cancel": "Cancel",
|
|
43
43
|
"generic.open": "Open",
|
|
44
44
|
"generic.close": "Close",
|
|
45
|
+
"generic.clear": "Clear",
|
|
45
46
|
"generic.confirm": "Confirm",
|
|
46
47
|
"generic.create": "Create",
|
|
47
48
|
"generic.create.workflow": "Create Workflow",
|
|
@@ -180,14 +181,22 @@ var englishBaseText = {
|
|
|
180
181
|
"aiAssistant.n8nAi": "n8n AI",
|
|
181
182
|
"aiAssistant.builder.name": "Builder",
|
|
182
183
|
"aiAssistant.builder.mode": "AI Builder",
|
|
183
|
-
"aiAssistant.builder.placeholder": "
|
|
184
|
+
"aiAssistant.builder.placeholder": "Ask n8n to build...",
|
|
184
185
|
"aiAssistant.builder.generateNew": "Generate new workflow",
|
|
185
|
-
"aiAssistant.builder.buildWorkflow": "Build workflow",
|
|
186
186
|
"aiAssistant.builder.newWorkflowNotice": "The created workflow will be added to the editor",
|
|
187
187
|
"aiAssistant.builder.feedbackPrompt": "Is this workflow helpful?",
|
|
188
188
|
"aiAssistant.builder.invalidPrompt": "Prompt validation failed. Please try again with a clearer description of your workflow requirements and supported integrations.",
|
|
189
189
|
"aiAssistant.builder.workflowParsingError.title": "Unable to insert workflow",
|
|
190
190
|
"aiAssistant.builder.workflowParsingError.content": "The workflow returned by AI could not be parsed. Please try again.",
|
|
191
|
+
"aiAssistant.builder.canvasPrompt.buildWorkflow": "Create workflow",
|
|
192
|
+
"aiAssistant.builder.canvasPrompt.title": "What would you like to automate?",
|
|
193
|
+
"aiAssistant.builder.canvasPrompt.confirmTitle": "Replace current prompt?",
|
|
194
|
+
"aiAssistant.builder.canvasPrompt.confirmMessage": "This will replace your current prompt. Are you sure?",
|
|
195
|
+
"aiAssistant.builder.canvasPrompt.confirmButton": "Replace",
|
|
196
|
+
"aiAssistant.builder.canvasPrompt.cancelButton": "Cancel",
|
|
197
|
+
"aiAssistant.builder.canvasPrompt.startManually.title": "Start manually",
|
|
198
|
+
"aiAssistant.builder.canvasPrompt.startManually.subTitle": "Add the first node",
|
|
199
|
+
"aiAssistant.builder.streamAbortedMessage": "[Task aborted]",
|
|
191
200
|
"aiAssistant.assistant": "AI Assistant",
|
|
192
201
|
"aiAssistant.newSessionModal.title.part1": "Start new",
|
|
193
202
|
"aiAssistant.newSessionModal.title.part2": "session",
|
|
@@ -1468,7 +1477,10 @@ var englishBaseText = {
|
|
|
1468
1477
|
"nodeSettings.notesInFlow.description": "If active, the note above will display in the flow as a subtitle",
|
|
1469
1478
|
"nodeSettings.notesInFlow.displayName": "Display Note in Flow?",
|
|
1470
1479
|
"nodeSettings.parameters": "Parameters",
|
|
1480
|
+
"nodeSettings.parametersShort": "Params",
|
|
1471
1481
|
"nodeSettings.settings": "Settings",
|
|
1482
|
+
"nodeSettings.action": "Action",
|
|
1483
|
+
"nodeSettings.credential": "Auth",
|
|
1472
1484
|
"nodeSettings.communityNodeTooltip": "This is a <a href=\"{docUrl}\" target=\"_blank\"/>community node</a>",
|
|
1473
1485
|
"nodeSettings.retryOnFail.description": "If active, the node tries to execute again when it fails",
|
|
1474
1486
|
"nodeSettings.retryOnFail.displayName": "Retry On Fail",
|
|
@@ -1947,16 +1959,20 @@ var englishBaseText = {
|
|
|
1947
1959
|
"settings.communityNodes.messages.update.success.title": "Package updated",
|
|
1948
1960
|
"settings.communityNodes.messages.update.success.message": "{packageName} updated to version {version}",
|
|
1949
1961
|
"settings.communityNodes.messages.update.error.title": "Problem updating package",
|
|
1950
|
-
"settings.communityNodes.confirmModal.uninstall.title": "Uninstall package
|
|
1962
|
+
"settings.communityNodes.confirmModal.uninstall.title": "Uninstall node package",
|
|
1951
1963
|
"settings.communityNodes.confirmModal.uninstall.message": "Any workflows that use nodes from the {packageName} package won't be able to run. Are you sure?",
|
|
1952
|
-
"settings.communityNodes.confirmModal.uninstall.
|
|
1964
|
+
"settings.communityNodes.confirmModal.uninstall.description": "Uninstalling the package will remove every instance of nodes included in this package. The following workflows will be effected:",
|
|
1965
|
+
"settings.communityNodes.confirmModal.noWorkflowsUsingNodes": "Nodes from this package are not used in any workflows",
|
|
1966
|
+
"settings.communityNodes.confirmModal.uninstall.buttonLabel": "Confirm uninstall",
|
|
1953
1967
|
"settings.communityNodes.confirmModal.uninstall.buttonLoadingLabel": "Uninstalling",
|
|
1954
|
-
"settings.communityNodes.confirmModal.update.title": "Update
|
|
1968
|
+
"settings.communityNodes.confirmModal.update.title": "Update node package",
|
|
1955
1969
|
"settings.communityNodes.confirmModal.update.message": "You are about to update {packageName} to version {version}",
|
|
1970
|
+
"settings.communityNodes.confirmModal.includedNodes": "Package includes: {nodes}",
|
|
1956
1971
|
"settings.communityNodes.confirmModal.update.warning": "This version has not been verified by n8n and may contain breaking changes or bugs.",
|
|
1957
|
-
"settings.communityNodes.confirmModal.update.description": "
|
|
1958
|
-
"settings.communityNodes.confirmModal.update.buttonLabel": "
|
|
1972
|
+
"settings.communityNodes.confirmModal.update.description": "Updating to the latest version will update every instance of these nodes. The following workflows will be effected:",
|
|
1973
|
+
"settings.communityNodes.confirmModal.update.buttonLabel": "Confirm update",
|
|
1959
1974
|
"settings.communityNodes.confirmModal.update.buttonLoadingLabel": "Updating...",
|
|
1975
|
+
"settings.communityNodes.confirmModal.cancel": "Cancel",
|
|
1960
1976
|
"settings.goBack": "Go back",
|
|
1961
1977
|
"settings.personal": "Personal",
|
|
1962
1978
|
"settings.personal.basicInformation": "Basic Information",
|
|
@@ -2708,6 +2724,11 @@ var englishBaseText = {
|
|
|
2708
2724
|
"workflows.ai.starter.collection.card": "Learn how to build AI Agents",
|
|
2709
2725
|
"workflows.ai.starter.collection.folder.name": "🎁 n8n basics: Learn how to build Agents in n8n",
|
|
2710
2726
|
"workflows.ai.starter.collection.error": "Error loading AI Agent starter collection. Please try again later.",
|
|
2727
|
+
"workflows.readyToRunWorkflows.card": "Try a workflow - no setup neeeded",
|
|
2728
|
+
"workflows.readyToRunWorkflows.callout": "See n8n in action - no setup needed",
|
|
2729
|
+
"workflows.readyToRunWorkflows.cta": "Run a workflow",
|
|
2730
|
+
"workflows.readyToRunWorkflows.folder.name": "🚀 Ready-to-run workflows",
|
|
2731
|
+
"workflows.readyToRunWorkflows.error": "Error loading n8n collection. Please try again later.",
|
|
2711
2732
|
"workflowSelectorParameterInput.createNewSubworkflow.name": "My Sub-Workflow",
|
|
2712
2733
|
"importCurlModal.title": "Import cURL command",
|
|
2713
2734
|
"importCurlModal.input.label": "cURL Command",
|
|
@@ -2787,6 +2808,19 @@ var englishBaseText = {
|
|
|
2787
2808
|
"contextual.users.settings.unavailable.button.cloud": "Upgrade now",
|
|
2788
2809
|
"contextual.feature.unavailable.title": "Available on the Enterprise Plan",
|
|
2789
2810
|
"contextual.feature.unavailable.title.cloud": "Available on the Pro Plan",
|
|
2811
|
+
"dataStore.tab.label": "Data Store",
|
|
2812
|
+
"dataStore.empty.label": "You don't have any data stores yet",
|
|
2813
|
+
"dataStore.empty.description": "Once you create data stores for your projects, they will appear here",
|
|
2814
|
+
"dataStore.empty.button.label": "Create data store in \"{projectName}\"",
|
|
2815
|
+
"dataStore.card.size": "{size}MB",
|
|
2816
|
+
"dataStore.card.column.count": "{count} column | {count} columns",
|
|
2817
|
+
"dataStore.card.row.count": "{count} record | {count} records",
|
|
2818
|
+
"dataStore.sort.lastUpdated": "Sort by last updated",
|
|
2819
|
+
"dataStore.sort.lastCreated": "Sort by last created",
|
|
2820
|
+
"dataStore.sort.nameAsc": "Sort by name (A-Z)",
|
|
2821
|
+
"dataStore.sort.nameDesc": "Sort by name (Z-A)",
|
|
2822
|
+
"dataStore.search.placeholder": "Search",
|
|
2823
|
+
"dataStore.error.fetching": "Error loading data stores",
|
|
2790
2824
|
"settings.ldap": "LDAP",
|
|
2791
2825
|
"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.",
|
|
2792
2826
|
"settings.ldap.infoTip": "Learn more about <a href='https://docs.n8n.io/user-management/ldap/' target='_blank'>LDAP in the Docs</a>",
|
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.10.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.103.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/typescript-config": "1.3.0",
|
|
44
|
+
"@n8n/vitest-config": "1.5.0"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"vue": "^3.5.13"
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
},
|
|
59
59
|
"scripts": {
|
|
60
60
|
"dev": "vite",
|
|
61
|
-
"build": "
|
|
61
|
+
"build": "tsup",
|
|
62
62
|
"preview": "vite preview",
|
|
63
63
|
"typecheck": "vue-tsc --noEmit",
|
|
64
64
|
"test": "vitest run",
|