* feat: init calendar plugin * feat: move files to plugin * feat: handle CalendarBlockInitializer in plugin * feat: add todo * feat: move collection template to plugin and fix i18n * chore: update deps * feat: export genStyleHook * feat: handle i18n * chore: remove react-i18next * docs: update info * test: move e2e test * test: move to client * chore: update version * fix: merge revert * fix: merge revert * fix: missing SchemaSettings.xxx * test: fix e2e failed * test: update * test: fix case failed * fix: data blocks * fix: remove provider * fix: missing CalendarV2 * fix: missing CalendarActionInitializers * fix: version * fix: error * fix: calender block form action should support print --------- Co-authored-by: chenos <chenlinxh@gmail.com> Co-authored-by: katherinehhh <katherine_15995@163.com>
46 lines
1.3 KiB
TypeScript
46 lines
1.3 KiB
TypeScript
export default {
|
|
"Configure calendar": "Configure calendar",
|
|
"Title field": "Title field",
|
|
"Custom title": "Custom title",
|
|
"Show lunar": "Show lunar",
|
|
"Start date field": "Start date field",
|
|
"End date field": "End date field",
|
|
"Work week": "Work week",
|
|
"Today": "Today",
|
|
"Day": "Day",
|
|
"Agenda": "Agenda",
|
|
"Date": "Date",
|
|
"Time": "Time",
|
|
"Event": "Event",
|
|
"None": "None",
|
|
"Calendar": "Calendar",
|
|
"Delete events": "Delete events",
|
|
"This event": "This event",
|
|
"This and following events": "This and following events",
|
|
"All events": "All events",
|
|
"Delete this event?": "Delete this event?",
|
|
"Delete Event": "Delete Event",
|
|
"Calendar collection": "Calendar collection",
|
|
"Create calendar block": "Create calendar block",
|
|
"Filter": "Filter",
|
|
"Configure actions": "Configure actions",
|
|
"Enable actions": "Enable actions",
|
|
"Turn pages": "Turn pages",
|
|
"Select view": "Select view",
|
|
"Add new": "Add new",
|
|
"View record": "View record",
|
|
"Details": "Details",
|
|
"Customize": "Customize",
|
|
"Popup": "Popup",
|
|
"Updated successfully": "Updated successfully",
|
|
"Custom request": "Custom request",
|
|
"Edit": "Edit",
|
|
"Delete": "Delete",
|
|
"Print": "Print",
|
|
"Daily": "Daily",
|
|
"Weekly": "Weekly",
|
|
"Monthly": "Monthly",
|
|
"Yearly": "Yearly",
|
|
"Repeats": "Repeats"
|
|
};
|