|
571 | 571 | },
|
572 | 572 | "today": {
|
573 | 573 | "message": "Today",
|
574 |
| - "description": "Section header in the media gallery" |
| 574 | + "description": "The string \"today\"" |
575 | 575 | },
|
576 | 576 | "yesterday": {
|
577 | 577 | "message": "Yesterday",
|
578 |
| - "description": "Section header in the media gallery" |
| 578 | + "description": "The string \"yesterday\"" |
579 | 579 | },
|
580 | 580 | "thisWeek": {
|
581 | 581 | "message": "This Week",
|
|
2085 | 2085 | "message": "MMM D",
|
2086 | 2086 | "description": "Timestamp format string for displaying month and day (but not the year) of a date within the current year, ex: use 'MMM D' for 'Aug 8', or 'D MMM' for '8 Aug'."
|
2087 | 2087 | },
|
| 2088 | + "timestampFormat__long__today": { |
| 2089 | + "message": "[Today] LT", |
| 2090 | + "description": "Timestamp format string for displaying \"Today\" and the time" |
| 2091 | + }, |
| 2092 | + "timestampFormat__long__yesterday": { |
| 2093 | + "message": "[Yesterday] LT", |
| 2094 | + "description": "Timestamp format string for displaying \"Yesterday\" and the time" |
| 2095 | + }, |
2088 | 2096 | "messageBodyTooLong": {
|
2089 | 2097 | "message": "Message body is too long.",
|
2090 | 2098 | "description": "Shown if the user tries to send more than 64kb of text"
|
|
5941 | 5949 | "message": "Continue",
|
5942 | 5950 | "description": "aria-label for the 'next' button in the forward a message modal dialog"
|
5943 | 5951 | },
|
| 5952 | + "TimelineDateHeader--date-in-last-6-months": { |
| 5953 | + "message": "ddd, MMM D", |
| 5954 | + "description": "Moment.js format for date headers in the message timeline, for dates <6 months old. See https://momentjs.com/docs/#/displaying/format/." |
| 5955 | + }, |
| 5956 | + "TimelineDateHeader--date-older-than-6-months": { |
| 5957 | + "message": "MMM D, YYYY", |
| 5958 | + "description": "Moment.js format for date headers in the message timeline, for dates >=6 months old. See https://momentjs.com/docs/#/displaying/format/." |
| 5959 | + }, |
5944 | 5960 | "MessageRequestWarning__learn-more": {
|
5945 | 5961 | "message": "Learn more",
|
5946 | 5962 | "description": "Shown on the message request warning. Clicking this button will open a dialog with more information"
|
|
0 commit comments