@n8n/i18n 2.18.4 → 2.19.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 +30 -35
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +28 -33
- package/dist/index.d.mts +28 -33
- package/dist/index.mjs +30 -35
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +28 -33
- package/dist/types2.d.mts +28 -33
- package/package.json +3 -3
package/dist/index.d.cts
CHANGED
|
@@ -556,6 +556,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
556
556
|
"chatHub.chat.header.button.editAgent": string;
|
|
557
557
|
"chatHub.chat.header.button.newChat": string;
|
|
558
558
|
"chatHub.chat.header.button.openWorkflow": string;
|
|
559
|
+
"chatHub.chat.header.button.manageConnections": string;
|
|
559
560
|
"chatHub.chat.prompt.microphone.accessDenied": string;
|
|
560
561
|
"chatHub.chat.prompt.microphone.allowAccess": string;
|
|
561
562
|
"chatHub.chat.prompt.microphone.noSpeech": string;
|
|
@@ -1197,37 +1198,22 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1197
1198
|
"experiments.personalizedTemplatesV3.recommendedForYou": string;
|
|
1198
1199
|
"experiments.resourceCenter.badge.noCredentials": string;
|
|
1199
1200
|
"experiments.resourceCenter.badge.noSetup": string;
|
|
1200
|
-
"experiments.resourceCenter.
|
|
1201
|
+
"experiments.resourceCenter.badge.readyToRun": string;
|
|
1202
|
+
"experiments.resourceCenter.badge.template": string;
|
|
1203
|
+
"experiments.resourceCenter.badge.video": string;
|
|
1204
|
+
"experiments.resourceCenter.cta.runWorkflow": string;
|
|
1201
1205
|
"experiments.resourceCenter.getInspired.title": string;
|
|
1202
|
-
"experiments.resourceCenter.gettingStarted.title": string;
|
|
1203
|
-
"experiments.resourceCenter.learnAnything.title": string;
|
|
1204
|
-
"experiments.resourceCenter.quickStart.title": string;
|
|
1205
|
-
"experiments.resourceCenter.seeMore": string;
|
|
1206
|
-
"experiments.resourceCenter.sidebar": string;
|
|
1207
|
-
"experiments.resourceCenter.sidebar.inspiration": string;
|
|
1208
|
-
"experiments.resourceCenter.templateCard.useNow": string;
|
|
1209
|
-
"experiments.resourceCenter.templatePreviews.title": string;
|
|
1210
|
-
"experiments.resourceCenter.title": string;
|
|
1211
|
-
"experiments.resourceCenter.viewAllTemplates": string;
|
|
1212
|
-
"experiments.resourceCenter.youtubeInspiration.title": string;
|
|
1213
|
-
"experiments.resourceCenter.youtubeLearn.title": string;
|
|
1214
1206
|
"experiments.resourceCenter.getStarted.title": string;
|
|
1215
1207
|
"experiments.resourceCenter.learnN8n.title": string;
|
|
1216
|
-
"experiments.resourceCenter.featuredVideos.title": string;
|
|
1217
|
-
"experiments.resourceCenter.quickTips.title": string;
|
|
1218
|
-
"experiments.resourceCenter.masterclass.title": string;
|
|
1219
|
-
"experiments.resourceCenter.learnTemplates.title": string;
|
|
1220
|
-
"experiments.resourceCenter.popularTemplates.title": string;
|
|
1221
|
-
"experiments.resourceCenter.automationIdeas.title": string;
|
|
1222
1208
|
"experiments.resourceCenter.sandbox.easySetup": string;
|
|
1223
|
-
"experiments.resourceCenter.
|
|
1224
|
-
"experiments.resourceCenter.
|
|
1209
|
+
"experiments.resourceCenter.search.noResults": string;
|
|
1210
|
+
"experiments.resourceCenter.search.placeholder": string;
|
|
1225
1211
|
"experiments.resourceCenter.sandbox.nodes": string;
|
|
1226
|
-
"experiments.resourceCenter.
|
|
1227
|
-
"experiments.resourceCenter.course.lessons": string;
|
|
1228
|
-
"experiments.resourceCenter.video.level": string;
|
|
1212
|
+
"experiments.resourceCenter.sidebar": string;
|
|
1229
1213
|
"experiments.resourceCenter.template.setupTime": string;
|
|
1214
|
+
"experiments.resourceCenter.title": string;
|
|
1230
1215
|
"experiments.resourceCenter.tooltip.text": string;
|
|
1216
|
+
"experiments.resourceCenter.video.level": string;
|
|
1231
1217
|
"experiments.templatesDataQuality.modalTitle": string;
|
|
1232
1218
|
error: string;
|
|
1233
1219
|
"error.goBack": string;
|
|
@@ -1640,6 +1626,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1640
1626
|
"mainSidebar.showMessage.handleSelect2.title": string;
|
|
1641
1627
|
"mainSidebar.showMessage.handleSelect3.title": string;
|
|
1642
1628
|
"mainSidebar.showMessage.handleArchive.title": string;
|
|
1629
|
+
"mainSidebar.showMessage.handleArchive.message": string;
|
|
1643
1630
|
"mainSidebar.showMessage.handleUnarchive.title": string;
|
|
1644
1631
|
"mainSidebar.showMessage.stopExecution.title": string;
|
|
1645
1632
|
"mainSidebar.workflows": string;
|
|
@@ -2277,6 +2264,10 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2277
2264
|
"oauth.consentView.action.listWorkflows": string;
|
|
2278
2265
|
"oauth.consentView.action.workflowDetails": string;
|
|
2279
2266
|
"oauth.consentView.action.executeWorkflows": string;
|
|
2267
|
+
"oauth.consentView.action.executionDetails": string;
|
|
2268
|
+
"oauth.consentView.action.createUpdateWorkflows": string;
|
|
2269
|
+
"oauth.consentView.action.createDataTables": string;
|
|
2270
|
+
"oauth.consentView.action.searchProjectsAndFolders": string;
|
|
2280
2271
|
"oauth.consentView.readMore": string;
|
|
2281
2272
|
"oauth.consentView.error.deny": string;
|
|
2282
2273
|
"oauth.consentView.error.allow": string;
|
|
@@ -2993,6 +2984,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2993
2984
|
"settings.log-streaming.actionBox.description": string;
|
|
2994
2985
|
"settings.log-streaming.actionBox.button": string;
|
|
2995
2986
|
"settings.log-streaming.infoText": string;
|
|
2987
|
+
"settings.log-streaming.managedByEnv": string;
|
|
2996
2988
|
"settings.log-streaming.addFirstTitle": string;
|
|
2997
2989
|
"settings.log-streaming.addFirst": string;
|
|
2998
2990
|
"settings.log-streaming.saving": string;
|
|
@@ -3134,6 +3126,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3134
3126
|
"settings.provisioningConfirmDialog.button.cancel": string;
|
|
3135
3127
|
"settings.provisioningConfirmDialog.button.downloadProjectRolesCsv": string;
|
|
3136
3128
|
"settings.provisioningConfirmDialog.button.downloadInstanceRolesCsv": string;
|
|
3129
|
+
"settings.provisioningConfirmDialog.projectRulesDeletion.warning": string;
|
|
3130
|
+
"settings.provisioningConfirmDialog.projectRulesDeletion.description": string;
|
|
3137
3131
|
"settings.provisioningInstanceRolesHandledBySsoProvider.description": string;
|
|
3138
3132
|
"settings.provisioningInstanceRolesHandledByExpressionMapping.description": string;
|
|
3139
3133
|
"settings.provisioningProjectRolesHandledBySsoProvider.description": string;
|
|
@@ -3995,6 +3989,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3995
3989
|
"workflows.publishModal.noChanges": string;
|
|
3996
3990
|
"workflows.publishModal.changes": string;
|
|
3997
3991
|
"workflows.publishModal.lastPublished": string;
|
|
3992
|
+
"workflows.publishModal.aiGatewayWarning.header": string;
|
|
3993
|
+
"workflows.publishModal.aiGatewayWarning.body": string;
|
|
3998
3994
|
"importCurlModal.title": string;
|
|
3999
3995
|
"importCurlModal.input.label": string;
|
|
4000
3996
|
"importCurlModal.input.placeholder": string;
|
|
@@ -4166,6 +4162,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
4166
4162
|
"dataTable.addRow.label": string;
|
|
4167
4163
|
"dataTable.addRow.error": string;
|
|
4168
4164
|
"dataTable.updateRow.error": string;
|
|
4165
|
+
"dataTable.updateRow.numberPrecisionWarning.title": string;
|
|
4166
|
+
"dataTable.updateRow.numberPrecisionWarning.message": string;
|
|
4169
4167
|
"dataTable.deleteRows.title": string;
|
|
4170
4168
|
"dataTable.deleteRows.confirmation": string;
|
|
4171
4169
|
"dataTable.deleteRows.error": string;
|
|
@@ -4225,6 +4223,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
4225
4223
|
"settings.n8nConnect.usage.col.cost": string;
|
|
4226
4224
|
"settings.n8nConnect.usage.empty": string;
|
|
4227
4225
|
"settings.n8nConnect.usage.loadMore": string;
|
|
4226
|
+
"settings.n8nConnect.usage.openExecution": string;
|
|
4228
4227
|
"settings.n8nConnect.wallet.title": string;
|
|
4229
4228
|
"settings.n8nConnect.wallet.remaining": string;
|
|
4230
4229
|
"settings.n8nConnect.wallet.quota": string;
|
|
@@ -4397,14 +4396,6 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
4397
4396
|
"settings.sso.settings.oidc.prompt.consent": string;
|
|
4398
4397
|
"settings.sso.settings.oidc.prompt.select_account": string;
|
|
4399
4398
|
"settings.sso.settings.oidc.prompt.create": string;
|
|
4400
|
-
"settings.sso.settings.oidc.overrideBanner": string;
|
|
4401
|
-
"settings.sso.settings.userRoleProvisioning.label": string;
|
|
4402
|
-
"settings.sso.settings.userRoleProvisioning.help": string;
|
|
4403
|
-
"settings.sso.settings.userRoleProvisioning.help.linkText": string;
|
|
4404
|
-
"settings.sso.settings.userRoleProvisioning.option.disabled.label": string;
|
|
4405
|
-
"settings.sso.settings.userRoleProvisioning.option.instanceRole.label": string;
|
|
4406
|
-
"settings.sso.settings.userRoleProvisioning.option.instanceAndProjectRoles.label": string;
|
|
4407
|
-
"settings.sso.settings.userRoleProvisioning.option.expressionBased.label": string;
|
|
4408
4399
|
"settings.sso.settings.roleAssignment.label": string;
|
|
4409
4400
|
"settings.sso.settings.roleAssignment.description": string;
|
|
4410
4401
|
"settings.sso.settings.roleAssignment.manual": string;
|
|
@@ -4457,6 +4448,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
4457
4448
|
"settings.sso.settings.save.activate.cancel": string;
|
|
4458
4449
|
"settings.sso.settings.save.error": string;
|
|
4459
4450
|
"settings.sso.settings.save.error_oidc": string;
|
|
4451
|
+
"settings.sso.settings.envConfigBanner": string;
|
|
4460
4452
|
"settings.sso.actionBox.title": string;
|
|
4461
4453
|
"settings.sso.actionBox.description": string;
|
|
4462
4454
|
"settings.sso.actionBox.buttonText": string;
|
|
@@ -5152,6 +5144,10 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
5152
5144
|
"instanceAi.artifactsPanel.noArtifacts": string;
|
|
5153
5145
|
"instanceAi.artifactsPanel.tasks": string;
|
|
5154
5146
|
"instanceAi.artifactsPanel.openWorkflow": string;
|
|
5147
|
+
"instanceAi.artifactsPanel.archived": string;
|
|
5148
|
+
"instanceAi.previewTabBar.collapse": string;
|
|
5149
|
+
"instanceAi.previewTabBar.openInEditor": string;
|
|
5150
|
+
"instanceAi.previewTabBar.copyLink": string;
|
|
5155
5151
|
"instanceAi.delegateCard.implementsStep": string;
|
|
5156
5152
|
"instanceAi.delegateCard.delegatingTo": string;
|
|
5157
5153
|
"instanceAi.delegateCard.briefing": string;
|
|
@@ -5209,7 +5205,6 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
5209
5205
|
"instanceAi.workflowSetup.partiallyApplied": string;
|
|
5210
5206
|
"instanceAi.workflowSetup.deferred": string;
|
|
5211
5207
|
"instanceAi.workflowSetup.selectOption": string;
|
|
5212
|
-
"instanceAi.workflowSetup.configureParameters": string;
|
|
5213
5208
|
"instanceAi.workflowSetup.confirmTitle": string;
|
|
5214
5209
|
"instanceAi.workflowSetup.confirmDescription": string;
|
|
5215
5210
|
"instanceAi.workflowSetup.reviewDetails": string;
|
package/dist/index.d.mts
CHANGED
|
@@ -556,6 +556,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
556
556
|
"chatHub.chat.header.button.editAgent": string;
|
|
557
557
|
"chatHub.chat.header.button.newChat": string;
|
|
558
558
|
"chatHub.chat.header.button.openWorkflow": string;
|
|
559
|
+
"chatHub.chat.header.button.manageConnections": string;
|
|
559
560
|
"chatHub.chat.prompt.microphone.accessDenied": string;
|
|
560
561
|
"chatHub.chat.prompt.microphone.allowAccess": string;
|
|
561
562
|
"chatHub.chat.prompt.microphone.noSpeech": string;
|
|
@@ -1197,37 +1198,22 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1197
1198
|
"experiments.personalizedTemplatesV3.recommendedForYou": string;
|
|
1198
1199
|
"experiments.resourceCenter.badge.noCredentials": string;
|
|
1199
1200
|
"experiments.resourceCenter.badge.noSetup": string;
|
|
1200
|
-
"experiments.resourceCenter.
|
|
1201
|
+
"experiments.resourceCenter.badge.readyToRun": string;
|
|
1202
|
+
"experiments.resourceCenter.badge.template": string;
|
|
1203
|
+
"experiments.resourceCenter.badge.video": string;
|
|
1204
|
+
"experiments.resourceCenter.cta.runWorkflow": string;
|
|
1201
1205
|
"experiments.resourceCenter.getInspired.title": string;
|
|
1202
|
-
"experiments.resourceCenter.gettingStarted.title": string;
|
|
1203
|
-
"experiments.resourceCenter.learnAnything.title": string;
|
|
1204
|
-
"experiments.resourceCenter.quickStart.title": string;
|
|
1205
|
-
"experiments.resourceCenter.seeMore": string;
|
|
1206
|
-
"experiments.resourceCenter.sidebar": string;
|
|
1207
|
-
"experiments.resourceCenter.sidebar.inspiration": string;
|
|
1208
|
-
"experiments.resourceCenter.templateCard.useNow": string;
|
|
1209
|
-
"experiments.resourceCenter.templatePreviews.title": string;
|
|
1210
|
-
"experiments.resourceCenter.title": string;
|
|
1211
|
-
"experiments.resourceCenter.viewAllTemplates": string;
|
|
1212
|
-
"experiments.resourceCenter.youtubeInspiration.title": string;
|
|
1213
|
-
"experiments.resourceCenter.youtubeLearn.title": string;
|
|
1214
1206
|
"experiments.resourceCenter.getStarted.title": string;
|
|
1215
1207
|
"experiments.resourceCenter.learnN8n.title": string;
|
|
1216
|
-
"experiments.resourceCenter.featuredVideos.title": string;
|
|
1217
|
-
"experiments.resourceCenter.quickTips.title": string;
|
|
1218
|
-
"experiments.resourceCenter.masterclass.title": string;
|
|
1219
|
-
"experiments.resourceCenter.learnTemplates.title": string;
|
|
1220
|
-
"experiments.resourceCenter.popularTemplates.title": string;
|
|
1221
|
-
"experiments.resourceCenter.automationIdeas.title": string;
|
|
1222
1208
|
"experiments.resourceCenter.sandbox.easySetup": string;
|
|
1223
|
-
"experiments.resourceCenter.
|
|
1224
|
-
"experiments.resourceCenter.
|
|
1209
|
+
"experiments.resourceCenter.search.noResults": string;
|
|
1210
|
+
"experiments.resourceCenter.search.placeholder": string;
|
|
1225
1211
|
"experiments.resourceCenter.sandbox.nodes": string;
|
|
1226
|
-
"experiments.resourceCenter.
|
|
1227
|
-
"experiments.resourceCenter.course.lessons": string;
|
|
1228
|
-
"experiments.resourceCenter.video.level": string;
|
|
1212
|
+
"experiments.resourceCenter.sidebar": string;
|
|
1229
1213
|
"experiments.resourceCenter.template.setupTime": string;
|
|
1214
|
+
"experiments.resourceCenter.title": string;
|
|
1230
1215
|
"experiments.resourceCenter.tooltip.text": string;
|
|
1216
|
+
"experiments.resourceCenter.video.level": string;
|
|
1231
1217
|
"experiments.templatesDataQuality.modalTitle": string;
|
|
1232
1218
|
error: string;
|
|
1233
1219
|
"error.goBack": string;
|
|
@@ -1640,6 +1626,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1640
1626
|
"mainSidebar.showMessage.handleSelect2.title": string;
|
|
1641
1627
|
"mainSidebar.showMessage.handleSelect3.title": string;
|
|
1642
1628
|
"mainSidebar.showMessage.handleArchive.title": string;
|
|
1629
|
+
"mainSidebar.showMessage.handleArchive.message": string;
|
|
1643
1630
|
"mainSidebar.showMessage.handleUnarchive.title": string;
|
|
1644
1631
|
"mainSidebar.showMessage.stopExecution.title": string;
|
|
1645
1632
|
"mainSidebar.workflows": string;
|
|
@@ -2277,6 +2264,10 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2277
2264
|
"oauth.consentView.action.listWorkflows": string;
|
|
2278
2265
|
"oauth.consentView.action.workflowDetails": string;
|
|
2279
2266
|
"oauth.consentView.action.executeWorkflows": string;
|
|
2267
|
+
"oauth.consentView.action.executionDetails": string;
|
|
2268
|
+
"oauth.consentView.action.createUpdateWorkflows": string;
|
|
2269
|
+
"oauth.consentView.action.createDataTables": string;
|
|
2270
|
+
"oauth.consentView.action.searchProjectsAndFolders": string;
|
|
2280
2271
|
"oauth.consentView.readMore": string;
|
|
2281
2272
|
"oauth.consentView.error.deny": string;
|
|
2282
2273
|
"oauth.consentView.error.allow": string;
|
|
@@ -2993,6 +2984,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2993
2984
|
"settings.log-streaming.actionBox.description": string;
|
|
2994
2985
|
"settings.log-streaming.actionBox.button": string;
|
|
2995
2986
|
"settings.log-streaming.infoText": string;
|
|
2987
|
+
"settings.log-streaming.managedByEnv": string;
|
|
2996
2988
|
"settings.log-streaming.addFirstTitle": string;
|
|
2997
2989
|
"settings.log-streaming.addFirst": string;
|
|
2998
2990
|
"settings.log-streaming.saving": string;
|
|
@@ -3134,6 +3126,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3134
3126
|
"settings.provisioningConfirmDialog.button.cancel": string;
|
|
3135
3127
|
"settings.provisioningConfirmDialog.button.downloadProjectRolesCsv": string;
|
|
3136
3128
|
"settings.provisioningConfirmDialog.button.downloadInstanceRolesCsv": string;
|
|
3129
|
+
"settings.provisioningConfirmDialog.projectRulesDeletion.warning": string;
|
|
3130
|
+
"settings.provisioningConfirmDialog.projectRulesDeletion.description": string;
|
|
3137
3131
|
"settings.provisioningInstanceRolesHandledBySsoProvider.description": string;
|
|
3138
3132
|
"settings.provisioningInstanceRolesHandledByExpressionMapping.description": string;
|
|
3139
3133
|
"settings.provisioningProjectRolesHandledBySsoProvider.description": string;
|
|
@@ -3995,6 +3989,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3995
3989
|
"workflows.publishModal.noChanges": string;
|
|
3996
3990
|
"workflows.publishModal.changes": string;
|
|
3997
3991
|
"workflows.publishModal.lastPublished": string;
|
|
3992
|
+
"workflows.publishModal.aiGatewayWarning.header": string;
|
|
3993
|
+
"workflows.publishModal.aiGatewayWarning.body": string;
|
|
3998
3994
|
"importCurlModal.title": string;
|
|
3999
3995
|
"importCurlModal.input.label": string;
|
|
4000
3996
|
"importCurlModal.input.placeholder": string;
|
|
@@ -4166,6 +4162,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
4166
4162
|
"dataTable.addRow.label": string;
|
|
4167
4163
|
"dataTable.addRow.error": string;
|
|
4168
4164
|
"dataTable.updateRow.error": string;
|
|
4165
|
+
"dataTable.updateRow.numberPrecisionWarning.title": string;
|
|
4166
|
+
"dataTable.updateRow.numberPrecisionWarning.message": string;
|
|
4169
4167
|
"dataTable.deleteRows.title": string;
|
|
4170
4168
|
"dataTable.deleteRows.confirmation": string;
|
|
4171
4169
|
"dataTable.deleteRows.error": string;
|
|
@@ -4225,6 +4223,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
4225
4223
|
"settings.n8nConnect.usage.col.cost": string;
|
|
4226
4224
|
"settings.n8nConnect.usage.empty": string;
|
|
4227
4225
|
"settings.n8nConnect.usage.loadMore": string;
|
|
4226
|
+
"settings.n8nConnect.usage.openExecution": string;
|
|
4228
4227
|
"settings.n8nConnect.wallet.title": string;
|
|
4229
4228
|
"settings.n8nConnect.wallet.remaining": string;
|
|
4230
4229
|
"settings.n8nConnect.wallet.quota": string;
|
|
@@ -4397,14 +4396,6 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
4397
4396
|
"settings.sso.settings.oidc.prompt.consent": string;
|
|
4398
4397
|
"settings.sso.settings.oidc.prompt.select_account": string;
|
|
4399
4398
|
"settings.sso.settings.oidc.prompt.create": string;
|
|
4400
|
-
"settings.sso.settings.oidc.overrideBanner": string;
|
|
4401
|
-
"settings.sso.settings.userRoleProvisioning.label": string;
|
|
4402
|
-
"settings.sso.settings.userRoleProvisioning.help": string;
|
|
4403
|
-
"settings.sso.settings.userRoleProvisioning.help.linkText": string;
|
|
4404
|
-
"settings.sso.settings.userRoleProvisioning.option.disabled.label": string;
|
|
4405
|
-
"settings.sso.settings.userRoleProvisioning.option.instanceRole.label": string;
|
|
4406
|
-
"settings.sso.settings.userRoleProvisioning.option.instanceAndProjectRoles.label": string;
|
|
4407
|
-
"settings.sso.settings.userRoleProvisioning.option.expressionBased.label": string;
|
|
4408
4399
|
"settings.sso.settings.roleAssignment.label": string;
|
|
4409
4400
|
"settings.sso.settings.roleAssignment.description": string;
|
|
4410
4401
|
"settings.sso.settings.roleAssignment.manual": string;
|
|
@@ -4457,6 +4448,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
4457
4448
|
"settings.sso.settings.save.activate.cancel": string;
|
|
4458
4449
|
"settings.sso.settings.save.error": string;
|
|
4459
4450
|
"settings.sso.settings.save.error_oidc": string;
|
|
4451
|
+
"settings.sso.settings.envConfigBanner": string;
|
|
4460
4452
|
"settings.sso.actionBox.title": string;
|
|
4461
4453
|
"settings.sso.actionBox.description": string;
|
|
4462
4454
|
"settings.sso.actionBox.buttonText": string;
|
|
@@ -5152,6 +5144,10 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
5152
5144
|
"instanceAi.artifactsPanel.noArtifacts": string;
|
|
5153
5145
|
"instanceAi.artifactsPanel.tasks": string;
|
|
5154
5146
|
"instanceAi.artifactsPanel.openWorkflow": string;
|
|
5147
|
+
"instanceAi.artifactsPanel.archived": string;
|
|
5148
|
+
"instanceAi.previewTabBar.collapse": string;
|
|
5149
|
+
"instanceAi.previewTabBar.openInEditor": string;
|
|
5150
|
+
"instanceAi.previewTabBar.copyLink": string;
|
|
5155
5151
|
"instanceAi.delegateCard.implementsStep": string;
|
|
5156
5152
|
"instanceAi.delegateCard.delegatingTo": string;
|
|
5157
5153
|
"instanceAi.delegateCard.briefing": string;
|
|
@@ -5209,7 +5205,6 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
5209
5205
|
"instanceAi.workflowSetup.partiallyApplied": string;
|
|
5210
5206
|
"instanceAi.workflowSetup.deferred": string;
|
|
5211
5207
|
"instanceAi.workflowSetup.selectOption": string;
|
|
5212
|
-
"instanceAi.workflowSetup.configureParameters": string;
|
|
5213
5208
|
"instanceAi.workflowSetup.confirmTitle": string;
|
|
5214
5209
|
"instanceAi.workflowSetup.confirmDescription": string;
|
|
5215
5210
|
"instanceAi.workflowSetup.reviewDetails": string;
|
package/dist/index.mjs
CHANGED
|
@@ -222,7 +222,7 @@ var en_default = {
|
|
|
222
222
|
"auth.confirmPassword": "Confirm password",
|
|
223
223
|
"auth.confirmPassword.currentPassword": "Current password",
|
|
224
224
|
"auth.confirmPassword.confirmPasswordToChangeEmail": "Please confirm your password in order to change your email address.",
|
|
225
|
-
"auth.defaultPasswordRequirements": "
|
|
225
|
+
"auth.defaultPasswordRequirements": "{minimum}+ characters, at least 1 number and 1 capital letter",
|
|
226
226
|
"auth.validation.missingParameters": "Missing token or user id",
|
|
227
227
|
"auth.email": "Email",
|
|
228
228
|
"auth.firstName": "First Name",
|
|
@@ -552,6 +552,7 @@ var en_default = {
|
|
|
552
552
|
"chatHub.chat.header.button.editAgent": "Edit Agent",
|
|
553
553
|
"chatHub.chat.header.button.newChat": "New Chat",
|
|
554
554
|
"chatHub.chat.header.button.openWorkflow": "Open Workflow",
|
|
555
|
+
"chatHub.chat.header.button.manageConnections": "Manage connections",
|
|
555
556
|
"chatHub.chat.prompt.microphone.accessDenied": "Microphone access denied",
|
|
556
557
|
"chatHub.chat.prompt.microphone.allowAccess": "Please allow microphone access to use voice input",
|
|
557
558
|
"chatHub.chat.prompt.microphone.noSpeech": "No speech detected. Please try again",
|
|
@@ -1193,37 +1194,22 @@ var en_default = {
|
|
|
1193
1194
|
"experiments.personalizedTemplatesV3.recommendedForYou": "Recommended for you",
|
|
1194
1195
|
"experiments.resourceCenter.badge.noCredentials": "No Credentials Needed",
|
|
1195
1196
|
"experiments.resourceCenter.badge.noSetup": "No Setup Needed",
|
|
1196
|
-
"experiments.resourceCenter.
|
|
1197
|
+
"experiments.resourceCenter.badge.readyToRun": "Ready to Run",
|
|
1198
|
+
"experiments.resourceCenter.badge.template": "Template",
|
|
1199
|
+
"experiments.resourceCenter.badge.video": "Video",
|
|
1200
|
+
"experiments.resourceCenter.cta.runWorkflow": "Run workflow",
|
|
1197
1201
|
"experiments.resourceCenter.getInspired.title": "Get Inspired",
|
|
1198
|
-
"experiments.resourceCenter.gettingStarted.title": "Getting Started",
|
|
1199
|
-
"experiments.resourceCenter.learnAnything.title": "Learn Anything",
|
|
1200
|
-
"experiments.resourceCenter.quickStart.title": "Quick Start",
|
|
1201
|
-
"experiments.resourceCenter.seeMore": "See more",
|
|
1202
|
-
"experiments.resourceCenter.sidebar": "Resources",
|
|
1203
|
-
"experiments.resourceCenter.sidebar.inspiration": "Inspiration",
|
|
1204
|
-
"experiments.resourceCenter.templateCard.useNow": "▶ Run workflow",
|
|
1205
|
-
"experiments.resourceCenter.templatePreviews.title": "Popular Templates",
|
|
1206
|
-
"experiments.resourceCenter.title": "Resources",
|
|
1207
|
-
"experiments.resourceCenter.viewAllTemplates": "View all templates",
|
|
1208
|
-
"experiments.resourceCenter.youtubeInspiration.title": "Inspiration Videos",
|
|
1209
|
-
"experiments.resourceCenter.youtubeLearn.title": "Learning Videos",
|
|
1210
1202
|
"experiments.resourceCenter.getStarted.title": "Get started",
|
|
1211
1203
|
"experiments.resourceCenter.learnN8n.title": "Learn to use n8n",
|
|
1212
|
-
"experiments.resourceCenter.featuredVideos.title": "Featured video tutorials",
|
|
1213
|
-
"experiments.resourceCenter.quickTips.title": "Quick tips",
|
|
1214
|
-
"experiments.resourceCenter.masterclass.title": "Masterclasses",
|
|
1215
|
-
"experiments.resourceCenter.learnTemplates.title": "Starter templates",
|
|
1216
|
-
"experiments.resourceCenter.popularTemplates.title": "Popular templates",
|
|
1217
|
-
"experiments.resourceCenter.automationIdeas.title": "Automation ideas",
|
|
1218
1204
|
"experiments.resourceCenter.sandbox.easySetup": "No setup needed",
|
|
1219
|
-
"experiments.resourceCenter.
|
|
1220
|
-
"experiments.resourceCenter.
|
|
1205
|
+
"experiments.resourceCenter.search.noResults": "No results found",
|
|
1206
|
+
"experiments.resourceCenter.search.placeholder": "Search templates and guides…",
|
|
1221
1207
|
"experiments.resourceCenter.sandbox.nodes": "{count} nodes",
|
|
1222
|
-
"experiments.resourceCenter.
|
|
1223
|
-
"experiments.resourceCenter.course.lessons": "{count} lessons",
|
|
1224
|
-
"experiments.resourceCenter.video.level": "Level: {level}",
|
|
1208
|
+
"experiments.resourceCenter.sidebar": "Resources",
|
|
1225
1209
|
"experiments.resourceCenter.template.setupTime": "{minutes} minute set up",
|
|
1210
|
+
"experiments.resourceCenter.title": "Resources",
|
|
1226
1211
|
"experiments.resourceCenter.tooltip.text": "Get inspired and learn with use cases",
|
|
1212
|
+
"experiments.resourceCenter.video.level": "Level: {level}",
|
|
1227
1213
|
"experiments.templatesDataQuality.modalTitle": "Featured templates",
|
|
1228
1214
|
error: "Error",
|
|
1229
1215
|
"error.goBack": "Go back",
|
|
@@ -1636,6 +1622,7 @@ var en_default = {
|
|
|
1636
1622
|
"mainSidebar.showMessage.handleSelect2.title": "Workflow created",
|
|
1637
1623
|
"mainSidebar.showMessage.handleSelect3.title": "Workflow created",
|
|
1638
1624
|
"mainSidebar.showMessage.handleArchive.title": "Workflow '{workflowName}' archived",
|
|
1625
|
+
"mainSidebar.showMessage.handleArchive.message": "Delete permanently",
|
|
1639
1626
|
"mainSidebar.showMessage.handleUnarchive.title": "Workflow '{workflowName}' unarchived",
|
|
1640
1627
|
"mainSidebar.showMessage.stopExecution.title": "Execution stopped",
|
|
1641
1628
|
"mainSidebar.workflows": "Workflows",
|
|
@@ -2273,6 +2260,10 @@ var en_default = {
|
|
|
2273
2260
|
"oauth.consentView.action.listWorkflows": "Get a list of your workflows",
|
|
2274
2261
|
"oauth.consentView.action.workflowDetails": "Get details for a specific workflow",
|
|
2275
2262
|
"oauth.consentView.action.executeWorkflows": "Execute workflows on your behalf",
|
|
2263
|
+
"oauth.consentView.action.executionDetails": "Get details for a specific workflow execution",
|
|
2264
|
+
"oauth.consentView.action.createUpdateWorkflows": "Create and update workflows on your behalf",
|
|
2265
|
+
"oauth.consentView.action.createDataTables": "Create and update data tables on your behalf",
|
|
2266
|
+
"oauth.consentView.action.searchProjectsAndFolders": "Search for projects and folders",
|
|
2276
2267
|
"oauth.consentView.readMore": "Read more <a href='{docsUrl}' target='_blank'>here</a>",
|
|
2277
2268
|
"oauth.consentView.error.deny": "Error denying access",
|
|
2278
2269
|
"oauth.consentView.error.allow": "Error allowing access",
|
|
@@ -2989,6 +2980,7 @@ var en_default = {
|
|
|
2989
2980
|
"settings.log-streaming.actionBox.description": "Log Streaming is available as a paid feature. Learn more about it.",
|
|
2990
2981
|
"settings.log-streaming.actionBox.button": "See plans",
|
|
2991
2982
|
"settings.log-streaming.infoText": "Send logs to external endpoints of your choice. You can also write logs to a file or the console using environment variables. <a href=\"https://docs.n8n.io/log-streaming/\" target=\"_blank\">More info</a>",
|
|
2983
|
+
"settings.log-streaming.managedByEnv": "Log streaming destinations are managed via environment variables and cannot be modified from the UI.",
|
|
2992
2984
|
"settings.log-streaming.addFirstTitle": "Set up a destination to get started",
|
|
2993
2985
|
"settings.log-streaming.addFirst": "Add your first destination by clicking on the button and selecting a destination type.",
|
|
2994
2986
|
"settings.log-streaming.saving": "Saving",
|
|
@@ -3130,6 +3122,8 @@ var en_default = {
|
|
|
3130
3122
|
"settings.provisioningConfirmDialog.button.cancel": "Cancel",
|
|
3131
3123
|
"settings.provisioningConfirmDialog.button.downloadProjectRolesCsv": "Existing project role access settings CSV",
|
|
3132
3124
|
"settings.provisioningConfirmDialog.button.downloadInstanceRolesCsv": "Existing instance role settings CSV",
|
|
3125
|
+
"settings.provisioningConfirmDialog.projectRulesDeletion.warning": "Existing project mapping rules will be permanently deleted.",
|
|
3126
|
+
"settings.provisioningConfirmDialog.projectRulesDeletion.description": "Saving this change removes all project role mapping rules. Download the project roles CSV above before saving so you can recreate them if needed.",
|
|
3133
3127
|
"settings.provisioningInstanceRolesHandledBySsoProvider.description": "User management and instance roles are controlled by your SSO provider. Contact your n8n instance owner or admin to make changes.",
|
|
3134
3128
|
"settings.provisioningInstanceRolesHandledByExpressionMapping.description": "Instance roles are managed automatically by expression-based role mapping rules. Manual role changes are disabled.",
|
|
3135
3129
|
"settings.provisioningProjectRolesHandledBySsoProvider.description": "User management and project roles are controlled by your SSO provider. Contact your n8n instance owner or admin to make changes.",
|
|
@@ -3991,6 +3985,8 @@ var en_default = {
|
|
|
3991
3985
|
"workflows.publishModal.noChanges": "No changes to publish",
|
|
3992
3986
|
"workflows.publishModal.changes": "New changes to publish",
|
|
3993
3987
|
"workflows.publishModal.lastPublished": "Last published by {author}, {date} at {time}",
|
|
3988
|
+
"workflows.publishModal.aiGatewayWarning.header": "The node | The nodes",
|
|
3989
|
+
"workflows.publishModal.aiGatewayWarning.body": "uses an n8n Connect credential. Once your n8n Connect balance is depleted, this workflow will stop working. | use n8n Connect credentials. Once your n8n Connect balance is depleted, this workflow will stop working.",
|
|
3994
3990
|
"importCurlModal.title": "Import cURL command",
|
|
3995
3991
|
"importCurlModal.input.label": "cURL Command",
|
|
3996
3992
|
"importCurlModal.input.placeholder": "Paste the cURL command here",
|
|
@@ -4162,6 +4158,8 @@ var en_default = {
|
|
|
4162
4158
|
"dataTable.addRow.label": "Add Row",
|
|
4163
4159
|
"dataTable.addRow.error": "Error adding row",
|
|
4164
4160
|
"dataTable.updateRow.error": "Error updating row",
|
|
4161
|
+
"dataTable.updateRow.numberPrecisionWarning.title": "Number precision may be lost",
|
|
4162
|
+
"dataTable.updateRow.numberPrecisionWarning.message": "Values above 9,007,199,254,740,991 can lose precision. Store large numbers as text if you need exact values.",
|
|
4165
4163
|
"dataTable.deleteRows.title": "Delete Rows",
|
|
4166
4164
|
"dataTable.deleteRows.confirmation": "Are you sure you want to delete {count} row? | Are you sure you want to delete {count} rows?",
|
|
4167
4165
|
"dataTable.deleteRows.error": "Error deleting rows",
|
|
@@ -4221,6 +4219,7 @@ var en_default = {
|
|
|
4221
4219
|
"settings.n8nConnect.usage.col.cost": "Cost (USD)",
|
|
4222
4220
|
"settings.n8nConnect.usage.empty": "No usage records found.",
|
|
4223
4221
|
"settings.n8nConnect.usage.loadMore": "Load more",
|
|
4222
|
+
"settings.n8nConnect.usage.openExecution": "Open execution",
|
|
4224
4223
|
"settings.n8nConnect.wallet.title": "Balance",
|
|
4225
4224
|
"settings.n8nConnect.wallet.remaining": "${remaining} / ${budget} remaining",
|
|
4226
4225
|
"settings.n8nConnect.wallet.quota": "budget",
|
|
@@ -4393,14 +4392,6 @@ var en_default = {
|
|
|
4393
4392
|
"settings.sso.settings.oidc.prompt.consent": "Consent (Ask the user to consent)",
|
|
4394
4393
|
"settings.sso.settings.oidc.prompt.select_account": "Select Account (Allow the user to select an account)",
|
|
4395
4394
|
"settings.sso.settings.oidc.prompt.create": "Create (Ask the OP to show the registration page first)",
|
|
4396
|
-
"settings.sso.settings.oidc.overrideBanner": "OIDC connection is configured via environment variables. To modify, update the environment variables and restart n8n.",
|
|
4397
|
-
"settings.sso.settings.userRoleProvisioning.label": "User role provisioning",
|
|
4398
|
-
"settings.sso.settings.userRoleProvisioning.help": "Manage instance and project roles from your SSO provider.",
|
|
4399
|
-
"settings.sso.settings.userRoleProvisioning.help.linkText": "Link to docs",
|
|
4400
|
-
"settings.sso.settings.userRoleProvisioning.option.disabled.label": "Managed in n8n",
|
|
4401
|
-
"settings.sso.settings.userRoleProvisioning.option.instanceRole.label": "Instance role",
|
|
4402
|
-
"settings.sso.settings.userRoleProvisioning.option.instanceAndProjectRoles.label": "Instance and project roles",
|
|
4403
|
-
"settings.sso.settings.userRoleProvisioning.option.expressionBased.label": "Expression-based mapping",
|
|
4404
4395
|
"settings.sso.settings.roleAssignment.label": "Role assignment",
|
|
4405
4396
|
"settings.sso.settings.roleAssignment.description": "Choose how roles are assigned to SSO users",
|
|
4406
4397
|
"settings.sso.settings.roleAssignment.manual": "Assigned manually in n8n",
|
|
@@ -4453,6 +4444,7 @@ var en_default = {
|
|
|
4453
4444
|
"settings.sso.settings.save.activate.cancel": "Cancel",
|
|
4454
4445
|
"settings.sso.settings.save.error": "Error saving SAML SSO configuration",
|
|
4455
4446
|
"settings.sso.settings.save.error_oidc": "Error saving OIDC SSO configuration",
|
|
4447
|
+
"settings.sso.settings.envConfigBanner": "SSO connection is configured via environment variables. To modify, update the environment variables and restart n8n.",
|
|
4456
4448
|
"settings.sso.actionBox.title": "Available on the Enterprise plan",
|
|
4457
4449
|
"settings.sso.actionBox.description": "Use Single Sign On to consolidate authentication into a single platform to improve security and agility.",
|
|
4458
4450
|
"settings.sso.actionBox.buttonText": "See plans",
|
|
@@ -5148,6 +5140,10 @@ var en_default = {
|
|
|
5148
5140
|
"instanceAi.artifactsPanel.noArtifacts": "No artifacts yet",
|
|
5149
5141
|
"instanceAi.artifactsPanel.tasks": "Tasks",
|
|
5150
5142
|
"instanceAi.artifactsPanel.openWorkflow": "Open",
|
|
5143
|
+
"instanceAi.artifactsPanel.archived": "Archived",
|
|
5144
|
+
"instanceAi.previewTabBar.collapse": "Collapse panel",
|
|
5145
|
+
"instanceAi.previewTabBar.openInEditor": "Open in editor",
|
|
5146
|
+
"instanceAi.previewTabBar.copyLink": "Copy link",
|
|
5151
5147
|
"instanceAi.delegateCard.implementsStep": "Step {step}",
|
|
5152
5148
|
"instanceAi.delegateCard.delegatingTo": "Delegating to",
|
|
5153
5149
|
"instanceAi.delegateCard.briefing": "Briefing",
|
|
@@ -5205,7 +5201,6 @@ var en_default = {
|
|
|
5205
5201
|
"instanceAi.workflowSetup.partiallyApplied": "Partially configured — some nodes skipped",
|
|
5206
5202
|
"instanceAi.workflowSetup.deferred": "Skipped — configure later",
|
|
5207
5203
|
"instanceAi.workflowSetup.selectOption": "Select an option",
|
|
5208
|
-
"instanceAi.workflowSetup.configureParameters": "Configure {count} parameter | Configure {count} parameters",
|
|
5209
5204
|
"instanceAi.workflowSetup.confirmTitle": "Ready to apply",
|
|
5210
5205
|
"instanceAi.workflowSetup.confirmDescription": "{count} item configured | {count} items configured",
|
|
5211
5206
|
"instanceAi.workflowSetup.reviewDetails": "Review details",
|
|
@@ -5536,7 +5531,7 @@ var en_default = {
|
|
|
5536
5531
|
"instanceAi.welcomeModal.toggle.enabled": "Enabled",
|
|
5537
5532
|
"instanceAi.welcomeModal.toggle.disabled": "Disabled",
|
|
5538
5533
|
"instanceAi.welcomeModal.disclaimer": "Conversations are processed by external AI providers.",
|
|
5539
|
-
"instanceAi.welcomeModal.readMore": "Read more
|
|
5534
|
+
"instanceAi.welcomeModal.readMore": "Read more",
|
|
5540
5535
|
"instanceAi.welcomeModal.continue": "Continue",
|
|
5541
5536
|
"instanceAi.welcomeModal.enable": "Enable",
|
|
5542
5537
|
"instanceAi.welcomeModal.skip": "Skip for now",
|