feat: refine content calendar experience
This commit is contained in:
@@ -859,6 +859,17 @@
|
||||
"newItem": "New content item",
|
||||
"createTitle": "Create content item",
|
||||
"upcoming": "Upcoming",
|
||||
"views": {
|
||||
"calendar": "Calendar view",
|
||||
"table": "Table"
|
||||
},
|
||||
"table": {
|
||||
"content": "Content",
|
||||
"status": "Status",
|
||||
"channels": "Channels",
|
||||
"revision": "Revision",
|
||||
"dueDate": "Due date"
|
||||
},
|
||||
"loading": "Loading content items...",
|
||||
"empty": "No content items are available for the active workspace.",
|
||||
"noDueDate": "No due date",
|
||||
@@ -879,9 +890,14 @@
|
||||
"category": "Category",
|
||||
"calendarName": "Calendar name",
|
||||
"icsUrl": "ICS URL",
|
||||
"editColor": "Edit calendar color",
|
||||
"allDay": "All day",
|
||||
"context": "Calendar context",
|
||||
"importedEvent": "Imported calendar",
|
||||
"previousWeek": "Previous week",
|
||||
"nextWeek": "Next week",
|
||||
"previousMonth": "Previous month",
|
||||
"nextMonth": "Next month",
|
||||
"errors": {
|
||||
"required": "Calendar name and URL are required.",
|
||||
"duplicate": "This calendar has already been added.",
|
||||
|
||||
Reference in New Issue
Block a user