|
105 | 105 | "deleteAriaLabel": "Delete {{label}}", |
106 | 106 | "searchPlaceholder": "Search lists…", |
107 | 107 | "emptyHeading": "No lists yet", |
108 | | - "emptyDescription": "A reusable typed dataset a workflow's List Search (or List Lookup) node can resolve against.", |
| 108 | + "emptyDescription": "A reusable typed dataset a workflow's List Search (or List Lookup) step can resolve against.", |
109 | 109 | "columnsRowsSummary": "{{columns}} columns, {{rows}} rows", |
110 | 110 | "deleteConfirmTitle": "Delete list?", |
111 | 111 | "deleteConfirmBody": "This permanently deletes \"{{label}}\". This cannot be undone.", |
|
158 | 158 | "deleteAriaLabel": "Delete {{label}}", |
159 | 159 | "searchPlaceholder": "Search execution environments…", |
160 | 160 | "emptyHeading": "No execution environments yet", |
161 | | - "emptyDescription": "A reusable, pinned shell/directory/env a code-execution workflow node can run inside.", |
| 161 | + "emptyDescription": "A reusable, pinned shell/directory/env a code-execution workflow step can run inside.", |
162 | 162 | "freshTempDirPerRun": "fresh temp dir per run", |
163 | 163 | "deleteConfirmTitle": "Delete execution environment?", |
164 | 164 | "deleteConfirmBody": "This permanently deletes \"{{label}}\". This cannot be undone." |
165 | 165 | }, |
166 | 166 | "configureDecisions": { |
167 | 167 | "heading": "Decisions", |
168 | 168 | "newDecision": "New decision", |
169 | | - "pageDescription": "A Decision is a reusable, typed terminal outcome that a workflow's Decision node reaches to end the run with a real category and typed result, instead of just running out of steps.", |
| 169 | + "pageDescription": "A Decision is a reusable, typed terminal outcome that a workflow's Decision step reaches to end the run with a real category and typed result, instead of just running out of steps.", |
170 | 170 | "label": "Label", |
171 | 171 | "category": "Category", |
172 | 172 | "categoryCaptionEditing": "Cannot be changed after creation -- duplicate this Decision to create one with a different category.", |
173 | 173 | "categoryCaptionCreating": "Cannot be changed after creation -- duplicate this Decision later to create one with a different category.", |
174 | 174 | "outputs": "Outputs", |
175 | | - "outputsDescription": "This Decision's typed result fields, bound by a workflow's decision-outcome node when it reaches this outcome.", |
| 175 | + "outputsDescription": "This Decision's typed result fields, bound by a workflow's decision-outcome step when it reaches this outcome.", |
176 | 176 | "keyPlaceholder": "key", |
177 | 177 | "labelPlaceholder": "label", |
178 | 178 | "enumValuesPlaceholder": "enum values, comma separated", |
|
194 | 194 | "deleteAriaLabel": "Delete {{label}}", |
195 | 195 | "searchPlaceholder": "Search decisions…", |
196 | 196 | "emptyHeading": "No decisions yet", |
197 | | - "emptyDescription": "A reusable, typed TERMINAL outcome a workflow's Decision node reaches to end the run.", |
| 197 | + "emptyDescription": "A reusable, typed TERMINAL outcome a workflow's Decision step reaches to end the run.", |
198 | 198 | "outputsSummary": "Outputs: {{keys}}", |
199 | 199 | "none": "none", |
200 | 200 | "deleteConfirmTitle": "Delete decision?", |
|
223 | 223 | "deleteAriaLabel": "Delete {{label}}", |
224 | 224 | "searchPlaceholder": "Search MCP servers…", |
225 | 225 | "emptyHeading": "No MCP servers yet", |
226 | | - "emptyDescription": "A reusable stdio connection an mcp-tool-call workflow node can resolve by ID.", |
| 226 | + "emptyDescription": "A reusable stdio connection an mcp-tool-call workflow step can resolve by ID.", |
227 | 227 | "serverTools": "{{label}} — tools", |
228 | 228 | "noToolsExposed": "This server exposes no tools.", |
229 | 229 | "deleteConfirmTitle": "Delete MCP server?", |
|
318 | 318 | "requestBody": "Request body", |
319 | 319 | "addBodyField": "Add body field", |
320 | 320 | "outputHeading": "Output — response schema", |
321 | | - "outputDescription": "The attributes this request's response provides, for a workflow node to read and bind into its own Attributes.", |
| 321 | + "outputDescription": "The attributes this request's response provides, for a workflow step to read and bind into its own Attributes.", |
322 | 322 | "addOutputField": "Add output field", |
323 | 323 | "fieldNameAriaLabel": "Field name", |
324 | 324 | "namePlaceholder": "name", |
|
434 | 434 | "removeHeaderAriaLabel": "Remove header", |
435 | 435 | "addHeader": "Add header", |
436 | 436 | "schema": "Schema", |
437 | | - "schemaDescription": "The payload's structure only: typed input/output fields a workflow node can bind Attributes to. Method and URL live above and are never part of the schema. Leave empty to keep using a literal request body.", |
| 437 | + "schemaDescription": "The payload's structure only: typed input/output fields a workflow step can bind Attributes to. Method and URL live above and are never part of the schema. Leave empty to keep using a literal request body.", |
438 | 438 | "multiOperationNote": "This request's stored schema declares {{count}} operations, but a request is one call. Remove the extras below, or duplicate the request once per operation.", |
439 | 439 | "hideRawOpenapi": "Hide raw OpenAPI", |
440 | 440 | "viewRawOpenapi": "View raw OpenAPI", |
|
0 commit comments