TF-4195 Implement add a Label to an email

This commit is contained in:
dab246
2025-12-12 02:39:59 +07:00
committed by Dat H. Pham
parent 0d247b30d7
commit 78de7de3a6
18 changed files with 528 additions and 22 deletions
+20
View File
@@ -5295,5 +5295,25 @@
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"addLabelToEmailSuccessfullyMessage": "Email added to the \"{labelName}\" label",
"@addLabelToEmailSuccessfullyMessage": {
"type": "text",
"placeholders_order": [
"labelName"
],
"placeholders": {
"labelName": {}
}
},
"addLabelToEmailFailureMessage": "Cannot add email to the \"{labelName}\" label",
"@addLabelToEmailFailureMessage": {
"type": "text",
"placeholders_order": [
"labelName"
],
"placeholders": {
"labelName": {}
}
}
}