TF-2644 Handle total size exceeded maximum size when drag & drop multiple file to composer

This commit is contained in:
dab246
2024-03-01 17:09:09 +07:00
committed by Dat H. Pham
parent d646a5b9e4
commit 145a49d728
54 changed files with 1140 additions and 800 deletions
+15 -3
View File
@@ -1,5 +1,5 @@
{
"@@last_modified": "2024-02-29T16:08:18.479839",
"@@last_modified": "2024-03-15T21:34:52.177175",
"initializing_data": "Initializing data...",
"@initializing_data": {
"type": "text",
@@ -3750,8 +3750,8 @@
"placeholders_order": [],
"placeholders": {}
},
"messageWarningDialogWhenExceedMaximumFileSizeComposer": "Your message is larger than the size generally accepted by third party email systems. If you confirm sending this mail, there is a risk that it gets rejected by your recipient system.",
"@messageWarningDialogWhenExceedMaximumFileSizeComposer": {
"warningMessageWhenExceedGenerallySizeInComposer": "Your message is larger than the size generally accepted by third party email systems. If you confirm sending this mail, there is a risk that it gets rejected by your recipient system.",
"@warningMessageWhenExceedGenerallySizeInComposer": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
@@ -3761,5 +3761,17 @@
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"thisFileCannotBePicked": "This file cannot be picked.",
"@thisFileCannotBePicked": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"loadingPleaseWait": "Loading... Please wait!",
"@loadingPleaseWait": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
}
}