You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-desktop/ts/util/hardcodedAriaLabels.ts

12 lines
525 B
TypeScript

// TODO use crowdin to localise those alt/aria labels
export const AriaLabels = {
quoteImageThumbnail: 'Thumbnail of image from quoted message',
screenshotVideoInMsg: 'Screenshot of video in message',
imageAttachmentAlt: 'Image attached to message',
stagedAttachment: 'Staged attachment',
imageSentInConversation: 'Image sent in conversation',
imageStagedLinkPreview: 'Image of staged link preview',
imageLinkPreview: 'Image of link preview',
imageCaptionAlt: 'Icon showing that this image has a caption',
};