Files
alfresco-ng2-components/ng2-components/ng2-activiti-processlist/src/i18n/en.json
Will Abson 3b87b450c0 Add processlist component to demo shell
- 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
2016-08-29 10:59:02 -04:00

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."
}
}
}