mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
- Improvements to and rename list component - Add many more processlist components (filters, details, header, tasks) - Add dependency on tasklist component - Glue into demo-shell - Add Karma config but not actual tests yet Refs #492
35 lines
961 B
JSON
35 lines
961 B
JSON
{
|
|
"PROCESSLIST": {
|
|
"NONE": "No process instances were found",
|
|
"SUMMARY": "Found {{total}} process instances",
|
|
"ERROR": "An error occurred while loading the processes instances: {{errorMessage}}",
|
|
"COLUMN": {
|
|
"NAME": "Name"
|
|
}
|
|
},
|
|
"FILTERS": {
|
|
"MESSAGES": {
|
|
"NONE": "No process instance filter selected."
|
|
}
|
|
},
|
|
"DETAILS": {
|
|
"LABELS": {
|
|
"STARTED_BY": "Started by",
|
|
"STARTED": "Started",
|
|
"COMMENTS": "Comments",
|
|
"TASKS_ACTIVE": "Active Tasks",
|
|
"TASKS_COMPLETED": "Completed Tasks"
|
|
},
|
|
"MESSAGES": {
|
|
"NONE": "No process details found."
|
|
},
|
|
"TASKS": {
|
|
"NO_ACTIVE": "No tasks are currently active",
|
|
"NO_COMPLETED": "No tasks have been completed yet"
|
|
},
|
|
"COMMENTS": {
|
|
"NONE": "No comments."
|
|
}
|
|
}
|
|
}
|