TF-56 Implement upload single attachment

This commit is contained in:
dab246
2021-09-17 18:04:47 +07:00
committed by Dat H. Pham
parent 6aaa8f93d3
commit 39ca213285
23 changed files with 575 additions and 12 deletions
+36
View File
@@ -303,5 +303,41 @@
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"attach_file_prepare_text": "Preparing to attach file...",
"@attach_file_prepare_text": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"can_not_upload_this_file_as_attachments": "Can not upload this file as attachments",
"@can_not_upload_this_file_as_attachments": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"attachments_uploaded_successfully": "Attachments uploaded successfully",
"@attachments_uploaded_successfully": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"pick_attachments": "Pick attachments",
"@pick_attachments": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"photos_and_videos": "Photos and Videos",
"@photos_and_videos": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"browse": "Browse",
"@browse": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
}
}