mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-05 21:17:43 +03:00
chore: fix en i18n file filter missing some keys
This commit is contained in:
parent
a857d24740
commit
2dc6283727
@ -47,5 +47,18 @@
|
|||||||
},
|
},
|
||||||
"review": {
|
"review": {
|
||||||
"showReviewed": "Show Reviewed"
|
"showReviewed": "Show Reviewed"
|
||||||
|
},
|
||||||
|
"explore": {
|
||||||
|
"settings": {
|
||||||
|
"title": "Settings",
|
||||||
|
"defaultView": "Default View",
|
||||||
|
"defaultView.desc": "When no filters are selected, display a summary of the most recent tracked objects per label, or display an unfiltered grid.",
|
||||||
|
"defaultView.summary": "Summary",
|
||||||
|
"defaultView.unfilteredGrid": "Unfiltered Grid",
|
||||||
|
"gridColumns": "Grid Columns",
|
||||||
|
"gridColumns.desc": "Select the number of columns in the grid view.",
|
||||||
|
"searchSource": "Search Source",
|
||||||
|
"searchSource.desc": "Choose whether to search the thumbnails or descriptions of your tracked objects."
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user