@n8n/i18n 2.2.2 → 2.3.1
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 +24 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +19 -0
- package/dist/index.d.mts +19 -0
- package/dist/index.mjs +24 -3
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +15 -0
- package/dist/types2.d.mts +15 -0
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -108,7 +108,7 @@ var en_default = {
|
|
|
108
108
|
"generic.name": "Name",
|
|
109
109
|
"generic.description": "Description",
|
|
110
110
|
"generic.unsavedWork.confirmMessage.headline": "Save changes before leaving?",
|
|
111
|
-
"generic.unsavedWork.confirmMessage.message": "If you don't save, you
|
|
111
|
+
"generic.unsavedWork.confirmMessage.message": "If you don't save, you might lose your changes.",
|
|
112
112
|
"generic.unsavedWork.confirmMessage.confirmButtonText": "Save",
|
|
113
113
|
"generic.unsavedWork.confirmMessage.cancelButtonText": "Leave without saving",
|
|
114
114
|
"generic.trial.message": "1 day left | {count} days left",
|
|
@@ -149,6 +149,7 @@ var en_default = {
|
|
|
149
149
|
"generic.search": "Search",
|
|
150
150
|
"generic.showMore": "Show more",
|
|
151
151
|
"generic.showLess": "Show less",
|
|
152
|
+
"generic.stopAll": "Stop all",
|
|
152
153
|
"generic.published": "Published",
|
|
153
154
|
"generic.notPublished": "Not published",
|
|
154
155
|
"generic.tip": "Tip",
|
|
@@ -1010,7 +1011,7 @@ var en_default = {
|
|
|
1010
1011
|
"executionsLandingPage.emptyState.accordion.footer.tooltipText": "in order to access workflow settings",
|
|
1011
1012
|
"executionsLandingPage.noResults": "No executions found",
|
|
1012
1013
|
"executionsList.activeExecutions.none": "No active executions",
|
|
1013
|
-
"executionsList.activeExecutions.header": "{running}/{cap} active
|
|
1014
|
+
"executionsList.activeExecutions.header": "{running}/{cap} active",
|
|
1014
1015
|
"executionsList.activeExecutions.tooltip": "Current active executions: {running} out of {cap}. This instance is limited to {cap} concurrent production executions.",
|
|
1015
1016
|
"executionsList.activeExecutions.evaluationNote": "Evaluation runs appear in the list of executions but do not count towards your execution concurrency.",
|
|
1016
1017
|
"executionsList.allWorkflows": "All Workflows",
|
|
@@ -1097,6 +1098,19 @@ var en_default = {
|
|
|
1097
1098
|
"executionsList.debug.paywall.subContent": "It's available on our Cloud plans, Enterprise and the",
|
|
1098
1099
|
"executionsList.debug.paywall.link.text": "Registered Community Edition.",
|
|
1099
1100
|
"executionsList.debug.paywall.link.url": "https://docs.n8n.io/hosting/community-edition-features/#registered-community-edition",
|
|
1101
|
+
"executionStopManyModal.title": "Stop executions",
|
|
1102
|
+
"executionStopManyModal.description": "Select which type of executions you want to stop:",
|
|
1103
|
+
"executionStopManyModal.button.close": "Close",
|
|
1104
|
+
"executionStopManyModal.button.submit": "Stop Executions",
|
|
1105
|
+
"executionStopManyModal.queued": "Queued",
|
|
1106
|
+
"executionStopManyModal.running": "Running",
|
|
1107
|
+
"executionStopManyModal.waiting": "Waiting",
|
|
1108
|
+
"executionStopManyModal.success": "Stopped {count} executions.",
|
|
1109
|
+
"executionStopManyModal.error.failure": "Failed to stop executions.",
|
|
1110
|
+
"executionStopManyModal.dateHint.startEnd": "Will only affect executions between '{startedAfter}' and '{startedBefore}' based on your current filter.",
|
|
1111
|
+
"executionStopManyModal.dateHint.startOnly": "Will only affect executions from '{startedAfter}' based on your current filter.",
|
|
1112
|
+
"executionStopManyModal.dateHint.endOnly": "Will only affect executions to '{startedBefore}' based on your current filter.",
|
|
1113
|
+
"executionStopManyModal.allWorkflowsHint": "This will affect ALL workflows you have access to",
|
|
1100
1114
|
"fromAiParametersModal.title": "Test {nodeName}",
|
|
1101
1115
|
"fromAiParametersModal.execute": "Execute step",
|
|
1102
1116
|
"fromAiParametersModal.description": "Provide the data that would normally come from the \"{parentNodeName}\" node",
|
|
@@ -1172,6 +1186,7 @@ var en_default = {
|
|
|
1172
1186
|
"expressionModalInput.pairedItemInvalidPinnedError": "Unpin node ‘{node}’ and execute",
|
|
1173
1187
|
"expressionModalInput.pairedItemError": "Can’t determine which item to use",
|
|
1174
1188
|
"expressionModalInput.pairedItemError.noRunData": "Can't determine which item to use - execute node for more info",
|
|
1189
|
+
"fixedCollectionParameter.addField": "Add Field",
|
|
1175
1190
|
"fixedCollectionParameter.choose": "Choose...",
|
|
1176
1191
|
"fixedCollectionParameter.currentlyNoItemsExist": "Currently no items exist",
|
|
1177
1192
|
"fixedCollectionParameter.deleteItem": "Delete item",
|
|
@@ -1789,7 +1804,7 @@ var en_default = {
|
|
|
1789
1804
|
"nodeView.focusPanel.v2.noParameters.title": "Select a node to edit it here",
|
|
1790
1805
|
"nodeView.focusPanel.v2.noParameters.subtitle": "Or show single node parameter you’d like to iterate on by clicking this button next to it:",
|
|
1791
1806
|
"nodeView.focusPanel.missingParameter": "This parameter is no longer visible on the node. A related parameter was likely changed, removing this one.",
|
|
1792
|
-
"nodeView.itLooksLikeYouHaveBeenEditingSomething": "It looks like you made some edits. If you leave before saving, your changes
|
|
1807
|
+
"nodeView.itLooksLikeYouHaveBeenEditingSomething": "It looks like you made some edits. If you leave before saving, your changes might be lost.",
|
|
1793
1808
|
"nodeView.loadingTemplate": "Loading template",
|
|
1794
1809
|
"nodeView.moreInfo": "More info",
|
|
1795
1810
|
"nodeView.noNodesGivenToAdd": "No nodes to add specified",
|
|
@@ -4450,6 +4465,12 @@ var I18nClass = class {
|
|
|
4450
4465
|
fallback: typeOptions?.multipleValueButtonText
|
|
4451
4466
|
});
|
|
4452
4467
|
},
|
|
4468
|
+
addOptionalFieldButtonText({ name: parameterName, typeOptions }) {
|
|
4469
|
+
return context.dynamicRender({
|
|
4470
|
+
key: `${initialKey}.${parameterName}.addOptionalFieldButtonText`,
|
|
4471
|
+
fallback: typeOptions?.addOptionalFieldButtonText
|
|
4472
|
+
});
|
|
4473
|
+
},
|
|
4453
4474
|
eventTriggerDescription(nodeType, eventTriggerDescription) {
|
|
4454
4475
|
return context.dynamicRender({
|
|
4455
4476
|
key: `n8n-nodes-base.nodes.${nodeType}.nodeView.eventTriggerDescription`,
|