@n8n/i18n 1.24.0 → 1.25.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 +3949 -7754
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +84 -18
- package/dist/{index.d.ts → index.d.mts} +85 -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-Gzyvgd4l.d.ts → types2.d.cts} +85 -19
- package/dist/{types-CvlTqtF_.d.cts → types2.d.mts} +85 -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 +9 -9
- package/dist/index.js +0 -7993
- 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;
|
|
@@ -1970,6 +1978,26 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1970
1978
|
"projectRoles.credential:move.tooltip": string;
|
|
1971
1979
|
"projectRoles.credential:delete": string;
|
|
1972
1980
|
"projectRoles.credential:delete.tooltip": string;
|
|
1981
|
+
"projectRoles.dataTable:read": string;
|
|
1982
|
+
"projectRoles.dataTable:read.tooltip": string;
|
|
1983
|
+
"projectRoles.dataTable:update": string;
|
|
1984
|
+
"projectRoles.dataTable:update.tooltip": string;
|
|
1985
|
+
"projectRoles.dataTable:create": string;
|
|
1986
|
+
"projectRoles.dataTable:create.tooltip": string;
|
|
1987
|
+
"projectRoles.dataTable:delete": string;
|
|
1988
|
+
"projectRoles.dataTable:delete.tooltip": string;
|
|
1989
|
+
"projectRoles.dataTable:readRow": string;
|
|
1990
|
+
"projectRoles.dataTable:readRow.tooltip": string;
|
|
1991
|
+
"projectRoles.dataTable:writeRow": string;
|
|
1992
|
+
"projectRoles.dataTable:writeRow.tooltip": string;
|
|
1993
|
+
"projectRoles.projectVariable:read": string;
|
|
1994
|
+
"projectRoles.projectVariable:read.tooltip": string;
|
|
1995
|
+
"projectRoles.projectVariable:update": string;
|
|
1996
|
+
"projectRoles.projectVariable:update.tooltip": string;
|
|
1997
|
+
"projectRoles.projectVariable:create": string;
|
|
1998
|
+
"projectRoles.projectVariable:create.tooltip": string;
|
|
1999
|
+
"projectRoles.projectVariable:delete": string;
|
|
2000
|
+
"projectRoles.projectVariable:delete.tooltip": string;
|
|
1973
2001
|
"projectRoles.sourceControl:pull": string;
|
|
1974
2002
|
"projectRoles.sourceControl:push": string;
|
|
1975
2003
|
"projectRoles.sourceControl:push.tooltip": string;
|
|
@@ -1997,6 +2025,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1997
2025
|
"projectRoles.type.workflow": string;
|
|
1998
2026
|
"projectRoles.type.credential": string;
|
|
1999
2027
|
"projectRoles.type.sourceControl": string;
|
|
2028
|
+
"projectRoles.type.dataTable": string;
|
|
2029
|
+
"projectRoles.type.projectVariable": string;
|
|
2000
2030
|
"projectRoles.literal.system": string;
|
|
2001
2031
|
"projectRoles.literal.custom": string;
|
|
2002
2032
|
"projectRoles.action.cancel": string;
|
|
@@ -2627,6 +2657,39 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2627
2657
|
"settings.sourceControl.httpsPersonalAccessTokenPlaceholder": string;
|
|
2628
2658
|
"settings.sourceControl.httpsWarningNotice": string;
|
|
2629
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;
|
|
2630
2693
|
"showMessage.cancel": string;
|
|
2631
2694
|
"showMessage.ok": string;
|
|
2632
2695
|
"showMessage.showDetails": string;
|
|
@@ -2761,6 +2824,9 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2761
2824
|
"ndv.search.noMatchSchema.description": string;
|
|
2762
2825
|
"ndv.search.noMatchSchema.description.link": string;
|
|
2763
2826
|
"ndv.search.items": string;
|
|
2827
|
+
"ndv.render.text": string;
|
|
2828
|
+
"ndv.render.html": string;
|
|
2829
|
+
"ndv.render.markdown": string;
|
|
2764
2830
|
"ndv.nodeHints.disabled": string;
|
|
2765
2831
|
"ndv.nodeHints.alwaysOutputData": string;
|
|
2766
2832
|
"ndv.nodeHints.alwaysOutputData.short": string;
|
|
@@ -2956,9 +3022,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2956
3022
|
"workflowHistory.action.clone.success.title": string;
|
|
2957
3023
|
"workflowHistory.action.clone.success.message": string;
|
|
2958
3024
|
"workflowHistory.button.tooltip.empty": string;
|
|
2959
|
-
"workflowHistory.button.tooltip
|
|
2960
|
-
"workflowHistory.button.tooltip.disabled": string;
|
|
2961
|
-
"workflowHistory.button.tooltip.disabled.link": string;
|
|
3025
|
+
"workflowHistory.button.tooltip": string;
|
|
2962
3026
|
"workflows.heading": string;
|
|
2963
3027
|
"workflows.add": string;
|
|
2964
3028
|
"workflows.project.add": string;
|
|
@@ -3024,7 +3088,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3024
3088
|
"workflows.empty.preBuiltAgents": string;
|
|
3025
3089
|
"workflows.empty.shared-with-me": string;
|
|
3026
3090
|
"workflows.empty.shared-with-me.link": string;
|
|
3027
|
-
"workflows.empty.
|
|
3091
|
+
"workflows.empty.readyToRun": string;
|
|
3028
3092
|
"workflows.list.easyAI": string;
|
|
3029
3093
|
"workflows.list.error.fetching.one": string;
|
|
3030
3094
|
"workflows.list.error.fetching": string;
|
|
@@ -3172,6 +3236,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3172
3236
|
"dataTable.dataTables": string;
|
|
3173
3237
|
"dataTable.empty.label": string;
|
|
3174
3238
|
"dataTable.empty.description": string;
|
|
3239
|
+
"dataTable.empty.button.disabled.tooltip": string;
|
|
3175
3240
|
"dataTable.card.size": string;
|
|
3176
3241
|
"dataTable.card.column.count": string;
|
|
3177
3242
|
"dataTable.add.title": string;
|
|
@@ -3225,6 +3290,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3225
3290
|
"dataTable.addColumn.systemColumnDescription": string;
|
|
3226
3291
|
"dataTable.addColumn.alreadyExistsDescription": string;
|
|
3227
3292
|
"dataTable.addColumn.testingColumnDescription": string;
|
|
3293
|
+
"dataTable.search.dateSearchInfo": string;
|
|
3228
3294
|
"settings.ldap": string;
|
|
3229
3295
|
"settings.ldap.note": string;
|
|
3230
3296
|
"settings.ldap.infoTip": string;
|
|
@@ -3306,6 +3372,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3306
3372
|
"settings.ldap.form.pageSize.infoText": string;
|
|
3307
3373
|
"settings.ldap.form.searchTimeout.label": string;
|
|
3308
3374
|
"settings.ldap.form.searchTimeout.infoText": string;
|
|
3375
|
+
"settings.ldap.form.enforceEmailUniqueness.label": string;
|
|
3376
|
+
"settings.ldap.form.enforceEmailUniqueness.tooltip": string;
|
|
3309
3377
|
"settings.ldap.section.synchronization.title": string;
|
|
3310
3378
|
"settings.sso": string;
|
|
3311
3379
|
"settings.sso.title": string;
|
|
@@ -3602,14 +3670,12 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3602
3670
|
"communityPlusModal.success.title": string;
|
|
3603
3671
|
"communityPlusModal.success.message": string;
|
|
3604
3672
|
"communityPlusModal.description": string;
|
|
3605
|
-
"communityPlusModal.features.
|
|
3606
|
-
"communityPlusModal.features.
|
|
3607
|
-
"communityPlusModal.features.
|
|
3608
|
-
"communityPlusModal.features.
|
|
3609
|
-
"communityPlusModal.features.
|
|
3610
|
-
"communityPlusModal.features.
|
|
3611
|
-
"communityPlusModal.features.fourth.title": string;
|
|
3612
|
-
"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;
|
|
3613
3679
|
"communityPlusModal.input.email.label": string;
|
|
3614
3680
|
"communityPlusModal.button.skip": string;
|
|
3615
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;
|
|
@@ -1970,6 +1978,26 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1970
1978
|
"projectRoles.credential:move.tooltip": string;
|
|
1971
1979
|
"projectRoles.credential:delete": string;
|
|
1972
1980
|
"projectRoles.credential:delete.tooltip": string;
|
|
1981
|
+
"projectRoles.dataTable:read": string;
|
|
1982
|
+
"projectRoles.dataTable:read.tooltip": string;
|
|
1983
|
+
"projectRoles.dataTable:update": string;
|
|
1984
|
+
"projectRoles.dataTable:update.tooltip": string;
|
|
1985
|
+
"projectRoles.dataTable:create": string;
|
|
1986
|
+
"projectRoles.dataTable:create.tooltip": string;
|
|
1987
|
+
"projectRoles.dataTable:delete": string;
|
|
1988
|
+
"projectRoles.dataTable:delete.tooltip": string;
|
|
1989
|
+
"projectRoles.dataTable:readRow": string;
|
|
1990
|
+
"projectRoles.dataTable:readRow.tooltip": string;
|
|
1991
|
+
"projectRoles.dataTable:writeRow": string;
|
|
1992
|
+
"projectRoles.dataTable:writeRow.tooltip": string;
|
|
1993
|
+
"projectRoles.projectVariable:read": string;
|
|
1994
|
+
"projectRoles.projectVariable:read.tooltip": string;
|
|
1995
|
+
"projectRoles.projectVariable:update": string;
|
|
1996
|
+
"projectRoles.projectVariable:update.tooltip": string;
|
|
1997
|
+
"projectRoles.projectVariable:create": string;
|
|
1998
|
+
"projectRoles.projectVariable:create.tooltip": string;
|
|
1999
|
+
"projectRoles.projectVariable:delete": string;
|
|
2000
|
+
"projectRoles.projectVariable:delete.tooltip": string;
|
|
1973
2001
|
"projectRoles.sourceControl:pull": string;
|
|
1974
2002
|
"projectRoles.sourceControl:push": string;
|
|
1975
2003
|
"projectRoles.sourceControl:push.tooltip": string;
|
|
@@ -1997,6 +2025,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1997
2025
|
"projectRoles.type.workflow": string;
|
|
1998
2026
|
"projectRoles.type.credential": string;
|
|
1999
2027
|
"projectRoles.type.sourceControl": string;
|
|
2028
|
+
"projectRoles.type.dataTable": string;
|
|
2029
|
+
"projectRoles.type.projectVariable": string;
|
|
2000
2030
|
"projectRoles.literal.system": string;
|
|
2001
2031
|
"projectRoles.literal.custom": string;
|
|
2002
2032
|
"projectRoles.action.cancel": string;
|
|
@@ -2627,6 +2657,39 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2627
2657
|
"settings.sourceControl.httpsPersonalAccessTokenPlaceholder": string;
|
|
2628
2658
|
"settings.sourceControl.httpsWarningNotice": string;
|
|
2629
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;
|
|
2630
2693
|
"showMessage.cancel": string;
|
|
2631
2694
|
"showMessage.ok": string;
|
|
2632
2695
|
"showMessage.showDetails": string;
|
|
@@ -2761,6 +2824,9 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2761
2824
|
"ndv.search.noMatchSchema.description": string;
|
|
2762
2825
|
"ndv.search.noMatchSchema.description.link": string;
|
|
2763
2826
|
"ndv.search.items": string;
|
|
2827
|
+
"ndv.render.text": string;
|
|
2828
|
+
"ndv.render.html": string;
|
|
2829
|
+
"ndv.render.markdown": string;
|
|
2764
2830
|
"ndv.nodeHints.disabled": string;
|
|
2765
2831
|
"ndv.nodeHints.alwaysOutputData": string;
|
|
2766
2832
|
"ndv.nodeHints.alwaysOutputData.short": string;
|
|
@@ -2956,9 +3022,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2956
3022
|
"workflowHistory.action.clone.success.title": string;
|
|
2957
3023
|
"workflowHistory.action.clone.success.message": string;
|
|
2958
3024
|
"workflowHistory.button.tooltip.empty": string;
|
|
2959
|
-
"workflowHistory.button.tooltip
|
|
2960
|
-
"workflowHistory.button.tooltip.disabled": string;
|
|
2961
|
-
"workflowHistory.button.tooltip.disabled.link": string;
|
|
3025
|
+
"workflowHistory.button.tooltip": string;
|
|
2962
3026
|
"workflows.heading": string;
|
|
2963
3027
|
"workflows.add": string;
|
|
2964
3028
|
"workflows.project.add": string;
|
|
@@ -3024,7 +3088,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3024
3088
|
"workflows.empty.preBuiltAgents": string;
|
|
3025
3089
|
"workflows.empty.shared-with-me": string;
|
|
3026
3090
|
"workflows.empty.shared-with-me.link": string;
|
|
3027
|
-
"workflows.empty.
|
|
3091
|
+
"workflows.empty.readyToRun": string;
|
|
3028
3092
|
"workflows.list.easyAI": string;
|
|
3029
3093
|
"workflows.list.error.fetching.one": string;
|
|
3030
3094
|
"workflows.list.error.fetching": string;
|
|
@@ -3172,6 +3236,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3172
3236
|
"dataTable.dataTables": string;
|
|
3173
3237
|
"dataTable.empty.label": string;
|
|
3174
3238
|
"dataTable.empty.description": string;
|
|
3239
|
+
"dataTable.empty.button.disabled.tooltip": string;
|
|
3175
3240
|
"dataTable.card.size": string;
|
|
3176
3241
|
"dataTable.card.column.count": string;
|
|
3177
3242
|
"dataTable.add.title": string;
|
|
@@ -3225,6 +3290,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3225
3290
|
"dataTable.addColumn.systemColumnDescription": string;
|
|
3226
3291
|
"dataTable.addColumn.alreadyExistsDescription": string;
|
|
3227
3292
|
"dataTable.addColumn.testingColumnDescription": string;
|
|
3293
|
+
"dataTable.search.dateSearchInfo": string;
|
|
3228
3294
|
"settings.ldap": string;
|
|
3229
3295
|
"settings.ldap.note": string;
|
|
3230
3296
|
"settings.ldap.infoTip": string;
|
|
@@ -3306,6 +3372,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3306
3372
|
"settings.ldap.form.pageSize.infoText": string;
|
|
3307
3373
|
"settings.ldap.form.searchTimeout.label": string;
|
|
3308
3374
|
"settings.ldap.form.searchTimeout.infoText": string;
|
|
3375
|
+
"settings.ldap.form.enforceEmailUniqueness.label": string;
|
|
3376
|
+
"settings.ldap.form.enforceEmailUniqueness.tooltip": string;
|
|
3309
3377
|
"settings.ldap.section.synchronization.title": string;
|
|
3310
3378
|
"settings.sso": string;
|
|
3311
3379
|
"settings.sso.title": string;
|
|
@@ -3602,14 +3670,12 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3602
3670
|
"communityPlusModal.success.title": string;
|
|
3603
3671
|
"communityPlusModal.success.message": string;
|
|
3604
3672
|
"communityPlusModal.description": string;
|
|
3605
|
-
"communityPlusModal.features.
|
|
3606
|
-
"communityPlusModal.features.
|
|
3607
|
-
"communityPlusModal.features.
|
|
3608
|
-
"communityPlusModal.features.
|
|
3609
|
-
"communityPlusModal.features.
|
|
3610
|
-
"communityPlusModal.features.
|
|
3611
|
-
"communityPlusModal.features.fourth.title": string;
|
|
3612
|
-
"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;
|
|
3613
3679
|
"communityPlusModal.input.email.label": string;
|
|
3614
3680
|
"communityPlusModal.button.skip": string;
|
|
3615
3681
|
"communityPlusModal.button.confirm": string;
|
|
@@ -3970,4 +4036,4 @@ declare const i18n: I18nClass;
|
|
|
3970
4036
|
declare function useI18n(): I18nClass;
|
|
3971
4037
|
//#endregion
|
|
3972
4038
|
export { BaseTextKey, GetBaseTextKey, I18nClass, INodeTranslationHeaders, LocaleMessages, addCredentialTranslation, addHeaders, addNodeTranslation, i18n, i18nInstance, i18nVersion, loadLanguage, setLanguage, updateLocaleMessages, useI18n };
|
|
3973
|
-
//# sourceMappingURL=index.d.
|
|
4039
|
+
//# sourceMappingURL=index.d.mts.map
|