mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-12 03:17:36 +03:00
27 lines
611 B
JSON
27 lines
611 B
JSON
|
|
{
|
||
|
|
"audio": {
|
||
|
|
"global": {
|
||
|
|
"detection": "Globale Erkennung",
|
||
|
|
"sensitivity": "Globale Empfindlichkeit"
|
||
|
|
},
|
||
|
|
"cameras": {
|
||
|
|
"detection": "Erkennung",
|
||
|
|
"sensitivity": "Empfindlichkeit"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"timestamp_style": {
|
||
|
|
"global": {
|
||
|
|
"appearance": "Globale Darstellung"
|
||
|
|
},
|
||
|
|
"cameras": {
|
||
|
|
"appearance": "Erscheinungsbild"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"motion": {
|
||
|
|
"global": {
|
||
|
|
"sensitivity": "Globale Empfindlichkeit",
|
||
|
|
"algorithm": "Globaler Algorithmus"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|