docs(editor): Copy and aliases tweaks (no-changelog) (#8465)

This commit is contained in:
Giulio Andreini 2024-01-29 10:13:30 +01:00 committed by GitHub
parent 56da2e4352
commit 97b398871d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 15 additions and 11 deletions

View file

@ -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",

View file

@ -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"]