@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.d.cts
CHANGED
|
@@ -153,6 +153,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
153
153
|
"generic.search": string;
|
|
154
154
|
"generic.showMore": string;
|
|
155
155
|
"generic.showLess": string;
|
|
156
|
+
"generic.stopAll": string;
|
|
156
157
|
"generic.published": string;
|
|
157
158
|
"generic.notPublished": string;
|
|
158
159
|
"generic.tip": string;
|
|
@@ -1101,6 +1102,19 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1101
1102
|
"executionsList.debug.paywall.subContent": string;
|
|
1102
1103
|
"executionsList.debug.paywall.link.text": string;
|
|
1103
1104
|
"executionsList.debug.paywall.link.url": string;
|
|
1105
|
+
"executionStopManyModal.title": string;
|
|
1106
|
+
"executionStopManyModal.description": string;
|
|
1107
|
+
"executionStopManyModal.button.close": string;
|
|
1108
|
+
"executionStopManyModal.button.submit": string;
|
|
1109
|
+
"executionStopManyModal.queued": string;
|
|
1110
|
+
"executionStopManyModal.running": string;
|
|
1111
|
+
"executionStopManyModal.waiting": string;
|
|
1112
|
+
"executionStopManyModal.success": string;
|
|
1113
|
+
"executionStopManyModal.error.failure": string;
|
|
1114
|
+
"executionStopManyModal.dateHint.startEnd": string;
|
|
1115
|
+
"executionStopManyModal.dateHint.startOnly": string;
|
|
1116
|
+
"executionStopManyModal.dateHint.endOnly": string;
|
|
1117
|
+
"executionStopManyModal.allWorkflowsHint": string;
|
|
1104
1118
|
"fromAiParametersModal.title": string;
|
|
1105
1119
|
"fromAiParametersModal.execute": string;
|
|
1106
1120
|
"fromAiParametersModal.description": string;
|
|
@@ -1176,6 +1190,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1176
1190
|
"expressionModalInput.pairedItemInvalidPinnedError": string;
|
|
1177
1191
|
"expressionModalInput.pairedItemError": string;
|
|
1178
1192
|
"expressionModalInput.pairedItemError.noRunData": string;
|
|
1193
|
+
"fixedCollectionParameter.addField": string;
|
|
1179
1194
|
"fixedCollectionParameter.choose": string;
|
|
1180
1195
|
"fixedCollectionParameter.currentlyNoItemsExist": string;
|
|
1181
1196
|
"fixedCollectionParameter.deleteItem": string;
|
|
@@ -4331,6 +4346,10 @@ declare class I18nClass {
|
|
|
4331
4346
|
name: parameterName,
|
|
4332
4347
|
typeOptions
|
|
4333
4348
|
}: INodeProperties): string;
|
|
4349
|
+
addOptionalFieldButtonText({
|
|
4350
|
+
name: parameterName,
|
|
4351
|
+
typeOptions
|
|
4352
|
+
}: INodeProperties): string;
|
|
4334
4353
|
eventTriggerDescription(nodeType: string, eventTriggerDescription: string): string;
|
|
4335
4354
|
};
|
|
4336
4355
|
localizeNodeName(language: string, nodeName: string, type: string): string;
|
package/dist/index.d.mts
CHANGED
|
@@ -153,6 +153,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
153
153
|
"generic.search": string;
|
|
154
154
|
"generic.showMore": string;
|
|
155
155
|
"generic.showLess": string;
|
|
156
|
+
"generic.stopAll": string;
|
|
156
157
|
"generic.published": string;
|
|
157
158
|
"generic.notPublished": string;
|
|
158
159
|
"generic.tip": string;
|
|
@@ -1101,6 +1102,19 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1101
1102
|
"executionsList.debug.paywall.subContent": string;
|
|
1102
1103
|
"executionsList.debug.paywall.link.text": string;
|
|
1103
1104
|
"executionsList.debug.paywall.link.url": string;
|
|
1105
|
+
"executionStopManyModal.title": string;
|
|
1106
|
+
"executionStopManyModal.description": string;
|
|
1107
|
+
"executionStopManyModal.button.close": string;
|
|
1108
|
+
"executionStopManyModal.button.submit": string;
|
|
1109
|
+
"executionStopManyModal.queued": string;
|
|
1110
|
+
"executionStopManyModal.running": string;
|
|
1111
|
+
"executionStopManyModal.waiting": string;
|
|
1112
|
+
"executionStopManyModal.success": string;
|
|
1113
|
+
"executionStopManyModal.error.failure": string;
|
|
1114
|
+
"executionStopManyModal.dateHint.startEnd": string;
|
|
1115
|
+
"executionStopManyModal.dateHint.startOnly": string;
|
|
1116
|
+
"executionStopManyModal.dateHint.endOnly": string;
|
|
1117
|
+
"executionStopManyModal.allWorkflowsHint": string;
|
|
1104
1118
|
"fromAiParametersModal.title": string;
|
|
1105
1119
|
"fromAiParametersModal.execute": string;
|
|
1106
1120
|
"fromAiParametersModal.description": string;
|
|
@@ -1176,6 +1190,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1176
1190
|
"expressionModalInput.pairedItemInvalidPinnedError": string;
|
|
1177
1191
|
"expressionModalInput.pairedItemError": string;
|
|
1178
1192
|
"expressionModalInput.pairedItemError.noRunData": string;
|
|
1193
|
+
"fixedCollectionParameter.addField": string;
|
|
1179
1194
|
"fixedCollectionParameter.choose": string;
|
|
1180
1195
|
"fixedCollectionParameter.currentlyNoItemsExist": string;
|
|
1181
1196
|
"fixedCollectionParameter.deleteItem": string;
|
|
@@ -4331,6 +4346,10 @@ declare class I18nClass {
|
|
|
4331
4346
|
name: parameterName,
|
|
4332
4347
|
typeOptions
|
|
4333
4348
|
}: INodeProperties): string;
|
|
4349
|
+
addOptionalFieldButtonText({
|
|
4350
|
+
name: parameterName,
|
|
4351
|
+
typeOptions
|
|
4352
|
+
}: INodeProperties): string;
|
|
4334
4353
|
eventTriggerDescription(nodeType: string, eventTriggerDescription: string): string;
|
|
4335
4354
|
};
|
|
4336
4355
|
localizeNodeName(language: string, nodeName: string, type: string): string;
|
package/dist/index.mjs
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`,
|