Files
espocrm/application/Espo/Modules/Crm/Resources/i18n/en_US/Meeting.json
2026-01-19 17:46:06 +01:00

64 lines
1.9 KiB
JSON

{
"fields": {
"name": "Name",
"parent": "Parent",
"status": "Status",
"dateStart": "Date Start",
"dateEnd": "Date End",
"duration": "Duration",
"description": "Description",
"users": "Users",
"contacts": "Contacts",
"leads": "Leads",
"reminders": "Reminders",
"account": "Account",
"acceptanceStatus": "Acceptance Status",
"dateStartDate": "Date Start (all day)",
"dateEndDate": "Date End (all day)",
"isAllDay": "Is All-Day",
"sourceEmail": "Source Email",
"uid": "UID",
"joinUrl": "Join URL"
},
"links": {},
"options": {
"status": {
"Planned": "Planned",
"Held": "Held",
"Not Held": "Not Held"
},
"acceptanceStatus": {
"None": "None",
"Accepted": "Accepted",
"Declined": "Declined",
"Tentative": "Tentative"
}
},
"massActions": {
"setHeld": "Set Held",
"setNotHeld": "Set Not Held"
},
"labels": {
"Create Meeting": "Create Meeting",
"Set Held": "Set Held",
"Set Not Held": "Set Not Held",
"Send Invitations": "Send Invitations",
"Send Cancellation": "Send Cancellation",
"on time": "on time",
"before": "before",
"All-Day": "All-Day",
"Acceptance": "Acceptance"
},
"presetFilters": {
"planned": "Planned",
"held": "Held",
"todays": "Today's"
},
"messages": {
"sendInvitationsToSelectedAttendees": "Invitation emails will be sent to the selected attendees.",
"sendCancellationsToSelectedAttendees": "Cancellation emails will be sent to the selected attendees.",
"selectAcceptanceStatus": "Set your acceptance status.",
"nothingHasBeenSent": "Nothing were sent"
}
}