mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-12 13:27:31 -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.dataTransformation": "Data transformation",
|
||||||
"nodeCreator.subcategoryNames.files": "Files",
|
"nodeCreator.subcategoryNames.files": "Files",
|
||||||
"nodeCreator.subcategoryNames.flow": "Flow",
|
"nodeCreator.subcategoryNames.flow": "Flow",
|
||||||
"nodeCreator.subcategoryNames.helpers": "Advanced",
|
"nodeCreator.subcategoryNames.helpers": "Core",
|
||||||
"nodeCreator.subcategoryNames.otherTriggerNodes": "Other ways...",
|
"nodeCreator.subcategoryNames.otherTriggerNodes": "Other ways...",
|
||||||
"nodeCreator.subcategoryNames.agents": "Agents",
|
"nodeCreator.subcategoryNames.agents": "Agents",
|
||||||
"nodeCreator.subcategoryNames.chains": "Chains",
|
"nodeCreator.subcategoryNames.chains": "Chains",
|
||||||
|
@ -1058,8 +1058,8 @@
|
||||||
"nodeView.refresh": "Refresh",
|
"nodeView.refresh": "Refresh",
|
||||||
"nodeView.resetZoom": "Reset Zoom",
|
"nodeView.resetZoom": "Reset Zoom",
|
||||||
"nodeView.runButtonText.executeWorkflow": "Test workflow",
|
"nodeView.runButtonText.executeWorkflow": "Test workflow",
|
||||||
"nodeView.runButtonText.executingWorkflow": "Executing Workflow",
|
"nodeView.runButtonText.executingWorkflow": "Executing workflow",
|
||||||
"nodeView.runButtonText.waitingForTriggerEvent": "Waiting for Trigger Event",
|
"nodeView.runButtonText.waitingForTriggerEvent": "Waiting for trigger event",
|
||||||
"nodeView.showError.workflowError": "Workflow execution finished with an error",
|
"nodeView.showError.workflowError": "Workflow execution finished with an error",
|
||||||
"nodeView.showError.getWorkflowDataFromUrl.title": "Problem loading workflow",
|
"nodeView.showError.getWorkflowDataFromUrl.title": "Problem loading workflow",
|
||||||
"nodeView.showError.importWorkflowData.title": "Problem importing workflow",
|
"nodeView.showError.importWorkflowData.title": "Problem importing workflow",
|
||||||
|
|
|
@ -13,18 +13,22 @@
|
||||||
"generic": []
|
"generic": []
|
||||||
},
|
},
|
||||||
"alias": [
|
"alias": [
|
||||||
"Summarise",
|
"Append",
|
||||||
"Summarize",
|
"Array",
|
||||||
|
"Average",
|
||||||
|
"Concatenate",
|
||||||
|
"Count",
|
||||||
"Group",
|
"Group",
|
||||||
|
"Item",
|
||||||
|
"List",
|
||||||
|
"Max",
|
||||||
|
"Min",
|
||||||
"Pivot",
|
"Pivot",
|
||||||
"Sum",
|
"Sum",
|
||||||
"Count",
|
"Summarise",
|
||||||
"Min",
|
"Summarize",
|
||||||
"Max",
|
|
||||||
"Transform",
|
"Transform",
|
||||||
"Array",
|
"Unique"
|
||||||
"List",
|
|
||||||
"Item"
|
|
||||||
],
|
],
|
||||||
"subcategories": {
|
"subcategories": {
|
||||||
"Core Nodes": ["Data Transformation"]
|
"Core Nodes": ["Data Transformation"]
|
||||||
|
|
Loading…
Reference in a new issue