platform/plugins/calendar-assets/lang/en.json

30 lines
957 B
JSON
Raw Normal View History

{
"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",
"UpcomingEvents": "Upcoming events",
"TableView": "Table",
"DueMinutes": "{minutes, plural, =0 {less than a minute} =1 {a minute} other {# minutes}}",
"DueHours": "{hours, plural, =0 {less than an hour} =1 {1 hour} other {# hours}}",
"DueDays": "{days, plural, =0 {today} =1 {1 day} other {# days}}"
}
}