Initial commit
This commit is contained in:
134
application/Espo/Modules/Crm/Resources/i18n/en_US/Global.json
Normal file
134
application/Espo/Modules/Crm/Resources/i18n/en_US/Global.json
Normal file
@@ -0,0 +1,134 @@
|
||||
{
|
||||
"scopeNames": {
|
||||
"Account": "Account",
|
||||
"Contact": "Contact",
|
||||
"Lead": "Lead",
|
||||
"Target": "Target",
|
||||
"Opportunity": "Opportunity",
|
||||
"Meeting": "Meeting",
|
||||
"Calendar": "Calendar",
|
||||
"Call": "Call",
|
||||
"Task": "Task",
|
||||
"Case": "Case",
|
||||
"Document": "Document",
|
||||
"DocumentFolder": "Document Folder",
|
||||
"Campaign": "Campaign",
|
||||
"TargetList": "Target List",
|
||||
"MassEmail": "Mass Email",
|
||||
"EmailQueueItem": "Email Queue Item",
|
||||
"CampaignTrackingUrl": "Tracking URL",
|
||||
"Activities": "Activities",
|
||||
"KnowledgeBaseArticle": "Knowledge Base Article",
|
||||
"KnowledgeBaseCategory": "Knowledge Base Category",
|
||||
"CampaignLogRecord": "Campaign Log Record",
|
||||
"TargetListCategory": "Target List Category"
|
||||
},
|
||||
"scopeNamesPlural": {
|
||||
"Account": "Accounts",
|
||||
"Contact": "Contacts",
|
||||
"Lead": "Leads",
|
||||
"Target": "Targets",
|
||||
"Opportunity": "Opportunities",
|
||||
"Meeting": "Meetings",
|
||||
"Calendar": "Calendar",
|
||||
"Call": "Calls",
|
||||
"Task": "Tasks",
|
||||
"Case": "Cases",
|
||||
"Document": "Documents",
|
||||
"DocumentFolder": "Document Folders",
|
||||
"Campaign": "Campaigns",
|
||||
"TargetList": "Target Lists",
|
||||
"MassEmail": "Mass Emails",
|
||||
"EmailQueueItem": "Email Queue Items",
|
||||
"CampaignTrackingUrl": "Tracking URLs",
|
||||
"Activities": "Activities",
|
||||
"KnowledgeBaseArticle": "Knowledge Base",
|
||||
"KnowledgeBaseCategory": "Knowledge Base Categories",
|
||||
"CampaignLogRecord": "Campaign Log Records",
|
||||
"TargetListCategory": "Target List Categories"
|
||||
},
|
||||
"dashlets": {
|
||||
"Leads": "My Leads",
|
||||
"Opportunities": "My Opportunities",
|
||||
"Tasks": "My Tasks",
|
||||
"Cases": "My Cases",
|
||||
"Calendar": "Calendar",
|
||||
"Calls": "My Calls",
|
||||
"Meetings": "My Meetings",
|
||||
"OpportunitiesByStage": "Opportunities by Stage",
|
||||
"OpportunitiesByLeadSource": "Opportunities by Lead Source",
|
||||
"SalesByMonth": "Sales by Month",
|
||||
"SalesPipeline": "Sales Pipeline",
|
||||
"Activities": "My Activities"
|
||||
},
|
||||
"labels": {
|
||||
"Schedule": "Schedule",
|
||||
"Log": "Log",
|
||||
"Scheduler": "Scheduler",
|
||||
"Create InboundEmail": "Create Inbound Email",
|
||||
"Activities": "Activities",
|
||||
"History": "History",
|
||||
"Attendees": "Attendees",
|
||||
"Schedule Meeting": "Schedule Meeting",
|
||||
"Schedule Call": "Schedule Call",
|
||||
"Compose Email": "Compose Email",
|
||||
"Log Meeting": "Log Meeting",
|
||||
"Log Call": "Log Call",
|
||||
"Archive Email": "Archive Email",
|
||||
"Create Task": "Create Task",
|
||||
"Tasks": "Tasks"
|
||||
},
|
||||
"fields": {
|
||||
"billingAddressCity": "City",
|
||||
"billingAddressCountry": "Country",
|
||||
"billingAddressPostalCode": "Postal Code",
|
||||
"billingAddressState": "State",
|
||||
"billingAddressStreet": "Street",
|
||||
"billingAddressMap": "Map",
|
||||
"addressCity": "City",
|
||||
"addressStreet": "Street",
|
||||
"addressCountry": "Country",
|
||||
"addressState": "State",
|
||||
"addressPostalCode": "Postal Code",
|
||||
"addressMap": "Map",
|
||||
"shippingAddressCity": "City (Shipping)",
|
||||
"shippingAddressStreet": "Street (Shipping)",
|
||||
"shippingAddressCountry": "Country (Shipping)",
|
||||
"shippingAddressState": "State (Shipping)",
|
||||
"shippingAddressPostalCode": "Postal Code (Shipping)",
|
||||
"shippingAddressMap": "Map (Shipping)"
|
||||
},
|
||||
"links": {
|
||||
"contacts": "Contacts",
|
||||
"opportunities": "Opportunities",
|
||||
"leads": "Leads",
|
||||
"meetings": "Meetings",
|
||||
"calls": "Calls",
|
||||
"tasks": "Tasks",
|
||||
"emails": "Emails",
|
||||
"accounts": "Accounts",
|
||||
"cases": "Cases",
|
||||
"documents": "Documents",
|
||||
"account": "Account",
|
||||
"opportunity": "Opportunity",
|
||||
"contact": "Contact",
|
||||
"parent": "Parent"
|
||||
},
|
||||
"options": {
|
||||
"reminderTypes": {
|
||||
"Popup": "Popup",
|
||||
"Email": "Email"
|
||||
}
|
||||
},
|
||||
"notificationMessages": {
|
||||
"eventAttendee": "{user} added you to {entityType} {entity}"
|
||||
},
|
||||
"streamMessages": {
|
||||
"eventConfirmationAccepted": "{invitee} accepted participation in {entityType} {entity}",
|
||||
"eventConfirmationDeclined": "{invitee} declined participation in {entityType} {entity}",
|
||||
"eventConfirmationTentative": "{invitee} is tentative about participation in {entityType} {entity}",
|
||||
"eventConfirmationAcceptedThis": "{invitee} accepted participation",
|
||||
"eventConfirmationDeclinedThis": "{invitee} declined participation",
|
||||
"eventConfirmationTentativeThis": "{invitee} is tentative about participation"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user