@n8n/i18n 1.13.1 → 1.14.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 +26 -10
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +21 -4
- package/dist/index.d.ts +21 -4
- package/dist/index.js +25 -9
- package/dist/index.js.map +1 -1
- package/dist/types.cjs +1 -2
- package/dist/types.cjs.map +1 -1
- package/dist/types.d.cts +25 -8
- package/dist/types.d.ts +25 -8
- package/dist/types.js +0 -1
- package/package.json +4 -4
- package/dist/chunk-55J6XMHW.js +0 -1
- package/dist/chunk-55J6XMHW.js.map +0 -1
- package/dist/chunk-PO2SPQJP.cjs +0 -1
- package/dist/chunk-PO2SPQJP.cjs.map +0 -1
package/dist/index.d.cts
CHANGED
|
@@ -116,6 +116,8 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
116
116
|
"generic.unknownError": string;
|
|
117
117
|
"generic.upgradeToEnterprise": string;
|
|
118
118
|
"generic.never": string;
|
|
119
|
+
"generic.list.clearSelection": string;
|
|
120
|
+
"generic.list.selected": string;
|
|
119
121
|
"about.aboutN8n": string;
|
|
120
122
|
"about.close": string;
|
|
121
123
|
"about.license": string;
|
|
@@ -127,6 +129,9 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
127
129
|
"about.debug.message": string;
|
|
128
130
|
"about.debug.toast.title": string;
|
|
129
131
|
"about.debug.toast.message": string;
|
|
132
|
+
"about.thirdPartyLicenses": string;
|
|
133
|
+
"about.thirdPartyLicensesLink": string;
|
|
134
|
+
"about.thirdPartyLicenses.downloadError": string;
|
|
130
135
|
"askAi.dialog.title": string;
|
|
131
136
|
"askAi.dialog.body": string;
|
|
132
137
|
"askAi.dialog.signup": string;
|
|
@@ -200,6 +205,10 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
200
205
|
"aiAssistant.builder.canvasPrompt.startManually.title": string;
|
|
201
206
|
"aiAssistant.builder.canvasPrompt.startManually.subTitle": string;
|
|
202
207
|
"aiAssistant.builder.streamAbortedMessage": string;
|
|
208
|
+
"aiAssistant.builder.plan.intro": string;
|
|
209
|
+
"aiAssistant.builder.plan.approve": string;
|
|
210
|
+
"aiAssistant.builder.plan.reject": string;
|
|
211
|
+
"aiAssistant.builder.plan.whatToChange": string;
|
|
203
212
|
"aiAssistant.assistant": string;
|
|
204
213
|
"aiAssistant.newSessionModal.title.part1": string;
|
|
205
214
|
"aiAssistant.newSessionModal.title.part2": string;
|
|
@@ -213,8 +222,6 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
213
222
|
"aiAssistant.codeUpdated.message.body2": string;
|
|
214
223
|
"aiAssistant.thinkingSteps.analyzingError": string;
|
|
215
224
|
"aiAssistant.thinkingSteps.thinking": string;
|
|
216
|
-
"aiAssistant.thinkingSteps.runningTools": string;
|
|
217
|
-
"aiAssistant.thinkingSteps.processingResults": string;
|
|
218
225
|
"aiAssistant.prompts.currentView.workflowList": string;
|
|
219
226
|
"aiAssistant.prompts.currentView.credentialsList": string;
|
|
220
227
|
"aiAssistant.prompts.currentView.executionsView": string;
|
|
@@ -799,7 +806,6 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
799
806
|
"executionsList.confirmMessage.message": string;
|
|
800
807
|
"executionsList.confirmMessage.annotationsNote": string;
|
|
801
808
|
"executionsList.confirmMessage.annotatedExecutionMessage": string;
|
|
802
|
-
"executionsList.clearSelection": string;
|
|
803
809
|
"executionsList.error": string;
|
|
804
810
|
"executionsList.filters": string;
|
|
805
811
|
"executionsList.loadMore": string;
|
|
@@ -822,7 +828,6 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
822
828
|
"executionsList.succeeded": string;
|
|
823
829
|
"executionsList.selectStatus": string;
|
|
824
830
|
"executionsList.selectWorkflow": string;
|
|
825
|
-
"executionsList.selected": string;
|
|
826
831
|
"executionsList.selectAll": string;
|
|
827
832
|
"executionsList.test": string;
|
|
828
833
|
"executionsList.evaluation": string;
|
|
@@ -2711,6 +2716,7 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
2711
2716
|
"workflows.empty.learnN8n": string;
|
|
2712
2717
|
"workflows.empty.button.disabled.tooltip": string;
|
|
2713
2718
|
"workflows.empty.easyAI": string;
|
|
2719
|
+
"workflows.empty.preBuiltAgents": string;
|
|
2714
2720
|
"workflows.empty.shared-with-me": string;
|
|
2715
2721
|
"workflows.empty.shared-with-me.link": string;
|
|
2716
2722
|
"workflows.list.easyAI": string;
|
|
@@ -2761,6 +2767,8 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
2761
2767
|
"workflows.readyToRunWorkflows.error": string;
|
|
2762
2768
|
"workflows.archivedOnly.hint": string;
|
|
2763
2769
|
"workflows.archivedOnly.hint.link": string;
|
|
2770
|
+
"workflows.preBuiltAgents.callout": string;
|
|
2771
|
+
"workflows.preBuiltAgents.linkText": string;
|
|
2764
2772
|
"workflowSelectorParameterInput.createNewSubworkflow.name": string;
|
|
2765
2773
|
"importCurlModal.title": string;
|
|
2766
2774
|
"importCurlModal.input.label": string;
|
|
@@ -2883,6 +2891,10 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
2883
2891
|
"dataStore.addRow.label": string;
|
|
2884
2892
|
"dataStore.addRow.error": string;
|
|
2885
2893
|
"dataStore.updateRow.error": string;
|
|
2894
|
+
"dataStore.deleteRows.title": string;
|
|
2895
|
+
"dataStore.deleteRows.confirmation": string;
|
|
2896
|
+
"dataStore.deleteRows.success": string;
|
|
2897
|
+
"dataStore.deleteRows.error": string;
|
|
2886
2898
|
"settings.ldap": string;
|
|
2887
2899
|
"settings.ldap.note": string;
|
|
2888
2900
|
"settings.ldap.infoTip": string;
|
|
@@ -3006,8 +3018,10 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
3006
3018
|
"settings.mfa.updateConfiguration": string;
|
|
3007
3019
|
"settings.mfa.invalidAuthenticatorCode": string;
|
|
3008
3020
|
"projects.header.overview.subtitle": string;
|
|
3021
|
+
"projects.header.overview.subtitleWithDataTables": string;
|
|
3009
3022
|
"projects.header.shared.title": string;
|
|
3010
3023
|
"projects.header.personal.subtitle": string;
|
|
3024
|
+
"projects.header.personal.subtitleWithDataTables": string;
|
|
3011
3025
|
"projects.header.shared.subtitle": string;
|
|
3012
3026
|
"projects.header.create.workflow": string;
|
|
3013
3027
|
"projects.header.create.credential": string;
|
|
@@ -3439,6 +3453,9 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
3439
3453
|
"workflowDiff.newWorkflow": string;
|
|
3440
3454
|
"workflowDiff.newWorkflow.database": string;
|
|
3441
3455
|
"workflowDiff.newWorkflow.remote": string;
|
|
3456
|
+
"preBuiltAgentTemplates.title": string;
|
|
3457
|
+
"preBuiltAgentTemplates.tutorials": string;
|
|
3458
|
+
"preBuiltAgentTemplates.viewAllLink": string;
|
|
3442
3459
|
};
|
|
3443
3460
|
}, {}, {}, string, false>;
|
|
3444
3461
|
type BaseTextOptions = {
|
package/dist/index.d.ts
CHANGED
|
@@ -116,6 +116,8 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
116
116
|
"generic.unknownError": string;
|
|
117
117
|
"generic.upgradeToEnterprise": string;
|
|
118
118
|
"generic.never": string;
|
|
119
|
+
"generic.list.clearSelection": string;
|
|
120
|
+
"generic.list.selected": string;
|
|
119
121
|
"about.aboutN8n": string;
|
|
120
122
|
"about.close": string;
|
|
121
123
|
"about.license": string;
|
|
@@ -127,6 +129,9 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
127
129
|
"about.debug.message": string;
|
|
128
130
|
"about.debug.toast.title": string;
|
|
129
131
|
"about.debug.toast.message": string;
|
|
132
|
+
"about.thirdPartyLicenses": string;
|
|
133
|
+
"about.thirdPartyLicensesLink": string;
|
|
134
|
+
"about.thirdPartyLicenses.downloadError": string;
|
|
130
135
|
"askAi.dialog.title": string;
|
|
131
136
|
"askAi.dialog.body": string;
|
|
132
137
|
"askAi.dialog.signup": string;
|
|
@@ -200,6 +205,10 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
200
205
|
"aiAssistant.builder.canvasPrompt.startManually.title": string;
|
|
201
206
|
"aiAssistant.builder.canvasPrompt.startManually.subTitle": string;
|
|
202
207
|
"aiAssistant.builder.streamAbortedMessage": string;
|
|
208
|
+
"aiAssistant.builder.plan.intro": string;
|
|
209
|
+
"aiAssistant.builder.plan.approve": string;
|
|
210
|
+
"aiAssistant.builder.plan.reject": string;
|
|
211
|
+
"aiAssistant.builder.plan.whatToChange": string;
|
|
203
212
|
"aiAssistant.assistant": string;
|
|
204
213
|
"aiAssistant.newSessionModal.title.part1": string;
|
|
205
214
|
"aiAssistant.newSessionModal.title.part2": string;
|
|
@@ -213,8 +222,6 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
213
222
|
"aiAssistant.codeUpdated.message.body2": string;
|
|
214
223
|
"aiAssistant.thinkingSteps.analyzingError": string;
|
|
215
224
|
"aiAssistant.thinkingSteps.thinking": string;
|
|
216
|
-
"aiAssistant.thinkingSteps.runningTools": string;
|
|
217
|
-
"aiAssistant.thinkingSteps.processingResults": string;
|
|
218
225
|
"aiAssistant.prompts.currentView.workflowList": string;
|
|
219
226
|
"aiAssistant.prompts.currentView.credentialsList": string;
|
|
220
227
|
"aiAssistant.prompts.currentView.executionsView": string;
|
|
@@ -799,7 +806,6 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
799
806
|
"executionsList.confirmMessage.message": string;
|
|
800
807
|
"executionsList.confirmMessage.annotationsNote": string;
|
|
801
808
|
"executionsList.confirmMessage.annotatedExecutionMessage": string;
|
|
802
|
-
"executionsList.clearSelection": string;
|
|
803
809
|
"executionsList.error": string;
|
|
804
810
|
"executionsList.filters": string;
|
|
805
811
|
"executionsList.loadMore": string;
|
|
@@ -822,7 +828,6 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
822
828
|
"executionsList.succeeded": string;
|
|
823
829
|
"executionsList.selectStatus": string;
|
|
824
830
|
"executionsList.selectWorkflow": string;
|
|
825
|
-
"executionsList.selected": string;
|
|
826
831
|
"executionsList.selectAll": string;
|
|
827
832
|
"executionsList.test": string;
|
|
828
833
|
"executionsList.evaluation": string;
|
|
@@ -2711,6 +2716,7 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
2711
2716
|
"workflows.empty.learnN8n": string;
|
|
2712
2717
|
"workflows.empty.button.disabled.tooltip": string;
|
|
2713
2718
|
"workflows.empty.easyAI": string;
|
|
2719
|
+
"workflows.empty.preBuiltAgents": string;
|
|
2714
2720
|
"workflows.empty.shared-with-me": string;
|
|
2715
2721
|
"workflows.empty.shared-with-me.link": string;
|
|
2716
2722
|
"workflows.list.easyAI": string;
|
|
@@ -2761,6 +2767,8 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
2761
2767
|
"workflows.readyToRunWorkflows.error": string;
|
|
2762
2768
|
"workflows.archivedOnly.hint": string;
|
|
2763
2769
|
"workflows.archivedOnly.hint.link": string;
|
|
2770
|
+
"workflows.preBuiltAgents.callout": string;
|
|
2771
|
+
"workflows.preBuiltAgents.linkText": string;
|
|
2764
2772
|
"workflowSelectorParameterInput.createNewSubworkflow.name": string;
|
|
2765
2773
|
"importCurlModal.title": string;
|
|
2766
2774
|
"importCurlModal.input.label": string;
|
|
@@ -2883,6 +2891,10 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
2883
2891
|
"dataStore.addRow.label": string;
|
|
2884
2892
|
"dataStore.addRow.error": string;
|
|
2885
2893
|
"dataStore.updateRow.error": string;
|
|
2894
|
+
"dataStore.deleteRows.title": string;
|
|
2895
|
+
"dataStore.deleteRows.confirmation": string;
|
|
2896
|
+
"dataStore.deleteRows.success": string;
|
|
2897
|
+
"dataStore.deleteRows.error": string;
|
|
2886
2898
|
"settings.ldap": string;
|
|
2887
2899
|
"settings.ldap.note": string;
|
|
2888
2900
|
"settings.ldap.infoTip": string;
|
|
@@ -3006,8 +3018,10 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
3006
3018
|
"settings.mfa.updateConfiguration": string;
|
|
3007
3019
|
"settings.mfa.invalidAuthenticatorCode": string;
|
|
3008
3020
|
"projects.header.overview.subtitle": string;
|
|
3021
|
+
"projects.header.overview.subtitleWithDataTables": string;
|
|
3009
3022
|
"projects.header.shared.title": string;
|
|
3010
3023
|
"projects.header.personal.subtitle": string;
|
|
3024
|
+
"projects.header.personal.subtitleWithDataTables": string;
|
|
3011
3025
|
"projects.header.shared.subtitle": string;
|
|
3012
3026
|
"projects.header.create.workflow": string;
|
|
3013
3027
|
"projects.header.create.credential": string;
|
|
@@ -3439,6 +3453,9 @@ declare const i18nInstance: vue_i18n.I18n<{
|
|
|
3439
3453
|
"workflowDiff.newWorkflow": string;
|
|
3440
3454
|
"workflowDiff.newWorkflow.database": string;
|
|
3441
3455
|
"workflowDiff.newWorkflow.remote": string;
|
|
3456
|
+
"preBuiltAgentTemplates.title": string;
|
|
3457
|
+
"preBuiltAgentTemplates.tutorials": string;
|
|
3458
|
+
"preBuiltAgentTemplates.viewAllLink": string;
|
|
3442
3459
|
};
|
|
3443
3460
|
}, {}, {}, string, false>;
|
|
3444
3461
|
type BaseTextOptions = {
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import "./chunk-55J6XMHW.js";
|
|
2
1
|
import {
|
|
3
2
|
deriveMiddleKey,
|
|
4
3
|
insertOptionsAndValues,
|
|
@@ -122,6 +121,8 @@ var en_default = {
|
|
|
122
121
|
"generic.unknownError": "An unknown error occurred",
|
|
123
122
|
"generic.upgradeToEnterprise": "Upgrade to Enterprise",
|
|
124
123
|
"generic.never": "Never",
|
|
124
|
+
"generic.list.clearSelection": "Clear selection",
|
|
125
|
+
"generic.list.selected": "{count} row selected: | {count} rows selected:",
|
|
125
126
|
"about.aboutN8n": "About n8n",
|
|
126
127
|
"about.close": "Close",
|
|
127
128
|
"about.license": "License",
|
|
@@ -133,6 +134,9 @@ var en_default = {
|
|
|
133
134
|
"about.debug.message": "Copy debug information",
|
|
134
135
|
"about.debug.toast.title": "Debug info",
|
|
135
136
|
"about.debug.toast.message": "Copied debug info to clipboard",
|
|
137
|
+
"about.thirdPartyLicenses": "Third-Party Licenses",
|
|
138
|
+
"about.thirdPartyLicensesLink": "View all third-party licenses",
|
|
139
|
+
"about.thirdPartyLicenses.downloadError": "Failed to download third-party licenses file",
|
|
136
140
|
"askAi.dialog.title": "'Ask AI' is almost ready",
|
|
137
141
|
"askAi.dialog.body": "We\u2019re still applying the finishing touches. Soon, you will be able to <strong>automatically generate code from simple text prompts</strong>. Join the waitlist to get early access to this feature.",
|
|
138
142
|
"askAi.dialog.signup": "Join Waitlist",
|
|
@@ -206,6 +210,10 @@ var en_default = {
|
|
|
206
210
|
"aiAssistant.builder.canvasPrompt.startManually.title": "Start manually",
|
|
207
211
|
"aiAssistant.builder.canvasPrompt.startManually.subTitle": "Add the first node",
|
|
208
212
|
"aiAssistant.builder.streamAbortedMessage": "[Task aborted]",
|
|
213
|
+
"aiAssistant.builder.plan.intro": "Do you want to proceed with this plan?",
|
|
214
|
+
"aiAssistant.builder.plan.approve": "Approve Plan",
|
|
215
|
+
"aiAssistant.builder.plan.reject": "Request Changes",
|
|
216
|
+
"aiAssistant.builder.plan.whatToChange": "What would you like to change?",
|
|
209
217
|
"aiAssistant.assistant": "AI Assistant",
|
|
210
218
|
"aiAssistant.newSessionModal.title.part1": "Start new",
|
|
211
219
|
"aiAssistant.newSessionModal.title.part2": "session",
|
|
@@ -219,8 +227,6 @@ var en_default = {
|
|
|
219
227
|
"aiAssistant.codeUpdated.message.body2": "node to see the changes",
|
|
220
228
|
"aiAssistant.thinkingSteps.analyzingError": "Analyzing the error...",
|
|
221
229
|
"aiAssistant.thinkingSteps.thinking": "Thinking...",
|
|
222
|
-
"aiAssistant.thinkingSteps.runningTools": "Running tools...",
|
|
223
|
-
"aiAssistant.thinkingSteps.processingResults": "Processing results...",
|
|
224
230
|
"aiAssistant.prompts.currentView.workflowList": "The user is currently looking at the list of workflows.",
|
|
225
231
|
"aiAssistant.prompts.currentView.credentialsList": "The user is currently looking at the list of credentials.",
|
|
226
232
|
"aiAssistant.prompts.currentView.executionsView": "The user is currently looking at the list of executions for the currently open workflow.",
|
|
@@ -806,7 +812,6 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
806
812
|
"executionsList.confirmMessage.message": "Are you sure that you want to delete the {count} selected execution(s)?",
|
|
807
813
|
"executionsList.confirmMessage.annotationsNote": "By deleting these executions you will also remove the associated annotation data.",
|
|
808
814
|
"executionsList.confirmMessage.annotatedExecutionMessage": "By deleting this you will also remove the associated annotation data. Are you sure that you want to delete the selected execution?",
|
|
809
|
-
"executionsList.clearSelection": "Clear selection",
|
|
810
815
|
"executionsList.error": "Error",
|
|
811
816
|
"executionsList.filters": "Filters",
|
|
812
817
|
"executionsList.loadMore": "Load more",
|
|
@@ -829,7 +834,6 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
829
834
|
"executionsList.succeeded": "Succeeded",
|
|
830
835
|
"executionsList.selectStatus": "Select Status",
|
|
831
836
|
"executionsList.selectWorkflow": "Select Workflow",
|
|
832
|
-
"executionsList.selected": "{count} execution selected: | {count} executions selected:",
|
|
833
837
|
"executionsList.selectAll": "Select {count} finished execution | Select all {count} finished executions",
|
|
834
838
|
"executionsList.test": "Test execution",
|
|
835
839
|
"executionsList.evaluation": "Evaluation execution",
|
|
@@ -1870,8 +1874,8 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
1870
1874
|
"runData.openParentExecution": "View parent execution {id}",
|
|
1871
1875
|
"runData.emptyItemHint": "This is an item, but it's empty.",
|
|
1872
1876
|
"runData.emptyArray": "[empty array]",
|
|
1873
|
-
"runData.emptyString": "
|
|
1874
|
-
"runData.emptyObject": "
|
|
1877
|
+
"runData.emptyString": "empty",
|
|
1878
|
+
"runData.emptyObject": "{'{empty object}'}",
|
|
1875
1879
|
"runData.unnamedField": "[Unnamed field]",
|
|
1876
1880
|
"runData.switchToBinary.info": "This item only has",
|
|
1877
1881
|
"runData.switchToBinary.binary": "binary data",
|
|
@@ -2718,6 +2722,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
2718
2722
|
"workflows.empty.learnN8n": "Learn n8n",
|
|
2719
2723
|
"workflows.empty.button.disabled.tooltip": "Your current role in the project does not allow you to create workflows",
|
|
2720
2724
|
"workflows.empty.easyAI": "Test a simple AI Agent example",
|
|
2725
|
+
"workflows.empty.preBuiltAgents": "Try a pre-built agent",
|
|
2721
2726
|
"workflows.empty.shared-with-me": "No {resource} has been shared with you",
|
|
2722
2727
|
"workflows.empty.shared-with-me.link": '<a href="#">Back to Personal</a>',
|
|
2723
2728
|
"workflows.list.easyAI": "Test the power of AI in n8n with this simple AI Agent Workflow",
|
|
@@ -2768,6 +2773,8 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
2768
2773
|
"workflows.readyToRunWorkflows.error": "Error loading n8n collection. Please try again later.",
|
|
2769
2774
|
"workflows.archivedOnly.hint": "Archived workflows are hidden in this view. {link}",
|
|
2770
2775
|
"workflows.archivedOnly.hint.link": "Update filters",
|
|
2776
|
+
"workflows.preBuiltAgents.callout": "Get started faster with our",
|
|
2777
|
+
"workflows.preBuiltAgents.linkText": "pre-built agents",
|
|
2771
2778
|
"workflowSelectorParameterInput.createNewSubworkflow.name": "My Sub-Workflow",
|
|
2772
2779
|
"importCurlModal.title": "Import cURL command",
|
|
2773
2780
|
"importCurlModal.input.label": "cURL Command",
|
|
@@ -2847,7 +2854,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
2847
2854
|
"contextual.users.settings.unavailable.button.cloud": "Upgrade now",
|
|
2848
2855
|
"contextual.feature.unavailable.title": "Available on the Enterprise Plan",
|
|
2849
2856
|
"contextual.feature.unavailable.title.cloud": "Available on the Pro Plan",
|
|
2850
|
-
"dataStore.dataStores": "Data
|
|
2857
|
+
"dataStore.dataStores": "Data tables",
|
|
2851
2858
|
"dataStore.empty.label": "You don't have any data tables yet",
|
|
2852
2859
|
"dataStore.empty.description": "Once you create data tables for your projects, they will appear here",
|
|
2853
2860
|
"dataStore.empty.button.label": 'Create Data Table in "{projectName}"',
|
|
@@ -2890,6 +2897,10 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
2890
2897
|
"dataStore.addRow.label": "Add Row",
|
|
2891
2898
|
"dataStore.addRow.error": "Error adding row",
|
|
2892
2899
|
"dataStore.updateRow.error": "Error updating row",
|
|
2900
|
+
"dataStore.deleteRows.title": "Delete Rows",
|
|
2901
|
+
"dataStore.deleteRows.confirmation": "Are you sure you want to delete {count} row? | Are you sure you want to delete {count} rows?",
|
|
2902
|
+
"dataStore.deleteRows.success": "Rows deleted successfully",
|
|
2903
|
+
"dataStore.deleteRows.error": "Error deleting rows",
|
|
2893
2904
|
"settings.ldap": "LDAP",
|
|
2894
2905
|
"settings.ldap.note": "LDAP allows users to authenticate with their centralized account. It's compatible with services that provide an LDAP interface like Active Directory, Okta and Jumpcloud.",
|
|
2895
2906
|
"settings.ldap.infoTip": "Learn more about <a href='https://docs.n8n.io/user-management/ldap/' target='_blank'>LDAP in the Docs</a>",
|
|
@@ -3013,8 +3024,10 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
3013
3024
|
"settings.mfa.updateConfiguration": "MFA configuration updated",
|
|
3014
3025
|
"settings.mfa.invalidAuthenticatorCode": "Invalid authenticator code",
|
|
3015
3026
|
"projects.header.overview.subtitle": "All the workflows, credentials and executions you have access to",
|
|
3027
|
+
"projects.header.overview.subtitleWithDataTables": "All the workflows, credentials and data tables you have access to",
|
|
3016
3028
|
"projects.header.shared.title": "Shared with you",
|
|
3017
3029
|
"projects.header.personal.subtitle": "Workflows and credentials owned by you",
|
|
3030
|
+
"projects.header.personal.subtitleWithDataTables": "Workflows, credentials and data tables owned by you",
|
|
3018
3031
|
"projects.header.shared.subtitle": "Workflows and credentials other users have shared with you",
|
|
3019
3032
|
"projects.header.create.workflow": "Create Workflow",
|
|
3020
3033
|
"projects.header.create.credential": "Create Credential",
|
|
@@ -3445,7 +3458,10 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
3445
3458
|
"workflowDiff.deletedWorkflow.remote": "The workflow doesn't exist on remote",
|
|
3446
3459
|
"workflowDiff.newWorkflow": "New workflow",
|
|
3447
3460
|
"workflowDiff.newWorkflow.database": "The workflow will be created in the database",
|
|
3448
|
-
"workflowDiff.newWorkflow.remote": "The workflow will be created on remote"
|
|
3461
|
+
"workflowDiff.newWorkflow.remote": "The workflow will be created on remote",
|
|
3462
|
+
"preBuiltAgentTemplates.title": "Pre-built agents",
|
|
3463
|
+
"preBuiltAgentTemplates.tutorials": "Tutorial templates",
|
|
3464
|
+
"preBuiltAgentTemplates.viewAllLink": "View all templates"
|
|
3449
3465
|
};
|
|
3450
3466
|
|
|
3451
3467
|
// src/index.ts
|