Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions src/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,9 @@
"tasksManagement.task.source": "Source",
"tasksManagement.task.type": "Type",
"tasksManagement.task.entity": "Entity",
"tasksManagement.task.dateCreated": "Date Created",
"tasksManagement.task.dateUpdated": "Date Updated",
"tasksManagement.task.dateCreated.after": "Date Created From",
"tasksManagement.task.dateCreated.before": "Date Created To",
"tasksManagement.task.assignee": "Task Group",
"tasksManagement.task.businessStatus": "Business Status",
"tasksManagement.task.status": "Status",
"tasksManagement.task.version": "Version",
"tasksManagement.task.status.RECEIVED": "RECEIVED",
"tasksManagement.task.status.ACCEPTED": "ACCEPTED",
"tasksManagement.task.status.COMPLETED": "COMPLETED",
Expand Down Expand Up @@ -53,14 +48,17 @@
"tasksManagement.task.resolve.confirm.approve.message": "Are you sure you want to approve this task?",
"tasksManagement.task.resolve.confirm.fail.message": "Are you sure you want to fail this task?",
"tasksManagement.menu.taskExecutionerGroups": "Task Executioner Groups",
"tasksManagement.entries.tasksManagementAllView": "All tasks",
"tasksManagement.task.dateCreated": "Date Created",
"tasksManagement.task.dateCreated.after": "Date Created From",
"tasksManagement.task.dateCreated.before": "Date Created To",
"tasksManagement.TaskSourcePicker.label": "Task Sources",
"tasksManagement.TaskSourcePicker.placeholder": "Search for task sources...",
"tasksManagement.entries.tasksManagementAllView": "All Tasks",
"tasksManagement.task.source.mutationLabel": "Resolving task",
"tasksManagement.task.source.IndividualService": "Individual Service",
"tasksManagement.task.source.GroupIndividualService": "Group Individual Service",
"tasksManagement.task.source.CreateGroupAndMoveIndividualService": "Create Group And Move Individual Service",
"tasksManagement.task.source.BenefitPlanService": "Benefit Plan Service",
"tasksManagement.task.source.BenefitPlanService": "Program Service",
"tasksManagement.task.source.BeneficiaryService": "Beneficiary Service",
"tasksManagement.task.source.calcrule_social_protection": "Calculation Rule: Social Protection",
"tasksManagement.task.source.import_valid_items": "Import Valid Items",
Expand All @@ -77,6 +75,8 @@
"tasksManagement.task.type.payroll_reconciliation": "Payroll Reconciliation",
"tasksManagement.task.type.payroll_reject": "Reject Payroll",
"tasksManagement.task.type.payroll_delete": "Delete Payroll",
"tasksManagement.task.dateUpdated": "Date Updated",
"tasksManagement.task.version": "Version",
"tasksManagement.tasks.changelog": "Task Changelog",
"tasksManagement.tasks.changelog.showChangelog": "Show Changelog",
"tasksManagement.tasks.changelog.close": "Close",
Expand Down
Loading