TF-831: implement Add a new recipient in forwarding

This commit is contained in:
ManhNTX
2022-08-20 20:45:27 +07:00
committed by Dat H. Pham
parent 04b530a4b9
commit 3c85f1d5ed
29 changed files with 615 additions and 536 deletions
+19 -1
View File
@@ -1,5 +1,5 @@
{
"@@last_modified": "2022-08-19T13:28:03.023650",
"@@last_modified": "2022-08-20T20:59:54.192845",
"initializing_data": "Initializing data...",
"@initializing_data": {
"type": "text",
@@ -2065,5 +2065,23 @@
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"addEmailForward": "Add Email",
"@addEmailForward": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"emailForwardLabel": "Name or Email address",
"@emailForwardLabel": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"toastMessageAddRecipientsSuccessfully": "The emails has been added from the recipient list.",
"@toastMessageAddRecipientsSuccessfully": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
}
}