Skip to content

Latest commit

 

History

History
76 lines (41 loc) · 1.87 KB

File metadata and controls

76 lines (41 loc) · 1.87 KB
title description api_reference slug
localizationProps API
API Index | localizationProps
true
api_upload_localizationprops_wrapper

LocalizationProps

localization-cancel String

The text of the Cancel button.

localization-clear-selected-files String

The text of the Clear button.

localization-drop-files-here String

The hint of the drop zone.

localization-header-status-uploaded String

The status message of the header for the uploaded files.

localization-header-status-uploading String

The status message of the header for the files which are in the process of upload.

localization-invalid-file-extension String

The text of the validation message for an invalid file extension.

localization-invalid-files String

The text of the validation messages for invalid files when the batch property is set to true and two or more files fail the validation.

localization-invalid-max-file-size String

The text of the validation message for an invalid maximum file size.

localization-invalid-min-file-size String

The text of the validation message for an invalid minimum file size.

localization-remove String

The text of the Remove button.

localization-retry String

The text of the Retry button.

localization-select String

The text of the Select... button.

localization-status-failed String

The status message for the failed uploads.

localization-status-uploaded String

The status message for the successful uploads.

localization-status-uploading String

The status message for the files which are in the process of upload.

localization-upload-selected-files String

The text of the Upload files button.

Suggested Links