@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.js CHANGED
@@ -74,6 +74,7 @@ var en_default = {
74
74
  "generic.communityNode.tooltip": `This is a node from our community. It's part of the {packageName} package. <a href="{docURL}" target="_blank" title="Read the n8n docs">Learn more</a>`,
75
75
  "generic.officialNode.tooltip": "This is an official node maintained by {author}",
76
76
  "generic.copy": "Copy",
77
+ "generic.copied": "Copied",
77
78
  "generic.delete": "Delete",
78
79
  "generic.dontShowAgain": "Don't show again",
79
80
  "generic.enterprise": "Enterprise",
@@ -207,8 +208,7 @@ var en_default = {
207
208
  "auth.signup.setupYourAccount": "Set up your account",
208
209
  "auth.signup.setupYourAccountError": "Problem setting up your account",
209
210
  "auth.signup.tokenValidationError": "Issue validating invite token",
210
- "aiAssistant.name": "Assistant",
211
- "aiAssistant.n8nAi": "n8n AI",
211
+ "aiAssistant.name": "n8n AI",
212
212
  "aiAssistant.tabs.ask": "Ask",
213
213
  "aiAssistant.tabs.build": "Build",
214
214
  "aiAssistant.builder.mode": "AI Builder",
@@ -228,7 +228,8 @@ var en_default = {
228
228
  "aiAssistant.builder.canvasPrompt.cancelButton": "Cancel",
229
229
  "aiAssistant.builder.canvasPrompt.startManually.title": "Start manually",
230
230
  "aiAssistant.builder.canvasPrompt.startManually.subTitle": "Add the first node",
231
- "aiAssistant.builder.streamAbortedMessage": "[Task aborted]",
231
+ "aiAssistant.builder.canvasPrompt.buildWithAI": "Build with AI",
232
+ "aiAssistant.builder.streamAbortedMessage": "Task aborted",
232
233
  "aiAssistant.builder.executeMessage.description": "Complete these steps before executing your workflow:",
233
234
  "aiAssistant.builder.executeMessage.noIssues": "Your workflow is ready to be executed",
234
235
  "aiAssistant.builder.executeMessage.validationTooltip": "Complete the steps above before executing",
@@ -239,15 +240,15 @@ var en_default = {
239
240
  "aiAssistant.builder.executeMessage.executionFailed": "Workflow execution failed: {errorMessage}",
240
241
  "aiAssistant.builder.toast.title": "Send chat message to start the execution",
241
242
  "aiAssistant.builder.toast.description": "Please send a message in the chat panel to start the execution of your workflow",
242
- "aiAssistant.assistant": "AI Assistant",
243
+ "aiAssistant.assistant": "n8n AI",
243
244
  "aiAssistant.newSessionModal.title.part1": "Start new",
244
245
  "aiAssistant.newSessionModal.title.part2": "session",
245
- "aiAssistant.newSessionModal.message": "You already have an active AI Assistant session. Starting a new session will clear your current conversation history.",
246
+ "aiAssistant.newSessionModal.message": "You already have an active n8n AI session. Starting a new session will clear your current conversation history.",
246
247
  "aiAssistant.newSessionModal.question": "Are you sure you want to start a new session?",
247
248
  "aiAssistant.newSessionModal.confirm": "Start new session",
248
249
  "aiAssistant.serviceError.message": "Unable to connect to n8n's AI service ({message})",
249
250
  "aiAssistant.payloadTooBig.message": "Payload size is too large",
250
- "aiAssistant.codeUpdated.message.title": "Assistant modified workflow",
251
+ "aiAssistant.codeUpdated.message.title": "n8n AI modified workflow",
251
252
  "aiAssistant.codeUpdated.message.body1": "Open the",
252
253
  "aiAssistant.codeUpdated.message.body2": "node to see the changes",
253
254
  "aiAssistant.thinkingSteps.analyzingError": "Analyzing the error...",
@@ -256,7 +257,7 @@ var en_default = {
256
257
  "aiAssistant.prompts.currentView.credentialsList": "The user is currently looking at the list of credentials.",
257
258
  "aiAssistant.prompts.currentView.executionsView": "The user is currently looking at the list of executions for the currently open workflow.",
258
259
  "aiAssistant.prompts.currentView.workflowEditor": "The user is currently looking at the current workflow in n8n editor, without any specific node selected.",
259
- "aiAssistant.tooltip": "Ask Assistant",
260
+ "aiAssistant.tooltip": "n8n AI",
260
261
  "banners.confirmEmail.message.1": "To secure your account and prevent future access issues, please confirm your",
261
262
  "banners.confirmEmail.message.2": "email address.",
262
263
  "banners.confirmEmail.button": "Confirm email",
@@ -371,7 +372,9 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
371
372
  "codeNodeEditor.completer.$nodeVersion": "The version of the current node (as displayed at the bottom of the nodes's settings pane)",
372
373
  "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).",
373
374
  "codeNodeEditor.completer.$vars": 'The <a target="_blank" href="https://docs.n8n.io/code/variables/">variables</a> available to the workflow',
374
- "codeNodeEditor.completer.$vars.varName": "Variable set on this n8n instance. All variables evaluate to strings.",
375
+ "codeNodeEditor.completer.$vars.varName.global": "Global variable defined for this n8n instance. All variables evaluate to strings.",
376
+ "codeNodeEditor.completer.$vars.varName.global.overridden": "Global variable overridden by project {projectName} variable. All variables evaluate to strings. ",
377
+ "codeNodeEditor.completer.$vars.varName.project": "Project variable defined in the {projectName} project. All variables evaluate to strings.",
375
378
  "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.',
376
379
  "codeNodeEditor.completer.$secrets.provider": "External secrets providers connected to this n8n instance.",
377
380
  "codeNodeEditor.completer.$secrets.provider.varName": "External secrets connected to this n8n instance. All secrets evaluate to strings.",
@@ -556,6 +559,8 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
556
559
  "codeNodeEditor.completer.section.cast": "Cast",
557
560
  "codeNodeEditor.completer.section.compare": "Compare",
558
561
  "codeNodeEditor.completer.section.validation": "Validate",
562
+ "codeNodeEditor.completer.section.variable.project": "Project Variables",
563
+ "codeNodeEditor.completer.section.variable.global": "Global Variables",
559
564
  "codeNodeEditor.linter.allItems.firstOrLastCalledWithArg": "expects no argument.",
560
565
  "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.",
561
566
  "codeNodeEditor.linter.allItems.itemCall": "`item` is a property to access, not a method to call. Did you mean `.item` without brackets?",
@@ -761,7 +766,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
761
766
  "dataMapping.schemaView.previewNode": "Preview",
762
767
  "dataMapping.schemaView.variablesContextTitle": "Variables and context",
763
768
  "dataMapping.schemaView.execution.resumeUrl": "The URL for resuming a 'Wait' node",
764
- "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>',
769
+ "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>',
765
770
  "dataMapping.schemaView.variablesEmpty": 'Create variables that can be used across workflows <a href="/variables" target="_blank">here</a>',
766
771
  "displayWithChange.cancelEdit": "Cancel Edit",
767
772
  "displayWithChange.clickToChange": "Click to Change",
@@ -1158,6 +1163,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
1158
1163
  "mainSidebar.workersView": "Workers",
1159
1164
  "mainSidebar.whatsNew": "What\u2019s New",
1160
1165
  "mainSidebar.whatsNew.fullChangelog": "Full changelog",
1166
+ "mcp.workflowNotEligable.description": "Only active, webhook-triggered workflows can be accessible through MCP",
1161
1167
  "menuActions.duplicate": "Duplicate",
1162
1168
  "menuActions.download": "Download",
1163
1169
  "menuActions.push": "Push to Git",
@@ -1244,7 +1250,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
1244
1250
  "ndv.output.noOutputData.title": "No output data returned",
1245
1251
  "ndv.output.noOutputData.v2.title": "No output data",
1246
1252
  "ndv.output.noOutputData.v2.description": "{link} to view output data",
1247
- "ndv.output.noOutputData.v2.action": "Test this step",
1253
+ "ndv.output.noOutputData.v2.action": "Execute step",
1248
1254
  "ndv.output.noOutputData.trigger.title": "No trigger output",
1249
1255
  "ndv.output.noOutputData.trigger.action": "Test this trigger",
1250
1256
  "ndv.output.noOutputDataInBranch": "No output data in this branch",
@@ -1658,6 +1664,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
1658
1664
  "contextMenu.tidyUpWorkflow": "Tidy up workflow",
1659
1665
  "contextMenu.tidyUpSelection": "Tidy up selection",
1660
1666
  "contextMenu.extract": "Convert node to sub-workflow | Convert {count} nodes to sub-workflow",
1667
+ "contextMenu.replace": "Replace",
1661
1668
  "contextMenu.duplicate": "Duplicate | Duplicate {count} {subject}",
1662
1669
  "contextMenu.open": "Open...",
1663
1670
  "contextMenu.test": "Execute step",
@@ -2036,14 +2043,19 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
2036
2043
  "settings.mcp.workflows.table.action.removeMCPAccess": "Remove MCP Access",
2037
2044
  "settings.mcp.empty.title": "No workflows available for MCP",
2038
2045
  "settings.mcp.empty.description": "Enable MCP access in each workflow's settings to see them here.",
2039
- "settings.mcp.toggle.disabled.tooltip": "Only the instance owner can change this",
2046
+ "settings.mcp.toggle.disabled.tooltip": "Only instance admins can change this",
2047
+ "settings.mcp.toggle.error": "Error updating MCP access",
2040
2048
  "settings.mcp.instructions.enableAccess": "Enable workflow access in at least one workflow via its settings",
2041
2049
  "settings.mcp.instructions.serverUrl": "Server URL",
2042
- "settings.mcp.instructions.apiKey.part1": "Create an",
2043
- "settings.mcp.instructions.apiKey.part2": "No scopes required, MCP uses your role for authorization",
2050
+ "settings.mcp.instructions.apiKey.label": "Access token",
2044
2051
  "settings.mcp.instructions.json": "Or use the following code in your 'mcp.json' file",
2045
2052
  "settings.mcp.instructions.docs.part1": "For more detailed instructions and examples, have a look at",
2046
2053
  "settings.mcp.instructions.docs.part2": "our docs",
2054
+ "settings.mcp.instructions.rotateKey.tooltip": "Generate new token.<br/>This one will be automatically revoked.",
2055
+ "settings.mcp.instructions.apiKey.tip": "Use this as an authorization token. May be named differently in different clients",
2056
+ "settings.mcp.newKey.notice": "Make sure to copy your access token now. You won\u2019t be able to see or copy it again!",
2057
+ "settings.mcp.error.fetching.apiKey": "Error fetching access token",
2058
+ "settings.mcp.error.rotating.apiKey": "Error generating new access token",
2047
2059
  "settings.goBack": "Go back",
2048
2060
  "settings.personal": "Personal",
2049
2061
  "settings.personal.basicInformation": "Basic Information",
@@ -2885,10 +2897,11 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
2885
2897
  "variables.table.key": "Key",
2886
2898
  "variables.table.value": "Value",
2887
2899
  "variables.table.usage": "Usage Syntax",
2900
+ "variables.table.scope": "Scope",
2901
+ "variables.table.scope.global": "Global",
2888
2902
  "variables.editing.key.placeholder": "Enter a name",
2889
2903
  "variables.editing.value.placeholder": "Enter a value",
2890
- "variables.editing.key.error.startsWithLetter": "This field may only start with a letter",
2891
- "variables.editing.key.error.jsonKey": "This field may contain only letters, numbers, and underscores",
2904
+ "variables.editing.key.error.regex": "This field may contain only letters, numbers, and underscores",
2892
2905
  "variables.row.button.save": "Save",
2893
2906
  "variables.row.button.cancel": "Cancel",
2894
2907
  "variables.row.button.edit": "Edit",
@@ -2898,12 +2911,24 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
2898
2911
  "variables.row.usage.copiedToClipboard": "Copied to clipboard",
2899
2912
  "variables.row.usage.copyToClipboard": "Copy to clipboard",
2900
2913
  "variables.search.placeholder": "Search variables...",
2914
+ "variables.delete.successful.message": "Variable {variableName} deleted",
2901
2915
  "variables.errors.save": "Error while saving variable",
2902
2916
  "variables.errors.delete": "Error while deleting variable",
2903
2917
  "variables.modals.deleteConfirm.title": "Delete variable",
2904
2918
  "variables.modals.deleteConfirm.message": 'Are you sure you want to delete the variable "{name}"? This cannot be undone.',
2905
2919
  "variables.modals.deleteConfirm.confirmButton": "Delete",
2906
2920
  "variables.modals.deleteConfirm.cancelButton": "Cancel",
2921
+ "variables.modal.title.create": "New variable",
2922
+ "variables.modal.title.edit": "Edit variable",
2923
+ "variables.modal.key.label": "Key",
2924
+ "variables.modal.value.label": "Value",
2925
+ "variables.modal.scope.label": "Scope",
2926
+ "variables.modal.scope.global": "Global",
2927
+ "variables.modal.scope.all": "All",
2928
+ "variables.modal.button.cancel": "Cancel",
2929
+ "variables.modal.button.save": "Save",
2930
+ "variables.modal.error.keyExistsInProject": "The key already exists in this project",
2931
+ "variables.modal.warning.globalKeyExists": "The same key already exists in global scope. This variable will override the global variable inside the project",
2907
2932
  "contextual.credentials.sharing.unavailable.title": "Upgrade to collaborate",
2908
2933
  "contextual.credentials.sharing.unavailable.title.cloud": "Upgrade to collaborate",
2909
2934
  "contextual.credentials.sharing.unavailable.description": "You can share credentials with others when you upgrade your plan.",
@@ -2921,7 +2946,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
2921
2946
  "contextual.workflows.sharing.unavailable.button.cloud": "Upgrade now",
2922
2947
  "contextual.variables.unavailable.title": "Available on the Enterprise plan",
2923
2948
  "contextual.variables.unavailable.title.cloud": "Available on Pro plan",
2924
- "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>',
2949
+ "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>',
2925
2950
  "contextual.variables.unavailable.button": "View plans",
2926
2951
  "contextual.variables.unavailable.button.cloud": "Upgrade now",
2927
2952
  "contextual.users.settings.unavailable.title": "Upgrade to add users",
@@ -2932,67 +2957,63 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
2932
2957
  "contextual.users.settings.unavailable.button.cloud": "Upgrade now",
2933
2958
  "contextual.feature.unavailable.title": "Available on the Enterprise Plan",
2934
2959
  "contextual.feature.unavailable.title.cloud": "Available on the Pro Plan",
2935
- "dataStore.dataStores": "Data tables",
2936
- "dataStore.empty.label": "You don't have any data tables yet",
2937
- "dataStore.empty.description": "Use data tables to persist execution results, share data between workflows, and track metrics for evaluation.",
2938
- "dataStore.card.size": "{size}MB",
2939
- "dataStore.card.column.count": "{count} column | {count} columns",
2940
- "dataStore.card.row.count": "{count} record | {count} records",
2941
- "dataStore.sort.lastUpdated": "Sort by last updated",
2942
- "dataStore.sort.lastCreated": "Sort by last created",
2943
- "dataStore.sort.nameAsc": "Sort by name (A-Z)",
2944
- "dataStore.sort.nameDesc": "Sort by name (Z-A)",
2945
- "dataStore.search.placeholder": "Search",
2946
- "dataStore.error.fetching": "Error loading data tables",
2947
- "dataStore.add.title": "Create new Data table",
2948
- "dataStore.add.button.label": "Create Data table",
2949
- "dataStore.add.input.name.label": "Data table name",
2950
- "dataStore.add.input.name.placeholder": "Enter data table name",
2951
- "dataStore.add.error": "Error creating data table",
2952
- "dataStore.delete.confirm.title": "Delete Data table",
2953
- "dataStore.delete.confirm.message": "Are you sure you want to delete the data table '{name}'? This action cannot be undone.",
2954
- "dataStore.delete.error": "Error deleting data table",
2955
- "dataStore.rename.error": "Error renaming data table",
2956
- "dataStore.getDetails.error": "Error fetching data table details",
2957
- "dataStore.notFound": "Data table not found",
2958
- "dataStore.noColumns.heading": "No columns yet",
2959
- "dataStore.noColumns.description": "Add columns to start storing data in this data table.",
2960
- "dataStore.noColumns.button.label": "Add first column",
2961
- "dataStore.addColumn.label": "Add Column",
2962
- "dataStore.addColumn.nameInput.label": "@:_reusableBaseText.name",
2963
- "dataStore.addColumn.nameInput.placeholder": "Enter column name",
2964
- "dataStore.addColumn.typeInput.label": "@:_reusableBaseText.type",
2965
- "dataStore.addColumn.error": "Error adding column",
2966
- "dataStore.addColumn.alreadyExistsError": "This column already exists",
2967
- "dataStore.addColumn.alreadyExistsDescription": "Column name already exisits, choose a different name",
2968
- "dataStore.moveColumn.error": "Error moving column",
2969
- "dataStore.deleteColumn.error": "Error deleting column",
2970
- "dataStore.deleteColumn.confirm.title": "Delete column",
2971
- "dataStore.deleteColumn.confirm.message": "Are you sure you want to delete the column '{name}'? This action cannot be undone.",
2972
- "dataStore.addColumn.invalidName.error": "Invalid column name",
2973
- "dataStore.addColumn.invalidName.description": "Column names must begin with a letter and can only include letters, numbers, or underscores",
2974
- "dataStore.fetchContent.error": "Error fetching data store content",
2975
- "dataStore.addRow.label": "Add Row",
2976
- "dataStore.addRow.error": "Error adding row",
2977
- "dataStore.updateRow.error": "Error updating row",
2978
- "dataStore.deleteRows.title": "Delete Rows",
2979
- "dataStore.deleteRows.confirmation": "Are you sure you want to delete {count} row? | Are you sure you want to delete {count} rows?",
2980
- "dataStore.deleteRows.error": "Error deleting rows",
2981
- "dataStore.banner.storageLimitWarning.message": "{usage} of Data tables storage used. Delete data to avoid errors",
2982
- "dataStore.banner.storageLimitError.message": "{usage} of Data tables storage used, operations may fail. Delete data to avoid errors",
2983
- "dataStore.error.tableNotInitialized": "Table not initialized",
2984
- "dataStore.noRows": "No rows",
2985
- "dataStore.filters.isNull": "Is null",
2986
- "dataStore.filters.isNotNull": "Is not null",
2987
- "dataStore.filters.isEmpty": "Is empty",
2988
- "dataStore.filters.isNotEmpty": "Is not empty",
2989
- "dataStore.filters.between": "Between",
2990
- "dataStore.filters.true": "True",
2991
- "dataStore.filters.false": "False",
2992
- "dataStore.filters.greaterThan": "Greater than",
2993
- "dataStore.filters.greaterThanOrEqual": "Greater than or equal",
2994
- "dataStore.filters.lessThan": "Less than",
2995
- "dataStore.filters.lessThanOrEqual": "Less than or equal",
2960
+ "dataTable.dataTables": "Data tables",
2961
+ "dataTable.empty.label": "You don't have any data tables yet",
2962
+ "dataTable.empty.description": "Use data tables to persist execution results, share data between workflows, and track metrics for evaluation.",
2963
+ "dataTable.card.size": "{size}MB",
2964
+ "dataTable.card.column.count": "{count} column | {count} columns",
2965
+ "dataTable.add.title": "Create new Data table",
2966
+ "dataTable.add.button.label": "Create Data table",
2967
+ "dataTable.add.input.name.label": "Data table name",
2968
+ "dataTable.add.input.name.placeholder": "Enter data table name",
2969
+ "dataTable.add.error": "Error creating data table",
2970
+ "dataTable.delete.confirm.title": "Delete Data table",
2971
+ "dataTable.delete.confirm.message": "Are you sure you want to delete the data table '{name}'? This action cannot be undone.",
2972
+ "dataTable.delete.error": "Error deleting data table",
2973
+ "dataTable.rename.error": "Error renaming data table",
2974
+ "dataTable.getDetails.error": "Error fetching data table details",
2975
+ "dataTable.notFound": "Data table not found",
2976
+ "dataTable.noColumns.heading": "No columns yet",
2977
+ "dataTable.noColumns.description": "Add columns to start storing data in this data table.",
2978
+ "dataTable.noColumns.button.label": "Add first column",
2979
+ "dataTable.addColumn.label": "Add Column",
2980
+ "dataTable.addColumn.nameInput.label": "@:_reusableBaseText.name",
2981
+ "dataTable.addColumn.nameInput.placeholder": "Enter column name",
2982
+ "dataTable.addColumn.typeInput.label": "@:_reusableBaseText.type",
2983
+ "dataTable.addColumn.error": "Error adding column",
2984
+ "dataTable.addColumn.alreadyExistsError": "This column already exists",
2985
+ "dataTable.addColumn.alreadyExistsDescription": "Column name already exisits, choose a different name",
2986
+ "dataTable.moveColumn.error": "Error moving column",
2987
+ "dataTable.deleteColumn.error": "Error deleting column",
2988
+ "dataTable.deleteColumn.confirm.title": "Delete column",
2989
+ "dataTable.deleteColumn.confirm.message": "Are you sure you want to delete the column '{name}'? This action cannot be undone.",
2990
+ "dataTable.addColumn.invalidName.error": "Invalid column name",
2991
+ "dataTable.addColumn.invalidName.description": "Column names must begin with a letter and can only include letters, numbers, or underscores",
2992
+ "dataTable.fetchContent.error": "Error fetching data table content",
2993
+ "dataTable.addRow.label": "Add Row",
2994
+ "dataTable.addRow.error": "Error adding row",
2995
+ "dataTable.updateRow.error": "Error updating row",
2996
+ "dataTable.deleteRows.title": "Delete Rows",
2997
+ "dataTable.deleteRows.confirmation": "Are you sure you want to delete {count} row? | Are you sure you want to delete {count} rows?",
2998
+ "dataTable.deleteRows.error": "Error deleting rows",
2999
+ "dataTable.banner.storageLimitWarning.message": "{usage} of Data tables storage used. Delete data to avoid errors",
3000
+ "dataTable.banner.storageLimitError.message": "{usage} of Data tables storage used, operations may fail. Delete data to avoid errors",
3001
+ "dataTable.error.tableNotInitialized": "Table not initialized",
3002
+ "dataTable.noRows": "No rows",
3003
+ "dataTable.filters.isNull": "Is null",
3004
+ "dataTable.filters.isNotNull": "Is not null",
3005
+ "dataTable.filters.isEmpty": "Is empty",
3006
+ "dataTable.filters.isNotEmpty": "Is not empty",
3007
+ "dataTable.filters.between": "Between",
3008
+ "dataTable.filters.true": "True",
3009
+ "dataTable.filters.false": "False",
3010
+ "dataTable.filters.greaterThan": "Greater than",
3011
+ "dataTable.filters.greaterThanOrEqual": "Greater than or equal",
3012
+ "dataTable.filters.lessThan": "Less than",
3013
+ "dataTable.filters.lessThanOrEqual": "Less than or equal",
3014
+ "dataTable.addColumn.alreadyExistsDescription": "Column name already exists, choose a different name",
3015
+ "dataTable.addColumn.systemColumnDescription": "This is a system column, choose a different name",
3016
+ "dataTable.addColumn.testingColumnDescription": "This column is used for testing, choose a different name",
2996
3017
  "settings.ldap": "LDAP",
2997
3018
  "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.",
2998
3019
  "settings.ldap.infoTip": "Learn more about <a href='https://docs.n8n.io/user-management/ldap/' target='_blank'>LDAP in the Docs</a>",
@@ -3171,6 +3192,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
3171
3192
  "projects.settings.save.error.title": "An error occurred while saving the project",
3172
3193
  "projects.settings.role.upgrade.title": "Upgrade to unlock additional roles",
3173
3194
  "projects.settings.role.upgrade.message": "You're currently limited to {limit} on the {planName} plan and can only assign the admin role to users within this project. To create more projects and unlock additional roles, upgrade your plan.",
3195
+ "projects.settings.role.upgrade.tooltip": "Upgrade to Pro or Enterprise to assign Editor and Viewer roles",
3174
3196
  "projects.settings.table.header.user": "@:_reusableBaseText.user",
3175
3197
  "projects.settings.table.header.role": "@:_reusableBaseText.role",
3176
3198
  "projects.settings.table.row.removeUser": "Remove user",
@@ -3577,7 +3599,67 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
3577
3599
  "workflowDiff.newWorkflow.remote": "The workflow will be created on remote",
3578
3600
  "preBuiltAgentTemplates.title": "Pre-built agents",
3579
3601
  "preBuiltAgentTemplates.tutorials": "Tutorial templates",
3580
- "preBuiltAgentTemplates.viewAllLink": "View all templates"
3602
+ "preBuiltAgentTemplates.viewAllLink": "View all templates",
3603
+ "commandBar.placeholder": "Type a command...",
3604
+ "commandBar.noResults": "No results found",
3605
+ "commandBar.sections.nodes": "Nodes",
3606
+ "commandBar.sections.workflow": "Workflow",
3607
+ "commandBar.sections.workflows": "Workflows",
3608
+ "commandBar.sections.credentials": "Credentials",
3609
+ "commandBar.sections.dataTables": "Data Tables",
3610
+ "commandBar.sections.templates": "Templates",
3611
+ "commandBar.sections.demo": "Demo",
3612
+ "commandBar.nodes.addNode": "Add node",
3613
+ "commandBar.nodes.addStickyNote": "Add sticky note",
3614
+ "commandBar.nodes.openNode": "Open node",
3615
+ "commandBar.nodes.openNodeWithPrefix": "Open node > {nodeName}",
3616
+ "commandBar.nodes.addNodeWithPrefix": "Add node > {nodeName}",
3617
+ "commandBar.nodes.searchPlaceholder": "Search by node name, type, etc.",
3618
+ "commandBar.nodes.keywords.insert": "insert",
3619
+ "commandBar.nodes.keywords.add": "add",
3620
+ "commandBar.nodes.keywords.create": "create",
3621
+ "commandBar.nodes.keywords.node": "node",
3622
+ "commandBar.workflow.test": "Test workflow",
3623
+ "commandBar.workflow.save": "Save workflow",
3624
+ "commandBar.workflow.activate": "Activate workflow",
3625
+ "commandBar.workflow.deactivate": "Deactivate workflow",
3626
+ "commandBar.workflow.selectAll": "Select all",
3627
+ "commandBar.workflow.tidyUp": "Tidy up workflow",
3628
+ "commandBar.workflow.duplicate": "Duplicate workflow",
3629
+ "commandBar.workflow.download": "Download workflow",
3630
+ "commandBar.workflow.openCredential": "Open credential",
3631
+ "commandBar.workflow.openSubworkflow": "Open subworkflow",
3632
+ "commandBar.workflow.keywords.test": "test",
3633
+ "commandBar.workflow.keywords.execute": "execute",
3634
+ "commandBar.workflow.keywords.run": "run",
3635
+ "commandBar.workflow.keywords.workflow": "workflow",
3636
+ "commandBar.workflows.create": "Create workflow in {projectName}",
3637
+ "commandBar.workflows.open": "Open workflow",
3638
+ "commandBar.workflows.searchPlaceholder": "Search by workflow name or node type...",
3639
+ "commandBar.workflows.prefixPersonal": "[Personal] > ",
3640
+ "commandBar.workflows.prefixProject": "[{projectName}] > ",
3641
+ "commandBar.workflows.openPrefixPersonal": "Open workflow > [Personal] > ",
3642
+ "commandBar.workflows.openPrefixProject": "Open workflow > [{projectName}] > ",
3643
+ "commandBar.workflows.unnamed": "(unnamed workflow)",
3644
+ "commandBar.credentials.create": "Create credential in {projectName}",
3645
+ "commandBar.credentials.open": "Open credential",
3646
+ "commandBar.credentials.searchPlaceholder": "Search by credential name...",
3647
+ "commandBar.credentials.prefixPersonal": "[Personal] > ",
3648
+ "commandBar.credentials.prefixProject": "[{projectName}] > ",
3649
+ "commandBar.credentials.openPrefixPersonal": "Open credential > [Personal] > ",
3650
+ "commandBar.credentials.openPrefixProject": "Open credential > [{projectName}] > ",
3651
+ "commandBar.credentials.unnamed": "(unnamed credential)",
3652
+ "commandBar.dataTables.create": "Create data table in {projectName}",
3653
+ "commandBar.dataTables.open": "Open data table",
3654
+ "commandBar.dataTables.searchPlaceholder": "Search by data table name...",
3655
+ "commandBar.dataTables.prefixPersonal": "[Personal] > ",
3656
+ "commandBar.dataTables.prefixProject": "[{projectName}] > ",
3657
+ "commandBar.dataTables.openPrefixPersonal": "Open data table > [Personal] > ",
3658
+ "commandBar.dataTables.openPrefixProject": "Open data table > [{projectName}] > ",
3659
+ "commandBar.dataTables.unnamed": "(unnamed data table)",
3660
+ "commandBar.templates.import": "Import template",
3661
+ "commandBar.templates.importWithPrefix": "Import template > {templateName}",
3662
+ "commandBar.demo.availableEverywhere": "This is available everywhere"
3581
3663
  };
3582
3664
 
3583
3665
  // src/index.ts