|
342 | 342 | "lightMode": "Switch to Light mode", |
343 | 343 | "darkMode": "Switch to Dark mode", |
344 | 344 | "openAsPage": "Open as a Page", |
| 345 | + "openEvent": "Open event", |
345 | 346 | "addNewRow": "Add a new row", |
346 | 347 | "openMenu": "Click to open menu", |
347 | 348 | "dragRow": "Drag to reorder the row", |
|
1608 | 1609 | "action": "Action", |
1609 | 1610 | "add": "Click add to below", |
1610 | 1611 | "drag": "Drag to move", |
1611 | | - "deleteRowPrompt": "Are you sure you want to delete {{count}} rows? This action cannot be undone.", |
| 1612 | + "deleteRowPrompt_one": "Are you sure you want to delete {{count}} row? This action cannot be undone.", |
| 1613 | + "deleteRowPrompt_many": "Are you sure you want to delete {{count}} rows? This action cannot be undone.", |
1612 | 1614 | "deleteCardPrompt": "Are you sure you want to delete this card? This action cannot be undone.", |
1613 | 1615 | "dragAndClick": "Drag to move, click to open menu", |
1614 | 1616 | "insertRecordAbove": "Insert record above", |
|
2201 | 2203 | "menuName": "Calendar", |
2202 | 2204 | "defaultNewCalendarTitle": "Untitled", |
2203 | 2205 | "newEventButtonTooltip": "Add a new event", |
| 2206 | + "deleteEvent": "Delete event", |
| 2207 | + "addEventOn": "Add event on", |
| 2208 | + "more": "{{num}}+ more", |
2204 | 2209 | "navigation": { |
2205 | 2210 | "today": "Today", |
2206 | 2211 | "jumpToday": "Jump to Today", |
2207 | | - "previousMonth": "Previous Month", |
2208 | | - "nextMonth": "Next Month", |
| 2212 | + "previous": "Previous {{view}}", |
| 2213 | + "next": "Next {{view}}", |
2209 | 2214 | "views": { |
2210 | 2215 | "day": "Day", |
2211 | 2216 | "week": "Week", |
2212 | 2217 | "month": "Month", |
2213 | 2218 | "year": "Year" |
2214 | 2219 | } |
2215 | 2220 | }, |
| 2221 | + "week": "Week", |
| 2222 | + "month": "Month", |
| 2223 | + "multiMonth": "Multi-month", |
2216 | 2224 | "mobileEventScreen": { |
2217 | 2225 | "emptyTitle": "No events yet", |
2218 | 2226 | "emptyBody": "Press the plus button to create an event on this day." |
|
2232 | 2240 | "unscheduledEventsTitle": "Unscheduled events", |
2233 | 2241 | "clickToAdd": "Click to add to the calendar", |
2234 | 2242 | "name": "Calendar settings", |
2235 | | - "clickToOpen": "Click to open the record" |
| 2243 | + "clickToOpen": "Click to open the record", |
| 2244 | + "noDatePopoverTitle": "Drag or click to assign a date" |
2236 | 2245 | }, |
2237 | 2246 | "referencedCalendarPrefix": "View of", |
2238 | 2247 | "quickJumpYear": "Jump to", |
|
0 commit comments