mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 04:04:06 -08:00
docs(editor): Copy and aliases tweaks (no-changelog) (#8465)
This commit is contained in:
parent
56da2e4352
commit
97b398871d
|
@ -901,7 +901,7 @@
|
|||
"nodeCreator.subcategoryNames.dataTransformation": "Data transformation",
|
||||
"nodeCreator.subcategoryNames.files": "Files",
|
||||
"nodeCreator.subcategoryNames.flow": "Flow",
|
||||
"nodeCreator.subcategoryNames.helpers": "Advanced",
|
||||
"nodeCreator.subcategoryNames.helpers": "Core",
|
||||
"nodeCreator.subcategoryNames.otherTriggerNodes": "Other ways...",
|
||||
"nodeCreator.subcategoryNames.agents": "Agents",
|
||||
"nodeCreator.subcategoryNames.chains": "Chains",
|
||||
|
@ -1058,8 +1058,8 @@
|
|||
"nodeView.refresh": "Refresh",
|
||||
"nodeView.resetZoom": "Reset Zoom",
|
||||
"nodeView.runButtonText.executeWorkflow": "Test workflow",
|
||||
"nodeView.runButtonText.executingWorkflow": "Executing Workflow",
|
||||
"nodeView.runButtonText.waitingForTriggerEvent": "Waiting for Trigger Event",
|
||||
"nodeView.runButtonText.executingWorkflow": "Executing workflow",
|
||||
"nodeView.runButtonText.waitingForTriggerEvent": "Waiting for trigger event",
|
||||
"nodeView.showError.workflowError": "Workflow execution finished with an error",
|
||||
"nodeView.showError.getWorkflowDataFromUrl.title": "Problem loading workflow",
|
||||
"nodeView.showError.importWorkflowData.title": "Problem importing workflow",
|
||||
|
|
|
@ -13,18 +13,22 @@
|
|||
"generic": []
|
||||
},
|
||||
"alias": [
|
||||
"Summarise",
|
||||
"Summarize",
|
||||
"Append",
|
||||
"Array",
|
||||
"Average",
|
||||
"Concatenate",
|
||||
"Count",
|
||||
"Group",
|
||||
"Item",
|
||||
"List",
|
||||
"Max",
|
||||
"Min",
|
||||
"Pivot",
|
||||
"Sum",
|
||||
"Count",
|
||||
"Min",
|
||||
"Max",
|
||||
"Summarise",
|
||||
"Summarize",
|
||||
"Transform",
|
||||
"Array",
|
||||
"List",
|
||||
"Item"
|
||||
"Unique"
|
||||
],
|
||||
"subcategories": {
|
||||
"Core Nodes": ["Data Transformation"]
|
||||
|
|
Loading…
Reference in a new issue