Initial commit
This commit is contained in:
71
application/Espo/Modules/Crm/Resources/i18n/en_US/Lead.json
Normal file
71
application/Espo/Modules/Crm/Resources/i18n/en_US/Lead.json
Normal file
@@ -0,0 +1,71 @@
|
||||
{
|
||||
"labels": {
|
||||
"Converted To": "Converted To",
|
||||
"Create Lead": "Create Lead",
|
||||
"Convert": "Convert",
|
||||
"convert": "convert"
|
||||
},
|
||||
"fields": {
|
||||
"name": "Name",
|
||||
"emailAddress": "Email",
|
||||
"title": "Title",
|
||||
"website": "Website",
|
||||
"phoneNumber": "Phone",
|
||||
"accountName": "Account Name",
|
||||
"doNotCall": "Do Not Call",
|
||||
"address": "Address",
|
||||
"status": "Status",
|
||||
"source": "Source",
|
||||
"opportunityAmount": "Opportunity Amount",
|
||||
"opportunityAmountConverted": "Opportunity Amount (converted)",
|
||||
"description": "Description",
|
||||
"createdAccount": "Account",
|
||||
"createdContact": "Contact",
|
||||
"createdOpportunity": "Opportunity",
|
||||
"convertedAt": "Converted At",
|
||||
"campaign": "Campaign",
|
||||
"targetLists": "Target Lists",
|
||||
"targetList": "Target List",
|
||||
"industry": "Industry",
|
||||
"acceptanceStatus": "Acceptance Status",
|
||||
"opportunityAmountCurrency": "Opportunity Amount Currency",
|
||||
"acceptanceStatusMeetings": "Acceptance Status (Meetings)",
|
||||
"acceptanceStatusCalls": "Acceptance Status (Calls)",
|
||||
"originalEmail": "Original Email"
|
||||
},
|
||||
"links": {
|
||||
"targetLists": "Target Lists",
|
||||
"campaignLogRecords": "Campaign Log",
|
||||
"campaign": "Campaign",
|
||||
"createdAccount": "Account",
|
||||
"createdContact": "Contact",
|
||||
"createdOpportunity": "Opportunity",
|
||||
"cases": "Cases",
|
||||
"documents": "Documents"
|
||||
},
|
||||
"options": {
|
||||
"status": {
|
||||
"New": "New",
|
||||
"Assigned": "Assigned",
|
||||
"In Process": "In Process",
|
||||
"Converted": "Converted",
|
||||
"Recycled": "Recycled",
|
||||
"Dead": "Dead"
|
||||
},
|
||||
"source": {
|
||||
"Call": "Call",
|
||||
"Email": "Email",
|
||||
"Existing Customer": "Existing Customer",
|
||||
"Partner": "Partner",
|
||||
"Public Relations": "Public Relations",
|
||||
"Web Site": "Web Site",
|
||||
"Campaign": "Campaign",
|
||||
"Other": "Other"
|
||||
}
|
||||
},
|
||||
"presetFilters": {
|
||||
"active": "Active",
|
||||
"actual": "Open",
|
||||
"converted": "Converted"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user