mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-17 05:38:25 +03:00
74 lines
1.7 KiB
JSON
74 lines
1.7 KiB
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"
|
||
|
|
},
|
||
|
|
"cameras": {
|
||
|
|
"sensitivity": "Genauhigkeit",
|
||
|
|
"algorithm": "Algorithmus"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"snapshots": {
|
||
|
|
"global": {
|
||
|
|
"display": "Globale Anzeige"
|
||
|
|
},
|
||
|
|
"cameras": {
|
||
|
|
"display": "Anzeige"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"detect": {
|
||
|
|
"global": {
|
||
|
|
"resolution": "Globale Auflösung",
|
||
|
|
"tracking": "Globale Verfolgung"
|
||
|
|
},
|
||
|
|
"cameras": {
|
||
|
|
"resolution": "Auflösung",
|
||
|
|
"tracking": "Verfolgung"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"objects": {
|
||
|
|
"global": {
|
||
|
|
"tracking": "Globale Verfolgung",
|
||
|
|
"filtering": "Globaler Filter"
|
||
|
|
},
|
||
|
|
"cameras": {
|
||
|
|
"tracking": "Verfolgung",
|
||
|
|
"filtering": "Filtern"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"record": {
|
||
|
|
"global": {
|
||
|
|
"retention": "Globale Bindung",
|
||
|
|
"events": "Globale Ereignisse"
|
||
|
|
},
|
||
|
|
"cameras": {
|
||
|
|
"retention": "Bindung",
|
||
|
|
"events": "Events"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"ffmpeg": {
|
||
|
|
"cameras": {
|
||
|
|
"cameraFfmpeg": "Kameraspezifische FFmpeg-Argumente"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|