TF-801 Enable vacation responder setting

This commit is contained in:
dab246
2022-08-17 20:34:26 +07:00
committed by Dat H. Pham
parent f3e6d892d8
commit c4d78f732d
10 changed files with 666 additions and 418 deletions
+25 -1
View File
@@ -1,5 +1,5 @@
{
"@@last_modified": "2022-08-17T17:27:40.386002",
"@@last_modified": "2022-08-17T20:19:48.796318",
"initializing_data": "Initializing data...",
"@initializing_data": {
"type": "text",
@@ -1981,5 +1981,29 @@
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"errorMessageWhenStartDateVacationIsEmpty": "Please enter a valid start date",
"@errorMessageWhenStartDateVacationIsEmpty": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"errorMessageWhenEndDateVacationIsInValid": "End date must be greater than start date",
"@errorMessageWhenEndDateVacationIsInValid": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"errorMessageWhenMessageVacationIsEmpty": "Message body cannot be blank",
"@errorMessageWhenMessageVacationIsEmpty": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"vacationSettingSaved": "Vacation settings saved",
"@vacationSettingSaved": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
}
}