@n8n/i18n 1.24.2 → 1.25.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 +3949 -7800
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +61 -18
- package/dist/{index.d.ts → index.d.mts} +62 -19
- package/dist/index.mjs +4211 -0
- package/dist/index.mjs.map +1 -0
- package/dist/types.d.cts +1 -1
- package/dist/types.d.mts +2 -0
- package/dist/types.mjs +1 -0
- package/dist/{types-eBu_kveP.d.cts → types2.d.cts} +62 -19
- package/dist/{types-DACdyL-T.d.ts → types2.d.mts} +62 -19
- package/dist/utils.cjs +1 -1
- package/dist/{utils.d.ts → utils.d.mts} +1 -1
- package/dist/utils.mjs +3 -0
- package/dist/{utils-p9ioSiTo.cjs → utils2.cjs} +3 -9
- package/dist/utils2.cjs.map +1 -0
- package/dist/{utils-BJm12gqs.js → utils2.mjs} +4 -10
- package/dist/utils2.mjs.map +1 -0
- package/package.json +12 -12
- package/dist/index.js +0 -8039
- package/dist/index.js.map +0 -1
- package/dist/types.d.ts +0 -2
- package/dist/types.js +0 -0
- package/dist/utils-BJm12gqs.js.map +0 -1
- package/dist/utils-p9ioSiTo.cjs.map +0 -1
- package/dist/utils.js +0 -3
package/dist/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { i as LocaleMessages, n as GetBaseTextKey, r as INodeTranslationHeaders, t as BaseTextKey } from "./types2.cjs";
|
|
2
2
|
import * as vue_i18n0 from "vue-i18n";
|
|
3
3
|
import * as vue0 from "vue";
|
|
4
4
|
import { INodeProperties, INodePropertyCollection, INodePropertyOptions } from "n8n-workflow";
|
|
@@ -141,6 +141,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
141
141
|
"generic.projects": string;
|
|
142
142
|
"generic.your": string;
|
|
143
143
|
"generic.apiKey": string;
|
|
144
|
+
"generic.search": string;
|
|
144
145
|
"about.aboutN8n": string;
|
|
145
146
|
"about.close": string;
|
|
146
147
|
"about.license": string;
|
|
@@ -314,6 +315,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
314
315
|
"chatHub.agent.editor.systemPrompt.label": string;
|
|
315
316
|
"chatHub.agent.editor.systemPrompt.placeholder": string;
|
|
316
317
|
"chatHub.agent.editor.model.label": string;
|
|
318
|
+
"chatHub.agent.editor.tools.label": string;
|
|
317
319
|
"chatHub.agent.editor.loading": string;
|
|
318
320
|
"chatHub.agent.editor.saving": string;
|
|
319
321
|
"chatHub.agent.editor.save": string;
|
|
@@ -330,6 +332,13 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
330
332
|
"chatHub.agent.editor.success.create": string;
|
|
331
333
|
"chatHub.agent.editor.success.update": string;
|
|
332
334
|
"chatHub.agent.editor.success.delete": string;
|
|
335
|
+
"chatHub.tools.editor.title": string;
|
|
336
|
+
"chatHub.tools.editor.credential": string;
|
|
337
|
+
"chatHub.tools.editor.credential.placeholder": string;
|
|
338
|
+
"chatHub.tools.editor.credential.new": string;
|
|
339
|
+
"chatHub.tools.editor.selectedCount": string;
|
|
340
|
+
"chatHub.tools.editor.confirm": string;
|
|
341
|
+
"chatHub.tools.editor.cancel": string;
|
|
333
342
|
"chatEmbed.infoTip.description": string;
|
|
334
343
|
"chatEmbed.infoTip.link": string;
|
|
335
344
|
"chatEmbed.title": string;
|
|
@@ -1252,7 +1261,6 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1252
1261
|
"ndv.input.mapping": string;
|
|
1253
1262
|
"ndv.input.fromAI": string;
|
|
1254
1263
|
"ndv.input.parentNodes": string;
|
|
1255
|
-
"ndv.input.tooMuchData.title": string;
|
|
1256
1264
|
"ndv.input.noOutputDataInBranch": string;
|
|
1257
1265
|
"ndv.input.noOutputDataInNode": string;
|
|
1258
1266
|
"ndv.input.noOutputData": string;
|
|
@@ -1315,10 +1323,6 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1315
1323
|
"ndv.output.insertTestData": string;
|
|
1316
1324
|
"ndv.output.staleDataWarning.regular": string;
|
|
1317
1325
|
"ndv.output.staleDataWarning.pinData": string;
|
|
1318
|
-
"ndv.output.tooMuchData.message": string;
|
|
1319
|
-
"ndv.output.tooMuchData.showDataAnyway": string;
|
|
1320
|
-
"ndv.output.tooMuchData.title": string;
|
|
1321
|
-
"ndv.output.logs.tooMuchData.message": string;
|
|
1322
1326
|
"ndv.output.waitingToRun": string;
|
|
1323
1327
|
"ndv.output.noToolUsedInfo": string;
|
|
1324
1328
|
"ndv.title.cancel": string;
|
|
@@ -1344,6 +1348,9 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1344
1348
|
"ndv.pinData.error.tooLarge.description": string;
|
|
1345
1349
|
"ndv.pinData.error.tooLargeWorkflow.title": string;
|
|
1346
1350
|
"ndv.pinData.error.tooLargeWorkflow.description": string;
|
|
1351
|
+
"ndv.tooMuchData.message": string;
|
|
1352
|
+
"ndv.tooMuchData.showDataAnyway": string;
|
|
1353
|
+
"ndv.tooMuchData.title": string;
|
|
1347
1354
|
"ndv.httpRequest.credentialOnly.docsNotice": string;
|
|
1348
1355
|
"noTagsView.readyToOrganizeYourWorkflows": string;
|
|
1349
1356
|
"noTagsView.withWorkflowTagsYouReFree": string;
|
|
@@ -1766,6 +1773,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1766
1773
|
"oauth.consentView.description": string;
|
|
1767
1774
|
"oauth.consentView.action.listWorkflows": string;
|
|
1768
1775
|
"oauth.consentView.action.workflowDetails": string;
|
|
1776
|
+
"oauth.consentView.action.executeWorkflows": string;
|
|
1769
1777
|
"oauth.consentView.readMore": string;
|
|
1770
1778
|
"oauth.consentView.error.deny": string;
|
|
1771
1779
|
"oauth.consentView.error.allow": string;
|
|
@@ -2649,6 +2657,39 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2649
2657
|
"settings.sourceControl.httpsPersonalAccessTokenPlaceholder": string;
|
|
2650
2658
|
"settings.sourceControl.httpsWarningNotice": string;
|
|
2651
2659
|
"settings.sourceControl.httpsWarningNotice.strong": string;
|
|
2660
|
+
"settings.migrationReport": string;
|
|
2661
|
+
"settings.migrationReport.title": string;
|
|
2662
|
+
"settings.migrationReport.description": string;
|
|
2663
|
+
"settings.migrationReport.refreshButton": string;
|
|
2664
|
+
"settings.migrationReport.tabs.workflowIssues": string;
|
|
2665
|
+
"settings.migrationReport.tabs.instanceIssues": string;
|
|
2666
|
+
"settings.migrationReport.workflowTooltip.critical": string;
|
|
2667
|
+
"settings.migrationReport.workflowTooltip.medium": string;
|
|
2668
|
+
"settings.migrationReport.workflowTooltip.low": string;
|
|
2669
|
+
"settings.migrationReport.instanceTooltip.critical": string;
|
|
2670
|
+
"settings.migrationReport.instanceTooltip.medium": string;
|
|
2671
|
+
"settings.migrationReport.instanceTooltip.low": string;
|
|
2672
|
+
"settings.migrationReport.emptyWorkflowIssues.title": string;
|
|
2673
|
+
"settings.migrationReport.emptyWorkflowIssues.description": string;
|
|
2674
|
+
"settings.migrationReport.emptyInstanceIssues.title": string;
|
|
2675
|
+
"settings.migrationReport.emptyInstanceIssues.description": string;
|
|
2676
|
+
"settings.migrationReport.documentation": string;
|
|
2677
|
+
"settings.migrationReport.workflowsCount": string;
|
|
2678
|
+
"settings.migrationReport.detail.affectedTag": string;
|
|
2679
|
+
"settings.migrationReport.detail.table.name": string;
|
|
2680
|
+
"settings.migrationReport.detail.table.issue": string;
|
|
2681
|
+
"settings.migrationReport.detail.table.active": string;
|
|
2682
|
+
"settings.migrationReport.detail.table.deactivated": string;
|
|
2683
|
+
"settings.migrationReport.detail.table.nodeAffected": string;
|
|
2684
|
+
"settings.migrationReport.detail.table.numberOfExecutions": string;
|
|
2685
|
+
"settings.migrationReport.detail.table.lastExecuted": string;
|
|
2686
|
+
"settings.migrationReport.detail.table.lastUpdated": string;
|
|
2687
|
+
"settings.migrationReport.detail.table.never": string;
|
|
2688
|
+
"settings.migrationReport.detail.search.placeholder": string;
|
|
2689
|
+
"settings.migrationReport.detail.filter.status.label": string;
|
|
2690
|
+
"settings.migrationReport.detail.filter.status.all": string;
|
|
2691
|
+
"settings.migrationReport.detail.filter.status.active": string;
|
|
2692
|
+
"settings.migrationReport.detail.filter.status.deactivated": string;
|
|
2652
2693
|
"showMessage.cancel": string;
|
|
2653
2694
|
"showMessage.ok": string;
|
|
2654
2695
|
"showMessage.showDetails": string;
|
|
@@ -2783,6 +2824,9 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2783
2824
|
"ndv.search.noMatchSchema.description": string;
|
|
2784
2825
|
"ndv.search.noMatchSchema.description.link": string;
|
|
2785
2826
|
"ndv.search.items": string;
|
|
2827
|
+
"ndv.render.text": string;
|
|
2828
|
+
"ndv.render.html": string;
|
|
2829
|
+
"ndv.render.markdown": string;
|
|
2786
2830
|
"ndv.nodeHints.disabled": string;
|
|
2787
2831
|
"ndv.nodeHints.alwaysOutputData": string;
|
|
2788
2832
|
"ndv.nodeHints.alwaysOutputData.short": string;
|
|
@@ -2978,9 +3022,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2978
3022
|
"workflowHistory.action.clone.success.title": string;
|
|
2979
3023
|
"workflowHistory.action.clone.success.message": string;
|
|
2980
3024
|
"workflowHistory.button.tooltip.empty": string;
|
|
2981
|
-
"workflowHistory.button.tooltip
|
|
2982
|
-
"workflowHistory.button.tooltip.disabled": string;
|
|
2983
|
-
"workflowHistory.button.tooltip.disabled.link": string;
|
|
3025
|
+
"workflowHistory.button.tooltip": string;
|
|
2984
3026
|
"workflows.heading": string;
|
|
2985
3027
|
"workflows.add": string;
|
|
2986
3028
|
"workflows.project.add": string;
|
|
@@ -3046,7 +3088,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3046
3088
|
"workflows.empty.preBuiltAgents": string;
|
|
3047
3089
|
"workflows.empty.shared-with-me": string;
|
|
3048
3090
|
"workflows.empty.shared-with-me.link": string;
|
|
3049
|
-
"workflows.empty.
|
|
3091
|
+
"workflows.empty.readyToRun": string;
|
|
3050
3092
|
"workflows.list.easyAI": string;
|
|
3051
3093
|
"workflows.list.error.fetching.one": string;
|
|
3052
3094
|
"workflows.list.error.fetching": string;
|
|
@@ -3248,6 +3290,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3248
3290
|
"dataTable.addColumn.systemColumnDescription": string;
|
|
3249
3291
|
"dataTable.addColumn.alreadyExistsDescription": string;
|
|
3250
3292
|
"dataTable.addColumn.testingColumnDescription": string;
|
|
3293
|
+
"dataTable.search.dateSearchInfo": string;
|
|
3251
3294
|
"settings.ldap": string;
|
|
3252
3295
|
"settings.ldap.note": string;
|
|
3253
3296
|
"settings.ldap.infoTip": string;
|
|
@@ -3329,6 +3372,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3329
3372
|
"settings.ldap.form.pageSize.infoText": string;
|
|
3330
3373
|
"settings.ldap.form.searchTimeout.label": string;
|
|
3331
3374
|
"settings.ldap.form.searchTimeout.infoText": string;
|
|
3375
|
+
"settings.ldap.form.enforceEmailUniqueness.label": string;
|
|
3376
|
+
"settings.ldap.form.enforceEmailUniqueness.tooltip": string;
|
|
3332
3377
|
"settings.ldap.section.synchronization.title": string;
|
|
3333
3378
|
"settings.sso": string;
|
|
3334
3379
|
"settings.sso.title": string;
|
|
@@ -3625,14 +3670,12 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3625
3670
|
"communityPlusModal.success.title": string;
|
|
3626
3671
|
"communityPlusModal.success.message": string;
|
|
3627
3672
|
"communityPlusModal.description": string;
|
|
3628
|
-
"communityPlusModal.features.
|
|
3629
|
-
"communityPlusModal.features.
|
|
3630
|
-
"communityPlusModal.features.
|
|
3631
|
-
"communityPlusModal.features.
|
|
3632
|
-
"communityPlusModal.features.
|
|
3633
|
-
"communityPlusModal.features.
|
|
3634
|
-
"communityPlusModal.features.fourth.title": string;
|
|
3635
|
-
"communityPlusModal.features.fourth.description": string;
|
|
3673
|
+
"communityPlusModal.features.debugging.title": string;
|
|
3674
|
+
"communityPlusModal.features.debugging.description": string;
|
|
3675
|
+
"communityPlusModal.features.execution.title": string;
|
|
3676
|
+
"communityPlusModal.features.execution.description": string;
|
|
3677
|
+
"communityPlusModal.features.folders.title": string;
|
|
3678
|
+
"communityPlusModal.features.folders.description": string;
|
|
3636
3679
|
"communityPlusModal.input.email.label": string;
|
|
3637
3680
|
"communityPlusModal.button.skip": string;
|
|
3638
3681
|
"communityPlusModal.button.confirm": string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { i as LocaleMessages, n as GetBaseTextKey, r as INodeTranslationHeaders, t as BaseTextKey } from "./types2.mjs";
|
|
2
2
|
import * as vue0 from "vue";
|
|
3
3
|
import * as vue_i18n0 from "vue-i18n";
|
|
4
4
|
import { INodeProperties, INodePropertyCollection, INodePropertyOptions } from "n8n-workflow";
|
|
@@ -141,6 +141,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
141
141
|
"generic.projects": string;
|
|
142
142
|
"generic.your": string;
|
|
143
143
|
"generic.apiKey": string;
|
|
144
|
+
"generic.search": string;
|
|
144
145
|
"about.aboutN8n": string;
|
|
145
146
|
"about.close": string;
|
|
146
147
|
"about.license": string;
|
|
@@ -314,6 +315,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
314
315
|
"chatHub.agent.editor.systemPrompt.label": string;
|
|
315
316
|
"chatHub.agent.editor.systemPrompt.placeholder": string;
|
|
316
317
|
"chatHub.agent.editor.model.label": string;
|
|
318
|
+
"chatHub.agent.editor.tools.label": string;
|
|
317
319
|
"chatHub.agent.editor.loading": string;
|
|
318
320
|
"chatHub.agent.editor.saving": string;
|
|
319
321
|
"chatHub.agent.editor.save": string;
|
|
@@ -330,6 +332,13 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
330
332
|
"chatHub.agent.editor.success.create": string;
|
|
331
333
|
"chatHub.agent.editor.success.update": string;
|
|
332
334
|
"chatHub.agent.editor.success.delete": string;
|
|
335
|
+
"chatHub.tools.editor.title": string;
|
|
336
|
+
"chatHub.tools.editor.credential": string;
|
|
337
|
+
"chatHub.tools.editor.credential.placeholder": string;
|
|
338
|
+
"chatHub.tools.editor.credential.new": string;
|
|
339
|
+
"chatHub.tools.editor.selectedCount": string;
|
|
340
|
+
"chatHub.tools.editor.confirm": string;
|
|
341
|
+
"chatHub.tools.editor.cancel": string;
|
|
333
342
|
"chatEmbed.infoTip.description": string;
|
|
334
343
|
"chatEmbed.infoTip.link": string;
|
|
335
344
|
"chatEmbed.title": string;
|
|
@@ -1252,7 +1261,6 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1252
1261
|
"ndv.input.mapping": string;
|
|
1253
1262
|
"ndv.input.fromAI": string;
|
|
1254
1263
|
"ndv.input.parentNodes": string;
|
|
1255
|
-
"ndv.input.tooMuchData.title": string;
|
|
1256
1264
|
"ndv.input.noOutputDataInBranch": string;
|
|
1257
1265
|
"ndv.input.noOutputDataInNode": string;
|
|
1258
1266
|
"ndv.input.noOutputData": string;
|
|
@@ -1315,10 +1323,6 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1315
1323
|
"ndv.output.insertTestData": string;
|
|
1316
1324
|
"ndv.output.staleDataWarning.regular": string;
|
|
1317
1325
|
"ndv.output.staleDataWarning.pinData": string;
|
|
1318
|
-
"ndv.output.tooMuchData.message": string;
|
|
1319
|
-
"ndv.output.tooMuchData.showDataAnyway": string;
|
|
1320
|
-
"ndv.output.tooMuchData.title": string;
|
|
1321
|
-
"ndv.output.logs.tooMuchData.message": string;
|
|
1322
1326
|
"ndv.output.waitingToRun": string;
|
|
1323
1327
|
"ndv.output.noToolUsedInfo": string;
|
|
1324
1328
|
"ndv.title.cancel": string;
|
|
@@ -1344,6 +1348,9 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1344
1348
|
"ndv.pinData.error.tooLarge.description": string;
|
|
1345
1349
|
"ndv.pinData.error.tooLargeWorkflow.title": string;
|
|
1346
1350
|
"ndv.pinData.error.tooLargeWorkflow.description": string;
|
|
1351
|
+
"ndv.tooMuchData.message": string;
|
|
1352
|
+
"ndv.tooMuchData.showDataAnyway": string;
|
|
1353
|
+
"ndv.tooMuchData.title": string;
|
|
1347
1354
|
"ndv.httpRequest.credentialOnly.docsNotice": string;
|
|
1348
1355
|
"noTagsView.readyToOrganizeYourWorkflows": string;
|
|
1349
1356
|
"noTagsView.withWorkflowTagsYouReFree": string;
|
|
@@ -1766,6 +1773,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1766
1773
|
"oauth.consentView.description": string;
|
|
1767
1774
|
"oauth.consentView.action.listWorkflows": string;
|
|
1768
1775
|
"oauth.consentView.action.workflowDetails": string;
|
|
1776
|
+
"oauth.consentView.action.executeWorkflows": string;
|
|
1769
1777
|
"oauth.consentView.readMore": string;
|
|
1770
1778
|
"oauth.consentView.error.deny": string;
|
|
1771
1779
|
"oauth.consentView.error.allow": string;
|
|
@@ -2649,6 +2657,39 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2649
2657
|
"settings.sourceControl.httpsPersonalAccessTokenPlaceholder": string;
|
|
2650
2658
|
"settings.sourceControl.httpsWarningNotice": string;
|
|
2651
2659
|
"settings.sourceControl.httpsWarningNotice.strong": string;
|
|
2660
|
+
"settings.migrationReport": string;
|
|
2661
|
+
"settings.migrationReport.title": string;
|
|
2662
|
+
"settings.migrationReport.description": string;
|
|
2663
|
+
"settings.migrationReport.refreshButton": string;
|
|
2664
|
+
"settings.migrationReport.tabs.workflowIssues": string;
|
|
2665
|
+
"settings.migrationReport.tabs.instanceIssues": string;
|
|
2666
|
+
"settings.migrationReport.workflowTooltip.critical": string;
|
|
2667
|
+
"settings.migrationReport.workflowTooltip.medium": string;
|
|
2668
|
+
"settings.migrationReport.workflowTooltip.low": string;
|
|
2669
|
+
"settings.migrationReport.instanceTooltip.critical": string;
|
|
2670
|
+
"settings.migrationReport.instanceTooltip.medium": string;
|
|
2671
|
+
"settings.migrationReport.instanceTooltip.low": string;
|
|
2672
|
+
"settings.migrationReport.emptyWorkflowIssues.title": string;
|
|
2673
|
+
"settings.migrationReport.emptyWorkflowIssues.description": string;
|
|
2674
|
+
"settings.migrationReport.emptyInstanceIssues.title": string;
|
|
2675
|
+
"settings.migrationReport.emptyInstanceIssues.description": string;
|
|
2676
|
+
"settings.migrationReport.documentation": string;
|
|
2677
|
+
"settings.migrationReport.workflowsCount": string;
|
|
2678
|
+
"settings.migrationReport.detail.affectedTag": string;
|
|
2679
|
+
"settings.migrationReport.detail.table.name": string;
|
|
2680
|
+
"settings.migrationReport.detail.table.issue": string;
|
|
2681
|
+
"settings.migrationReport.detail.table.active": string;
|
|
2682
|
+
"settings.migrationReport.detail.table.deactivated": string;
|
|
2683
|
+
"settings.migrationReport.detail.table.nodeAffected": string;
|
|
2684
|
+
"settings.migrationReport.detail.table.numberOfExecutions": string;
|
|
2685
|
+
"settings.migrationReport.detail.table.lastExecuted": string;
|
|
2686
|
+
"settings.migrationReport.detail.table.lastUpdated": string;
|
|
2687
|
+
"settings.migrationReport.detail.table.never": string;
|
|
2688
|
+
"settings.migrationReport.detail.search.placeholder": string;
|
|
2689
|
+
"settings.migrationReport.detail.filter.status.label": string;
|
|
2690
|
+
"settings.migrationReport.detail.filter.status.all": string;
|
|
2691
|
+
"settings.migrationReport.detail.filter.status.active": string;
|
|
2692
|
+
"settings.migrationReport.detail.filter.status.deactivated": string;
|
|
2652
2693
|
"showMessage.cancel": string;
|
|
2653
2694
|
"showMessage.ok": string;
|
|
2654
2695
|
"showMessage.showDetails": string;
|
|
@@ -2783,6 +2824,9 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2783
2824
|
"ndv.search.noMatchSchema.description": string;
|
|
2784
2825
|
"ndv.search.noMatchSchema.description.link": string;
|
|
2785
2826
|
"ndv.search.items": string;
|
|
2827
|
+
"ndv.render.text": string;
|
|
2828
|
+
"ndv.render.html": string;
|
|
2829
|
+
"ndv.render.markdown": string;
|
|
2786
2830
|
"ndv.nodeHints.disabled": string;
|
|
2787
2831
|
"ndv.nodeHints.alwaysOutputData": string;
|
|
2788
2832
|
"ndv.nodeHints.alwaysOutputData.short": string;
|
|
@@ -2978,9 +3022,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2978
3022
|
"workflowHistory.action.clone.success.title": string;
|
|
2979
3023
|
"workflowHistory.action.clone.success.message": string;
|
|
2980
3024
|
"workflowHistory.button.tooltip.empty": string;
|
|
2981
|
-
"workflowHistory.button.tooltip
|
|
2982
|
-
"workflowHistory.button.tooltip.disabled": string;
|
|
2983
|
-
"workflowHistory.button.tooltip.disabled.link": string;
|
|
3025
|
+
"workflowHistory.button.tooltip": string;
|
|
2984
3026
|
"workflows.heading": string;
|
|
2985
3027
|
"workflows.add": string;
|
|
2986
3028
|
"workflows.project.add": string;
|
|
@@ -3046,7 +3088,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3046
3088
|
"workflows.empty.preBuiltAgents": string;
|
|
3047
3089
|
"workflows.empty.shared-with-me": string;
|
|
3048
3090
|
"workflows.empty.shared-with-me.link": string;
|
|
3049
|
-
"workflows.empty.
|
|
3091
|
+
"workflows.empty.readyToRun": string;
|
|
3050
3092
|
"workflows.list.easyAI": string;
|
|
3051
3093
|
"workflows.list.error.fetching.one": string;
|
|
3052
3094
|
"workflows.list.error.fetching": string;
|
|
@@ -3248,6 +3290,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3248
3290
|
"dataTable.addColumn.systemColumnDescription": string;
|
|
3249
3291
|
"dataTable.addColumn.alreadyExistsDescription": string;
|
|
3250
3292
|
"dataTable.addColumn.testingColumnDescription": string;
|
|
3293
|
+
"dataTable.search.dateSearchInfo": string;
|
|
3251
3294
|
"settings.ldap": string;
|
|
3252
3295
|
"settings.ldap.note": string;
|
|
3253
3296
|
"settings.ldap.infoTip": string;
|
|
@@ -3329,6 +3372,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3329
3372
|
"settings.ldap.form.pageSize.infoText": string;
|
|
3330
3373
|
"settings.ldap.form.searchTimeout.label": string;
|
|
3331
3374
|
"settings.ldap.form.searchTimeout.infoText": string;
|
|
3375
|
+
"settings.ldap.form.enforceEmailUniqueness.label": string;
|
|
3376
|
+
"settings.ldap.form.enforceEmailUniqueness.tooltip": string;
|
|
3332
3377
|
"settings.ldap.section.synchronization.title": string;
|
|
3333
3378
|
"settings.sso": string;
|
|
3334
3379
|
"settings.sso.title": string;
|
|
@@ -3625,14 +3670,12 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3625
3670
|
"communityPlusModal.success.title": string;
|
|
3626
3671
|
"communityPlusModal.success.message": string;
|
|
3627
3672
|
"communityPlusModal.description": string;
|
|
3628
|
-
"communityPlusModal.features.
|
|
3629
|
-
"communityPlusModal.features.
|
|
3630
|
-
"communityPlusModal.features.
|
|
3631
|
-
"communityPlusModal.features.
|
|
3632
|
-
"communityPlusModal.features.
|
|
3633
|
-
"communityPlusModal.features.
|
|
3634
|
-
"communityPlusModal.features.fourth.title": string;
|
|
3635
|
-
"communityPlusModal.features.fourth.description": string;
|
|
3673
|
+
"communityPlusModal.features.debugging.title": string;
|
|
3674
|
+
"communityPlusModal.features.debugging.description": string;
|
|
3675
|
+
"communityPlusModal.features.execution.title": string;
|
|
3676
|
+
"communityPlusModal.features.execution.description": string;
|
|
3677
|
+
"communityPlusModal.features.folders.title": string;
|
|
3678
|
+
"communityPlusModal.features.folders.description": string;
|
|
3636
3679
|
"communityPlusModal.input.email.label": string;
|
|
3637
3680
|
"communityPlusModal.button.skip": string;
|
|
3638
3681
|
"communityPlusModal.button.confirm": string;
|
|
@@ -3993,4 +4036,4 @@ declare const i18n: I18nClass;
|
|
|
3993
4036
|
declare function useI18n(): I18nClass;
|
|
3994
4037
|
//#endregion
|
|
3995
4038
|
export { BaseTextKey, GetBaseTextKey, I18nClass, INodeTranslationHeaders, LocaleMessages, addCredentialTranslation, addHeaders, addNodeTranslation, i18n, i18nInstance, i18nVersion, loadLanguage, setLanguage, updateLocaleMessages, useI18n };
|
|
3996
|
-
//# sourceMappingURL=index.d.
|
|
4039
|
+
//# sourceMappingURL=index.d.mts.map
|