@n8n/i18n 1.1.0 → 1.2.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 +3233 -28
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +17 -2
- package/dist/index.d.ts +17 -2
- package/dist/index.js +3232 -27
- package/dist/index.js.map +1 -1
- package/dist/types.d.cts +26 -13
- package/dist/types.d.ts +26 -13
- package/dist/utils.cjs +0 -1
- package/dist/utils.cjs.map +1 -1
- package/dist/utils.js +0 -1
- package/package.json +6 -6
- package/dist/chunk-QKQ47GQZ.js +0 -10
- package/dist/chunk-QKQ47GQZ.js.map +0 -1
- package/dist/chunk-RS3BJEPE.js +0 -9525
- package/dist/chunk-RS3BJEPE.js.map +0 -1
- package/dist/chunk-WMF2ZDRE.cjs +0 -10
- package/dist/chunk-WMF2ZDRE.cjs.map +0 -1
- package/dist/chunk-WXKSP4YQ.cjs +0 -9525
- package/dist/chunk-WXKSP4YQ.cjs.map +0 -1
- package/dist/en-NYQRJQJM.js +0 -6334
- package/dist/en-NYQRJQJM.js.map +0 -1
- package/dist/en-P7OJZKXB.cjs +0 -6334
- package/dist/en-P7OJZKXB.cjs.map +0 -1
package/dist/types.d.cts
CHANGED
|
@@ -153,6 +153,7 @@ var englishBaseText = {
|
|
|
153
153
|
"auth.newPassword": "New password",
|
|
154
154
|
"auth.password": "Password",
|
|
155
155
|
"auth.role": "Role",
|
|
156
|
+
"auth.roles.default": "Default",
|
|
156
157
|
"auth.roles.member": "Member",
|
|
157
158
|
"auth.roles.admin": "Admin",
|
|
158
159
|
"auth.roles.owner": "Owner",
|
|
@@ -650,7 +651,7 @@ var englishBaseText = {
|
|
|
650
651
|
"credentials.empty.button.disabled.tooltip": "Your current role in the project does not allow you to create credentials",
|
|
651
652
|
"credentials.item.open": "Open",
|
|
652
653
|
"credentials.item.delete": "Delete",
|
|
653
|
-
"credentials.item.move": "
|
|
654
|
+
"credentials.item.move": "Change owner",
|
|
654
655
|
"credentials.item.updated": "Last updated",
|
|
655
656
|
"credentials.item.created": "Created",
|
|
656
657
|
"credentials.item.owner": "Owner",
|
|
@@ -715,6 +716,7 @@ var englishBaseText = {
|
|
|
715
716
|
"error.pageNotFound": "Oops, couldn’t find that",
|
|
716
717
|
"executions.ExecutionStatus": "Execution status",
|
|
717
718
|
"executions.concurrency.docsLink": "https://docs.n8n.io/hosting/scaling/concurrency-control/",
|
|
719
|
+
"executionDetails.additionalActions": "Additional Actions",
|
|
718
720
|
"executionDetails.confirmMessage.confirmButtonText": "Yes, delete",
|
|
719
721
|
"executionDetails.confirmMessage.headline": "Delete Execution?",
|
|
720
722
|
"executionDetails.confirmMessage.message": "Are you sure that you want to delete the current execution?",
|
|
@@ -882,9 +884,10 @@ var englishBaseText = {
|
|
|
882
884
|
"executionsFilter.startDate": "Earliest",
|
|
883
885
|
"executionsFilter.endDate": "Latest",
|
|
884
886
|
"executionsFilter.savedData": "Highlighted data",
|
|
887
|
+
"executionsFilter.savedDataExactMatch": "Exact match",
|
|
885
888
|
"executionsFilter.savedDataKey": "Key",
|
|
886
889
|
"executionsFilter.savedDataKeyPlaceholder": "ID",
|
|
887
|
-
"executionsFilter.savedDataValue": "Value
|
|
890
|
+
"executionsFilter.savedDataValue": "Value",
|
|
888
891
|
"executionsFilter.savedDataValuePlaceholder": "123",
|
|
889
892
|
"executionsFilter.reset": "Reset all",
|
|
890
893
|
"executionsFilter.customData.inputTooltip": "Upgrade plan to filter executions by custom data set at runtime. {link}",
|
|
@@ -984,10 +987,12 @@ var englishBaseText = {
|
|
|
984
987
|
"folders.move.modal.message.usedCredentials.warning": "Workflow may not execute correctly if you choose not to share the credentials.",
|
|
985
988
|
"folders.move.success.title": "Successfully moved folder",
|
|
986
989
|
"folders.move.success.message": "<b>{folderName}</b> has been moved to <b>{newFolderName}</b>, along with all its workflows and subfolders.<br/><br/><a href=\"{link}\">View {newFolderName}</a>",
|
|
990
|
+
"folders.move.success.messageNoAccess": "<b>{folderName}</b> has been moved to <b>{newFolderName}</b>, along with all its workflows and subfolders.",
|
|
987
991
|
"folders.move.error.title": "Problem moving folder",
|
|
988
992
|
"folders.move.workflow.error.title": "Problem moving workflow",
|
|
989
993
|
"folders.move.workflow.success.title": "Successfully moved workflow",
|
|
990
994
|
"folders.move.workflow.success.message": "<b>{workflowName}</b> has been moved to <b>{newFolderName}</b>.<br/><br/><a href=\"{link}\">View {newFolderName}</a>",
|
|
995
|
+
"folders.move.workflow.success.messageNoAccess": "<b>{workflowName}</b> has been moved to <b>{newFolderName}</b>.",
|
|
991
996
|
"folders.move.project.root.name": "No folder (project root)",
|
|
992
997
|
"folders.open.error.title": "Problem opening folder",
|
|
993
998
|
"folders.create.error.title": "Problem creating folder",
|
|
@@ -997,6 +1002,7 @@ var englishBaseText = {
|
|
|
997
1002
|
"generic.oauth1Api": "OAuth1 API",
|
|
998
1003
|
"generic.oauth2Api": "OAuth2 API",
|
|
999
1004
|
"genericHelpers.loading": "Loading",
|
|
1005
|
+
"genericHelpers.hrsShort": "h",
|
|
1000
1006
|
"genericHelpers.min": "min",
|
|
1001
1007
|
"genericHelpers.minShort": "m",
|
|
1002
1008
|
"genericHelpers.sec": "sec",
|
|
@@ -1112,7 +1118,7 @@ var englishBaseText = {
|
|
|
1112
1118
|
"ndv.input.nodeDistance": "{count} node back | {count} nodes back",
|
|
1113
1119
|
"ndv.input.noNodesFound": "No nodes found",
|
|
1114
1120
|
"ndv.input.mapping": "Mapping",
|
|
1115
|
-
"ndv.input.
|
|
1121
|
+
"ndv.input.fromAI": "From AI",
|
|
1116
1122
|
"ndv.input.parentNodes": "Parent nodes",
|
|
1117
1123
|
"ndv.input.tooMuchData.title": "Display data?",
|
|
1118
1124
|
"ndv.input.noOutputDataInBranch": "No input data in this branch",
|
|
@@ -1343,6 +1349,7 @@ var englishBaseText = {
|
|
|
1343
1349
|
"nodeCreator.aiPanel.workflowTriggerDescription": "Runs the flow when called by the Execute Workflow node from a different workflow",
|
|
1344
1350
|
"nodeCreator.nodeItem.triggerIconTitle": "Trigger Node",
|
|
1345
1351
|
"nodeCreator.nodeItem.aiIconTitle": "LangChain AI Node",
|
|
1352
|
+
"nodeCreator.nodeItem.deprecated": "Deprecated",
|
|
1346
1353
|
"nodeCredentials.createNew": "Create new credential",
|
|
1347
1354
|
"nodeCredentials.credentialFor": "Credential for {credentialType}",
|
|
1348
1355
|
"nodeCredentials.credentialsLabel": "Credential to connect with",
|
|
@@ -1479,6 +1486,7 @@ var englishBaseText = {
|
|
|
1479
1486
|
"nodeView.runButtonText.executeWorkflow": "Execute workflow",
|
|
1480
1487
|
"nodeView.runButtonText.executingWorkflow": "Executing workflow",
|
|
1481
1488
|
"nodeView.runButtonText.waitingForTriggerEvent": "Waiting for trigger event",
|
|
1489
|
+
"nodeView.runButtonText.from": "from {nodeName}",
|
|
1482
1490
|
"nodeView.showError.workflowError": "Workflow execution had an error",
|
|
1483
1491
|
"nodeView.showError.getWorkflowDataFromUrl.title": "Problem loading workflow",
|
|
1484
1492
|
"nodeView.showError.importWorkflowData.title": "Problem importing workflow",
|
|
@@ -1529,7 +1537,7 @@ var englishBaseText = {
|
|
|
1529
1537
|
"contextMenu.deselectAll": "Clear selection",
|
|
1530
1538
|
"contextMenu.tidyUpWorkflow": "Tidy up workflow",
|
|
1531
1539
|
"contextMenu.tidyUpSelection": "Tidy up selection",
|
|
1532
|
-
"contextMenu.extract": "
|
|
1540
|
+
"contextMenu.extract": "Convert node to sub-workflow | Convert {count} nodes to sub-workflow",
|
|
1533
1541
|
"contextMenu.duplicate": "Duplicate | Duplicate {count} {subject}",
|
|
1534
1542
|
"contextMenu.open": "Open...",
|
|
1535
1543
|
"contextMenu.test": "Execute step",
|
|
@@ -1898,6 +1906,11 @@ var englishBaseText = {
|
|
|
1898
1906
|
"settings.personal.personalSettings": "Personal Settings",
|
|
1899
1907
|
"settings.personal.personalSettingsUpdated": "Personal details updated",
|
|
1900
1908
|
"settings.personal.personalSettingsUpdatedError": "Problem updating your details",
|
|
1909
|
+
"settings.personal.role.tooltip.default": "Default role for new users",
|
|
1910
|
+
"settings.personal.role.tooltip.member": "Create and manage own workflows and credentials",
|
|
1911
|
+
"settings.personal.role.tooltip.admin": "Full access to manage workflows,tags, credentials, projects, users and more",
|
|
1912
|
+
"settings.personal.role.tooltip.owner": "Manage everything{cloudAccess}",
|
|
1913
|
+
"settings.personal.role.tooltip.cloud": " and access Cloud dashboard",
|
|
1901
1914
|
"settings.personal.save": "Save",
|
|
1902
1915
|
"settings.personal.security": "Security",
|
|
1903
1916
|
"settings.signup.signUpInviterInfo": "{firstName} {lastName} has invited you to n8n",
|
|
@@ -2152,6 +2165,8 @@ var englishBaseText = {
|
|
|
2152
2165
|
"settings.sourceControl.sync.prompt.error": "Please enter a commit message",
|
|
2153
2166
|
"settings.sourceControl.button.push": "Push",
|
|
2154
2167
|
"settings.sourceControl.button.pull": "Pull",
|
|
2168
|
+
"settings.sourceControl.button.pull.forbidden": "Only the instance owner or instance admins can pull changes",
|
|
2169
|
+
"settings.sourceControl.button.push.forbidden": "You can't push changes from a protected instance",
|
|
2155
2170
|
"settings.sourceControl.modals.push.title": "Commit and push changes",
|
|
2156
2171
|
"settings.sourceControl.modals.push.description": "The following will be committed: ",
|
|
2157
2172
|
"settings.sourceControl.modals.push.description.learnMore": "More info",
|
|
@@ -2377,21 +2392,21 @@ var englishBaseText = {
|
|
|
2377
2392
|
"workflowDetails.active": "Active",
|
|
2378
2393
|
"workflowDetails.addTag": "Add tag",
|
|
2379
2394
|
"workflowDetails.chooseOrCreateATag": "Choose or create a tag",
|
|
2380
|
-
"workflowExtraction.error.failure": "Sub-workflow
|
|
2395
|
+
"workflowExtraction.error.failure": "Sub-workflow conversion failed",
|
|
2381
2396
|
"workflowExtraction.error.selectionGraph.inputEdgeToNonRoot": "Non-input node '{node}' has a connection from a node outside the current selection.",
|
|
2382
2397
|
"workflowExtraction.error.selectionGraph.outputEdgeFromNonLeaf": "Non-output node '{node}' has a connection to a node outside the current selection.",
|
|
2383
2398
|
"workflowExtraction.error.selectionGraph.multipleInputNodes": "Multiple nodes [{nodes}] have inputs from outside the selection.",
|
|
2384
2399
|
"workflowExtraction.error.selectionGraph.multipleOutputNodes": "Multiple nodes [{nodes}] have outputs to outside the selection.",
|
|
2385
2400
|
"workflowExtraction.error.selectionGraph.noContinuousPathFromRootToLeaf": "First node '{start}' has no selected path to last node '{end}'.",
|
|
2386
|
-
"workflowExtraction.error.selectionGraph.listHeader": "Selection is invalid because of these errors:<br><br>{body}<br><br><a href=\"https://docs.n8n.io/workflows/subworkflow-
|
|
2401
|
+
"workflowExtraction.error.selectionGraph.listHeader": "Selection is invalid because of these errors:<br><br>{body}<br><br><a href=\"https://docs.n8n.io/workflows/subworkflow-conversion/\" target=\"_blank\">See docs</a> for more info.",
|
|
2387
2402
|
"workflowExtraction.error.inputNodeHasMultipleInputBranches": "First node '{node}' has multiple input branches, which sub-workflows do not support.",
|
|
2388
2403
|
"workflowExtraction.error.outputNodeHasMultipleOutputBranches": "Last node '{node}' has multiple output branches, which sub-workflows do not support.",
|
|
2389
|
-
"workflowExtraction.error.triggerSelected": "Triggers cannot be
|
|
2404
|
+
"workflowExtraction.error.triggerSelected": "Triggers cannot be converted to a sub-workflow. Please unselect {nodes}.",
|
|
2390
2405
|
"workflowExtraction.error.subworkflowCreationFailed": "Sub-workflow creation failed, aborting conversion.",
|
|
2391
2406
|
"workflowExtraction.success.title": "Created sub-workflow",
|
|
2392
2407
|
"workflowExtraction.success.message": "<a href=\"{url}\" target=\"_blank\">Open in new Tab</a>",
|
|
2393
|
-
"workflowExtraction.modal.title": "
|
|
2394
|
-
"workflowExtraction.modal.description": "
|
|
2408
|
+
"workflowExtraction.modal.title": "Convert to sub-workflow",
|
|
2409
|
+
"workflowExtraction.modal.description": "Convert {nodeCount} node to a new sub-workflow | Convert {nodeCount} nodes to a new sub-workflow",
|
|
2395
2410
|
"workflowHelpers.showMessage.title": "Problem saving workflow",
|
|
2396
2411
|
"workflowOpen.active": "Active",
|
|
2397
2412
|
"workflowOpen.couldNotLoadActiveWorkflows": "Could not load active workflows",
|
|
@@ -2433,7 +2448,7 @@ var englishBaseText = {
|
|
|
2433
2448
|
"workflowSettings.defaultTimezoneNotValid": "Default Timezone not valid",
|
|
2434
2449
|
"workflowSettings.errorWorkflow": "Error Workflow",
|
|
2435
2450
|
"workflowSettings.executionOrder": "Execution Order",
|
|
2436
|
-
"workflowSettings.helpTexts.errorWorkflow": "A second workflow to run if the current one fails.<br />The second workflow should an 'Error Trigger' node.",
|
|
2451
|
+
"workflowSettings.helpTexts.errorWorkflow": "A second workflow to run if the current one fails.<br />The second workflow should have an 'Error Trigger' node.",
|
|
2437
2452
|
"workflowSettings.helpTexts.executionTimeout": "How long the workflow should wait before timing out",
|
|
2438
2453
|
"workflowSettings.helpTexts.executionTimeoutToggle": "Whether to cancel workflow execution after a defined time",
|
|
2439
2454
|
"workflowSettings.helpTexts.saveDataErrorExecution": "Whether to save data of executions that fail",
|
|
@@ -3199,8 +3214,6 @@ var englishBaseText = {
|
|
|
3199
3214
|
|
|
3200
3215
|
type GetBaseTextKey<T> = T extends `_${string}` ? never : T;
|
|
3201
3216
|
type BaseTextKey = GetBaseTextKey<keyof typeof englishBaseText>;
|
|
3202
|
-
type GetCategoryName<T> = T extends `nodeCreator.categoryNames.${infer C}` ? C : never;
|
|
3203
|
-
type CategoryName = GetCategoryName<keyof typeof englishBaseText>;
|
|
3204
3217
|
interface INodeTranslationHeaders {
|
|
3205
3218
|
data: {
|
|
3206
3219
|
[key: string]: {
|
|
@@ -3210,4 +3223,4 @@ interface INodeTranslationHeaders {
|
|
|
3210
3223
|
};
|
|
3211
3224
|
}
|
|
3212
3225
|
|
|
3213
|
-
export type { BaseTextKey,
|
|
3226
|
+
export type { BaseTextKey, GetBaseTextKey, INodeTranslationHeaders };
|
package/dist/types.d.ts
CHANGED
|
@@ -153,6 +153,7 @@ var englishBaseText = {
|
|
|
153
153
|
"auth.newPassword": "New password",
|
|
154
154
|
"auth.password": "Password",
|
|
155
155
|
"auth.role": "Role",
|
|
156
|
+
"auth.roles.default": "Default",
|
|
156
157
|
"auth.roles.member": "Member",
|
|
157
158
|
"auth.roles.admin": "Admin",
|
|
158
159
|
"auth.roles.owner": "Owner",
|
|
@@ -650,7 +651,7 @@ var englishBaseText = {
|
|
|
650
651
|
"credentials.empty.button.disabled.tooltip": "Your current role in the project does not allow you to create credentials",
|
|
651
652
|
"credentials.item.open": "Open",
|
|
652
653
|
"credentials.item.delete": "Delete",
|
|
653
|
-
"credentials.item.move": "
|
|
654
|
+
"credentials.item.move": "Change owner",
|
|
654
655
|
"credentials.item.updated": "Last updated",
|
|
655
656
|
"credentials.item.created": "Created",
|
|
656
657
|
"credentials.item.owner": "Owner",
|
|
@@ -715,6 +716,7 @@ var englishBaseText = {
|
|
|
715
716
|
"error.pageNotFound": "Oops, couldn’t find that",
|
|
716
717
|
"executions.ExecutionStatus": "Execution status",
|
|
717
718
|
"executions.concurrency.docsLink": "https://docs.n8n.io/hosting/scaling/concurrency-control/",
|
|
719
|
+
"executionDetails.additionalActions": "Additional Actions",
|
|
718
720
|
"executionDetails.confirmMessage.confirmButtonText": "Yes, delete",
|
|
719
721
|
"executionDetails.confirmMessage.headline": "Delete Execution?",
|
|
720
722
|
"executionDetails.confirmMessage.message": "Are you sure that you want to delete the current execution?",
|
|
@@ -882,9 +884,10 @@ var englishBaseText = {
|
|
|
882
884
|
"executionsFilter.startDate": "Earliest",
|
|
883
885
|
"executionsFilter.endDate": "Latest",
|
|
884
886
|
"executionsFilter.savedData": "Highlighted data",
|
|
887
|
+
"executionsFilter.savedDataExactMatch": "Exact match",
|
|
885
888
|
"executionsFilter.savedDataKey": "Key",
|
|
886
889
|
"executionsFilter.savedDataKeyPlaceholder": "ID",
|
|
887
|
-
"executionsFilter.savedDataValue": "Value
|
|
890
|
+
"executionsFilter.savedDataValue": "Value",
|
|
888
891
|
"executionsFilter.savedDataValuePlaceholder": "123",
|
|
889
892
|
"executionsFilter.reset": "Reset all",
|
|
890
893
|
"executionsFilter.customData.inputTooltip": "Upgrade plan to filter executions by custom data set at runtime. {link}",
|
|
@@ -984,10 +987,12 @@ var englishBaseText = {
|
|
|
984
987
|
"folders.move.modal.message.usedCredentials.warning": "Workflow may not execute correctly if you choose not to share the credentials.",
|
|
985
988
|
"folders.move.success.title": "Successfully moved folder",
|
|
986
989
|
"folders.move.success.message": "<b>{folderName}</b> has been moved to <b>{newFolderName}</b>, along with all its workflows and subfolders.<br/><br/><a href=\"{link}\">View {newFolderName}</a>",
|
|
990
|
+
"folders.move.success.messageNoAccess": "<b>{folderName}</b> has been moved to <b>{newFolderName}</b>, along with all its workflows and subfolders.",
|
|
987
991
|
"folders.move.error.title": "Problem moving folder",
|
|
988
992
|
"folders.move.workflow.error.title": "Problem moving workflow",
|
|
989
993
|
"folders.move.workflow.success.title": "Successfully moved workflow",
|
|
990
994
|
"folders.move.workflow.success.message": "<b>{workflowName}</b> has been moved to <b>{newFolderName}</b>.<br/><br/><a href=\"{link}\">View {newFolderName}</a>",
|
|
995
|
+
"folders.move.workflow.success.messageNoAccess": "<b>{workflowName}</b> has been moved to <b>{newFolderName}</b>.",
|
|
991
996
|
"folders.move.project.root.name": "No folder (project root)",
|
|
992
997
|
"folders.open.error.title": "Problem opening folder",
|
|
993
998
|
"folders.create.error.title": "Problem creating folder",
|
|
@@ -997,6 +1002,7 @@ var englishBaseText = {
|
|
|
997
1002
|
"generic.oauth1Api": "OAuth1 API",
|
|
998
1003
|
"generic.oauth2Api": "OAuth2 API",
|
|
999
1004
|
"genericHelpers.loading": "Loading",
|
|
1005
|
+
"genericHelpers.hrsShort": "h",
|
|
1000
1006
|
"genericHelpers.min": "min",
|
|
1001
1007
|
"genericHelpers.minShort": "m",
|
|
1002
1008
|
"genericHelpers.sec": "sec",
|
|
@@ -1112,7 +1118,7 @@ var englishBaseText = {
|
|
|
1112
1118
|
"ndv.input.nodeDistance": "{count} node back | {count} nodes back",
|
|
1113
1119
|
"ndv.input.noNodesFound": "No nodes found",
|
|
1114
1120
|
"ndv.input.mapping": "Mapping",
|
|
1115
|
-
"ndv.input.
|
|
1121
|
+
"ndv.input.fromAI": "From AI",
|
|
1116
1122
|
"ndv.input.parentNodes": "Parent nodes",
|
|
1117
1123
|
"ndv.input.tooMuchData.title": "Display data?",
|
|
1118
1124
|
"ndv.input.noOutputDataInBranch": "No input data in this branch",
|
|
@@ -1343,6 +1349,7 @@ var englishBaseText = {
|
|
|
1343
1349
|
"nodeCreator.aiPanel.workflowTriggerDescription": "Runs the flow when called by the Execute Workflow node from a different workflow",
|
|
1344
1350
|
"nodeCreator.nodeItem.triggerIconTitle": "Trigger Node",
|
|
1345
1351
|
"nodeCreator.nodeItem.aiIconTitle": "LangChain AI Node",
|
|
1352
|
+
"nodeCreator.nodeItem.deprecated": "Deprecated",
|
|
1346
1353
|
"nodeCredentials.createNew": "Create new credential",
|
|
1347
1354
|
"nodeCredentials.credentialFor": "Credential for {credentialType}",
|
|
1348
1355
|
"nodeCredentials.credentialsLabel": "Credential to connect with",
|
|
@@ -1479,6 +1486,7 @@ var englishBaseText = {
|
|
|
1479
1486
|
"nodeView.runButtonText.executeWorkflow": "Execute workflow",
|
|
1480
1487
|
"nodeView.runButtonText.executingWorkflow": "Executing workflow",
|
|
1481
1488
|
"nodeView.runButtonText.waitingForTriggerEvent": "Waiting for trigger event",
|
|
1489
|
+
"nodeView.runButtonText.from": "from {nodeName}",
|
|
1482
1490
|
"nodeView.showError.workflowError": "Workflow execution had an error",
|
|
1483
1491
|
"nodeView.showError.getWorkflowDataFromUrl.title": "Problem loading workflow",
|
|
1484
1492
|
"nodeView.showError.importWorkflowData.title": "Problem importing workflow",
|
|
@@ -1529,7 +1537,7 @@ var englishBaseText = {
|
|
|
1529
1537
|
"contextMenu.deselectAll": "Clear selection",
|
|
1530
1538
|
"contextMenu.tidyUpWorkflow": "Tidy up workflow",
|
|
1531
1539
|
"contextMenu.tidyUpSelection": "Tidy up selection",
|
|
1532
|
-
"contextMenu.extract": "
|
|
1540
|
+
"contextMenu.extract": "Convert node to sub-workflow | Convert {count} nodes to sub-workflow",
|
|
1533
1541
|
"contextMenu.duplicate": "Duplicate | Duplicate {count} {subject}",
|
|
1534
1542
|
"contextMenu.open": "Open...",
|
|
1535
1543
|
"contextMenu.test": "Execute step",
|
|
@@ -1898,6 +1906,11 @@ var englishBaseText = {
|
|
|
1898
1906
|
"settings.personal.personalSettings": "Personal Settings",
|
|
1899
1907
|
"settings.personal.personalSettingsUpdated": "Personal details updated",
|
|
1900
1908
|
"settings.personal.personalSettingsUpdatedError": "Problem updating your details",
|
|
1909
|
+
"settings.personal.role.tooltip.default": "Default role for new users",
|
|
1910
|
+
"settings.personal.role.tooltip.member": "Create and manage own workflows and credentials",
|
|
1911
|
+
"settings.personal.role.tooltip.admin": "Full access to manage workflows,tags, credentials, projects, users and more",
|
|
1912
|
+
"settings.personal.role.tooltip.owner": "Manage everything{cloudAccess}",
|
|
1913
|
+
"settings.personal.role.tooltip.cloud": " and access Cloud dashboard",
|
|
1901
1914
|
"settings.personal.save": "Save",
|
|
1902
1915
|
"settings.personal.security": "Security",
|
|
1903
1916
|
"settings.signup.signUpInviterInfo": "{firstName} {lastName} has invited you to n8n",
|
|
@@ -2152,6 +2165,8 @@ var englishBaseText = {
|
|
|
2152
2165
|
"settings.sourceControl.sync.prompt.error": "Please enter a commit message",
|
|
2153
2166
|
"settings.sourceControl.button.push": "Push",
|
|
2154
2167
|
"settings.sourceControl.button.pull": "Pull",
|
|
2168
|
+
"settings.sourceControl.button.pull.forbidden": "Only the instance owner or instance admins can pull changes",
|
|
2169
|
+
"settings.sourceControl.button.push.forbidden": "You can't push changes from a protected instance",
|
|
2155
2170
|
"settings.sourceControl.modals.push.title": "Commit and push changes",
|
|
2156
2171
|
"settings.sourceControl.modals.push.description": "The following will be committed: ",
|
|
2157
2172
|
"settings.sourceControl.modals.push.description.learnMore": "More info",
|
|
@@ -2377,21 +2392,21 @@ var englishBaseText = {
|
|
|
2377
2392
|
"workflowDetails.active": "Active",
|
|
2378
2393
|
"workflowDetails.addTag": "Add tag",
|
|
2379
2394
|
"workflowDetails.chooseOrCreateATag": "Choose or create a tag",
|
|
2380
|
-
"workflowExtraction.error.failure": "Sub-workflow
|
|
2395
|
+
"workflowExtraction.error.failure": "Sub-workflow conversion failed",
|
|
2381
2396
|
"workflowExtraction.error.selectionGraph.inputEdgeToNonRoot": "Non-input node '{node}' has a connection from a node outside the current selection.",
|
|
2382
2397
|
"workflowExtraction.error.selectionGraph.outputEdgeFromNonLeaf": "Non-output node '{node}' has a connection to a node outside the current selection.",
|
|
2383
2398
|
"workflowExtraction.error.selectionGraph.multipleInputNodes": "Multiple nodes [{nodes}] have inputs from outside the selection.",
|
|
2384
2399
|
"workflowExtraction.error.selectionGraph.multipleOutputNodes": "Multiple nodes [{nodes}] have outputs to outside the selection.",
|
|
2385
2400
|
"workflowExtraction.error.selectionGraph.noContinuousPathFromRootToLeaf": "First node '{start}' has no selected path to last node '{end}'.",
|
|
2386
|
-
"workflowExtraction.error.selectionGraph.listHeader": "Selection is invalid because of these errors:<br><br>{body}<br><br><a href=\"https://docs.n8n.io/workflows/subworkflow-
|
|
2401
|
+
"workflowExtraction.error.selectionGraph.listHeader": "Selection is invalid because of these errors:<br><br>{body}<br><br><a href=\"https://docs.n8n.io/workflows/subworkflow-conversion/\" target=\"_blank\">See docs</a> for more info.",
|
|
2387
2402
|
"workflowExtraction.error.inputNodeHasMultipleInputBranches": "First node '{node}' has multiple input branches, which sub-workflows do not support.",
|
|
2388
2403
|
"workflowExtraction.error.outputNodeHasMultipleOutputBranches": "Last node '{node}' has multiple output branches, which sub-workflows do not support.",
|
|
2389
|
-
"workflowExtraction.error.triggerSelected": "Triggers cannot be
|
|
2404
|
+
"workflowExtraction.error.triggerSelected": "Triggers cannot be converted to a sub-workflow. Please unselect {nodes}.",
|
|
2390
2405
|
"workflowExtraction.error.subworkflowCreationFailed": "Sub-workflow creation failed, aborting conversion.",
|
|
2391
2406
|
"workflowExtraction.success.title": "Created sub-workflow",
|
|
2392
2407
|
"workflowExtraction.success.message": "<a href=\"{url}\" target=\"_blank\">Open in new Tab</a>",
|
|
2393
|
-
"workflowExtraction.modal.title": "
|
|
2394
|
-
"workflowExtraction.modal.description": "
|
|
2408
|
+
"workflowExtraction.modal.title": "Convert to sub-workflow",
|
|
2409
|
+
"workflowExtraction.modal.description": "Convert {nodeCount} node to a new sub-workflow | Convert {nodeCount} nodes to a new sub-workflow",
|
|
2395
2410
|
"workflowHelpers.showMessage.title": "Problem saving workflow",
|
|
2396
2411
|
"workflowOpen.active": "Active",
|
|
2397
2412
|
"workflowOpen.couldNotLoadActiveWorkflows": "Could not load active workflows",
|
|
@@ -2433,7 +2448,7 @@ var englishBaseText = {
|
|
|
2433
2448
|
"workflowSettings.defaultTimezoneNotValid": "Default Timezone not valid",
|
|
2434
2449
|
"workflowSettings.errorWorkflow": "Error Workflow",
|
|
2435
2450
|
"workflowSettings.executionOrder": "Execution Order",
|
|
2436
|
-
"workflowSettings.helpTexts.errorWorkflow": "A second workflow to run if the current one fails.<br />The second workflow should an 'Error Trigger' node.",
|
|
2451
|
+
"workflowSettings.helpTexts.errorWorkflow": "A second workflow to run if the current one fails.<br />The second workflow should have an 'Error Trigger' node.",
|
|
2437
2452
|
"workflowSettings.helpTexts.executionTimeout": "How long the workflow should wait before timing out",
|
|
2438
2453
|
"workflowSettings.helpTexts.executionTimeoutToggle": "Whether to cancel workflow execution after a defined time",
|
|
2439
2454
|
"workflowSettings.helpTexts.saveDataErrorExecution": "Whether to save data of executions that fail",
|
|
@@ -3199,8 +3214,6 @@ var englishBaseText = {
|
|
|
3199
3214
|
|
|
3200
3215
|
type GetBaseTextKey<T> = T extends `_${string}` ? never : T;
|
|
3201
3216
|
type BaseTextKey = GetBaseTextKey<keyof typeof englishBaseText>;
|
|
3202
|
-
type GetCategoryName<T> = T extends `nodeCreator.categoryNames.${infer C}` ? C : never;
|
|
3203
|
-
type CategoryName = GetCategoryName<keyof typeof englishBaseText>;
|
|
3204
3217
|
interface INodeTranslationHeaders {
|
|
3205
3218
|
data: {
|
|
3206
3219
|
[key: string]: {
|
|
@@ -3210,4 +3223,4 @@ interface INodeTranslationHeaders {
|
|
|
3210
3223
|
};
|
|
3211
3224
|
}
|
|
3212
3225
|
|
|
3213
|
-
export type { BaseTextKey,
|
|
3226
|
+
export type { BaseTextKey, GetBaseTextKey, INodeTranslationHeaders };
|
package/dist/utils.cjs
CHANGED
package/dist/utils.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["/home/runner/work/n8n/n8n/packages/frontend/@n8n/i18n/dist/utils.cjs"],"names":[],"mappings":"AAAA;AACE;AACA;AACA;AACA;AACF,wDAA6B;AAC7B
|
|
1
|
+
{"version":3,"sources":["/home/runner/work/n8n/n8n/packages/frontend/@n8n/i18n/dist/utils.cjs"],"names":[],"mappings":"AAAA;AACE;AACA;AACA;AACA;AACF,wDAA6B;AAC7B;AACE;AACA;AACA;AACA;AACF,uQAAC","file":"/home/runner/work/n8n/n8n/packages/frontend/@n8n/i18n/dist/utils.cjs"}
|
package/dist/utils.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.2.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.95.0"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@testing-library/jest-dom": "^6.6.3",
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
"vite": "^6.3.5",
|
|
40
40
|
"vitest": "^3.1.3",
|
|
41
41
|
"vue-tsc": "^2.2.8",
|
|
42
|
-
"@n8n/typescript-config": "1.2.0",
|
|
43
42
|
"@n8n/eslint-config": "0.0.1",
|
|
44
|
-
"@n8n/vitest-config": "1.
|
|
43
|
+
"@n8n/vitest-config": "1.3.0",
|
|
44
|
+
"@n8n/typescript-config": "1.2.0"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"vue": "^3.5.13"
|
package/dist/chunk-QKQ47GQZ.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|