Add translations for section headers in media gallery
This commit is contained in:
parent
66516fd36a
commit
a86a596f34
1 changed files with 28 additions and 0 deletions
|
@ -322,6 +322,34 @@
|
|||
"incomingError": {
|
||||
"message": "Error handling incoming message."
|
||||
},
|
||||
"media": {
|
||||
"message": "Media",
|
||||
"description": "Header of the default pane in the media gallery, showing images and videos"
|
||||
},
|
||||
"documents": {
|
||||
"message": "Documents",
|
||||
"description": "Header of the secondary pane in the media gallery, showing every non-media attachment"
|
||||
},
|
||||
"messageCaption": {
|
||||
"message": "Message caption",
|
||||
"description": "Prefix of attachment alt tags in the media gallery"
|
||||
},
|
||||
"today": {
|
||||
"message": "Today",
|
||||
"description": "Section header in the media gallery"
|
||||
},
|
||||
"yesterday": {
|
||||
"message": "Yesterday",
|
||||
"description": "Section header in the media gallery"
|
||||
},
|
||||
"thisWeek": {
|
||||
"message": "This Week",
|
||||
"description": "Section header in the media gallery"
|
||||
},
|
||||
"thisMonth": {
|
||||
"message": "This Month",
|
||||
"description": "Section header in the media gallery"
|
||||
},
|
||||
"unsupportedAttachment": {
|
||||
"message": "Unsupported attachment type. Click to save.",
|
||||
"description": "Displayed for incoming unsupported attachment"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue