New translations history.json (Arabic)
[ci skip]
This commit is contained in:
89
public/locales/ar/history.json
Normal file
89
public/locales/ar/history.json
Normal file
@@ -0,0 +1,89 @@
|
|||||||
|
{
|
||||||
|
"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"
|
||||||
|
},
|
||||||
|
"period": {
|
||||||
|
"days_one": "{{count}} Day",
|
||||||
|
"days_other": "{{count}} Days",
|
||||||
|
"allTime": "All Time"
|
||||||
|
},
|
||||||
|
"activities": {
|
||||||
|
"title": "Activities"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user