80 lines
2.5 KiB
JSON
80 lines
2.5 KiB
JSON
{
|
|
"personal": {
|
|
"calendar": {
|
|
"title": "Calendar",
|
|
"today": "Today",
|
|
"newEntry": "New Entry",
|
|
"editEntry": "Edit Entry",
|
|
"selectedDays": "{count} days selected",
|
|
"createEventForSelection": "Create Event",
|
|
"clearSelection": "Clear Selection",
|
|
"allDay": "All Day",
|
|
"views": {
|
|
"month": "Month",
|
|
"week": "Week",
|
|
"workweek": "Work Week",
|
|
"day": "Day"
|
|
},
|
|
"weekdays": {
|
|
"mon": "Mon",
|
|
"tue": "Tue",
|
|
"wed": "Wed",
|
|
"thu": "Thu",
|
|
"fri": "Fri",
|
|
"sat": "Sat",
|
|
"sun": "Sun"
|
|
},
|
|
"weekdaysFull": {
|
|
"mon": "Monday",
|
|
"tue": "Tuesday",
|
|
"wed": "Wednesday",
|
|
"thu": "Thursday",
|
|
"fri": "Friday",
|
|
"sat": "Saturday",
|
|
"sun": "Sunday"
|
|
},
|
|
"months": {
|
|
"jan": "January",
|
|
"feb": "February",
|
|
"mar": "March",
|
|
"apr": "April",
|
|
"may": "May",
|
|
"jun": "June",
|
|
"jul": "July",
|
|
"aug": "August",
|
|
"sep": "September",
|
|
"oct": "October",
|
|
"nov": "November",
|
|
"dec": "December"
|
|
},
|
|
"categories": {
|
|
"personal": "Personal",
|
|
"work": "Work",
|
|
"family": "Family",
|
|
"health": "Health",
|
|
"birthday": "Birthday",
|
|
"holiday": "Holiday",
|
|
"reminder": "Reminder",
|
|
"other": "Other"
|
|
},
|
|
"form": {
|
|
"title": "Title",
|
|
"titlePlaceholder": "Enter title...",
|
|
"category": "Category",
|
|
"startDate": "Start Date",
|
|
"startTime": "Start Time",
|
|
"endDate": "End Date",
|
|
"endTime": "End Time",
|
|
"allDay": "All Day",
|
|
"description": "Description",
|
|
"descriptionPlaceholder": "Optional description...",
|
|
"save": "Save",
|
|
"cancel": "Cancel",
|
|
"delete": "Delete",
|
|
"saveError": "Error saving event",
|
|
"deleteError": "Error deleting event"
|
|
}
|
|
}
|
|
}
|
|
}
|