improve large file upload error message
This commit is contained in:
parent
5e3aaf291e
commit
eba1c84d7a
2 changed files with 71 additions and 58 deletions
|
|
@ -66,8 +66,9 @@
|
|||
"file_prefix": "File: ",
|
||||
"edited": "(edited)",
|
||||
"download_progress": "{percentage}% downloaded",
|
||||
"upload_file_too_large": "Maximum file size of ({configFormattedUploadSize}) exceeded. File is too large to upload!",
|
||||
"upload_exceeded_file_limit": "File: ({exceededFile}) ({formattedUploadSize}) exceeds maximum limit.",
|
||||
"preparing_to_upload": "Preparing to upload...",
|
||||
"upload_file_too_large": "File is too large to upload!",
|
||||
"upload_exceeded_file_limit": "Maximum file size of ({configFormattedUploadSize}) exceeded. ",
|
||||
"upload_progress": "Uploaded {count}",
|
||||
"upload_progress_with_total": "Uploaded {count} of {total}",
|
||||
"user_changed_room_history": "{user} made room history {type}",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue