Check upload limits before trying to upload large files
This commit is contained in:
parent
5b027c6410
commit
c99f5c0df8
2 changed files with 55 additions and 13 deletions
|
@ -1196,5 +1196,8 @@
|
|||
"Import": "Import",
|
||||
"Failed to set direct chat tag": "Failed to set direct chat tag",
|
||||
"Failed to remove tag %(tagName)s from room": "Failed to remove tag %(tagName)s from room",
|
||||
"Failed to add tag %(tagName)s to room": "Failed to add tag %(tagName)s to room"
|
||||
"Failed to add tag %(tagName)s to room": "Failed to add tag %(tagName)s to room",
|
||||
"File is too big. Maximum file size is %(fileSize)s": "File is too big. Maximum file size is %(fileSize)s",
|
||||
"Reason": "Reason",
|
||||
"The following files cannot be uploaded:": "The following files cannot be uploaded:"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue