Interface FileUploadTranslations

Messages used by the component

interface FileUploadTranslations {
    chooseFile?: string;
    dropInstruction?: string;
    enteredDropZone?: string;
    leftDropZone?: string;
    multipleFilesChosen?: TranslationPluralForms;
    noFileChosen?: string;
}

Properties

chooseFile?: string

The text of the button that opens the file picker

dropInstruction?: string

The text informing users they can drop files

enteredDropZone?: string

The text announced by assistive technology when user drags files and enters the drop zone

leftDropZone?: string

The text announced by assistive technology when user drags files and leaves the drop zone without dropping

multipleFilesChosen?: TranslationPluralForms

The text displayed when multiple files have been chosen by the user

noFileChosen?: string

The text to displayed when no file has been chosen by the user