"beforeDateBeLaterAfter":"The 'before' date must be later than the 'after' date.",
"afterDatebeEarlierBefore":"The 'after' date must be earlier than the 'before' date.",
"minScoreMustBeLessOrEqualMaxScore":"The 'min_score' must be less than or equal to the 'max_score'.",
"maxScoreMustBeGreaterOrEqualMinScore":"The 'max_score' must be greater than or equal to the 'min_score'.",
"minSpeedMustBeLessOrEqualMaxSpeed":"The 'min_speed' must be less than or equal to the 'max_speed'.",
"maxSpeedMustBeGreaterOrEqualMinSpeed":"The 'max_speed' must be greater than or equal to the 'min_speed'."
}
},
"tips":{
"title":"How to use text filters",
"desc":"Filters help you narrow down your search results. Here's how to use them in the input field:",
"desc.step":"<ul className=\"list-disc pl-5 text-sm text-primary-variant\"><li>Type a filter name followed by a colon (e.g., \"cameras:\").</li><li>Select a value from the suggestions or type your own.</li><li>Use multiple filters by adding them one after another with a space in between.</li><li>Date filters (before: and after:) use <em>{{DateFormat}}</em> format.</li><li>Time range filter uses <em>{{exampleTime}}</em> format.</li><li>Remove filters by clicking the 'x' next to them.</li></ul>",