TF-997 Custom date ranges in search

This commit is contained in:
dab246
2022-10-05 22:59:44 +07:00
committed by Dat H. Pham
parent a363435de2
commit 796a0fdba7
11 changed files with 369 additions and 32 deletions
+49 -1
View File
@@ -1,5 +1,5 @@
{
"@@last_modified": "2022-09-30T17:54:08.425416",
"@@last_modified": "2022-10-05T22:55:58.696295",
"initializing_data": "Initializing data...",
"@initializing_data": {
"type": "text",
@@ -2245,5 +2245,53 @@
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"selectDate": "Select date",
"@selectDate": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"setDate": "Set date",
"@setDate": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"toastMessageErrorWhenSelectStartDateIsEmpty": "The start date cannot be null.",
"@toastMessageErrorWhenSelectStartDateIsEmpty": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"toastMessageErrorWhenSelectEndDateIsEmpty": "The end date cannot be null.",
"@toastMessageErrorWhenSelectEndDateIsEmpty": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"toastMessageErrorWhenSelectDateIsInValid": "The end time cannot be less than the start time.",
"@toastMessageErrorWhenSelectDateIsInValid": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"dateRangeAdvancedSearchFilter": "From {startDate} to {endDate}",
"@dateRangeAdvancedSearchFilter": {
"type": "text",
"placeholders_order": [
"startDate",
"endDate"
],
"placeholders": {
"startDate": {},
"endDate": {}
}
},
"customRange": "Custom range",
"@customRange": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
}
}