@n8n/i18n 1.23.0 → 1.24.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 +7775 -3841
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +71 -8
- package/dist/index.d.ts +71 -8
- package/dist/index.js +7773 -3837
- package/dist/index.js.map +1 -1
- package/dist/{types-BBUPsiGf.d.cts → types-DACdyL-T.d.ts} +72 -9
- package/dist/{types-CMGPG3hO.d.ts → types-eBu_kveP.d.cts} +72 -9
- package/dist/types.d.cts +1 -1
- package/dist/types.d.ts +1 -1
- package/dist/types.js +0 -1
- package/dist/{utils-h8Z6_NUG.js → utils-BJm12gqs.js} +10 -4
- package/dist/utils-BJm12gqs.js.map +1 -0
- package/dist/{utils-CmS9ahSc.cjs → utils-p9ioSiTo.cjs} +9 -3
- package/dist/utils-p9ioSiTo.cjs.map +1 -0
- package/dist/utils.cjs +1 -1
- package/dist/utils.js +1 -1
- package/package.json +5 -5
- package/dist/utils-CmS9ahSc.cjs.map +0 -1
- package/dist/utils-h8Z6_NUG.js.map +0 -1
package/dist/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { BaseTextKey, GetBaseTextKey, INodeTranslationHeaders, LocaleMessages } from "./types-eBu_kveP.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";
|
|
@@ -47,6 +47,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
47
47
|
"generic.annotations": string;
|
|
48
48
|
"generic.annotationData": string;
|
|
49
49
|
"generic.any": string;
|
|
50
|
+
"generic.allow": string;
|
|
51
|
+
"generic.deny": string;
|
|
50
52
|
"generic.cancel": string;
|
|
51
53
|
"generic.open": string;
|
|
52
54
|
"generic.openResource": string;
|
|
@@ -102,6 +104,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
102
104
|
"generic.dismiss": string;
|
|
103
105
|
"generic.saving": string;
|
|
104
106
|
"generic.name": string;
|
|
107
|
+
"generic.description": string;
|
|
105
108
|
"generic.unsavedWork.confirmMessage.headline": string;
|
|
106
109
|
"generic.unsavedWork.confirmMessage.message": string;
|
|
107
110
|
"generic.unsavedWork.confirmMessage.confirmButtonText": string;
|
|
@@ -1074,6 +1077,11 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1074
1077
|
"folder.delete.modal.confirmation": string;
|
|
1075
1078
|
"folder.count": string;
|
|
1076
1079
|
"workflow.count": string;
|
|
1080
|
+
"workflow.description.tooltip": string;
|
|
1081
|
+
"workflow.description.placeholder": string;
|
|
1082
|
+
"workflow.description.placeholder.mcp": string;
|
|
1083
|
+
"workflow.description.placeholder.mcp.webhook": string;
|
|
1084
|
+
"workflow.description.error.title": string;
|
|
1077
1085
|
"folder.and.workflow.separator": string;
|
|
1078
1086
|
"folders.delete.action": string;
|
|
1079
1087
|
"folders.delete.error.message": string;
|
|
@@ -1198,6 +1206,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1198
1206
|
"mainSidebar.whatsNew": string;
|
|
1199
1207
|
"mainSidebar.whatsNew.fullChangelog": string;
|
|
1200
1208
|
"mcp.workflowNotEligable.description": string;
|
|
1209
|
+
"mcp.instanceLevelAccessDisabled.description": string;
|
|
1201
1210
|
"mcp.workflowDeactivated.title": string;
|
|
1202
1211
|
"mcp.productionCheklist.title": string;
|
|
1203
1212
|
"mcp.productionCheklist.description": string;
|
|
@@ -1309,6 +1318,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1309
1318
|
"ndv.output.tooMuchData.message": string;
|
|
1310
1319
|
"ndv.output.tooMuchData.showDataAnyway": string;
|
|
1311
1320
|
"ndv.output.tooMuchData.title": string;
|
|
1321
|
+
"ndv.output.logs.tooMuchData.message": string;
|
|
1312
1322
|
"ndv.output.waitingToRun": string;
|
|
1313
1323
|
"ndv.output.noToolUsedInfo": string;
|
|
1314
1324
|
"ndv.title.cancel": string;
|
|
@@ -1751,6 +1761,17 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1751
1761
|
"nodeWebhooks.webhookUrls.mcpTrigger": string;
|
|
1752
1762
|
"openWorkflow.workflowImportError": string;
|
|
1753
1763
|
"openWorkflow.workflowNotFoundError": string;
|
|
1764
|
+
"oauth.consentView.title": string;
|
|
1765
|
+
"oauth.consentView.heading": string;
|
|
1766
|
+
"oauth.consentView.description": string;
|
|
1767
|
+
"oauth.consentView.action.listWorkflows": string;
|
|
1768
|
+
"oauth.consentView.action.workflowDetails": string;
|
|
1769
|
+
"oauth.consentView.readMore": string;
|
|
1770
|
+
"oauth.consentView.error.deny": string;
|
|
1771
|
+
"oauth.consentView.error.allow": string;
|
|
1772
|
+
"oauth.consentView.error.fetchDetails": string;
|
|
1773
|
+
"oauth.consentView.success.title": string;
|
|
1774
|
+
"oauth.consentView.success.description": string;
|
|
1754
1775
|
"parameterInput.expressionResult": string;
|
|
1755
1776
|
"parameterInput.tip": string;
|
|
1756
1777
|
"parameterInput.dragTipBeforePill": string;
|
|
@@ -1949,6 +1970,26 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1949
1970
|
"projectRoles.credential:move.tooltip": string;
|
|
1950
1971
|
"projectRoles.credential:delete": string;
|
|
1951
1972
|
"projectRoles.credential:delete.tooltip": string;
|
|
1973
|
+
"projectRoles.dataTable:read": string;
|
|
1974
|
+
"projectRoles.dataTable:read.tooltip": string;
|
|
1975
|
+
"projectRoles.dataTable:update": string;
|
|
1976
|
+
"projectRoles.dataTable:update.tooltip": string;
|
|
1977
|
+
"projectRoles.dataTable:create": string;
|
|
1978
|
+
"projectRoles.dataTable:create.tooltip": string;
|
|
1979
|
+
"projectRoles.dataTable:delete": string;
|
|
1980
|
+
"projectRoles.dataTable:delete.tooltip": string;
|
|
1981
|
+
"projectRoles.dataTable:readRow": string;
|
|
1982
|
+
"projectRoles.dataTable:readRow.tooltip": string;
|
|
1983
|
+
"projectRoles.dataTable:writeRow": string;
|
|
1984
|
+
"projectRoles.dataTable:writeRow.tooltip": string;
|
|
1985
|
+
"projectRoles.projectVariable:read": string;
|
|
1986
|
+
"projectRoles.projectVariable:read.tooltip": string;
|
|
1987
|
+
"projectRoles.projectVariable:update": string;
|
|
1988
|
+
"projectRoles.projectVariable:update.tooltip": string;
|
|
1989
|
+
"projectRoles.projectVariable:create": string;
|
|
1990
|
+
"projectRoles.projectVariable:create.tooltip": string;
|
|
1991
|
+
"projectRoles.projectVariable:delete": string;
|
|
1992
|
+
"projectRoles.projectVariable:delete.tooltip": string;
|
|
1952
1993
|
"projectRoles.sourceControl:pull": string;
|
|
1953
1994
|
"projectRoles.sourceControl:push": string;
|
|
1954
1995
|
"projectRoles.sourceControl:push.tooltip": string;
|
|
@@ -1976,6 +2017,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1976
2017
|
"projectRoles.type.workflow": string;
|
|
1977
2018
|
"projectRoles.type.credential": string;
|
|
1978
2019
|
"projectRoles.type.sourceControl": string;
|
|
2020
|
+
"projectRoles.type.dataTable": string;
|
|
2021
|
+
"projectRoles.type.projectVariable": string;
|
|
1979
2022
|
"projectRoles.literal.system": string;
|
|
1980
2023
|
"projectRoles.literal.custom": string;
|
|
1981
2024
|
"projectRoles.action.cancel": string;
|
|
@@ -2182,6 +2225,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2182
2225
|
"settings.mcp.empty.description": string;
|
|
2183
2226
|
"settings.mcp.toggle.disabled.tooltip": string;
|
|
2184
2227
|
"settings.mcp.toggle.error": string;
|
|
2228
|
+
"settings.mcp.instructions.tabs.oauth": string;
|
|
2229
|
+
"settings.mcp.instructions.tabs.apiKey": string;
|
|
2185
2230
|
"settings.mcp.instructions.enableAccess": string;
|
|
2186
2231
|
"settings.mcp.instructions.serverUrl": string;
|
|
2187
2232
|
"settings.mcp.instructions.apiKey.label": string;
|
|
@@ -2193,6 +2238,18 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2193
2238
|
"settings.mcp.newKey.notice": string;
|
|
2194
2239
|
"settings.mcp.error.fetching.apiKey": string;
|
|
2195
2240
|
"settings.mcp.error.rotating.apiKey": string;
|
|
2241
|
+
"settings.mcp.error.fetching.oAuthClients": string;
|
|
2242
|
+
"settings.mcp.oAuthClients.heading": string;
|
|
2243
|
+
"settings.mcp.oAuthClients.table.clientName": string;
|
|
2244
|
+
"settings.mcp.oAuthClients.table.connectedAt": string;
|
|
2245
|
+
"settings.mcp.oAuthClients.table.lastUsedAt": string;
|
|
2246
|
+
"settings.mcp.oAuthClients.table.action.revokeAccess": string;
|
|
2247
|
+
"settings.mcp.oAuthClients.revoke.success.title": string;
|
|
2248
|
+
"settings.mcp.oAuthClients.revoke.success.message": string;
|
|
2249
|
+
"settings.mcp.oAuthClients.revoke.error": string;
|
|
2250
|
+
"settings.mcp.oAuthClients.table.empty.title": string;
|
|
2251
|
+
"settings.mcp.refresh.tooltip": string;
|
|
2252
|
+
"settings.mcp.workflowsTable.workflow": string;
|
|
2196
2253
|
"settings.goBack": string;
|
|
2197
2254
|
"settings.personal": string;
|
|
2198
2255
|
"settings.personal.basicInformation": string;
|
|
@@ -2421,13 +2478,18 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2421
2478
|
"settings.provisioning.scopesProjectsRolesClaimName": string;
|
|
2422
2479
|
"settings.provisioning.scopesProjectsRolesClaimName.placeholder": string;
|
|
2423
2480
|
"settings.provisioning.scopesProjectsRolesClaimName.help": string;
|
|
2424
|
-
"settings.provisioning.
|
|
2425
|
-
"settings.provisioning.
|
|
2426
|
-
"settings.
|
|
2427
|
-
"settings.
|
|
2428
|
-
"settings.
|
|
2429
|
-
"settings.
|
|
2430
|
-
"settings.
|
|
2481
|
+
"settings.provisioning.toggle": string;
|
|
2482
|
+
"settings.provisioning.toggle.help": string;
|
|
2483
|
+
"settings.provisioningConfirmDialog.title": string;
|
|
2484
|
+
"settings.provisioningConfirmDialog.breakingChangeDescription.firstLine": string;
|
|
2485
|
+
"settings.provisioningConfirmDialog.breakingChangeDescription.list.one": string;
|
|
2486
|
+
"settings.provisioningConfirmDialog.breakingChangeDescription.list.two": string;
|
|
2487
|
+
"settings.provisioningConfirmDialog.breakingChangeRequiredSteps": string;
|
|
2488
|
+
"settings.provisioningConfirmDialog.button.confirm": string;
|
|
2489
|
+
"settings.provisioningConfirmDialog.button.cancel": string;
|
|
2490
|
+
"settings.provisioningConfirmDialog.button.generateCsvExport": string;
|
|
2491
|
+
"settings.provisioningConfirmDialog.button.downloadProjectRolesCsv": string;
|
|
2492
|
+
"settings.provisioningConfirmDialog.button.downloadInstanceRolesCsv": string;
|
|
2431
2493
|
"settings.externalSecrets.title": string;
|
|
2432
2494
|
"settings.externalSecrets.info": string;
|
|
2433
2495
|
"settings.externalSecrets.info.link": string;
|
|
@@ -3132,6 +3194,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3132
3194
|
"dataTable.dataTables": string;
|
|
3133
3195
|
"dataTable.empty.label": string;
|
|
3134
3196
|
"dataTable.empty.description": string;
|
|
3197
|
+
"dataTable.empty.button.disabled.tooltip": string;
|
|
3135
3198
|
"dataTable.card.size": string;
|
|
3136
3199
|
"dataTable.card.column.count": string;
|
|
3137
3200
|
"dataTable.add.title": string;
|
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { BaseTextKey, GetBaseTextKey, INodeTranslationHeaders, LocaleMessages } from "./types-DACdyL-T.js";
|
|
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";
|
|
@@ -47,6 +47,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
47
47
|
"generic.annotations": string;
|
|
48
48
|
"generic.annotationData": string;
|
|
49
49
|
"generic.any": string;
|
|
50
|
+
"generic.allow": string;
|
|
51
|
+
"generic.deny": string;
|
|
50
52
|
"generic.cancel": string;
|
|
51
53
|
"generic.open": string;
|
|
52
54
|
"generic.openResource": string;
|
|
@@ -102,6 +104,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
102
104
|
"generic.dismiss": string;
|
|
103
105
|
"generic.saving": string;
|
|
104
106
|
"generic.name": string;
|
|
107
|
+
"generic.description": string;
|
|
105
108
|
"generic.unsavedWork.confirmMessage.headline": string;
|
|
106
109
|
"generic.unsavedWork.confirmMessage.message": string;
|
|
107
110
|
"generic.unsavedWork.confirmMessage.confirmButtonText": string;
|
|
@@ -1074,6 +1077,11 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1074
1077
|
"folder.delete.modal.confirmation": string;
|
|
1075
1078
|
"folder.count": string;
|
|
1076
1079
|
"workflow.count": string;
|
|
1080
|
+
"workflow.description.tooltip": string;
|
|
1081
|
+
"workflow.description.placeholder": string;
|
|
1082
|
+
"workflow.description.placeholder.mcp": string;
|
|
1083
|
+
"workflow.description.placeholder.mcp.webhook": string;
|
|
1084
|
+
"workflow.description.error.title": string;
|
|
1077
1085
|
"folder.and.workflow.separator": string;
|
|
1078
1086
|
"folders.delete.action": string;
|
|
1079
1087
|
"folders.delete.error.message": string;
|
|
@@ -1198,6 +1206,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1198
1206
|
"mainSidebar.whatsNew": string;
|
|
1199
1207
|
"mainSidebar.whatsNew.fullChangelog": string;
|
|
1200
1208
|
"mcp.workflowNotEligable.description": string;
|
|
1209
|
+
"mcp.instanceLevelAccessDisabled.description": string;
|
|
1201
1210
|
"mcp.workflowDeactivated.title": string;
|
|
1202
1211
|
"mcp.productionCheklist.title": string;
|
|
1203
1212
|
"mcp.productionCheklist.description": string;
|
|
@@ -1309,6 +1318,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1309
1318
|
"ndv.output.tooMuchData.message": string;
|
|
1310
1319
|
"ndv.output.tooMuchData.showDataAnyway": string;
|
|
1311
1320
|
"ndv.output.tooMuchData.title": string;
|
|
1321
|
+
"ndv.output.logs.tooMuchData.message": string;
|
|
1312
1322
|
"ndv.output.waitingToRun": string;
|
|
1313
1323
|
"ndv.output.noToolUsedInfo": string;
|
|
1314
1324
|
"ndv.title.cancel": string;
|
|
@@ -1751,6 +1761,17 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1751
1761
|
"nodeWebhooks.webhookUrls.mcpTrigger": string;
|
|
1752
1762
|
"openWorkflow.workflowImportError": string;
|
|
1753
1763
|
"openWorkflow.workflowNotFoundError": string;
|
|
1764
|
+
"oauth.consentView.title": string;
|
|
1765
|
+
"oauth.consentView.heading": string;
|
|
1766
|
+
"oauth.consentView.description": string;
|
|
1767
|
+
"oauth.consentView.action.listWorkflows": string;
|
|
1768
|
+
"oauth.consentView.action.workflowDetails": string;
|
|
1769
|
+
"oauth.consentView.readMore": string;
|
|
1770
|
+
"oauth.consentView.error.deny": string;
|
|
1771
|
+
"oauth.consentView.error.allow": string;
|
|
1772
|
+
"oauth.consentView.error.fetchDetails": string;
|
|
1773
|
+
"oauth.consentView.success.title": string;
|
|
1774
|
+
"oauth.consentView.success.description": string;
|
|
1754
1775
|
"parameterInput.expressionResult": string;
|
|
1755
1776
|
"parameterInput.tip": string;
|
|
1756
1777
|
"parameterInput.dragTipBeforePill": string;
|
|
@@ -1949,6 +1970,26 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1949
1970
|
"projectRoles.credential:move.tooltip": string;
|
|
1950
1971
|
"projectRoles.credential:delete": string;
|
|
1951
1972
|
"projectRoles.credential:delete.tooltip": string;
|
|
1973
|
+
"projectRoles.dataTable:read": string;
|
|
1974
|
+
"projectRoles.dataTable:read.tooltip": string;
|
|
1975
|
+
"projectRoles.dataTable:update": string;
|
|
1976
|
+
"projectRoles.dataTable:update.tooltip": string;
|
|
1977
|
+
"projectRoles.dataTable:create": string;
|
|
1978
|
+
"projectRoles.dataTable:create.tooltip": string;
|
|
1979
|
+
"projectRoles.dataTable:delete": string;
|
|
1980
|
+
"projectRoles.dataTable:delete.tooltip": string;
|
|
1981
|
+
"projectRoles.dataTable:readRow": string;
|
|
1982
|
+
"projectRoles.dataTable:readRow.tooltip": string;
|
|
1983
|
+
"projectRoles.dataTable:writeRow": string;
|
|
1984
|
+
"projectRoles.dataTable:writeRow.tooltip": string;
|
|
1985
|
+
"projectRoles.projectVariable:read": string;
|
|
1986
|
+
"projectRoles.projectVariable:read.tooltip": string;
|
|
1987
|
+
"projectRoles.projectVariable:update": string;
|
|
1988
|
+
"projectRoles.projectVariable:update.tooltip": string;
|
|
1989
|
+
"projectRoles.projectVariable:create": string;
|
|
1990
|
+
"projectRoles.projectVariable:create.tooltip": string;
|
|
1991
|
+
"projectRoles.projectVariable:delete": string;
|
|
1992
|
+
"projectRoles.projectVariable:delete.tooltip": string;
|
|
1952
1993
|
"projectRoles.sourceControl:pull": string;
|
|
1953
1994
|
"projectRoles.sourceControl:push": string;
|
|
1954
1995
|
"projectRoles.sourceControl:push.tooltip": string;
|
|
@@ -1976,6 +2017,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1976
2017
|
"projectRoles.type.workflow": string;
|
|
1977
2018
|
"projectRoles.type.credential": string;
|
|
1978
2019
|
"projectRoles.type.sourceControl": string;
|
|
2020
|
+
"projectRoles.type.dataTable": string;
|
|
2021
|
+
"projectRoles.type.projectVariable": string;
|
|
1979
2022
|
"projectRoles.literal.system": string;
|
|
1980
2023
|
"projectRoles.literal.custom": string;
|
|
1981
2024
|
"projectRoles.action.cancel": string;
|
|
@@ -2182,6 +2225,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2182
2225
|
"settings.mcp.empty.description": string;
|
|
2183
2226
|
"settings.mcp.toggle.disabled.tooltip": string;
|
|
2184
2227
|
"settings.mcp.toggle.error": string;
|
|
2228
|
+
"settings.mcp.instructions.tabs.oauth": string;
|
|
2229
|
+
"settings.mcp.instructions.tabs.apiKey": string;
|
|
2185
2230
|
"settings.mcp.instructions.enableAccess": string;
|
|
2186
2231
|
"settings.mcp.instructions.serverUrl": string;
|
|
2187
2232
|
"settings.mcp.instructions.apiKey.label": string;
|
|
@@ -2193,6 +2238,18 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2193
2238
|
"settings.mcp.newKey.notice": string;
|
|
2194
2239
|
"settings.mcp.error.fetching.apiKey": string;
|
|
2195
2240
|
"settings.mcp.error.rotating.apiKey": string;
|
|
2241
|
+
"settings.mcp.error.fetching.oAuthClients": string;
|
|
2242
|
+
"settings.mcp.oAuthClients.heading": string;
|
|
2243
|
+
"settings.mcp.oAuthClients.table.clientName": string;
|
|
2244
|
+
"settings.mcp.oAuthClients.table.connectedAt": string;
|
|
2245
|
+
"settings.mcp.oAuthClients.table.lastUsedAt": string;
|
|
2246
|
+
"settings.mcp.oAuthClients.table.action.revokeAccess": string;
|
|
2247
|
+
"settings.mcp.oAuthClients.revoke.success.title": string;
|
|
2248
|
+
"settings.mcp.oAuthClients.revoke.success.message": string;
|
|
2249
|
+
"settings.mcp.oAuthClients.revoke.error": string;
|
|
2250
|
+
"settings.mcp.oAuthClients.table.empty.title": string;
|
|
2251
|
+
"settings.mcp.refresh.tooltip": string;
|
|
2252
|
+
"settings.mcp.workflowsTable.workflow": string;
|
|
2196
2253
|
"settings.goBack": string;
|
|
2197
2254
|
"settings.personal": string;
|
|
2198
2255
|
"settings.personal.basicInformation": string;
|
|
@@ -2421,13 +2478,18 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2421
2478
|
"settings.provisioning.scopesProjectsRolesClaimName": string;
|
|
2422
2479
|
"settings.provisioning.scopesProjectsRolesClaimName.placeholder": string;
|
|
2423
2480
|
"settings.provisioning.scopesProjectsRolesClaimName.help": string;
|
|
2424
|
-
"settings.provisioning.
|
|
2425
|
-
"settings.provisioning.
|
|
2426
|
-
"settings.
|
|
2427
|
-
"settings.
|
|
2428
|
-
"settings.
|
|
2429
|
-
"settings.
|
|
2430
|
-
"settings.
|
|
2481
|
+
"settings.provisioning.toggle": string;
|
|
2482
|
+
"settings.provisioning.toggle.help": string;
|
|
2483
|
+
"settings.provisioningConfirmDialog.title": string;
|
|
2484
|
+
"settings.provisioningConfirmDialog.breakingChangeDescription.firstLine": string;
|
|
2485
|
+
"settings.provisioningConfirmDialog.breakingChangeDescription.list.one": string;
|
|
2486
|
+
"settings.provisioningConfirmDialog.breakingChangeDescription.list.two": string;
|
|
2487
|
+
"settings.provisioningConfirmDialog.breakingChangeRequiredSteps": string;
|
|
2488
|
+
"settings.provisioningConfirmDialog.button.confirm": string;
|
|
2489
|
+
"settings.provisioningConfirmDialog.button.cancel": string;
|
|
2490
|
+
"settings.provisioningConfirmDialog.button.generateCsvExport": string;
|
|
2491
|
+
"settings.provisioningConfirmDialog.button.downloadProjectRolesCsv": string;
|
|
2492
|
+
"settings.provisioningConfirmDialog.button.downloadInstanceRolesCsv": string;
|
|
2431
2493
|
"settings.externalSecrets.title": string;
|
|
2432
2494
|
"settings.externalSecrets.info": string;
|
|
2433
2495
|
"settings.externalSecrets.info.link": string;
|
|
@@ -3132,6 +3194,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3132
3194
|
"dataTable.dataTables": string;
|
|
3133
3195
|
"dataTable.empty.label": string;
|
|
3134
3196
|
"dataTable.empty.description": string;
|
|
3197
|
+
"dataTable.empty.button.disabled.tooltip": string;
|
|
3135
3198
|
"dataTable.card.size": string;
|
|
3136
3199
|
"dataTable.card.column.count": string;
|
|
3137
3200
|
"dataTable.add.title": string;
|