@@ -229,18 +229,27 @@ export const orchestratorTranslationRef: TranslationRef<
229229 readonly ' table.headers.version' : string ;
230230 readonly ' table.headers.duration' : string ;
231231 readonly ' table.headers.status' : string ;
232+ readonly ' table.headers.entity' : string ;
232233 readonly ' table.headers.runStatus' : string ;
233234 readonly ' table.headers.started' : string ;
234235 readonly ' table.headers.workflowStatus' : string ;
235236 readonly ' table.headers.lastRun' : string ;
236237 readonly ' table.headers.lastRunStatus' : string ;
238+ readonly ' table.headers.runsLastMonth' : string ;
239+ readonly ' table.headers.successRatio' : string ;
237240 readonly ' table.headers.workflowName' : string ;
241+ readonly ' table.headers.runBy' : string ;
238242 readonly ' table.actions.run' : string ;
239243 readonly ' table.actions.runAsEvent' : string ;
240244 readonly ' table.actions.viewRuns' : string ;
241245 readonly ' table.actions.viewInputSchema' : string ;
246+ readonly ' table.actions.viewRunVariables' : string ;
247+ readonly ' table.filters.placeholder' : string ;
242248 readonly ' table.filters.status' : string ;
249+ readonly ' table.filters.entity' : string ;
243250 readonly ' table.filters.started' : string ;
251+ readonly ' table.filters.runBy' : string ;
252+ readonly ' table.filters.clearAll' : string ;
244253 readonly ' table.filters.startedOptions.today' : string ;
245254 readonly ' table.filters.startedOptions.yesterday' : string ;
246255 readonly ' table.filters.startedOptions.last7days' : string ;
@@ -287,6 +296,7 @@ export const orchestratorTranslationRef: TranslationRef<
287296 readonly ' run.status.failed' : string ;
288297 readonly ' run.status.completed' : string ;
289298 readonly ' run.status.aborted' : string ;
299+ readonly ' run.status.abortedWithoutTime' : string ;
290300 readonly ' run.status.completedWithMessage' : string ;
291301 readonly ' run.status.failedAt' : string ;
292302 readonly ' run.status.completedAt' : string ;
@@ -319,14 +329,25 @@ export const orchestratorTranslationRef: TranslationRef<
319329 readonly ' workflow.definition' : string ;
320330 readonly ' workflow.status.available' : string ;
321331 readonly ' workflow.status.unavailable' : string ;
332+ readonly ' workflow.successRatio' : string ;
333+ readonly ' workflow.inputSchema' : string ;
334+ readonly ' workflow.inputSchemaDescription' : string ;
335+ readonly ' workflow.successRatioDescription' : string ;
336+ readonly ' workflow.runSuccess' : string ;
337+ readonly ' workflow.ofTotal' : string ;
338+ readonly ' workflow.statsSuccess' : string ;
339+ readonly ' workflow.statsFailed' : string ;
322340 readonly ' workflow.fields.description' : string ;
323341 readonly ' workflow.fields.version' : string ;
324342 readonly ' workflow.fields.workflowId' : string ;
325343 readonly ' workflow.fields.duration' : string ;
344+ readonly ' workflow.fields.entity' : string ;
326345 readonly ' workflow.fields.runStatus' : string ;
327346 readonly ' workflow.fields.started' : string ;
328347 readonly ' workflow.fields.workflowStatus' : string ;
348+ readonly ' workflow.fields.runBy' : string ;
329349 readonly ' workflow.fields.workflow' : string ;
350+ readonly ' workflow.fields.averageDuration' : string ;
330351 readonly ' workflow.fields.workflowIdCopied' : string ;
331352 readonly ' workflow.messages.areYouSureYouWantToRunThisWorkflow' : string ;
332353 readonly ' workflow.messages.userNotAuthorizedExecute' : string ;
@@ -336,7 +357,9 @@ export const orchestratorTranslationRef: TranslationRef<
336357 readonly ' workflow.buttons.running' : string ;
337358 readonly ' workflow.buttons.runWorkflow' : string ;
338359 readonly ' workflow.buttons.runAgain' : string ;
360+ readonly ' workflow.buttons.entireWorkflow' : string ;
339361 readonly ' workflow.buttons.fromFailurePoint' : string ;
362+ readonly ' workflow.buttons.fromAbortedPoint' : string ;
340363 readonly ' workflow.buttons.runFailedAgain' : string ;
341364 readonly ' messages.noDataAvailable' : string ;
342365 readonly ' messages.noVariablesFound' : string ;
@@ -353,6 +376,7 @@ export const orchestratorTranslationRef: TranslationRef<
353376 readonly ' tooltips.workflowDown' : string ;
354377 readonly ' tooltips.suspended' : string ;
355378 readonly ' tooltips.userNotAuthorizedAbort' : string ;
379+ readonly ' tooltips.retriggerNotSupportedForAborted' : string ;
356380 readonly ' reviewStep.hiddenFieldsNote' : string ;
357381 readonly ' reviewStep.showHiddenParameters' : string ;
358382 readonly ' permissions.accessDenied' : string ;
@@ -363,6 +387,13 @@ export const orchestratorTranslationRef: TranslationRef<
363387 readonly ' permissions.notYourRun' : string ;
364388 readonly ' alerts.duplicateWorkflowIds.message' : string ;
365389 readonly ' alerts.duplicateWorkflowIds.learnMore' : string ;
390+ readonly ' emptyState.workflows.title' : string ;
391+ readonly ' emptyState.workflows.description' : string ;
392+ readonly ' emptyState.workflows.viewDocumentation' : string ;
393+ readonly ' emptyState.runs.title' : string ;
394+ readonly ' emptyState.runs.description' : string ;
395+ readonly ' emptyState.runs.runWorkflow' : string ;
396+ readonly ' emptyState.illustrationAlt' : string ;
366397 readonly ' stepperObjectField.error' : string ;
367398 readonly ' formDecorator.error' : string ;
368399 readonly ' samlSso.body' : string ;
0 commit comments