@n8n/i18n 1.18.1 → 1.20.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.d.cts CHANGED
@@ -69,6 +69,7 @@ declare const i18nInstance: vue_i18n.I18n<{
69
69
  "generic.communityNode.tooltip": string;
70
70
  "generic.officialNode.tooltip": string;
71
71
  "generic.copy": string;
72
+ "generic.copied": string;
72
73
  "generic.delete": string;
73
74
  "generic.dontShowAgain": string;
74
75
  "generic.enterprise": string;
@@ -203,7 +204,6 @@ declare const i18nInstance: vue_i18n.I18n<{
203
204
  "auth.signup.setupYourAccountError": string;
204
205
  "auth.signup.tokenValidationError": string;
205
206
  "aiAssistant.name": string;
206
- "aiAssistant.n8nAi": string;
207
207
  "aiAssistant.tabs.ask": string;
208
208
  "aiAssistant.tabs.build": string;
209
209
  "aiAssistant.builder.mode": string;
@@ -223,6 +223,7 @@ declare const i18nInstance: vue_i18n.I18n<{
223
223
  "aiAssistant.builder.canvasPrompt.cancelButton": string;
224
224
  "aiAssistant.builder.canvasPrompt.startManually.title": string;
225
225
  "aiAssistant.builder.canvasPrompt.startManually.subTitle": string;
226
+ "aiAssistant.builder.canvasPrompt.buildWithAI": string;
226
227
  "aiAssistant.builder.streamAbortedMessage": string;
227
228
  "aiAssistant.builder.executeMessage.description": string;
228
229
  "aiAssistant.builder.executeMessage.noIssues": string;
@@ -365,7 +366,9 @@ declare const i18nInstance: vue_i18n.I18n<{
365
366
  "codeNodeEditor.completer.$nodeVersion": string;
366
367
  "codeNodeEditor.completer.$today": string;
367
368
  "codeNodeEditor.completer.$vars": string;
368
- "codeNodeEditor.completer.$vars.varName": string;
369
+ "codeNodeEditor.completer.$vars.varName.global": string;
370
+ "codeNodeEditor.completer.$vars.varName.global.overridden": string;
371
+ "codeNodeEditor.completer.$vars.varName.project": string;
369
372
  "codeNodeEditor.completer.$secrets": string;
370
373
  "codeNodeEditor.completer.$secrets.provider": string;
371
374
  "codeNodeEditor.completer.$secrets.provider.varName": string;
@@ -550,6 +553,8 @@ declare const i18nInstance: vue_i18n.I18n<{
550
553
  "codeNodeEditor.completer.section.cast": string;
551
554
  "codeNodeEditor.completer.section.compare": string;
552
555
  "codeNodeEditor.completer.section.validation": string;
556
+ "codeNodeEditor.completer.section.variable.project": string;
557
+ "codeNodeEditor.completer.section.variable.global": string;
553
558
  "codeNodeEditor.linter.allItems.firstOrLastCalledWithArg": string;
554
559
  "codeNodeEditor.linter.allItems.emptyReturn": string;
555
560
  "codeNodeEditor.linter.allItems.itemCall": string;
@@ -1152,6 +1157,7 @@ declare const i18nInstance: vue_i18n.I18n<{
1152
1157
  "mainSidebar.workersView": string;
1153
1158
  "mainSidebar.whatsNew": string;
1154
1159
  "mainSidebar.whatsNew.fullChangelog": string;
1160
+ "mcp.workflowNotEligable.description": string;
1155
1161
  "menuActions.duplicate": string;
1156
1162
  "menuActions.download": string;
1157
1163
  "menuActions.push": string;
@@ -1652,6 +1658,7 @@ declare const i18nInstance: vue_i18n.I18n<{
1652
1658
  "contextMenu.tidyUpWorkflow": string;
1653
1659
  "contextMenu.tidyUpSelection": string;
1654
1660
  "contextMenu.extract": string;
1661
+ "contextMenu.replace": string;
1655
1662
  "contextMenu.duplicate": string;
1656
1663
  "contextMenu.open": string;
1657
1664
  "contextMenu.test": string;
@@ -2031,13 +2038,18 @@ declare const i18nInstance: vue_i18n.I18n<{
2031
2038
  "settings.mcp.empty.title": string;
2032
2039
  "settings.mcp.empty.description": string;
2033
2040
  "settings.mcp.toggle.disabled.tooltip": string;
2041
+ "settings.mcp.toggle.error": string;
2034
2042
  "settings.mcp.instructions.enableAccess": string;
2035
2043
  "settings.mcp.instructions.serverUrl": string;
2036
- "settings.mcp.instructions.apiKey.part1": string;
2037
- "settings.mcp.instructions.apiKey.part2": string;
2044
+ "settings.mcp.instructions.apiKey.label": string;
2038
2045
  "settings.mcp.instructions.json": string;
2039
2046
  "settings.mcp.instructions.docs.part1": string;
2040
2047
  "settings.mcp.instructions.docs.part2": string;
2048
+ "settings.mcp.instructions.rotateKey.tooltip": string;
2049
+ "settings.mcp.instructions.apiKey.tip": string;
2050
+ "settings.mcp.newKey.notice": string;
2051
+ "settings.mcp.error.fetching.apiKey": string;
2052
+ "settings.mcp.error.rotating.apiKey": string;
2041
2053
  "settings.goBack": string;
2042
2054
  "settings.personal": string;
2043
2055
  "settings.personal.basicInformation": string;
@@ -2879,10 +2891,11 @@ declare const i18nInstance: vue_i18n.I18n<{
2879
2891
  "variables.table.key": string;
2880
2892
  "variables.table.value": string;
2881
2893
  "variables.table.usage": string;
2894
+ "variables.table.scope": string;
2895
+ "variables.table.scope.global": string;
2882
2896
  "variables.editing.key.placeholder": string;
2883
2897
  "variables.editing.value.placeholder": string;
2884
- "variables.editing.key.error.startsWithLetter": string;
2885
- "variables.editing.key.error.jsonKey": string;
2898
+ "variables.editing.key.error.regex": string;
2886
2899
  "variables.row.button.save": string;
2887
2900
  "variables.row.button.cancel": string;
2888
2901
  "variables.row.button.edit": string;
@@ -2892,12 +2905,24 @@ declare const i18nInstance: vue_i18n.I18n<{
2892
2905
  "variables.row.usage.copiedToClipboard": string;
2893
2906
  "variables.row.usage.copyToClipboard": string;
2894
2907
  "variables.search.placeholder": string;
2908
+ "variables.delete.successful.message": string;
2895
2909
  "variables.errors.save": string;
2896
2910
  "variables.errors.delete": string;
2897
2911
  "variables.modals.deleteConfirm.title": string;
2898
2912
  "variables.modals.deleteConfirm.message": string;
2899
2913
  "variables.modals.deleteConfirm.confirmButton": string;
2900
2914
  "variables.modals.deleteConfirm.cancelButton": string;
2915
+ "variables.modal.title.create": string;
2916
+ "variables.modal.title.edit": string;
2917
+ "variables.modal.key.label": string;
2918
+ "variables.modal.value.label": string;
2919
+ "variables.modal.scope.label": string;
2920
+ "variables.modal.scope.global": string;
2921
+ "variables.modal.scope.all": string;
2922
+ "variables.modal.button.cancel": string;
2923
+ "variables.modal.button.save": string;
2924
+ "variables.modal.error.keyExistsInProject": string;
2925
+ "variables.modal.warning.globalKeyExists": string;
2901
2926
  "contextual.credentials.sharing.unavailable.title": string;
2902
2927
  "contextual.credentials.sharing.unavailable.title.cloud": string;
2903
2928
  "contextual.credentials.sharing.unavailable.description": string;
@@ -2926,67 +2951,62 @@ declare const i18nInstance: vue_i18n.I18n<{
2926
2951
  "contextual.users.settings.unavailable.button.cloud": string;
2927
2952
  "contextual.feature.unavailable.title": string;
2928
2953
  "contextual.feature.unavailable.title.cloud": string;
2929
- "dataStore.dataStores": string;
2930
- "dataStore.empty.label": string;
2931
- "dataStore.empty.description": string;
2932
- "dataStore.card.size": string;
2933
- "dataStore.card.column.count": string;
2934
- "dataStore.card.row.count": string;
2935
- "dataStore.sort.lastUpdated": string;
2936
- "dataStore.sort.lastCreated": string;
2937
- "dataStore.sort.nameAsc": string;
2938
- "dataStore.sort.nameDesc": string;
2939
- "dataStore.search.placeholder": string;
2940
- "dataStore.error.fetching": string;
2941
- "dataStore.add.title": string;
2942
- "dataStore.add.button.label": string;
2943
- "dataStore.add.input.name.label": string;
2944
- "dataStore.add.input.name.placeholder": string;
2945
- "dataStore.add.error": string;
2946
- "dataStore.delete.confirm.title": string;
2947
- "dataStore.delete.confirm.message": string;
2948
- "dataStore.delete.error": string;
2949
- "dataStore.rename.error": string;
2950
- "dataStore.getDetails.error": string;
2951
- "dataStore.notFound": string;
2952
- "dataStore.noColumns.heading": string;
2953
- "dataStore.noColumns.description": string;
2954
- "dataStore.noColumns.button.label": string;
2955
- "dataStore.addColumn.label": string;
2956
- "dataStore.addColumn.nameInput.label": string;
2957
- "dataStore.addColumn.nameInput.placeholder": string;
2958
- "dataStore.addColumn.typeInput.label": string;
2959
- "dataStore.addColumn.error": string;
2960
- "dataStore.addColumn.alreadyExistsError": string;
2961
- "dataStore.addColumn.alreadyExistsDescription": string;
2962
- "dataStore.moveColumn.error": string;
2963
- "dataStore.deleteColumn.error": string;
2964
- "dataStore.deleteColumn.confirm.title": string;
2965
- "dataStore.deleteColumn.confirm.message": string;
2966
- "dataStore.addColumn.invalidName.error": string;
2967
- "dataStore.addColumn.invalidName.description": string;
2968
- "dataStore.fetchContent.error": string;
2969
- "dataStore.addRow.label": string;
2970
- "dataStore.addRow.error": string;
2971
- "dataStore.updateRow.error": string;
2972
- "dataStore.deleteRows.title": string;
2973
- "dataStore.deleteRows.confirmation": string;
2974
- "dataStore.deleteRows.error": string;
2975
- "dataStore.banner.storageLimitWarning.message": string;
2976
- "dataStore.banner.storageLimitError.message": string;
2977
- "dataStore.error.tableNotInitialized": string;
2978
- "dataStore.noRows": string;
2979
- "dataStore.filters.isNull": string;
2980
- "dataStore.filters.isNotNull": string;
2981
- "dataStore.filters.isEmpty": string;
2982
- "dataStore.filters.isNotEmpty": string;
2983
- "dataStore.filters.between": string;
2984
- "dataStore.filters.true": string;
2985
- "dataStore.filters.false": string;
2986
- "dataStore.filters.greaterThan": string;
2987
- "dataStore.filters.greaterThanOrEqual": string;
2988
- "dataStore.filters.lessThan": string;
2989
- "dataStore.filters.lessThanOrEqual": string;
2954
+ "dataTable.dataTables": string;
2955
+ "dataTable.empty.label": string;
2956
+ "dataTable.empty.description": string;
2957
+ "dataTable.card.size": string;
2958
+ "dataTable.card.column.count": string;
2959
+ "dataTable.add.title": string;
2960
+ "dataTable.add.button.label": string;
2961
+ "dataTable.add.input.name.label": string;
2962
+ "dataTable.add.input.name.placeholder": string;
2963
+ "dataTable.add.error": string;
2964
+ "dataTable.delete.confirm.title": string;
2965
+ "dataTable.delete.confirm.message": string;
2966
+ "dataTable.delete.error": string;
2967
+ "dataTable.rename.error": string;
2968
+ "dataTable.getDetails.error": string;
2969
+ "dataTable.notFound": string;
2970
+ "dataTable.noColumns.heading": string;
2971
+ "dataTable.noColumns.description": string;
2972
+ "dataTable.noColumns.button.label": string;
2973
+ "dataTable.addColumn.label": string;
2974
+ "dataTable.addColumn.nameInput.label": string;
2975
+ "dataTable.addColumn.nameInput.placeholder": string;
2976
+ "dataTable.addColumn.typeInput.label": string;
2977
+ "dataTable.addColumn.error": string;
2978
+ "dataTable.addColumn.alreadyExistsError": string;
2979
+ "dataTable.addColumn.alreadyExistsDescription": string;
2980
+ "dataTable.moveColumn.error": string;
2981
+ "dataTable.deleteColumn.error": string;
2982
+ "dataTable.deleteColumn.confirm.title": string;
2983
+ "dataTable.deleteColumn.confirm.message": string;
2984
+ "dataTable.addColumn.invalidName.error": string;
2985
+ "dataTable.addColumn.invalidName.description": string;
2986
+ "dataTable.fetchContent.error": string;
2987
+ "dataTable.addRow.label": string;
2988
+ "dataTable.addRow.error": string;
2989
+ "dataTable.updateRow.error": string;
2990
+ "dataTable.deleteRows.title": string;
2991
+ "dataTable.deleteRows.confirmation": string;
2992
+ "dataTable.deleteRows.error": string;
2993
+ "dataTable.banner.storageLimitWarning.message": string;
2994
+ "dataTable.banner.storageLimitError.message": string;
2995
+ "dataTable.error.tableNotInitialized": string;
2996
+ "dataTable.noRows": string;
2997
+ "dataTable.filters.isNull": string;
2998
+ "dataTable.filters.isNotNull": string;
2999
+ "dataTable.filters.isEmpty": string;
3000
+ "dataTable.filters.isNotEmpty": string;
3001
+ "dataTable.filters.between": string;
3002
+ "dataTable.filters.true": string;
3003
+ "dataTable.filters.false": string;
3004
+ "dataTable.filters.greaterThan": string;
3005
+ "dataTable.filters.greaterThanOrEqual": string;
3006
+ "dataTable.filters.lessThan": string;
3007
+ "dataTable.filters.lessThanOrEqual": string;
3008
+ "dataTable.addColumn.systemColumnDescription": string;
3009
+ "dataTable.addColumn.testingColumnDescription": string;
2990
3010
  "settings.ldap": string;
2991
3011
  "settings.ldap.note": string;
2992
3012
  "settings.ldap.infoTip": string;
@@ -3165,6 +3185,7 @@ declare const i18nInstance: vue_i18n.I18n<{
3165
3185
  "projects.settings.save.error.title": string;
3166
3186
  "projects.settings.role.upgrade.title": string;
3167
3187
  "projects.settings.role.upgrade.message": string;
3188
+ "projects.settings.role.upgrade.tooltip": string;
3168
3189
  "projects.settings.table.header.user": string;
3169
3190
  "projects.settings.table.header.role": string;
3170
3191
  "projects.settings.table.row.removeUser": string;
@@ -3572,6 +3593,66 @@ declare const i18nInstance: vue_i18n.I18n<{
3572
3593
  "preBuiltAgentTemplates.title": string;
3573
3594
  "preBuiltAgentTemplates.tutorials": string;
3574
3595
  "preBuiltAgentTemplates.viewAllLink": string;
3596
+ "commandBar.placeholder": string;
3597
+ "commandBar.noResults": string;
3598
+ "commandBar.sections.nodes": string;
3599
+ "commandBar.sections.workflow": string;
3600
+ "commandBar.sections.workflows": string;
3601
+ "commandBar.sections.credentials": string;
3602
+ "commandBar.sections.dataTables": string;
3603
+ "commandBar.sections.templates": string;
3604
+ "commandBar.sections.demo": string;
3605
+ "commandBar.nodes.addNode": string;
3606
+ "commandBar.nodes.addStickyNote": string;
3607
+ "commandBar.nodes.openNode": string;
3608
+ "commandBar.nodes.openNodeWithPrefix": string;
3609
+ "commandBar.nodes.addNodeWithPrefix": string;
3610
+ "commandBar.nodes.searchPlaceholder": string;
3611
+ "commandBar.nodes.keywords.insert": string;
3612
+ "commandBar.nodes.keywords.add": string;
3613
+ "commandBar.nodes.keywords.create": string;
3614
+ "commandBar.nodes.keywords.node": string;
3615
+ "commandBar.workflow.test": string;
3616
+ "commandBar.workflow.save": string;
3617
+ "commandBar.workflow.activate": string;
3618
+ "commandBar.workflow.deactivate": string;
3619
+ "commandBar.workflow.selectAll": string;
3620
+ "commandBar.workflow.tidyUp": string;
3621
+ "commandBar.workflow.duplicate": string;
3622
+ "commandBar.workflow.download": string;
3623
+ "commandBar.workflow.openCredential": string;
3624
+ "commandBar.workflow.openSubworkflow": string;
3625
+ "commandBar.workflow.keywords.test": string;
3626
+ "commandBar.workflow.keywords.execute": string;
3627
+ "commandBar.workflow.keywords.run": string;
3628
+ "commandBar.workflow.keywords.workflow": string;
3629
+ "commandBar.workflows.create": string;
3630
+ "commandBar.workflows.open": string;
3631
+ "commandBar.workflows.searchPlaceholder": string;
3632
+ "commandBar.workflows.prefixPersonal": string;
3633
+ "commandBar.workflows.prefixProject": string;
3634
+ "commandBar.workflows.openPrefixPersonal": string;
3635
+ "commandBar.workflows.openPrefixProject": string;
3636
+ "commandBar.workflows.unnamed": string;
3637
+ "commandBar.credentials.create": string;
3638
+ "commandBar.credentials.open": string;
3639
+ "commandBar.credentials.searchPlaceholder": string;
3640
+ "commandBar.credentials.prefixPersonal": string;
3641
+ "commandBar.credentials.prefixProject": string;
3642
+ "commandBar.credentials.openPrefixPersonal": string;
3643
+ "commandBar.credentials.openPrefixProject": string;
3644
+ "commandBar.credentials.unnamed": string;
3645
+ "commandBar.dataTables.create": string;
3646
+ "commandBar.dataTables.open": string;
3647
+ "commandBar.dataTables.searchPlaceholder": string;
3648
+ "commandBar.dataTables.prefixPersonal": string;
3649
+ "commandBar.dataTables.prefixProject": string;
3650
+ "commandBar.dataTables.openPrefixPersonal": string;
3651
+ "commandBar.dataTables.openPrefixProject": string;
3652
+ "commandBar.dataTables.unnamed": string;
3653
+ "commandBar.templates.import": string;
3654
+ "commandBar.templates.importWithPrefix": string;
3655
+ "commandBar.demo.availableEverywhere": string;
3575
3656
  };
3576
3657
  }, {}, {}, string, false>;
3577
3658
  declare const i18nVersion: vue.Ref<number, number>;
package/dist/index.d.ts CHANGED
@@ -69,6 +69,7 @@ declare const i18nInstance: vue_i18n.I18n<{
69
69
  "generic.communityNode.tooltip": string;
70
70
  "generic.officialNode.tooltip": string;
71
71
  "generic.copy": string;
72
+ "generic.copied": string;
72
73
  "generic.delete": string;
73
74
  "generic.dontShowAgain": string;
74
75
  "generic.enterprise": string;
@@ -203,7 +204,6 @@ declare const i18nInstance: vue_i18n.I18n<{
203
204
  "auth.signup.setupYourAccountError": string;
204
205
  "auth.signup.tokenValidationError": string;
205
206
  "aiAssistant.name": string;
206
- "aiAssistant.n8nAi": string;
207
207
  "aiAssistant.tabs.ask": string;
208
208
  "aiAssistant.tabs.build": string;
209
209
  "aiAssistant.builder.mode": string;
@@ -223,6 +223,7 @@ declare const i18nInstance: vue_i18n.I18n<{
223
223
  "aiAssistant.builder.canvasPrompt.cancelButton": string;
224
224
  "aiAssistant.builder.canvasPrompt.startManually.title": string;
225
225
  "aiAssistant.builder.canvasPrompt.startManually.subTitle": string;
226
+ "aiAssistant.builder.canvasPrompt.buildWithAI": string;
226
227
  "aiAssistant.builder.streamAbortedMessage": string;
227
228
  "aiAssistant.builder.executeMessage.description": string;
228
229
  "aiAssistant.builder.executeMessage.noIssues": string;
@@ -365,7 +366,9 @@ declare const i18nInstance: vue_i18n.I18n<{
365
366
  "codeNodeEditor.completer.$nodeVersion": string;
366
367
  "codeNodeEditor.completer.$today": string;
367
368
  "codeNodeEditor.completer.$vars": string;
368
- "codeNodeEditor.completer.$vars.varName": string;
369
+ "codeNodeEditor.completer.$vars.varName.global": string;
370
+ "codeNodeEditor.completer.$vars.varName.global.overridden": string;
371
+ "codeNodeEditor.completer.$vars.varName.project": string;
369
372
  "codeNodeEditor.completer.$secrets": string;
370
373
  "codeNodeEditor.completer.$secrets.provider": string;
371
374
  "codeNodeEditor.completer.$secrets.provider.varName": string;
@@ -550,6 +553,8 @@ declare const i18nInstance: vue_i18n.I18n<{
550
553
  "codeNodeEditor.completer.section.cast": string;
551
554
  "codeNodeEditor.completer.section.compare": string;
552
555
  "codeNodeEditor.completer.section.validation": string;
556
+ "codeNodeEditor.completer.section.variable.project": string;
557
+ "codeNodeEditor.completer.section.variable.global": string;
553
558
  "codeNodeEditor.linter.allItems.firstOrLastCalledWithArg": string;
554
559
  "codeNodeEditor.linter.allItems.emptyReturn": string;
555
560
  "codeNodeEditor.linter.allItems.itemCall": string;
@@ -1152,6 +1157,7 @@ declare const i18nInstance: vue_i18n.I18n<{
1152
1157
  "mainSidebar.workersView": string;
1153
1158
  "mainSidebar.whatsNew": string;
1154
1159
  "mainSidebar.whatsNew.fullChangelog": string;
1160
+ "mcp.workflowNotEligable.description": string;
1155
1161
  "menuActions.duplicate": string;
1156
1162
  "menuActions.download": string;
1157
1163
  "menuActions.push": string;
@@ -1652,6 +1658,7 @@ declare const i18nInstance: vue_i18n.I18n<{
1652
1658
  "contextMenu.tidyUpWorkflow": string;
1653
1659
  "contextMenu.tidyUpSelection": string;
1654
1660
  "contextMenu.extract": string;
1661
+ "contextMenu.replace": string;
1655
1662
  "contextMenu.duplicate": string;
1656
1663
  "contextMenu.open": string;
1657
1664
  "contextMenu.test": string;
@@ -2031,13 +2038,18 @@ declare const i18nInstance: vue_i18n.I18n<{
2031
2038
  "settings.mcp.empty.title": string;
2032
2039
  "settings.mcp.empty.description": string;
2033
2040
  "settings.mcp.toggle.disabled.tooltip": string;
2041
+ "settings.mcp.toggle.error": string;
2034
2042
  "settings.mcp.instructions.enableAccess": string;
2035
2043
  "settings.mcp.instructions.serverUrl": string;
2036
- "settings.mcp.instructions.apiKey.part1": string;
2037
- "settings.mcp.instructions.apiKey.part2": string;
2044
+ "settings.mcp.instructions.apiKey.label": string;
2038
2045
  "settings.mcp.instructions.json": string;
2039
2046
  "settings.mcp.instructions.docs.part1": string;
2040
2047
  "settings.mcp.instructions.docs.part2": string;
2048
+ "settings.mcp.instructions.rotateKey.tooltip": string;
2049
+ "settings.mcp.instructions.apiKey.tip": string;
2050
+ "settings.mcp.newKey.notice": string;
2051
+ "settings.mcp.error.fetching.apiKey": string;
2052
+ "settings.mcp.error.rotating.apiKey": string;
2041
2053
  "settings.goBack": string;
2042
2054
  "settings.personal": string;
2043
2055
  "settings.personal.basicInformation": string;
@@ -2879,10 +2891,11 @@ declare const i18nInstance: vue_i18n.I18n<{
2879
2891
  "variables.table.key": string;
2880
2892
  "variables.table.value": string;
2881
2893
  "variables.table.usage": string;
2894
+ "variables.table.scope": string;
2895
+ "variables.table.scope.global": string;
2882
2896
  "variables.editing.key.placeholder": string;
2883
2897
  "variables.editing.value.placeholder": string;
2884
- "variables.editing.key.error.startsWithLetter": string;
2885
- "variables.editing.key.error.jsonKey": string;
2898
+ "variables.editing.key.error.regex": string;
2886
2899
  "variables.row.button.save": string;
2887
2900
  "variables.row.button.cancel": string;
2888
2901
  "variables.row.button.edit": string;
@@ -2892,12 +2905,24 @@ declare const i18nInstance: vue_i18n.I18n<{
2892
2905
  "variables.row.usage.copiedToClipboard": string;
2893
2906
  "variables.row.usage.copyToClipboard": string;
2894
2907
  "variables.search.placeholder": string;
2908
+ "variables.delete.successful.message": string;
2895
2909
  "variables.errors.save": string;
2896
2910
  "variables.errors.delete": string;
2897
2911
  "variables.modals.deleteConfirm.title": string;
2898
2912
  "variables.modals.deleteConfirm.message": string;
2899
2913
  "variables.modals.deleteConfirm.confirmButton": string;
2900
2914
  "variables.modals.deleteConfirm.cancelButton": string;
2915
+ "variables.modal.title.create": string;
2916
+ "variables.modal.title.edit": string;
2917
+ "variables.modal.key.label": string;
2918
+ "variables.modal.value.label": string;
2919
+ "variables.modal.scope.label": string;
2920
+ "variables.modal.scope.global": string;
2921
+ "variables.modal.scope.all": string;
2922
+ "variables.modal.button.cancel": string;
2923
+ "variables.modal.button.save": string;
2924
+ "variables.modal.error.keyExistsInProject": string;
2925
+ "variables.modal.warning.globalKeyExists": string;
2901
2926
  "contextual.credentials.sharing.unavailable.title": string;
2902
2927
  "contextual.credentials.sharing.unavailable.title.cloud": string;
2903
2928
  "contextual.credentials.sharing.unavailable.description": string;
@@ -2926,67 +2951,62 @@ declare const i18nInstance: vue_i18n.I18n<{
2926
2951
  "contextual.users.settings.unavailable.button.cloud": string;
2927
2952
  "contextual.feature.unavailable.title": string;
2928
2953
  "contextual.feature.unavailable.title.cloud": string;
2929
- "dataStore.dataStores": string;
2930
- "dataStore.empty.label": string;
2931
- "dataStore.empty.description": string;
2932
- "dataStore.card.size": string;
2933
- "dataStore.card.column.count": string;
2934
- "dataStore.card.row.count": string;
2935
- "dataStore.sort.lastUpdated": string;
2936
- "dataStore.sort.lastCreated": string;
2937
- "dataStore.sort.nameAsc": string;
2938
- "dataStore.sort.nameDesc": string;
2939
- "dataStore.search.placeholder": string;
2940
- "dataStore.error.fetching": string;
2941
- "dataStore.add.title": string;
2942
- "dataStore.add.button.label": string;
2943
- "dataStore.add.input.name.label": string;
2944
- "dataStore.add.input.name.placeholder": string;
2945
- "dataStore.add.error": string;
2946
- "dataStore.delete.confirm.title": string;
2947
- "dataStore.delete.confirm.message": string;
2948
- "dataStore.delete.error": string;
2949
- "dataStore.rename.error": string;
2950
- "dataStore.getDetails.error": string;
2951
- "dataStore.notFound": string;
2952
- "dataStore.noColumns.heading": string;
2953
- "dataStore.noColumns.description": string;
2954
- "dataStore.noColumns.button.label": string;
2955
- "dataStore.addColumn.label": string;
2956
- "dataStore.addColumn.nameInput.label": string;
2957
- "dataStore.addColumn.nameInput.placeholder": string;
2958
- "dataStore.addColumn.typeInput.label": string;
2959
- "dataStore.addColumn.error": string;
2960
- "dataStore.addColumn.alreadyExistsError": string;
2961
- "dataStore.addColumn.alreadyExistsDescription": string;
2962
- "dataStore.moveColumn.error": string;
2963
- "dataStore.deleteColumn.error": string;
2964
- "dataStore.deleteColumn.confirm.title": string;
2965
- "dataStore.deleteColumn.confirm.message": string;
2966
- "dataStore.addColumn.invalidName.error": string;
2967
- "dataStore.addColumn.invalidName.description": string;
2968
- "dataStore.fetchContent.error": string;
2969
- "dataStore.addRow.label": string;
2970
- "dataStore.addRow.error": string;
2971
- "dataStore.updateRow.error": string;
2972
- "dataStore.deleteRows.title": string;
2973
- "dataStore.deleteRows.confirmation": string;
2974
- "dataStore.deleteRows.error": string;
2975
- "dataStore.banner.storageLimitWarning.message": string;
2976
- "dataStore.banner.storageLimitError.message": string;
2977
- "dataStore.error.tableNotInitialized": string;
2978
- "dataStore.noRows": string;
2979
- "dataStore.filters.isNull": string;
2980
- "dataStore.filters.isNotNull": string;
2981
- "dataStore.filters.isEmpty": string;
2982
- "dataStore.filters.isNotEmpty": string;
2983
- "dataStore.filters.between": string;
2984
- "dataStore.filters.true": string;
2985
- "dataStore.filters.false": string;
2986
- "dataStore.filters.greaterThan": string;
2987
- "dataStore.filters.greaterThanOrEqual": string;
2988
- "dataStore.filters.lessThan": string;
2989
- "dataStore.filters.lessThanOrEqual": string;
2954
+ "dataTable.dataTables": string;
2955
+ "dataTable.empty.label": string;
2956
+ "dataTable.empty.description": string;
2957
+ "dataTable.card.size": string;
2958
+ "dataTable.card.column.count": string;
2959
+ "dataTable.add.title": string;
2960
+ "dataTable.add.button.label": string;
2961
+ "dataTable.add.input.name.label": string;
2962
+ "dataTable.add.input.name.placeholder": string;
2963
+ "dataTable.add.error": string;
2964
+ "dataTable.delete.confirm.title": string;
2965
+ "dataTable.delete.confirm.message": string;
2966
+ "dataTable.delete.error": string;
2967
+ "dataTable.rename.error": string;
2968
+ "dataTable.getDetails.error": string;
2969
+ "dataTable.notFound": string;
2970
+ "dataTable.noColumns.heading": string;
2971
+ "dataTable.noColumns.description": string;
2972
+ "dataTable.noColumns.button.label": string;
2973
+ "dataTable.addColumn.label": string;
2974
+ "dataTable.addColumn.nameInput.label": string;
2975
+ "dataTable.addColumn.nameInput.placeholder": string;
2976
+ "dataTable.addColumn.typeInput.label": string;
2977
+ "dataTable.addColumn.error": string;
2978
+ "dataTable.addColumn.alreadyExistsError": string;
2979
+ "dataTable.addColumn.alreadyExistsDescription": string;
2980
+ "dataTable.moveColumn.error": string;
2981
+ "dataTable.deleteColumn.error": string;
2982
+ "dataTable.deleteColumn.confirm.title": string;
2983
+ "dataTable.deleteColumn.confirm.message": string;
2984
+ "dataTable.addColumn.invalidName.error": string;
2985
+ "dataTable.addColumn.invalidName.description": string;
2986
+ "dataTable.fetchContent.error": string;
2987
+ "dataTable.addRow.label": string;
2988
+ "dataTable.addRow.error": string;
2989
+ "dataTable.updateRow.error": string;
2990
+ "dataTable.deleteRows.title": string;
2991
+ "dataTable.deleteRows.confirmation": string;
2992
+ "dataTable.deleteRows.error": string;
2993
+ "dataTable.banner.storageLimitWarning.message": string;
2994
+ "dataTable.banner.storageLimitError.message": string;
2995
+ "dataTable.error.tableNotInitialized": string;
2996
+ "dataTable.noRows": string;
2997
+ "dataTable.filters.isNull": string;
2998
+ "dataTable.filters.isNotNull": string;
2999
+ "dataTable.filters.isEmpty": string;
3000
+ "dataTable.filters.isNotEmpty": string;
3001
+ "dataTable.filters.between": string;
3002
+ "dataTable.filters.true": string;
3003
+ "dataTable.filters.false": string;
3004
+ "dataTable.filters.greaterThan": string;
3005
+ "dataTable.filters.greaterThanOrEqual": string;
3006
+ "dataTable.filters.lessThan": string;
3007
+ "dataTable.filters.lessThanOrEqual": string;
3008
+ "dataTable.addColumn.systemColumnDescription": string;
3009
+ "dataTable.addColumn.testingColumnDescription": string;
2990
3010
  "settings.ldap": string;
2991
3011
  "settings.ldap.note": string;
2992
3012
  "settings.ldap.infoTip": string;
@@ -3165,6 +3185,7 @@ declare const i18nInstance: vue_i18n.I18n<{
3165
3185
  "projects.settings.save.error.title": string;
3166
3186
  "projects.settings.role.upgrade.title": string;
3167
3187
  "projects.settings.role.upgrade.message": string;
3188
+ "projects.settings.role.upgrade.tooltip": string;
3168
3189
  "projects.settings.table.header.user": string;
3169
3190
  "projects.settings.table.header.role": string;
3170
3191
  "projects.settings.table.row.removeUser": string;
@@ -3572,6 +3593,66 @@ declare const i18nInstance: vue_i18n.I18n<{
3572
3593
  "preBuiltAgentTemplates.title": string;
3573
3594
  "preBuiltAgentTemplates.tutorials": string;
3574
3595
  "preBuiltAgentTemplates.viewAllLink": string;
3596
+ "commandBar.placeholder": string;
3597
+ "commandBar.noResults": string;
3598
+ "commandBar.sections.nodes": string;
3599
+ "commandBar.sections.workflow": string;
3600
+ "commandBar.sections.workflows": string;
3601
+ "commandBar.sections.credentials": string;
3602
+ "commandBar.sections.dataTables": string;
3603
+ "commandBar.sections.templates": string;
3604
+ "commandBar.sections.demo": string;
3605
+ "commandBar.nodes.addNode": string;
3606
+ "commandBar.nodes.addStickyNote": string;
3607
+ "commandBar.nodes.openNode": string;
3608
+ "commandBar.nodes.openNodeWithPrefix": string;
3609
+ "commandBar.nodes.addNodeWithPrefix": string;
3610
+ "commandBar.nodes.searchPlaceholder": string;
3611
+ "commandBar.nodes.keywords.insert": string;
3612
+ "commandBar.nodes.keywords.add": string;
3613
+ "commandBar.nodes.keywords.create": string;
3614
+ "commandBar.nodes.keywords.node": string;
3615
+ "commandBar.workflow.test": string;
3616
+ "commandBar.workflow.save": string;
3617
+ "commandBar.workflow.activate": string;
3618
+ "commandBar.workflow.deactivate": string;
3619
+ "commandBar.workflow.selectAll": string;
3620
+ "commandBar.workflow.tidyUp": string;
3621
+ "commandBar.workflow.duplicate": string;
3622
+ "commandBar.workflow.download": string;
3623
+ "commandBar.workflow.openCredential": string;
3624
+ "commandBar.workflow.openSubworkflow": string;
3625
+ "commandBar.workflow.keywords.test": string;
3626
+ "commandBar.workflow.keywords.execute": string;
3627
+ "commandBar.workflow.keywords.run": string;
3628
+ "commandBar.workflow.keywords.workflow": string;
3629
+ "commandBar.workflows.create": string;
3630
+ "commandBar.workflows.open": string;
3631
+ "commandBar.workflows.searchPlaceholder": string;
3632
+ "commandBar.workflows.prefixPersonal": string;
3633
+ "commandBar.workflows.prefixProject": string;
3634
+ "commandBar.workflows.openPrefixPersonal": string;
3635
+ "commandBar.workflows.openPrefixProject": string;
3636
+ "commandBar.workflows.unnamed": string;
3637
+ "commandBar.credentials.create": string;
3638
+ "commandBar.credentials.open": string;
3639
+ "commandBar.credentials.searchPlaceholder": string;
3640
+ "commandBar.credentials.prefixPersonal": string;
3641
+ "commandBar.credentials.prefixProject": string;
3642
+ "commandBar.credentials.openPrefixPersonal": string;
3643
+ "commandBar.credentials.openPrefixProject": string;
3644
+ "commandBar.credentials.unnamed": string;
3645
+ "commandBar.dataTables.create": string;
3646
+ "commandBar.dataTables.open": string;
3647
+ "commandBar.dataTables.searchPlaceholder": string;
3648
+ "commandBar.dataTables.prefixPersonal": string;
3649
+ "commandBar.dataTables.prefixProject": string;
3650
+ "commandBar.dataTables.openPrefixPersonal": string;
3651
+ "commandBar.dataTables.openPrefixProject": string;
3652
+ "commandBar.dataTables.unnamed": string;
3653
+ "commandBar.templates.import": string;
3654
+ "commandBar.templates.importWithPrefix": string;
3655
+ "commandBar.demo.availableEverywhere": string;
3575
3656
  };
3576
3657
  }, {}, {}, string, false>;
3577
3658
  declare const i18nVersion: vue.Ref<number, number>;