feat(editor): Refactor and unify executions views (no-changelog) (#8538)
This commit is contained in:
@@ -580,9 +580,9 @@
|
||||
"executionsList.confirmMessage.cancelButtonText": "",
|
||||
"executionsList.confirmMessage.confirmButtonText": "Yes, delete",
|
||||
"executionsList.confirmMessage.headline": "Delete Executions?",
|
||||
"executionsList.confirmMessage.message": "Are you sure that you want to delete the {numSelected} selected execution(s)?",
|
||||
"executionsList.confirmMessage.message": "Are you sure that you want to delete the {count} selected execution(s)?",
|
||||
"executionsList.clearSelection": "Clear selection",
|
||||
"executionsList.error": "Failed",
|
||||
"executionsList.error": "Error",
|
||||
"executionsList.filters": "Filters",
|
||||
"executionsList.loadMore": "Load more",
|
||||
"executionsList.empty": "No executions",
|
||||
@@ -603,9 +603,8 @@
|
||||
"executionsList.succeeded": "Succeeded",
|
||||
"executionsList.selectStatus": "Select Status",
|
||||
"executionsList.selectWorkflow": "Select Workflow",
|
||||
"executionsList.selected": "{numSelected} execution selected: | {numSelected} executions selected:",
|
||||
"executionsList.selected": "{count} execution selected: | {count} executions selected:",
|
||||
"executionsList.selectAll": "Select {executionNum} finished execution | Select all {executionNum} finished executions",
|
||||
"executionsList.selected": "{numSelected} execution selected:",
|
||||
"executionsList.test": "Test execution",
|
||||
"executionsList.showError.handleDeleteSelected.title": "Problem deleting executions",
|
||||
"executionsList.showError.loadMore.title": "Problem loading executions",
|
||||
|
||||
Reference in New Issue
Block a user