@n8n/i18n 1.19.0 → 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/types.d.ts CHANGED
@@ -202,7 +202,7 @@ var englishBaseText = {
202
202
  "auth.signup.setupYourAccount": "Set up your account",
203
203
  "auth.signup.setupYourAccountError": "Problem setting up your account",
204
204
  "auth.signup.tokenValidationError": "Issue validating invite token",
205
- "aiAssistant.name": "Assistant",
205
+ "aiAssistant.name": "n8n AI",
206
206
  "aiAssistant.tabs.ask": "Ask",
207
207
  "aiAssistant.tabs.build": "Build",
208
208
  "aiAssistant.builder.mode": "AI Builder",
@@ -222,6 +222,7 @@ var englishBaseText = {
222
222
  "aiAssistant.builder.canvasPrompt.cancelButton": "Cancel",
223
223
  "aiAssistant.builder.canvasPrompt.startManually.title": "Start manually",
224
224
  "aiAssistant.builder.canvasPrompt.startManually.subTitle": "Add the first node",
225
+ "aiAssistant.builder.canvasPrompt.buildWithAI": "Build with AI",
225
226
  "aiAssistant.builder.streamAbortedMessage": "Task aborted",
226
227
  "aiAssistant.builder.executeMessage.description": "Complete these steps before executing your workflow:",
227
228
  "aiAssistant.builder.executeMessage.noIssues": "Your workflow is ready to be executed",
@@ -233,15 +234,15 @@ var englishBaseText = {
233
234
  "aiAssistant.builder.executeMessage.executionFailed": "Workflow execution failed: {errorMessage}",
234
235
  "aiAssistant.builder.toast.title": "Send chat message to start the execution",
235
236
  "aiAssistant.builder.toast.description": "Please send a message in the chat panel to start the execution of your workflow",
236
- "aiAssistant.assistant": "AI Assistant",
237
+ "aiAssistant.assistant": "n8n AI",
237
238
  "aiAssistant.newSessionModal.title.part1": "Start new",
238
239
  "aiAssistant.newSessionModal.title.part2": "session",
239
- "aiAssistant.newSessionModal.message": "You already have an active AI Assistant session. Starting a new session will clear your current conversation history.",
240
+ "aiAssistant.newSessionModal.message": "You already have an active n8n AI session. Starting a new session will clear your current conversation history.",
240
241
  "aiAssistant.newSessionModal.question": "Are you sure you want to start a new session?",
241
242
  "aiAssistant.newSessionModal.confirm": "Start new session",
242
243
  "aiAssistant.serviceError.message": "Unable to connect to n8n's AI service ({message})",
243
244
  "aiAssistant.payloadTooBig.message": "Payload size is too large",
244
- "aiAssistant.codeUpdated.message.title": "Assistant modified workflow",
245
+ "aiAssistant.codeUpdated.message.title": "n8n AI modified workflow",
245
246
  "aiAssistant.codeUpdated.message.body1": "Open the",
246
247
  "aiAssistant.codeUpdated.message.body2": "node to see the changes",
247
248
  "aiAssistant.thinkingSteps.analyzingError": "Analyzing the error...",
@@ -250,7 +251,7 @@ var englishBaseText = {
250
251
  "aiAssistant.prompts.currentView.credentialsList": "The user is currently looking at the list of credentials.",
251
252
  "aiAssistant.prompts.currentView.executionsView": "The user is currently looking at the list of executions for the currently open workflow.",
252
253
  "aiAssistant.prompts.currentView.workflowEditor": "The user is currently looking at the current workflow in n8n editor, without any specific node selected.",
253
- "aiAssistant.tooltip": "Ask Assistant",
254
+ "aiAssistant.tooltip": "n8n AI",
254
255
  "banners.confirmEmail.message.1": "To secure your account and prevent future access issues, please confirm your",
255
256
  "banners.confirmEmail.message.2": "email address.",
256
257
  "banners.confirmEmail.button": "Confirm email",
@@ -364,7 +365,9 @@ var englishBaseText = {
364
365
  "codeNodeEditor.completer.$nodeVersion": "The version of the current node (as displayed at the bottom of the nodes's settings pane)",
365
366
  "codeNodeEditor.completer.$today": "A DateTime representing midnight at the start of the current day. \n\nUses the instance's time zone (unless overridden in the workflow's settings).",
366
367
  "codeNodeEditor.completer.$vars": "The <a target=\"_blank\" href=\"https://docs.n8n.io/code/variables/\">variables</a> available to the workflow",
367
- "codeNodeEditor.completer.$vars.varName": "Variable set on this n8n instance. All variables evaluate to strings.",
368
+ "codeNodeEditor.completer.$vars.varName.global": "Global variable defined for this n8n instance. All variables evaluate to strings.",
369
+ "codeNodeEditor.completer.$vars.varName.global.overridden": "Global variable overridden by project {projectName} variable. All variables evaluate to strings. ",
370
+ "codeNodeEditor.completer.$vars.varName.project": "Project variable defined in the {projectName} project. All variables evaluate to strings.",
368
371
  "codeNodeEditor.completer.$secrets": "The secrets from an <a target=\"_blank\" href=\"https://docs.n8n.io/external-secrets/\">external secrets vault</a>, if configured. Secret values are never displayed to the user. Only available in credential fields.",
369
372
  "codeNodeEditor.completer.$secrets.provider": "External secrets providers connected to this n8n instance.",
370
373
  "codeNodeEditor.completer.$secrets.provider.varName": "External secrets connected to this n8n instance. All secrets evaluate to strings.",
@@ -549,6 +552,8 @@ var englishBaseText = {
549
552
  "codeNodeEditor.completer.section.cast": "Cast",
550
553
  "codeNodeEditor.completer.section.compare": "Compare",
551
554
  "codeNodeEditor.completer.section.validation": "Validate",
555
+ "codeNodeEditor.completer.section.variable.project": "Project Variables",
556
+ "codeNodeEditor.completer.section.variable.global": "Global Variables",
552
557
  "codeNodeEditor.linter.allItems.firstOrLastCalledWithArg": "expects no argument.",
553
558
  "codeNodeEditor.linter.allItems.emptyReturn": "Code doesn't return items properly. Please return an array of objects, one for each item you would like to output.",
554
559
  "codeNodeEditor.linter.allItems.itemCall": "`item` is a property to access, not a method to call. Did you mean `.item` without brackets?",
@@ -754,7 +759,7 @@ var englishBaseText = {
754
759
  "dataMapping.schemaView.previewNode": "Preview",
755
760
  "dataMapping.schemaView.variablesContextTitle": "Variables and context",
756
761
  "dataMapping.schemaView.execution.resumeUrl": "The URL for resuming a 'Wait' node",
757
- "dataMapping.schemaView.variablesUpgrade": "Set global variables and use them across workflows with the Pro or Enterprise plan. <a href=\"https://docs.n8n.io/environments/variables/\" target=\"_blank\">Details</a>",
762
+ "dataMapping.schemaView.variablesUpgrade": "Set global variables and use them across workflows with the Pro or Enterprise plan. <a href=\"https://docs.n8n.io/code/variables/\" target=\"_blank\">Details</a>",
758
763
  "dataMapping.schemaView.variablesEmpty": "Create variables that can be used across workflows <a href=\"/variables\" target=\"_blank\">here</a>",
759
764
  "displayWithChange.cancelEdit": "Cancel Edit",
760
765
  "displayWithChange.clickToChange": "Click to Change",
@@ -774,7 +779,7 @@ var englishBaseText = {
774
779
  "experiments.personalizedTemplatesV3.couldntFind": "Need something different?",
775
780
  "experiments.personalizedTemplatesV3.exploreTemplates": "Get started with HubSpot workflows:",
776
781
  "experiments.personalizedTemplatesV3.loadingTemplates": "Loading recommendations...",
777
- "experiments.personalizedTemplatesV3.recommendationTooltip": "Speed up your automation with these workflows",
782
+ "experiments.personalizedTemplatesV3.recommendationTooltip": "Recommended workflows for you",
778
783
  "experiments.personalizedTemplatesV3.recommendedForYou": "Recommended for you",
779
784
  error: error,
780
785
  "error.goBack": "Go back",
@@ -1151,6 +1156,7 @@ var englishBaseText = {
1151
1156
  "mainSidebar.workersView": "Workers",
1152
1157
  "mainSidebar.whatsNew": "What’s New",
1153
1158
  "mainSidebar.whatsNew.fullChangelog": "Full changelog",
1159
+ "mcp.workflowNotEligable.description": "Only active, webhook-triggered workflows can be accessible through MCP",
1154
1160
  "menuActions.duplicate": "Duplicate",
1155
1161
  "menuActions.download": "Download",
1156
1162
  "menuActions.push": "Push to Git",
@@ -1237,7 +1243,7 @@ var englishBaseText = {
1237
1243
  "ndv.output.noOutputData.title": "No output data returned",
1238
1244
  "ndv.output.noOutputData.v2.title": "No output data",
1239
1245
  "ndv.output.noOutputData.v2.description": "{link} to view output data",
1240
- "ndv.output.noOutputData.v2.action": "Test this step",
1246
+ "ndv.output.noOutputData.v2.action": "Execute step",
1241
1247
  "ndv.output.noOutputData.trigger.title": "No trigger output",
1242
1248
  "ndv.output.noOutputData.trigger.action": "Test this trigger",
1243
1249
  "ndv.output.noOutputDataInBranch": "No output data in this branch",
@@ -1651,6 +1657,7 @@ var englishBaseText = {
1651
1657
  "contextMenu.tidyUpWorkflow": "Tidy up workflow",
1652
1658
  "contextMenu.tidyUpSelection": "Tidy up selection",
1653
1659
  "contextMenu.extract": "Convert node to sub-workflow | Convert {count} nodes to sub-workflow",
1660
+ "contextMenu.replace": "Replace",
1654
1661
  "contextMenu.duplicate": "Duplicate | Duplicate {count} {subject}",
1655
1662
  "contextMenu.open": "Open...",
1656
1663
  "contextMenu.test": "Execute step",
@@ -2033,11 +2040,15 @@ var englishBaseText = {
2033
2040
  "settings.mcp.toggle.error": "Error updating MCP access",
2034
2041
  "settings.mcp.instructions.enableAccess": "Enable workflow access in at least one workflow via its settings",
2035
2042
  "settings.mcp.instructions.serverUrl": "Server URL",
2036
- "settings.mcp.instructions.apiKey.part1": "Create an",
2037
- "settings.mcp.instructions.apiKey.part2": "No scopes required, MCP uses your role for authorization",
2043
+ "settings.mcp.instructions.apiKey.label": "Access token",
2038
2044
  "settings.mcp.instructions.json": "Or use the following code in your 'mcp.json' file",
2039
2045
  "settings.mcp.instructions.docs.part1": "For more detailed instructions and examples, have a look at",
2040
2046
  "settings.mcp.instructions.docs.part2": "our docs",
2047
+ "settings.mcp.instructions.rotateKey.tooltip": "Generate new token.<br/>This one will be automatically revoked.",
2048
+ "settings.mcp.instructions.apiKey.tip": "Use this as an authorization token. May be named differently in different clients",
2049
+ "settings.mcp.newKey.notice": "Make sure to copy your access token now. You won’t be able to see or copy it again!",
2050
+ "settings.mcp.error.fetching.apiKey": "Error fetching access token",
2051
+ "settings.mcp.error.rotating.apiKey": "Error generating new access token",
2041
2052
  "settings.goBack": "Go back",
2042
2053
  "settings.personal": "Personal",
2043
2054
  "settings.personal.basicInformation": "Basic Information",
@@ -2879,10 +2890,11 @@ var englishBaseText = {
2879
2890
  "variables.table.key": "Key",
2880
2891
  "variables.table.value": "Value",
2881
2892
  "variables.table.usage": "Usage Syntax",
2893
+ "variables.table.scope": "Scope",
2894
+ "variables.table.scope.global": "Global",
2882
2895
  "variables.editing.key.placeholder": "Enter a name",
2883
2896
  "variables.editing.value.placeholder": "Enter a value",
2884
- "variables.editing.key.error.startsWithLetter": "This field may only start with a letter",
2885
- "variables.editing.key.error.jsonKey": "This field may contain only letters, numbers, and underscores",
2897
+ "variables.editing.key.error.regex": "This field may contain only letters, numbers, and underscores",
2886
2898
  "variables.row.button.save": "Save",
2887
2899
  "variables.row.button.cancel": "Cancel",
2888
2900
  "variables.row.button.edit": "Edit",
@@ -2892,12 +2904,24 @@ var englishBaseText = {
2892
2904
  "variables.row.usage.copiedToClipboard": "Copied to clipboard",
2893
2905
  "variables.row.usage.copyToClipboard": "Copy to clipboard",
2894
2906
  "variables.search.placeholder": "Search variables...",
2907
+ "variables.delete.successful.message": "Variable {variableName} deleted",
2895
2908
  "variables.errors.save": "Error while saving variable",
2896
2909
  "variables.errors.delete": "Error while deleting variable",
2897
2910
  "variables.modals.deleteConfirm.title": "Delete variable",
2898
2911
  "variables.modals.deleteConfirm.message": "Are you sure you want to delete the variable \"{name}\"? This cannot be undone.",
2899
2912
  "variables.modals.deleteConfirm.confirmButton": "Delete",
2900
2913
  "variables.modals.deleteConfirm.cancelButton": "Cancel",
2914
+ "variables.modal.title.create": "New variable",
2915
+ "variables.modal.title.edit": "Edit variable",
2916
+ "variables.modal.key.label": "Key",
2917
+ "variables.modal.value.label": "Value",
2918
+ "variables.modal.scope.label": "Scope",
2919
+ "variables.modal.scope.global": "Global",
2920
+ "variables.modal.scope.all": "All",
2921
+ "variables.modal.button.cancel": "Cancel",
2922
+ "variables.modal.button.save": "Save",
2923
+ "variables.modal.error.keyExistsInProject": "The key already exists in this project",
2924
+ "variables.modal.warning.globalKeyExists": "The same key already exists in global scope. This variable will override the global variable inside the project",
2901
2925
  "contextual.credentials.sharing.unavailable.title": "Upgrade to collaborate",
2902
2926
  "contextual.credentials.sharing.unavailable.title.cloud": "Upgrade to collaborate",
2903
2927
  "contextual.credentials.sharing.unavailable.description": "You can share credentials with others when you upgrade your plan.",
@@ -2915,7 +2939,7 @@ var englishBaseText = {
2915
2939
  "contextual.workflows.sharing.unavailable.button.cloud": "Upgrade now",
2916
2940
  "contextual.variables.unavailable.title": "Available on the Enterprise plan",
2917
2941
  "contextual.variables.unavailable.title.cloud": "Available on Pro plan",
2918
- "contextual.variables.unavailable.description": "Variables can be used to store and access data across workflows. Reference them in n8n using the prefix <code>$vars</code> (e.g. <code>$vars.myVariable</code>). Variables are immutable and cannot be modified within your workflows.<br/><a href=\"https://docs.n8n.io/environments/variables/\" target=\"_blank\">Learn more in the docs.</a>",
2942
+ "contextual.variables.unavailable.description": "Variables can be used to store and access data across workflows. Reference them in n8n using the prefix <code>$vars</code> (e.g. <code>$vars.myVariable</code>). Variables are immutable and cannot be modified within your workflows.<br/><a href=\"https://docs.n8n.io/code/variables/\" target=\"_blank\">Learn more in the docs.</a>",
2919
2943
  "contextual.variables.unavailable.button": "View plans",
2920
2944
  "contextual.variables.unavailable.button.cloud": "Upgrade now",
2921
2945
  "contextual.users.settings.unavailable.title": "Upgrade to add users",
@@ -2926,69 +2950,62 @@ var englishBaseText = {
2926
2950
  "contextual.users.settings.unavailable.button.cloud": "Upgrade now",
2927
2951
  "contextual.feature.unavailable.title": "Available on the Enterprise Plan",
2928
2952
  "contextual.feature.unavailable.title.cloud": "Available on the Pro Plan",
2929
- "dataStore.dataStores": "Data tables",
2930
- "dataStore.empty.label": "You don't have any data tables yet",
2931
- "dataStore.empty.description": "Use data tables to persist execution results, share data between workflows, and track metrics for evaluation.",
2932
- "dataStore.card.size": "{size}MB",
2933
- "dataStore.card.column.count": "{count} column | {count} columns",
2934
- "dataStore.card.row.count": "{count} record | {count} records",
2935
- "dataStore.sort.lastUpdated": "Sort by last updated",
2936
- "dataStore.sort.lastCreated": "Sort by last created",
2937
- "dataStore.sort.nameAsc": "Sort by name (A-Z)",
2938
- "dataStore.sort.nameDesc": "Sort by name (Z-A)",
2939
- "dataStore.search.placeholder": "Search",
2940
- "dataStore.error.fetching": "Error loading data tables",
2941
- "dataStore.add.title": "Create new Data table",
2942
- "dataStore.add.button.label": "Create Data table",
2943
- "dataStore.add.input.name.label": "Data table name",
2944
- "dataStore.add.input.name.placeholder": "Enter data table name",
2945
- "dataStore.add.error": "Error creating data table",
2946
- "dataStore.delete.confirm.title": "Delete Data table",
2947
- "dataStore.delete.confirm.message": "Are you sure you want to delete the data table '{name}'? This action cannot be undone.",
2948
- "dataStore.delete.error": "Error deleting data table",
2949
- "dataStore.rename.error": "Error renaming data table",
2950
- "dataStore.getDetails.error": "Error fetching data table details",
2951
- "dataStore.notFound": "Data table not found",
2952
- "dataStore.noColumns.heading": "No columns yet",
2953
- "dataStore.noColumns.description": "Add columns to start storing data in this data table.",
2954
- "dataStore.noColumns.button.label": "Add first column",
2955
- "dataStore.addColumn.label": "Add Column",
2956
- "dataStore.addColumn.nameInput.label": "@:_reusableBaseText.name",
2957
- "dataStore.addColumn.nameInput.placeholder": "Enter column name",
2958
- "dataStore.addColumn.typeInput.label": "@:_reusableBaseText.type",
2959
- "dataStore.addColumn.error": "Error adding column",
2960
- "dataStore.addColumn.alreadyExistsError": "This column already exists",
2961
- "dataStore.addColumn.alreadyExistsDescription": "Column name already exists, choose a different name",
2962
- "dataStore.addColumn.systemColumnDescription": "This is a system column, choose a different name",
2963
- "dataStore.addColumn.testingColumnDescription": "This column is used for testing, choose a different name",
2964
- "dataStore.moveColumn.error": "Error moving column",
2965
- "dataStore.deleteColumn.error": "Error deleting column",
2966
- "dataStore.deleteColumn.confirm.title": "Delete column",
2967
- "dataStore.deleteColumn.confirm.message": "Are you sure you want to delete the column '{name}'? This action cannot be undone.",
2968
- "dataStore.addColumn.invalidName.error": "Invalid column name",
2969
- "dataStore.addColumn.invalidName.description": "Column names must begin with a letter and can only include letters, numbers, or underscores",
2970
- "dataStore.fetchContent.error": "Error fetching data store content",
2971
- "dataStore.addRow.label": "Add Row",
2972
- "dataStore.addRow.error": "Error adding row",
2973
- "dataStore.updateRow.error": "Error updating row",
2974
- "dataStore.deleteRows.title": "Delete Rows",
2975
- "dataStore.deleteRows.confirmation": "Are you sure you want to delete {count} row? | Are you sure you want to delete {count} rows?",
2976
- "dataStore.deleteRows.error": "Error deleting rows",
2977
- "dataStore.banner.storageLimitWarning.message": "{usage} of Data tables storage used. Delete data to avoid errors",
2978
- "dataStore.banner.storageLimitError.message": "{usage} of Data tables storage used, operations may fail. Delete data to avoid errors",
2979
- "dataStore.error.tableNotInitialized": "Table not initialized",
2980
- "dataStore.noRows": "No rows",
2981
- "dataStore.filters.isNull": "Is null",
2982
- "dataStore.filters.isNotNull": "Is not null",
2983
- "dataStore.filters.isEmpty": "Is empty",
2984
- "dataStore.filters.isNotEmpty": "Is not empty",
2985
- "dataStore.filters.between": "Between",
2986
- "dataStore.filters.true": "True",
2987
- "dataStore.filters.false": "False",
2988
- "dataStore.filters.greaterThan": "Greater than",
2989
- "dataStore.filters.greaterThanOrEqual": "Greater than or equal",
2990
- "dataStore.filters.lessThan": "Less than",
2991
- "dataStore.filters.lessThanOrEqual": "Less than or equal",
2953
+ "dataTable.dataTables": "Data tables",
2954
+ "dataTable.empty.label": "You don't have any data tables yet",
2955
+ "dataTable.empty.description": "Use data tables to persist execution results, share data between workflows, and track metrics for evaluation.",
2956
+ "dataTable.card.size": "{size}MB",
2957
+ "dataTable.card.column.count": "{count} column | {count} columns",
2958
+ "dataTable.add.title": "Create new Data table",
2959
+ "dataTable.add.button.label": "Create Data table",
2960
+ "dataTable.add.input.name.label": "Data table name",
2961
+ "dataTable.add.input.name.placeholder": "Enter data table name",
2962
+ "dataTable.add.error": "Error creating data table",
2963
+ "dataTable.delete.confirm.title": "Delete Data table",
2964
+ "dataTable.delete.confirm.message": "Are you sure you want to delete the data table '{name}'? This action cannot be undone.",
2965
+ "dataTable.delete.error": "Error deleting data table",
2966
+ "dataTable.rename.error": "Error renaming data table",
2967
+ "dataTable.getDetails.error": "Error fetching data table details",
2968
+ "dataTable.notFound": "Data table not found",
2969
+ "dataTable.noColumns.heading": "No columns yet",
2970
+ "dataTable.noColumns.description": "Add columns to start storing data in this data table.",
2971
+ "dataTable.noColumns.button.label": "Add first column",
2972
+ "dataTable.addColumn.label": "Add Column",
2973
+ "dataTable.addColumn.nameInput.label": "@:_reusableBaseText.name",
2974
+ "dataTable.addColumn.nameInput.placeholder": "Enter column name",
2975
+ "dataTable.addColumn.typeInput.label": "@:_reusableBaseText.type",
2976
+ "dataTable.addColumn.error": "Error adding column",
2977
+ "dataTable.addColumn.alreadyExistsError": "This column already exists",
2978
+ "dataTable.addColumn.alreadyExistsDescription": "Column name already exists, choose a different name",
2979
+ "dataTable.moveColumn.error": "Error moving column",
2980
+ "dataTable.deleteColumn.error": "Error deleting column",
2981
+ "dataTable.deleteColumn.confirm.title": "Delete column",
2982
+ "dataTable.deleteColumn.confirm.message": "Are you sure you want to delete the column '{name}'? This action cannot be undone.",
2983
+ "dataTable.addColumn.invalidName.error": "Invalid column name",
2984
+ "dataTable.addColumn.invalidName.description": "Column names must begin with a letter and can only include letters, numbers, or underscores",
2985
+ "dataTable.fetchContent.error": "Error fetching data table content",
2986
+ "dataTable.addRow.label": "Add Row",
2987
+ "dataTable.addRow.error": "Error adding row",
2988
+ "dataTable.updateRow.error": "Error updating row",
2989
+ "dataTable.deleteRows.title": "Delete Rows",
2990
+ "dataTable.deleteRows.confirmation": "Are you sure you want to delete {count} row? | Are you sure you want to delete {count} rows?",
2991
+ "dataTable.deleteRows.error": "Error deleting rows",
2992
+ "dataTable.banner.storageLimitWarning.message": "{usage} of Data tables storage used. Delete data to avoid errors",
2993
+ "dataTable.banner.storageLimitError.message": "{usage} of Data tables storage used, operations may fail. Delete data to avoid errors",
2994
+ "dataTable.error.tableNotInitialized": "Table not initialized",
2995
+ "dataTable.noRows": "No rows",
2996
+ "dataTable.filters.isNull": "Is null",
2997
+ "dataTable.filters.isNotNull": "Is not null",
2998
+ "dataTable.filters.isEmpty": "Is empty",
2999
+ "dataTable.filters.isNotEmpty": "Is not empty",
3000
+ "dataTable.filters.between": "Between",
3001
+ "dataTable.filters.true": "True",
3002
+ "dataTable.filters.false": "False",
3003
+ "dataTable.filters.greaterThan": "Greater than",
3004
+ "dataTable.filters.greaterThanOrEqual": "Greater than or equal",
3005
+ "dataTable.filters.lessThan": "Less than",
3006
+ "dataTable.filters.lessThanOrEqual": "Less than or equal",
3007
+ "dataTable.addColumn.systemColumnDescription": "This is a system column, choose a different name",
3008
+ "dataTable.addColumn.testingColumnDescription": "This column is used for testing, choose a different name",
2992
3009
  "settings.ldap": "LDAP",
2993
3010
  "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.",
2994
3011
  "settings.ldap.infoTip": "Learn more about <a href='https://docs.n8n.io/user-management/ldap/' target='_blank'>LDAP in the Docs</a>",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@n8n/i18n",
3
3
  "type": "module",
4
- "version": "1.19.0",
4
+ "version": "1.20.0",
5
5
  "files": [
6
6
  "dist",
7
7
  "LICENSE.md",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "vue-i18n": "^11.1.2",
27
- "n8n-workflow": "1.112.0"
27
+ "n8n-workflow": "1.113.0"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@testing-library/jest-dom": "^6.6.3",
@@ -39,8 +39,8 @@
39
39
  "vite": "^6.3.5",
40
40
  "vitest": "^3.1.3",
41
41
  "vue-tsc": "^2.2.8",
42
- "@n8n/eslint-config": "0.0.1",
43
42
  "@n8n/typescript-config": "1.3.0",
43
+ "@n8n/eslint-config": "0.0.1",
44
44
  "@n8n/vitest-config": "1.5.0"
45
45
  },
46
46
  "peerDependencies": {