platform/plugins/calendar-assets/lang/en.json
Andrey Sobolev 1db5547318
Calendar view (#1174)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2022-03-18 23:07:42 +07:00

25 lines
636 B
JSON

{
"string": {
"ApplicationLabelCalendar": "Calendar",
"Calendars": "Calendars",
"Participants": "Participants",
"NoParticipants": "No participants added",
"PersonsLabel": "{name}",
"AddDescription": "Add description",
"Date": "Date",
"DueTo": "Due date",
"Description": "Description",
"Title": "Title",
"Location": "Location",
"Company": "Company",
"CreateCalendar": "Create Calendar",
"Calendar": "Calendar",
"Events": "Events",
"Event": "Event",
"ModeDay": "Day",
"ModeWeek": "Week",
"ModeMonth": "Month",
"ModeYear": "Year",
"Today": "Today"
}
}