frigate/web/public/locales/en/config/ui.json

21 lines
411 B
JSON
Raw Normal View History

{
"label": "UI configuration.",
"properties": {
"timezone": {
"label": "Override UI timezone."
},
"time_format": {
"label": "Override UI time format."
},
"date_style": {
"label": "Override UI dateStyle."
},
"time_style": {
"label": "Override UI timeStyle."
},
"unit_system": {
"label": "The unit system to use for measurements."
}
}
2025-12-05 18:51:28 +03:00
}