Initial commit
This commit is contained in:
56
application/Espo/Modules/Crm/Resources/i18n/en_US/Task.json
Normal file
56
application/Espo/Modules/Crm/Resources/i18n/en_US/Task.json
Normal file
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"fields": {
|
||||
"name": "Name",
|
||||
"parent": "Parent",
|
||||
"status": "Status",
|
||||
"dateStart": "Date Start",
|
||||
"dateEnd": "Date Due",
|
||||
"dateStartDate": "Date Start (all day)",
|
||||
"dateEndDate": "Date End (all day)",
|
||||
"priority": "Priority",
|
||||
"description": "Description",
|
||||
"isOverdue": "Is Overdue",
|
||||
"account": "Account",
|
||||
"dateCompleted": "Date Completed",
|
||||
"attachments": "Attachments",
|
||||
"reminders": "Reminders",
|
||||
"contact": "Contact",
|
||||
"originalEmail": "Original Email"
|
||||
},
|
||||
"links": {
|
||||
"attachments": "Attachments",
|
||||
"account": "Account",
|
||||
"contact": "Contact",
|
||||
"email": "Email"
|
||||
},
|
||||
"options": {
|
||||
"status": {
|
||||
"Not Started": "Not Started",
|
||||
"Started": "Started",
|
||||
"Completed": "Completed",
|
||||
"Canceled": "Canceled",
|
||||
"Deferred": "Deferred"
|
||||
},
|
||||
"priority" : {
|
||||
"Low": "Low",
|
||||
"Normal": "Normal",
|
||||
"High": "High",
|
||||
"Urgent": "Urgent"
|
||||
}
|
||||
},
|
||||
"labels": {
|
||||
"Create Task": "Create Task",
|
||||
"Complete": "Complete",
|
||||
"overdue": "overdue"
|
||||
},
|
||||
"presetFilters": {
|
||||
"actual": "Open",
|
||||
"completed": "Completed",
|
||||
"deferred": "Deferred",
|
||||
"todays": "Today's",
|
||||
"overdue": "Overdue"
|
||||
},
|
||||
"nameOptions": {
|
||||
"replyToEmail": "Reply to email"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user