TF-1866 Implement delete sending email in Sending Queue

(cherry picked from commit 0b45b10231fd4ec4fd7936c71de6cdcda0e92d02)
This commit is contained in:
dab246
2023-06-05 09:15:28 +07:00
committed by Dat Vu
parent a1e9be48ee
commit 94cd15d237
10 changed files with 377 additions and 47 deletions
+25 -1
View File
@@ -1,5 +1,5 @@
{
"@@last_modified": "2023-06-01T13:42:51.121212",
"@@last_modified": "2023-06-05T09:10:02.535366",
"initializing_data": "Initializing data...",
"@initializing_data": {
"type": "text",
@@ -2863,5 +2863,29 @@
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"messageHasBeenSentSuccessfully": "Message has been sent successfully.",
"@messageHasBeenSentSuccessfully": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"deleteOfflineEmail": "Delete offline email",
"@deleteOfflineEmail": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"messageDialogDeleteSendingEmail": "Deleting an offline email will erase its content permanently. You won't be able to undo this action or recover the email from the Trash mailbox.",
"@messageDialogDeleteSendingEmail": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"deleteSomeOfflineEmailSuccessfully": "Delete some offline email successfully.",
"@deleteSomeOfflineEmailSuccessfully": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
}
}