mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-10 02:29:19 +03:00
45 lines
1010 B
JSON
45 lines
1010 B
JSON
|
|
{
|
||
|
|
"audio": {
|
||
|
|
"global": {
|
||
|
|
"detection": "Detección Global",
|
||
|
|
"sensitivity": "Sensibilidad Global"
|
||
|
|
},
|
||
|
|
"cameras": {
|
||
|
|
"detection": "Detección",
|
||
|
|
"sensitivity": "Sensibilidad"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"timestamp_style": {
|
||
|
|
"global": {
|
||
|
|
"appearance": "Apariencia Global"
|
||
|
|
},
|
||
|
|
"cameras": {
|
||
|
|
"appearance": "Apariencia"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"motion": {
|
||
|
|
"global": {
|
||
|
|
"sensitivity": "Sensibilidad Global",
|
||
|
|
"algorithm": "Algoritmo Global"
|
||
|
|
},
|
||
|
|
"cameras": {
|
||
|
|
"sensitivity": "Sensibilidad",
|
||
|
|
"algorithm": "Algoritmo"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"snapshots": {
|
||
|
|
"global": {
|
||
|
|
"display": "Pantalla Global"
|
||
|
|
},
|
||
|
|
"cameras": {
|
||
|
|
"display": "Pantalla"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"detect": {
|
||
|
|
"global": {
|
||
|
|
"resolution": "Resolución Global",
|
||
|
|
"tracking": "Seguimiento Global"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|