- Add all missing translation keys to ChoreView component - Replace hardcoded strings with i18n translation calls - Complete Spanish (es) translations for ChoreView and Settings - Complete Arabic (ar) translations for ChoreView and Settings - Update ProfileSettings component with full translation support - Add translations for notifications, confirmations, and UI labels
76 lines
2.5 KiB
JSON
76 lines
2.5 KiB
JSON
{
|
|
"title": "Chores",
|
|
"myChores": "My Chores",
|
|
"allChores": "All Chores",
|
|
"addChore": "Add Chore",
|
|
"editChore": "Edit Chore",
|
|
"deleteChore": "Delete Chore",
|
|
"completeChore": "Complete Task",
|
|
"dueDate": "Due Date",
|
|
"assignedTo": "Assigned To",
|
|
"priority": "Priority",
|
|
"status": "Status",
|
|
"description": "Description",
|
|
"choreView": {
|
|
"assignment": "Assignment",
|
|
"assigned": "Assigned",
|
|
"last": "Last",
|
|
"schedule": "Schedule",
|
|
"due": "Due",
|
|
"statistics": "Statistics",
|
|
"completed": "Completed",
|
|
"times": "times",
|
|
"details": "Details",
|
|
"createdBy": "Created By",
|
|
"na": "N/A",
|
|
"taskCompleted": "Task Completed",
|
|
"taskCompletedMessage": "Your task has been marked as complete",
|
|
"taskCompletionUndone": "Task completion has been undone.",
|
|
"taskSkipUndone": "Task skip has been undone.",
|
|
"undoSuccessful": "Undo Successful",
|
|
"undoFailed": "Undo Failed",
|
|
"undoFailedMessage": "Unable to undo the action. Please try again.",
|
|
"resetTimer": "Reset Timer",
|
|
"resetTimerConfirmation": "Are you sure you want to reset the timer? This will clear all time records since you started the task.",
|
|
"clearAllTimeRecords": "Clear All Time Records",
|
|
"clearAllTimeConfirmation": "This will permanently delete all timers for this task and set it back to \"not started\".",
|
|
"descriptionTitle": "Description",
|
|
"description": "Description :",
|
|
"previousNote": "Previous Note",
|
|
"previousNoteLabel": "Previous note:",
|
|
"subtasksLabel": "Subtasks :",
|
|
"taskActions": "Task Actions",
|
|
"addNote": "Add a note",
|
|
"additionalNotes": "Additional Notes:",
|
|
"notePlaceholder": "Add a note about the completion...",
|
|
"setCustomCompletionTime": "Set custom completion time",
|
|
"skipTask": "Skip Task",
|
|
"skipTaskConfirmation": "Are you sure you want to skip this task?",
|
|
"markComplete": "Mark Complete",
|
|
"markAsDone": "Mark as done",
|
|
"edit": "Edit",
|
|
"archive": "Archive",
|
|
"unarchive": "Unarchive",
|
|
"viewHistory": "View History",
|
|
"history": "History",
|
|
"startTimer": "Start Timer",
|
|
"start": "Start",
|
|
"pauseTimer": "Pause Timer",
|
|
"approve": "Approve",
|
|
"reject": "Reject",
|
|
"pendingApproval": "Pending Approval",
|
|
"undo": "Undo",
|
|
"skip": "Skip",
|
|
"cancel": "Cancel",
|
|
"noPriority": "No Priority",
|
|
"subtasks": "Subtasks",
|
|
"noDescription": "No description available",
|
|
"timer": {
|
|
"active": "Timer Active",
|
|
"paused": "Timer Paused",
|
|
"reset": "Reset Timer",
|
|
"delete": "Delete Session"
|
|
}
|
|
}
|
|
}
|