TF-4195 Add Label to Thread

This commit is contained in:
dab246
2026-01-06 12:35:13 +07:00
committed by Dat H. Pham
parent ef1efc9310
commit 94fd6f8071
34 changed files with 829 additions and 40 deletions
+38
View File
@@ -4880,6 +4880,24 @@
"placeholders_order": [],
"placeholders": {}
},
"aiScribe": "AI Scribe",
"@aiScribe": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"aiScribeSettingExplanation": "Use AI to help write and improve your emails",
"@aiScribeSettingExplanation": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"aiScribeToggleDescription": "Enable AI Scribe",
"@aiScribeToggleDescription": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"showMoreAttachmentButton": "Show +{count} more",
"@showMoreAttachmentButton": {
"type": "text",
@@ -5321,5 +5339,25 @@
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"addLabelToThreadSuccessfullyMessage": "All emails in thread added to the \"{labelName}\" label",
"@addLabelToThreadSuccessfullyMessage": {
"type": "text",
"placeholders_order": [
"labelName"
],
"placeholders": {
"labelName": {}
}
},
"addLabelToThreadFailureMessage": "Cannot add all emails in thread to the \"{labelName}\" label",
"@addLabelToThreadFailureMessage": {
"type": "text",
"placeholders_order": [
"labelName"
],
"placeholders": {
"labelName": {}
}
}
}