@n8n/i18n 1.7.0 → 1.9.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 +49 -12
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +45 -9
- package/dist/index.d.ts +45 -9
- package/dist/index.js +49 -12
- package/dist/index.js.map +1 -1
- package/dist/types.d.cts +44 -8
- package/dist/types.d.ts +44 -8
- package/package.json +7 -7
package/dist/index.d.cts
CHANGED
|
@@ -82,6 +82,7 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
82
82
|
"generic.service": string;
|
|
83
83
|
"generic.star": string;
|
|
84
84
|
"generic.tryNow": string;
|
|
85
|
+
"generic.startNow": string;
|
|
85
86
|
"generic.dismiss": string;
|
|
86
87
|
"generic.unsavedWork.confirmMessage.headline": string;
|
|
87
88
|
"generic.unsavedWork.confirmMessage.message": string;
|
|
@@ -110,6 +111,7 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
110
111
|
"generic.missing.permissions": string;
|
|
111
112
|
"generic.shortcutHint": string;
|
|
112
113
|
"generic.upgradeToEnterprise": string;
|
|
114
|
+
"generic.never": string;
|
|
113
115
|
"about.aboutN8n": string;
|
|
114
116
|
"about.close": string;
|
|
115
117
|
"about.license": string;
|
|
@@ -184,6 +186,8 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
184
186
|
"aiAssistant.builder.newWorkflowNotice": string;
|
|
185
187
|
"aiAssistant.builder.feedbackPrompt": string;
|
|
186
188
|
"aiAssistant.builder.invalidPrompt": string;
|
|
189
|
+
"aiAssistant.builder.workflowParsingError.title": string;
|
|
190
|
+
"aiAssistant.builder.workflowParsingError.content": string;
|
|
187
191
|
"aiAssistant.assistant": string;
|
|
188
192
|
"aiAssistant.newSessionModal.title.part1": string;
|
|
189
193
|
"aiAssistant.newSessionModal.title.part2": string;
|
|
@@ -197,6 +201,8 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
197
201
|
"aiAssistant.codeUpdated.message.body2": string;
|
|
198
202
|
"aiAssistant.thinkingSteps.analyzingError": string;
|
|
199
203
|
"aiAssistant.thinkingSteps.thinking": string;
|
|
204
|
+
"aiAssistant.thinkingSteps.runningTools": string;
|
|
205
|
+
"aiAssistant.thinkingSteps.processingResults": string;
|
|
200
206
|
"aiAssistant.prompts.currentView.workflowList": string;
|
|
201
207
|
"aiAssistant.prompts.currentView.credentialsList": string;
|
|
202
208
|
"aiAssistant.prompts.currentView.executionsView": string;
|
|
@@ -1252,6 +1258,11 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
1252
1258
|
"node.discovery.pinData.canvas": string;
|
|
1253
1259
|
"node.discovery.pinData.ndv": string;
|
|
1254
1260
|
"node.executionError.openNode": string;
|
|
1261
|
+
"node.settings.continuesOnError": string;
|
|
1262
|
+
"node.settings.continuesOnError.title": string;
|
|
1263
|
+
"node.settings.retriesOnFailure": string;
|
|
1264
|
+
"node.settings.executeOnce": string;
|
|
1265
|
+
"node.settings.alwaysOutputData": string;
|
|
1255
1266
|
"nodeBase.clickToAddNodeOrDragToConnect": string;
|
|
1256
1267
|
"nodeCreator.actionsPlaceholderNode.scheduleTrigger": string;
|
|
1257
1268
|
"nodeCreator.actionsPlaceholderNode.webhook": string;
|
|
@@ -1503,8 +1514,9 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
1503
1514
|
"nodeView.couldntImportWorkflow": string;
|
|
1504
1515
|
"nodeView.couldntLoadWorkflow.invalidWorkflowObject": string;
|
|
1505
1516
|
"nodeView.deletesTheCurrentExecutionData": string;
|
|
1506
|
-
"nodeView.focusPanel.
|
|
1507
|
-
"nodeView.focusPanel.noParameters": string;
|
|
1517
|
+
"nodeView.focusPanel.noExecutionData": string;
|
|
1518
|
+
"nodeView.focusPanel.noParameters.title": string;
|
|
1519
|
+
"nodeView.focusPanel.noParameters.subtitle": string;
|
|
1508
1520
|
"nodeView.focusPanel.missingParameter": string;
|
|
1509
1521
|
"nodeView.itLooksLikeYouHaveBeenEditingSomething": string;
|
|
1510
1522
|
"nodeView.loadingTemplate": string;
|
|
@@ -1568,6 +1580,8 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
1568
1580
|
"nodeView.setupTemplate": string;
|
|
1569
1581
|
"nodeView.expandAllNodes": string;
|
|
1570
1582
|
"nodeView.collapseAllNodes": string;
|
|
1583
|
+
"nodeView.enterZoomMode": string;
|
|
1584
|
+
"nodeView.leaveZoomMode": string;
|
|
1571
1585
|
"nodeViewV2.showError.editingNotAllowed": string;
|
|
1572
1586
|
"nodeViewV2.showError.failedToCreateNode": string;
|
|
1573
1587
|
"contextMenu.node": string;
|
|
@@ -1766,14 +1780,13 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
1766
1780
|
"pushConnection.executionError": string;
|
|
1767
1781
|
"pushConnection.executionError.openNode": string;
|
|
1768
1782
|
"pushConnection.executionError.details": string;
|
|
1769
|
-
"prompts.productTeamMessage": string;
|
|
1770
1783
|
"prompts.npsSurvey.recommendationQuestion": string;
|
|
1771
1784
|
"prompts.npsSurvey.greatFeedbackTitle": string;
|
|
1772
1785
|
"prompts.npsSurvey.defaultFeedbackTitle": string;
|
|
1786
|
+
"prompts.npsSurvey.feedbackQuestionTitle": string;
|
|
1773
1787
|
"prompts.npsSurvey.notLikely": string;
|
|
1774
1788
|
"prompts.npsSurvey.veryLikely": string;
|
|
1775
1789
|
"prompts.npsSurvey.send": string;
|
|
1776
|
-
"prompts.npsSurvey.yourEmailAddress": string;
|
|
1777
1790
|
"prompts.npsSurvey.reviewUs": string;
|
|
1778
1791
|
"prompts.npsSurvey.thanks": string;
|
|
1779
1792
|
"renameAction.emptyName.message": string;
|
|
@@ -1959,6 +1972,7 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
1959
1972
|
"settings.personal.security": string;
|
|
1960
1973
|
"settings.signup.signUpInviterInfo": string;
|
|
1961
1974
|
"settings.users": string;
|
|
1975
|
+
"settings.users.count": string;
|
|
1962
1976
|
"settings.users.search.placeholder": string;
|
|
1963
1977
|
"settings.users.confirmDataHandlingAfterDeletion": string;
|
|
1964
1978
|
"settings.users.confirmUserDeletion": string;
|
|
@@ -2020,7 +2034,6 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
2020
2034
|
"settings.users.usersInvited": string;
|
|
2021
2035
|
"settings.users.usersInvitedError": string;
|
|
2022
2036
|
"settings.users.advancedPermissions.warning": string;
|
|
2023
|
-
"settings.users.advancedPermissions.warning.link": string;
|
|
2024
2037
|
"settings.users.userRoleUpdated": string;
|
|
2025
2038
|
"settings.users.userRoleUpdated.message": string;
|
|
2026
2039
|
"settings.users.userRoleUpdatedError": string;
|
|
@@ -2038,7 +2051,6 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
2038
2051
|
"settings.users.table.row.2fa.disabled": string;
|
|
2039
2052
|
"settings.api": string;
|
|
2040
2053
|
"settings.api.scopes.upgrade": string;
|
|
2041
|
-
"settings.api.scopes.upgrade.link": string;
|
|
2042
2054
|
"settings.n8napi": string;
|
|
2043
2055
|
"settings.log-streaming": string;
|
|
2044
2056
|
"settings.log-streaming.heading": string;
|
|
@@ -2358,6 +2370,10 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
2358
2370
|
"templates.workflows": string;
|
|
2359
2371
|
"templates.workflowsNotFound": string;
|
|
2360
2372
|
"textEdit.edit": string;
|
|
2373
|
+
"userActivity.daysAgo": string;
|
|
2374
|
+
"userActivity.lastTime": string;
|
|
2375
|
+
"userActivity.today": string;
|
|
2376
|
+
"userActivity.yesterday": string;
|
|
2361
2377
|
"timeAgo.daysAgo": string;
|
|
2362
2378
|
"timeAgo.hoursAgo": string;
|
|
2363
2379
|
"timeAgo.inDays": string;
|
|
@@ -2423,6 +2439,15 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
2423
2439
|
"ndv.search.noMatchSchema.description": string;
|
|
2424
2440
|
"ndv.search.noMatchSchema.description.link": string;
|
|
2425
2441
|
"ndv.search.items": string;
|
|
2442
|
+
"ndv.nodeHints.disabled": string;
|
|
2443
|
+
"ndv.nodeHints.alwaysOutputData": string;
|
|
2444
|
+
"ndv.nodeHints.alwaysOutputData.short": string;
|
|
2445
|
+
"ndv.nodeHints.executeOnce": string;
|
|
2446
|
+
"ndv.nodeHints.executeOnce.short": string;
|
|
2447
|
+
"ndv.nodeHints.retryOnFail": string;
|
|
2448
|
+
"ndv.nodeHints.retryOnFail.short": string;
|
|
2449
|
+
"ndv.nodeHints.continueOnError": string;
|
|
2450
|
+
"ndv.nodeHints.continueOnError.short": string;
|
|
2426
2451
|
"updatesPanel.andIs": string;
|
|
2427
2452
|
"updatesPanel.behindTheLatest": string;
|
|
2428
2453
|
"updatesPanel.howToUpdateYourN8nVersion": string;
|
|
@@ -2556,6 +2581,8 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
2556
2581
|
"workflowSettings.showMessage.saveSettings.title": string;
|
|
2557
2582
|
"workflowSettings.timeoutAfter": string;
|
|
2558
2583
|
"workflowSettings.timeoutWorkflow": string;
|
|
2584
|
+
"workflowSettings.executionTimeout": string;
|
|
2585
|
+
"workflowSettings.tags": string;
|
|
2559
2586
|
"workflowSettings.timezone": string;
|
|
2560
2587
|
"workflowSettings.timeSavedPerExecution": string;
|
|
2561
2588
|
"workflowSettings.timeSavedPerExecution.hint": string;
|
|
@@ -2607,6 +2634,7 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
2607
2634
|
"workflows.item.created": string;
|
|
2608
2635
|
"workflows.item.readonly": string;
|
|
2609
2636
|
"workflows.item.archived": string;
|
|
2637
|
+
"workflows.itemSuggestion.try": string;
|
|
2610
2638
|
"workflows.search.placeholder": string;
|
|
2611
2639
|
"workflows.filters": string;
|
|
2612
2640
|
"workflows.filters.tags": string;
|
|
@@ -2676,6 +2704,10 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
2676
2704
|
"workflows.create.folder.toast.title": string;
|
|
2677
2705
|
"workflows.create.project.toast.text": string;
|
|
2678
2706
|
"workflows.deactivated": string;
|
|
2707
|
+
"workflows.ai.starter.collection.callout": string;
|
|
2708
|
+
"workflows.ai.starter.collection.card": string;
|
|
2709
|
+
"workflows.ai.starter.collection.folder.name": string;
|
|
2710
|
+
"workflows.ai.starter.collection.error": string;
|
|
2679
2711
|
"workflowSelectorParameterInput.createNewSubworkflow.name": string;
|
|
2680
2712
|
"importCurlModal.title": string;
|
|
2681
2713
|
"importCurlModal.input.label": string;
|
|
@@ -3133,6 +3165,7 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
3133
3165
|
"evaluation.listRuns.metricsOverTime": string;
|
|
3134
3166
|
"evaluation.listRuns.status": string;
|
|
3135
3167
|
"evaluation.listRuns.runListHeader": string;
|
|
3168
|
+
"evaluation.listRuns.allTestCases": string;
|
|
3136
3169
|
"evaluation.listRuns.testCasesListHeader": string;
|
|
3137
3170
|
"evaluation.listRuns.runNumber": string;
|
|
3138
3171
|
"evaluation.listRuns.runDate": string;
|
|
@@ -3149,6 +3182,7 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
3149
3182
|
"evaluation.listRuns.error.unknownError": string;
|
|
3150
3183
|
"evaluation.listRuns.error.cantFetchTestRuns": string;
|
|
3151
3184
|
"evaluation.listRuns.error.cantStartTestRun": string;
|
|
3185
|
+
"evaluation.listRuns.error.cantStopTestRun": string;
|
|
3152
3186
|
"evaluation.listRuns.error.unknownError.description": string;
|
|
3153
3187
|
"evaluation.listRuns.error.evaluationTriggerNotFound": string;
|
|
3154
3188
|
"evaluation.listRuns.error.evaluationTriggerNotConfigured": string;
|
|
@@ -3175,7 +3209,9 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
3175
3209
|
"evaluation.runDetail.error.unknownError.solution": string;
|
|
3176
3210
|
"evaluation.runDetail.error.noMetricsCollected": string;
|
|
3177
3211
|
"evaluation.runDetail.error.partialCasesFailed": string;
|
|
3212
|
+
"evaluation.runDetail.notice.useSetInputs": string;
|
|
3178
3213
|
"evaluation.runTest": string;
|
|
3214
|
+
"evaluation.stopTest": string;
|
|
3179
3215
|
"evaluation.cancelTestRun": string;
|
|
3180
3216
|
"evaluation.notImplemented": string;
|
|
3181
3217
|
"evaluation.viewDetails": string;
|
|
@@ -3256,9 +3292,9 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
3256
3292
|
"insights.banner.title.timeSavedDailyAverage": string;
|
|
3257
3293
|
"insights.banner.title.averageRunTime": string;
|
|
3258
3294
|
"insights.dashboard.table.projectName": string;
|
|
3295
|
+
"insights.dashboard.table.title": string;
|
|
3259
3296
|
"insights.dashboard.table.estimate": string;
|
|
3260
3297
|
"insights.dashboard.title": string;
|
|
3261
|
-
"insights.dashboard.paywall.cta": string;
|
|
3262
3298
|
"insights.dashboard.paywall.title": string;
|
|
3263
3299
|
"insights.dashboard.paywall.description": string;
|
|
3264
3300
|
"insights.banner.title.timeSaved.tooltip": string;
|
|
@@ -3281,8 +3317,8 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
3281
3317
|
"communityNodeInfo.downloads": string;
|
|
3282
3318
|
"communityNodeInfo.publishedBy": string;
|
|
3283
3319
|
"communityNodeInfo.contact.admin": string;
|
|
3320
|
+
"communityNodeUpdateInfo.available": string;
|
|
3284
3321
|
"insights.upgradeModal.button.dismiss": string;
|
|
3285
|
-
"insights.upgradeModal.button.upgrade": string;
|
|
3286
3322
|
"insights.upgradeModal.content": string;
|
|
3287
3323
|
"insights.upgradeModal.perks.0": string;
|
|
3288
3324
|
"insights.upgradeModal.perks.1": string;
|
|
@@ -3293,7 +3329,7 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
3293
3329
|
"whatsNew.updateAvailable": string;
|
|
3294
3330
|
"whatsNew.updateAvailable.changelogLink": string;
|
|
3295
3331
|
};
|
|
3296
|
-
}, {}, {}, string,
|
|
3332
|
+
}, {}, {}, string, false>;
|
|
3297
3333
|
type BaseTextOptions = {
|
|
3298
3334
|
adjustToNumber?: number;
|
|
3299
3335
|
interpolate?: Record<string, string | number>;
|
package/dist/index.d.ts
CHANGED
|
@@ -82,6 +82,7 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
82
82
|
"generic.service": string;
|
|
83
83
|
"generic.star": string;
|
|
84
84
|
"generic.tryNow": string;
|
|
85
|
+
"generic.startNow": string;
|
|
85
86
|
"generic.dismiss": string;
|
|
86
87
|
"generic.unsavedWork.confirmMessage.headline": string;
|
|
87
88
|
"generic.unsavedWork.confirmMessage.message": string;
|
|
@@ -110,6 +111,7 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
110
111
|
"generic.missing.permissions": string;
|
|
111
112
|
"generic.shortcutHint": string;
|
|
112
113
|
"generic.upgradeToEnterprise": string;
|
|
114
|
+
"generic.never": string;
|
|
113
115
|
"about.aboutN8n": string;
|
|
114
116
|
"about.close": string;
|
|
115
117
|
"about.license": string;
|
|
@@ -184,6 +186,8 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
184
186
|
"aiAssistant.builder.newWorkflowNotice": string;
|
|
185
187
|
"aiAssistant.builder.feedbackPrompt": string;
|
|
186
188
|
"aiAssistant.builder.invalidPrompt": string;
|
|
189
|
+
"aiAssistant.builder.workflowParsingError.title": string;
|
|
190
|
+
"aiAssistant.builder.workflowParsingError.content": string;
|
|
187
191
|
"aiAssistant.assistant": string;
|
|
188
192
|
"aiAssistant.newSessionModal.title.part1": string;
|
|
189
193
|
"aiAssistant.newSessionModal.title.part2": string;
|
|
@@ -197,6 +201,8 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
197
201
|
"aiAssistant.codeUpdated.message.body2": string;
|
|
198
202
|
"aiAssistant.thinkingSteps.analyzingError": string;
|
|
199
203
|
"aiAssistant.thinkingSteps.thinking": string;
|
|
204
|
+
"aiAssistant.thinkingSteps.runningTools": string;
|
|
205
|
+
"aiAssistant.thinkingSteps.processingResults": string;
|
|
200
206
|
"aiAssistant.prompts.currentView.workflowList": string;
|
|
201
207
|
"aiAssistant.prompts.currentView.credentialsList": string;
|
|
202
208
|
"aiAssistant.prompts.currentView.executionsView": string;
|
|
@@ -1252,6 +1258,11 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
1252
1258
|
"node.discovery.pinData.canvas": string;
|
|
1253
1259
|
"node.discovery.pinData.ndv": string;
|
|
1254
1260
|
"node.executionError.openNode": string;
|
|
1261
|
+
"node.settings.continuesOnError": string;
|
|
1262
|
+
"node.settings.continuesOnError.title": string;
|
|
1263
|
+
"node.settings.retriesOnFailure": string;
|
|
1264
|
+
"node.settings.executeOnce": string;
|
|
1265
|
+
"node.settings.alwaysOutputData": string;
|
|
1255
1266
|
"nodeBase.clickToAddNodeOrDragToConnect": string;
|
|
1256
1267
|
"nodeCreator.actionsPlaceholderNode.scheduleTrigger": string;
|
|
1257
1268
|
"nodeCreator.actionsPlaceholderNode.webhook": string;
|
|
@@ -1503,8 +1514,9 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
1503
1514
|
"nodeView.couldntImportWorkflow": string;
|
|
1504
1515
|
"nodeView.couldntLoadWorkflow.invalidWorkflowObject": string;
|
|
1505
1516
|
"nodeView.deletesTheCurrentExecutionData": string;
|
|
1506
|
-
"nodeView.focusPanel.
|
|
1507
|
-
"nodeView.focusPanel.noParameters": string;
|
|
1517
|
+
"nodeView.focusPanel.noExecutionData": string;
|
|
1518
|
+
"nodeView.focusPanel.noParameters.title": string;
|
|
1519
|
+
"nodeView.focusPanel.noParameters.subtitle": string;
|
|
1508
1520
|
"nodeView.focusPanel.missingParameter": string;
|
|
1509
1521
|
"nodeView.itLooksLikeYouHaveBeenEditingSomething": string;
|
|
1510
1522
|
"nodeView.loadingTemplate": string;
|
|
@@ -1568,6 +1580,8 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
1568
1580
|
"nodeView.setupTemplate": string;
|
|
1569
1581
|
"nodeView.expandAllNodes": string;
|
|
1570
1582
|
"nodeView.collapseAllNodes": string;
|
|
1583
|
+
"nodeView.enterZoomMode": string;
|
|
1584
|
+
"nodeView.leaveZoomMode": string;
|
|
1571
1585
|
"nodeViewV2.showError.editingNotAllowed": string;
|
|
1572
1586
|
"nodeViewV2.showError.failedToCreateNode": string;
|
|
1573
1587
|
"contextMenu.node": string;
|
|
@@ -1766,14 +1780,13 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
1766
1780
|
"pushConnection.executionError": string;
|
|
1767
1781
|
"pushConnection.executionError.openNode": string;
|
|
1768
1782
|
"pushConnection.executionError.details": string;
|
|
1769
|
-
"prompts.productTeamMessage": string;
|
|
1770
1783
|
"prompts.npsSurvey.recommendationQuestion": string;
|
|
1771
1784
|
"prompts.npsSurvey.greatFeedbackTitle": string;
|
|
1772
1785
|
"prompts.npsSurvey.defaultFeedbackTitle": string;
|
|
1786
|
+
"prompts.npsSurvey.feedbackQuestionTitle": string;
|
|
1773
1787
|
"prompts.npsSurvey.notLikely": string;
|
|
1774
1788
|
"prompts.npsSurvey.veryLikely": string;
|
|
1775
1789
|
"prompts.npsSurvey.send": string;
|
|
1776
|
-
"prompts.npsSurvey.yourEmailAddress": string;
|
|
1777
1790
|
"prompts.npsSurvey.reviewUs": string;
|
|
1778
1791
|
"prompts.npsSurvey.thanks": string;
|
|
1779
1792
|
"renameAction.emptyName.message": string;
|
|
@@ -1959,6 +1972,7 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
1959
1972
|
"settings.personal.security": string;
|
|
1960
1973
|
"settings.signup.signUpInviterInfo": string;
|
|
1961
1974
|
"settings.users": string;
|
|
1975
|
+
"settings.users.count": string;
|
|
1962
1976
|
"settings.users.search.placeholder": string;
|
|
1963
1977
|
"settings.users.confirmDataHandlingAfterDeletion": string;
|
|
1964
1978
|
"settings.users.confirmUserDeletion": string;
|
|
@@ -2020,7 +2034,6 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
2020
2034
|
"settings.users.usersInvited": string;
|
|
2021
2035
|
"settings.users.usersInvitedError": string;
|
|
2022
2036
|
"settings.users.advancedPermissions.warning": string;
|
|
2023
|
-
"settings.users.advancedPermissions.warning.link": string;
|
|
2024
2037
|
"settings.users.userRoleUpdated": string;
|
|
2025
2038
|
"settings.users.userRoleUpdated.message": string;
|
|
2026
2039
|
"settings.users.userRoleUpdatedError": string;
|
|
@@ -2038,7 +2051,6 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
2038
2051
|
"settings.users.table.row.2fa.disabled": string;
|
|
2039
2052
|
"settings.api": string;
|
|
2040
2053
|
"settings.api.scopes.upgrade": string;
|
|
2041
|
-
"settings.api.scopes.upgrade.link": string;
|
|
2042
2054
|
"settings.n8napi": string;
|
|
2043
2055
|
"settings.log-streaming": string;
|
|
2044
2056
|
"settings.log-streaming.heading": string;
|
|
@@ -2358,6 +2370,10 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
2358
2370
|
"templates.workflows": string;
|
|
2359
2371
|
"templates.workflowsNotFound": string;
|
|
2360
2372
|
"textEdit.edit": string;
|
|
2373
|
+
"userActivity.daysAgo": string;
|
|
2374
|
+
"userActivity.lastTime": string;
|
|
2375
|
+
"userActivity.today": string;
|
|
2376
|
+
"userActivity.yesterday": string;
|
|
2361
2377
|
"timeAgo.daysAgo": string;
|
|
2362
2378
|
"timeAgo.hoursAgo": string;
|
|
2363
2379
|
"timeAgo.inDays": string;
|
|
@@ -2423,6 +2439,15 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
2423
2439
|
"ndv.search.noMatchSchema.description": string;
|
|
2424
2440
|
"ndv.search.noMatchSchema.description.link": string;
|
|
2425
2441
|
"ndv.search.items": string;
|
|
2442
|
+
"ndv.nodeHints.disabled": string;
|
|
2443
|
+
"ndv.nodeHints.alwaysOutputData": string;
|
|
2444
|
+
"ndv.nodeHints.alwaysOutputData.short": string;
|
|
2445
|
+
"ndv.nodeHints.executeOnce": string;
|
|
2446
|
+
"ndv.nodeHints.executeOnce.short": string;
|
|
2447
|
+
"ndv.nodeHints.retryOnFail": string;
|
|
2448
|
+
"ndv.nodeHints.retryOnFail.short": string;
|
|
2449
|
+
"ndv.nodeHints.continueOnError": string;
|
|
2450
|
+
"ndv.nodeHints.continueOnError.short": string;
|
|
2426
2451
|
"updatesPanel.andIs": string;
|
|
2427
2452
|
"updatesPanel.behindTheLatest": string;
|
|
2428
2453
|
"updatesPanel.howToUpdateYourN8nVersion": string;
|
|
@@ -2556,6 +2581,8 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
2556
2581
|
"workflowSettings.showMessage.saveSettings.title": string;
|
|
2557
2582
|
"workflowSettings.timeoutAfter": string;
|
|
2558
2583
|
"workflowSettings.timeoutWorkflow": string;
|
|
2584
|
+
"workflowSettings.executionTimeout": string;
|
|
2585
|
+
"workflowSettings.tags": string;
|
|
2559
2586
|
"workflowSettings.timezone": string;
|
|
2560
2587
|
"workflowSettings.timeSavedPerExecution": string;
|
|
2561
2588
|
"workflowSettings.timeSavedPerExecution.hint": string;
|
|
@@ -2607,6 +2634,7 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
2607
2634
|
"workflows.item.created": string;
|
|
2608
2635
|
"workflows.item.readonly": string;
|
|
2609
2636
|
"workflows.item.archived": string;
|
|
2637
|
+
"workflows.itemSuggestion.try": string;
|
|
2610
2638
|
"workflows.search.placeholder": string;
|
|
2611
2639
|
"workflows.filters": string;
|
|
2612
2640
|
"workflows.filters.tags": string;
|
|
@@ -2676,6 +2704,10 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
2676
2704
|
"workflows.create.folder.toast.title": string;
|
|
2677
2705
|
"workflows.create.project.toast.text": string;
|
|
2678
2706
|
"workflows.deactivated": string;
|
|
2707
|
+
"workflows.ai.starter.collection.callout": string;
|
|
2708
|
+
"workflows.ai.starter.collection.card": string;
|
|
2709
|
+
"workflows.ai.starter.collection.folder.name": string;
|
|
2710
|
+
"workflows.ai.starter.collection.error": string;
|
|
2679
2711
|
"workflowSelectorParameterInput.createNewSubworkflow.name": string;
|
|
2680
2712
|
"importCurlModal.title": string;
|
|
2681
2713
|
"importCurlModal.input.label": string;
|
|
@@ -3133,6 +3165,7 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
3133
3165
|
"evaluation.listRuns.metricsOverTime": string;
|
|
3134
3166
|
"evaluation.listRuns.status": string;
|
|
3135
3167
|
"evaluation.listRuns.runListHeader": string;
|
|
3168
|
+
"evaluation.listRuns.allTestCases": string;
|
|
3136
3169
|
"evaluation.listRuns.testCasesListHeader": string;
|
|
3137
3170
|
"evaluation.listRuns.runNumber": string;
|
|
3138
3171
|
"evaluation.listRuns.runDate": string;
|
|
@@ -3149,6 +3182,7 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
3149
3182
|
"evaluation.listRuns.error.unknownError": string;
|
|
3150
3183
|
"evaluation.listRuns.error.cantFetchTestRuns": string;
|
|
3151
3184
|
"evaluation.listRuns.error.cantStartTestRun": string;
|
|
3185
|
+
"evaluation.listRuns.error.cantStopTestRun": string;
|
|
3152
3186
|
"evaluation.listRuns.error.unknownError.description": string;
|
|
3153
3187
|
"evaluation.listRuns.error.evaluationTriggerNotFound": string;
|
|
3154
3188
|
"evaluation.listRuns.error.evaluationTriggerNotConfigured": string;
|
|
@@ -3175,7 +3209,9 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
3175
3209
|
"evaluation.runDetail.error.unknownError.solution": string;
|
|
3176
3210
|
"evaluation.runDetail.error.noMetricsCollected": string;
|
|
3177
3211
|
"evaluation.runDetail.error.partialCasesFailed": string;
|
|
3212
|
+
"evaluation.runDetail.notice.useSetInputs": string;
|
|
3178
3213
|
"evaluation.runTest": string;
|
|
3214
|
+
"evaluation.stopTest": string;
|
|
3179
3215
|
"evaluation.cancelTestRun": string;
|
|
3180
3216
|
"evaluation.notImplemented": string;
|
|
3181
3217
|
"evaluation.viewDetails": string;
|
|
@@ -3256,9 +3292,9 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
3256
3292
|
"insights.banner.title.timeSavedDailyAverage": string;
|
|
3257
3293
|
"insights.banner.title.averageRunTime": string;
|
|
3258
3294
|
"insights.dashboard.table.projectName": string;
|
|
3295
|
+
"insights.dashboard.table.title": string;
|
|
3259
3296
|
"insights.dashboard.table.estimate": string;
|
|
3260
3297
|
"insights.dashboard.title": string;
|
|
3261
|
-
"insights.dashboard.paywall.cta": string;
|
|
3262
3298
|
"insights.dashboard.paywall.title": string;
|
|
3263
3299
|
"insights.dashboard.paywall.description": string;
|
|
3264
3300
|
"insights.banner.title.timeSaved.tooltip": string;
|
|
@@ -3281,8 +3317,8 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
3281
3317
|
"communityNodeInfo.downloads": string;
|
|
3282
3318
|
"communityNodeInfo.publishedBy": string;
|
|
3283
3319
|
"communityNodeInfo.contact.admin": string;
|
|
3320
|
+
"communityNodeUpdateInfo.available": string;
|
|
3284
3321
|
"insights.upgradeModal.button.dismiss": string;
|
|
3285
|
-
"insights.upgradeModal.button.upgrade": string;
|
|
3286
3322
|
"insights.upgradeModal.content": string;
|
|
3287
3323
|
"insights.upgradeModal.perks.0": string;
|
|
3288
3324
|
"insights.upgradeModal.perks.1": string;
|
|
@@ -3293,7 +3329,7 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
3293
3329
|
"whatsNew.updateAvailable": string;
|
|
3294
3330
|
"whatsNew.updateAvailable.changelogLink": string;
|
|
3295
3331
|
};
|
|
3296
|
-
}, {}, {}, string,
|
|
3332
|
+
}, {}, {}, string, false>;
|
|
3297
3333
|
type BaseTextOptions = {
|
|
3298
3334
|
adjustToNumber?: number;
|
|
3299
3335
|
interpolate?: Record<string, string | number>;
|