mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-20 18:59:01 +03:00
Improve LPR regex support (#19767)
* add regex support to events api for recognized_license_plate * frontend add ability to use regexes in the plate search box and add select all/clear all links to quickly select all filtered plates
This commit is contained in:
@@ -127,6 +127,8 @@
|
||||
"loading": "Loading recognized license plates…",
|
||||
"placeholder": "Type to search license plates…",
|
||||
"noLicensePlatesFound": "No license plates found.",
|
||||
"selectPlatesFromList": "Select one or more plates from the list."
|
||||
"selectPlatesFromList": "Select one or more plates from the list.",
|
||||
"selectAll": "Select all",
|
||||
"clearAll": "Clear all"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user