TF-997 Custom date ranges in search
This commit is contained in:
@@ -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": {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user