mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-05 22:57:40 +03:00
use i18n enum prefix for timestamp position
This commit is contained in:
parent
5f61c54efd
commit
dd80cca729
@ -825,6 +825,12 @@
|
|||||||
"area": "Area"
|
"area": "Area"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"timestampPosition": {
|
||||||
|
"tl": "Top left",
|
||||||
|
"tr": "Top right",
|
||||||
|
"bl": "Bottom left",
|
||||||
|
"br": "Bottom right"
|
||||||
|
},
|
||||||
"users": {
|
"users": {
|
||||||
"title": "Users",
|
"title": "Users",
|
||||||
"management": {
|
"management": {
|
||||||
|
|||||||
@ -10,6 +10,7 @@ const timestampStyle: SectionConfigOverrides = {
|
|||||||
uiSchema: {
|
uiSchema: {
|
||||||
position: {
|
position: {
|
||||||
"ui:size": "xs",
|
"ui:size": "xs",
|
||||||
|
"ui:options": { enumI18nPrefix: "timestampPosition" },
|
||||||
},
|
},
|
||||||
format: {
|
format: {
|
||||||
"ui:size": "xs",
|
"ui:size": "xs",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user