Part of #145. Sixteen files that were left out of my earlier PRs because my branch also carried unrelated changes in them. Those are stripped here: each file is your current `develop` version with the string extraction applied on top, nothing else. Covered: the chore action hook and its toasts, activities and smart-insight cards, the chore toolbar, chore history and its card, saved filters, the timer details view, project and label modals, the notification picker, the pending badge, the sync status indicator, the SSE settings and hook, and the profile avatar menu. All namespaces already exist, so `src/i18n/config.js` is untouched. Keys added: 83 `chores`, 31 `common`, 10 `timer`, 9 `history`, 6 `labels`, 5 `projects`, 2 `filters`, 1 `settings`. English only — no translations, no behaviour change. Every t() value is checked to appear character-for-character in the code it replaces, or to match the value already in your dictionary for the same key: 221 call sites, no mismatches. Five files from the same batch are deliberately left out. They build translated labels in module-level constant tables, where the hook cannot be called — `FilterBar`, `RepeatSection`, `RepeatPickerField`, `FilterBuilderContent` and `AdvancedOptionsSection`. Those need the key to travel as data and be resolved inside the component, which is a design change rather than an extraction, so it deserves its own PR.
113 lines
2.6 KiB
JSON
113 lines
2.6 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"
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|