TF-1710 Add EmptySpam action to mailbox action list

(cherry picked from commit 3b7e4d5ec8c622bbe81c0a46d51c193810b96e0b)
This commit is contained in:
dab246
2023-08-03 16:00:26 +07:00
committed by Dat Vu
parent bf363e9db0
commit 18c007d0b2
4 changed files with 47 additions and 3 deletions
+19 -1
View File
@@ -1,5 +1,5 @@
{
"@@last_modified": "2023-07-28T02:46:38.430701",
"@@last_modified": "2023-08-03T15:58:37.476969",
"initializing_data": "Initializing data...",
"@initializing_data": {
"type": "text",
@@ -3107,5 +3107,23 @@
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"deleteAllSpamEmails": "Delete all spam emails",
"@deleteAllSpamEmails": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"emptySpamFolder": "Empty Spam folder",
"@emptySpamFolder": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"emptySpamMessageDialog": "You are about to permanently delete all items in Spam . Do you want to continue?",
"@emptySpamMessageDialog": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
}
}