@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.cjs +160 -78
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +148 -67
- package/dist/index.d.ts +148 -67
- package/dist/index.js +160 -78
- package/dist/index.js.map +1 -1
- package/dist/types.d.cts +159 -78
- package/dist/types.d.ts +159 -78
- package/package.json +5 -5
package/dist/types.d.ts
CHANGED
|
@@ -68,6 +68,7 @@ var englishBaseText = {
|
|
|
68
68
|
"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>",
|
|
69
69
|
"generic.officialNode.tooltip": "This is an official node maintained by {author}",
|
|
70
70
|
"generic.copy": "Copy",
|
|
71
|
+
"generic.copied": "Copied",
|
|
71
72
|
"generic.delete": "Delete",
|
|
72
73
|
"generic.dontShowAgain": "Don't show again",
|
|
73
74
|
"generic.enterprise": "Enterprise",
|
|
@@ -201,8 +202,7 @@ var englishBaseText = {
|
|
|
201
202
|
"auth.signup.setupYourAccount": "Set up your account",
|
|
202
203
|
"auth.signup.setupYourAccountError": "Problem setting up your account",
|
|
203
204
|
"auth.signup.tokenValidationError": "Issue validating invite token",
|
|
204
|
-
"aiAssistant.name": "
|
|
205
|
-
"aiAssistant.n8nAi": "n8n AI",
|
|
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,7 +222,8 @@ 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.
|
|
225
|
+
"aiAssistant.builder.canvasPrompt.buildWithAI": "Build with AI",
|
|
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",
|
|
228
229
|
"aiAssistant.builder.executeMessage.validationTooltip": "Complete the steps above before executing",
|
|
@@ -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
|
|
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
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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/
|
|
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",
|
|
@@ -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": "
|
|
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",
|
|
@@ -2029,14 +2036,19 @@ var englishBaseText = {
|
|
|
2029
2036
|
"settings.mcp.workflows.table.action.removeMCPAccess": "Remove MCP Access",
|
|
2030
2037
|
"settings.mcp.empty.title": "No workflows available for MCP",
|
|
2031
2038
|
"settings.mcp.empty.description": "Enable MCP access in each workflow's settings to see them here.",
|
|
2032
|
-
"settings.mcp.toggle.disabled.tooltip": "Only
|
|
2039
|
+
"settings.mcp.toggle.disabled.tooltip": "Only instance admins can change this",
|
|
2040
|
+
"settings.mcp.toggle.error": "Error updating MCP access",
|
|
2033
2041
|
"settings.mcp.instructions.enableAccess": "Enable workflow access in at least one workflow via its settings",
|
|
2034
2042
|
"settings.mcp.instructions.serverUrl": "Server URL",
|
|
2035
|
-
"settings.mcp.instructions.apiKey.
|
|
2036
|
-
"settings.mcp.instructions.apiKey.part2": "No scopes required, MCP uses your role for authorization",
|
|
2043
|
+
"settings.mcp.instructions.apiKey.label": "Access token",
|
|
2037
2044
|
"settings.mcp.instructions.json": "Or use the following code in your 'mcp.json' file",
|
|
2038
2045
|
"settings.mcp.instructions.docs.part1": "For more detailed instructions and examples, have a look at",
|
|
2039
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",
|
|
2040
2052
|
"settings.goBack": "Go back",
|
|
2041
2053
|
"settings.personal": "Personal",
|
|
2042
2054
|
"settings.personal.basicInformation": "Basic Information",
|
|
@@ -2878,10 +2890,11 @@ var englishBaseText = {
|
|
|
2878
2890
|
"variables.table.key": "Key",
|
|
2879
2891
|
"variables.table.value": "Value",
|
|
2880
2892
|
"variables.table.usage": "Usage Syntax",
|
|
2893
|
+
"variables.table.scope": "Scope",
|
|
2894
|
+
"variables.table.scope.global": "Global",
|
|
2881
2895
|
"variables.editing.key.placeholder": "Enter a name",
|
|
2882
2896
|
"variables.editing.value.placeholder": "Enter a value",
|
|
2883
|
-
"variables.editing.key.error.
|
|
2884
|
-
"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",
|
|
2885
2898
|
"variables.row.button.save": "Save",
|
|
2886
2899
|
"variables.row.button.cancel": "Cancel",
|
|
2887
2900
|
"variables.row.button.edit": "Edit",
|
|
@@ -2891,12 +2904,24 @@ var englishBaseText = {
|
|
|
2891
2904
|
"variables.row.usage.copiedToClipboard": "Copied to clipboard",
|
|
2892
2905
|
"variables.row.usage.copyToClipboard": "Copy to clipboard",
|
|
2893
2906
|
"variables.search.placeholder": "Search variables...",
|
|
2907
|
+
"variables.delete.successful.message": "Variable {variableName} deleted",
|
|
2894
2908
|
"variables.errors.save": "Error while saving variable",
|
|
2895
2909
|
"variables.errors.delete": "Error while deleting variable",
|
|
2896
2910
|
"variables.modals.deleteConfirm.title": "Delete variable",
|
|
2897
2911
|
"variables.modals.deleteConfirm.message": "Are you sure you want to delete the variable \"{name}\"? This cannot be undone.",
|
|
2898
2912
|
"variables.modals.deleteConfirm.confirmButton": "Delete",
|
|
2899
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",
|
|
2900
2925
|
"contextual.credentials.sharing.unavailable.title": "Upgrade to collaborate",
|
|
2901
2926
|
"contextual.credentials.sharing.unavailable.title.cloud": "Upgrade to collaborate",
|
|
2902
2927
|
"contextual.credentials.sharing.unavailable.description": "You can share credentials with others when you upgrade your plan.",
|
|
@@ -2914,7 +2939,7 @@ var englishBaseText = {
|
|
|
2914
2939
|
"contextual.workflows.sharing.unavailable.button.cloud": "Upgrade now",
|
|
2915
2940
|
"contextual.variables.unavailable.title": "Available on the Enterprise plan",
|
|
2916
2941
|
"contextual.variables.unavailable.title.cloud": "Available on Pro plan",
|
|
2917
|
-
"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/
|
|
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>",
|
|
2918
2943
|
"contextual.variables.unavailable.button": "View plans",
|
|
2919
2944
|
"contextual.variables.unavailable.button.cloud": "Upgrade now",
|
|
2920
2945
|
"contextual.users.settings.unavailable.title": "Upgrade to add users",
|
|
@@ -2925,67 +2950,62 @@ var englishBaseText = {
|
|
|
2925
2950
|
"contextual.users.settings.unavailable.button.cloud": "Upgrade now",
|
|
2926
2951
|
"contextual.feature.unavailable.title": "Available on the Enterprise Plan",
|
|
2927
2952
|
"contextual.feature.unavailable.title.cloud": "Available on the Pro Plan",
|
|
2928
|
-
"
|
|
2929
|
-
"
|
|
2930
|
-
"
|
|
2931
|
-
"
|
|
2932
|
-
"
|
|
2933
|
-
"
|
|
2934
|
-
"
|
|
2935
|
-
"
|
|
2936
|
-
"
|
|
2937
|
-
"
|
|
2938
|
-
"
|
|
2939
|
-
"
|
|
2940
|
-
"
|
|
2941
|
-
"
|
|
2942
|
-
"
|
|
2943
|
-
"
|
|
2944
|
-
"
|
|
2945
|
-
"
|
|
2946
|
-
"
|
|
2947
|
-
"
|
|
2948
|
-
"
|
|
2949
|
-
"
|
|
2950
|
-
"
|
|
2951
|
-
"
|
|
2952
|
-
"
|
|
2953
|
-
"
|
|
2954
|
-
"
|
|
2955
|
-
"
|
|
2956
|
-
"
|
|
2957
|
-
"
|
|
2958
|
-
"
|
|
2959
|
-
"
|
|
2960
|
-
"
|
|
2961
|
-
"
|
|
2962
|
-
"
|
|
2963
|
-
"
|
|
2964
|
-
"
|
|
2965
|
-
"
|
|
2966
|
-
"
|
|
2967
|
-
"
|
|
2968
|
-
"
|
|
2969
|
-
"
|
|
2970
|
-
"
|
|
2971
|
-
"
|
|
2972
|
-
"
|
|
2973
|
-
"
|
|
2974
|
-
"
|
|
2975
|
-
"
|
|
2976
|
-
"
|
|
2977
|
-
"
|
|
2978
|
-
"
|
|
2979
|
-
"
|
|
2980
|
-
"
|
|
2981
|
-
"
|
|
2982
|
-
"
|
|
2983
|
-
"
|
|
2984
|
-
"dataStore.filters.false": "False",
|
|
2985
|
-
"dataStore.filters.greaterThan": "Greater than",
|
|
2986
|
-
"dataStore.filters.greaterThanOrEqual": "Greater than or equal",
|
|
2987
|
-
"dataStore.filters.lessThan": "Less than",
|
|
2988
|
-
"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",
|
|
2989
3009
|
"settings.ldap": "LDAP",
|
|
2990
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.",
|
|
2991
3011
|
"settings.ldap.infoTip": "Learn more about <a href='https://docs.n8n.io/user-management/ldap/' target='_blank'>LDAP in the Docs</a>",
|
|
@@ -3164,6 +3184,7 @@ var englishBaseText = {
|
|
|
3164
3184
|
"projects.settings.save.error.title": "An error occurred while saving the project",
|
|
3165
3185
|
"projects.settings.role.upgrade.title": "Upgrade to unlock additional roles",
|
|
3166
3186
|
"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.",
|
|
3187
|
+
"projects.settings.role.upgrade.tooltip": "Upgrade to Pro or Enterprise to assign Editor and Viewer roles",
|
|
3167
3188
|
"projects.settings.table.header.user": "@:_reusableBaseText.user",
|
|
3168
3189
|
"projects.settings.table.header.role": "@:_reusableBaseText.role",
|
|
3169
3190
|
"projects.settings.table.row.removeUser": "Remove user",
|
|
@@ -3570,7 +3591,67 @@ var englishBaseText = {
|
|
|
3570
3591
|
"workflowDiff.newWorkflow.remote": "The workflow will be created on remote",
|
|
3571
3592
|
"preBuiltAgentTemplates.title": "Pre-built agents",
|
|
3572
3593
|
"preBuiltAgentTemplates.tutorials": "Tutorial templates",
|
|
3573
|
-
"preBuiltAgentTemplates.viewAllLink": "View all templates"
|
|
3594
|
+
"preBuiltAgentTemplates.viewAllLink": "View all templates",
|
|
3595
|
+
"commandBar.placeholder": "Type a command...",
|
|
3596
|
+
"commandBar.noResults": "No results found",
|
|
3597
|
+
"commandBar.sections.nodes": "Nodes",
|
|
3598
|
+
"commandBar.sections.workflow": "Workflow",
|
|
3599
|
+
"commandBar.sections.workflows": "Workflows",
|
|
3600
|
+
"commandBar.sections.credentials": "Credentials",
|
|
3601
|
+
"commandBar.sections.dataTables": "Data Tables",
|
|
3602
|
+
"commandBar.sections.templates": "Templates",
|
|
3603
|
+
"commandBar.sections.demo": "Demo",
|
|
3604
|
+
"commandBar.nodes.addNode": "Add node",
|
|
3605
|
+
"commandBar.nodes.addStickyNote": "Add sticky note",
|
|
3606
|
+
"commandBar.nodes.openNode": "Open node",
|
|
3607
|
+
"commandBar.nodes.openNodeWithPrefix": "Open node > {nodeName}",
|
|
3608
|
+
"commandBar.nodes.addNodeWithPrefix": "Add node > {nodeName}",
|
|
3609
|
+
"commandBar.nodes.searchPlaceholder": "Search by node name, type, etc.",
|
|
3610
|
+
"commandBar.nodes.keywords.insert": "insert",
|
|
3611
|
+
"commandBar.nodes.keywords.add": "add",
|
|
3612
|
+
"commandBar.nodes.keywords.create": "create",
|
|
3613
|
+
"commandBar.nodes.keywords.node": "node",
|
|
3614
|
+
"commandBar.workflow.test": "Test workflow",
|
|
3615
|
+
"commandBar.workflow.save": "Save workflow",
|
|
3616
|
+
"commandBar.workflow.activate": "Activate workflow",
|
|
3617
|
+
"commandBar.workflow.deactivate": "Deactivate workflow",
|
|
3618
|
+
"commandBar.workflow.selectAll": "Select all",
|
|
3619
|
+
"commandBar.workflow.tidyUp": "Tidy up workflow",
|
|
3620
|
+
"commandBar.workflow.duplicate": "Duplicate workflow",
|
|
3621
|
+
"commandBar.workflow.download": "Download workflow",
|
|
3622
|
+
"commandBar.workflow.openCredential": "Open credential",
|
|
3623
|
+
"commandBar.workflow.openSubworkflow": "Open subworkflow",
|
|
3624
|
+
"commandBar.workflow.keywords.test": "test",
|
|
3625
|
+
"commandBar.workflow.keywords.execute": "execute",
|
|
3626
|
+
"commandBar.workflow.keywords.run": "run",
|
|
3627
|
+
"commandBar.workflow.keywords.workflow": "workflow",
|
|
3628
|
+
"commandBar.workflows.create": "Create workflow in {projectName}",
|
|
3629
|
+
"commandBar.workflows.open": "Open workflow",
|
|
3630
|
+
"commandBar.workflows.searchPlaceholder": "Search by workflow name or node type...",
|
|
3631
|
+
"commandBar.workflows.prefixPersonal": "[Personal] > ",
|
|
3632
|
+
"commandBar.workflows.prefixProject": "[{projectName}] > ",
|
|
3633
|
+
"commandBar.workflows.openPrefixPersonal": "Open workflow > [Personal] > ",
|
|
3634
|
+
"commandBar.workflows.openPrefixProject": "Open workflow > [{projectName}] > ",
|
|
3635
|
+
"commandBar.workflows.unnamed": "(unnamed workflow)",
|
|
3636
|
+
"commandBar.credentials.create": "Create credential in {projectName}",
|
|
3637
|
+
"commandBar.credentials.open": "Open credential",
|
|
3638
|
+
"commandBar.credentials.searchPlaceholder": "Search by credential name...",
|
|
3639
|
+
"commandBar.credentials.prefixPersonal": "[Personal] > ",
|
|
3640
|
+
"commandBar.credentials.prefixProject": "[{projectName}] > ",
|
|
3641
|
+
"commandBar.credentials.openPrefixPersonal": "Open credential > [Personal] > ",
|
|
3642
|
+
"commandBar.credentials.openPrefixProject": "Open credential > [{projectName}] > ",
|
|
3643
|
+
"commandBar.credentials.unnamed": "(unnamed credential)",
|
|
3644
|
+
"commandBar.dataTables.create": "Create data table in {projectName}",
|
|
3645
|
+
"commandBar.dataTables.open": "Open data table",
|
|
3646
|
+
"commandBar.dataTables.searchPlaceholder": "Search by data table name...",
|
|
3647
|
+
"commandBar.dataTables.prefixPersonal": "[Personal] > ",
|
|
3648
|
+
"commandBar.dataTables.prefixProject": "[{projectName}] > ",
|
|
3649
|
+
"commandBar.dataTables.openPrefixPersonal": "Open data table > [Personal] > ",
|
|
3650
|
+
"commandBar.dataTables.openPrefixProject": "Open data table > [{projectName}] > ",
|
|
3651
|
+
"commandBar.dataTables.unnamed": "(unnamed data table)",
|
|
3652
|
+
"commandBar.templates.import": "Import template",
|
|
3653
|
+
"commandBar.templates.importWithPrefix": "Import template > {templateName}",
|
|
3654
|
+
"commandBar.demo.availableEverywhere": "This is available everywhere"
|
|
3574
3655
|
};
|
|
3575
3656
|
|
|
3576
3657
|
type GetBaseTextKey<T> = T extends `_${string}` ? never : T;
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@n8n/i18n",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.20.0",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
7
|
-
"
|
|
8
|
-
"
|
|
7
|
+
"LICENSE.md",
|
|
8
|
+
"LICENSE_EE.md"
|
|
9
9
|
],
|
|
10
10
|
"main": "dist/index.cjs",
|
|
11
11
|
"module": "dist/index.js",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"vue-i18n": "^11.1.2",
|
|
27
|
-
"n8n-workflow": "1.
|
|
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": {
|