127 lines
3.2 KiB
JSON
127 lines
3.2 KiB
JSON
{
|
|
"edit": {
|
|
"title": "Edit History",
|
|
"completedDate": "Completed Date",
|
|
"note": "Note",
|
|
"additionalNotes": "Additional Notes",
|
|
"deleteTitle": "Delete History",
|
|
"deleteMessage": "Are you sure you want to delete this history?"
|
|
},
|
|
"status": {
|
|
"inProgress": "In Progress",
|
|
"completed": "Completed",
|
|
"skipped": "Skipped",
|
|
"pendingApproval": "Pending Approval",
|
|
"rejected": "Rejected",
|
|
"missed": "Missed",
|
|
"rescheduled": "Rescheduled",
|
|
"scheduled": "Scheduled"
|
|
},
|
|
"badge": {
|
|
"onTime": "On Time",
|
|
"onTimeLabel": "On time"
|
|
},
|
|
"card": {
|
|
"wasDue": "Was due {{date}}",
|
|
"daysBeforeDue_one": "{{count}}d before due date",
|
|
"daysBeforeDue_other": "{{count}}d before due date",
|
|
"daysAfterDue_one": "{{count}}d after due date",
|
|
"daysAfterDue_other": "{{count}}d after due date",
|
|
"hoursBeforeDue_one": "{{count}}h before due date",
|
|
"hoursBeforeDue_other": "{{count}}h before due date",
|
|
"hoursAfterDue_one": "{{count}}h after due date",
|
|
"hoursAfterDue_other": "{{count}}h after due date",
|
|
"assignedTo": "Assigned to {{name}}",
|
|
"points_one": "★ {{count}} pt",
|
|
"points_other": "★ {{count}} pts"
|
|
},
|
|
"detail": {
|
|
"title": "Activity Detail",
|
|
"openTask": "Open Task",
|
|
"editEntry": "Edit Entry",
|
|
"performedBy": "Performed by",
|
|
"assignedTo": "Assigned to",
|
|
"lastUpdated": "Last updated",
|
|
"duration": "Duration",
|
|
"pointsEarned": "Points earned",
|
|
"points_one": "{{count}} pt",
|
|
"points_other": "{{count}} pts",
|
|
"note": "Note"
|
|
},
|
|
"charts": {
|
|
"noData": "No data available",
|
|
"noLabels": "No Labels",
|
|
"unassigned": "Unassigned",
|
|
"unknownTask": "Unknown Task",
|
|
"late": "Late",
|
|
"status": {
|
|
"title": "Status",
|
|
"description": "Completed tasks status"
|
|
},
|
|
"due": {
|
|
"title": "Due Date",
|
|
"description": "Current tasks due date"
|
|
},
|
|
"priority": {
|
|
"title": "Priority",
|
|
"description": "Tasks by priority"
|
|
},
|
|
"labels": {
|
|
"title": "Labels",
|
|
"description": "Tasks by labels"
|
|
},
|
|
"labelsDuration": {
|
|
"title": "Labels (time)",
|
|
"description": "Time spent by labels (hours)"
|
|
},
|
|
"tasksTime": {
|
|
"title": "Tasks (time)",
|
|
"description": "Time spent by individual tasks (hours)"
|
|
},
|
|
"assigneeBreakdown": {
|
|
"title": "by Assignee",
|
|
"description": "Tasks grouped by assignee"
|
|
}
|
|
},
|
|
"filter": {
|
|
"status": "Status",
|
|
"pending": "Pending",
|
|
"labels": "Labels",
|
|
"hasNotes": "Has Notes",
|
|
"hasPoints": "Has Points",
|
|
"timePeriod": "Time Period",
|
|
"user": "User",
|
|
"completedBy": "Completed By",
|
|
"completedAt": "Completed At"
|
|
},
|
|
"period": {
|
|
"days_one": "{{count}} Day",
|
|
"days_other": "{{count}} Days",
|
|
"allTime": "All Time"
|
|
},
|
|
"activities": {
|
|
"title": "Activities"
|
|
},
|
|
"title": {
|
|
"summary": "Task Summary",
|
|
"activity": "Task Activity"
|
|
},
|
|
"noResults": {
|
|
"clear": "Clear filters"
|
|
},
|
|
"toast": {
|
|
"updateQueued": {
|
|
"title": "History Update Queued"
|
|
},
|
|
"updated": {
|
|
"title": "History Updated"
|
|
},
|
|
"deleteQueued": {
|
|
"title": "History Delete Queued"
|
|
},
|
|
"deleted": {
|
|
"title": "History Deleted"
|
|
}
|
|
}
|
|
}
|