TF-2667 Show saving message dialog when preform save action

This commit is contained in:
dab246
2024-03-06 03:02:18 +07:00
committed by Dat H. Pham
parent 490a913bdb
commit 904736a3aa
14 changed files with 784 additions and 95 deletions
+25 -1
View File
@@ -1,5 +1,5 @@
{
"@@last_modified": "2024-03-06T01:50:29.250412",
"@@last_modified": "2024-03-06T02:46:19.947772",
"initializing_data": "Initializing data...",
"@initializing_data": {
"type": "text",
@@ -3821,5 +3821,29 @@
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"savingMessage": "Saving message",
"@savingMessage": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"creatingMessage": "Creating message",
"@creatingMessage": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"savingMessageToDraftFolder": "Saving message to draft folder",
"@savingMessageToDraftFolder": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"warningMessageWhenSaveEmailToDraftsFailure": "Saving of the message to drafts folder failed.\nAn error occurred while saving mail.",
"@warningMessageWhenSaveEmailToDraftsFailure": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
}
}