TF-79 Mark as star/unstar selected multiple email

This commit is contained in:
dab246
2021-09-20 14:29:02 +07:00
committed by Dat H. Pham
parent 1b061d4af9
commit c7a3e90a68
30 changed files with 565 additions and 98 deletions
+42
View File
@@ -371,5 +371,47 @@
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"you_need_to_grant_files_permission_to_download_attachments": "You need to grant files permission to download attachments",
"@you_need_to_grant_files_permission_to_download_attachments": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"count_attachment": "{count} attachments",
"@count_attachment": {
"type": "text",
"placeholders_order": [
"count"
],
"placeholders": {
"count": {}
}
},
"mark_as_unstar": "Unstar",
"@mark_as_unstar": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"marked_star_multiple_item": "Marked star {count} item",
"@marked_star_multiple_item": {
"type": "text",
"placeholders_order": [
"count"
],
"placeholders": {
"count": {}
}
},
"marked_unstar_multiple_item": "Marked unstar {count} item",
"@marked_unstar_multiple_item": {
"type": "text",
"placeholders_order": [
"count"
],
"placeholders": {
"count": {}
}
}
}