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

69 lines
1.3 KiB
JSON
Raw Normal View History

{
"audio": {
2026-02-04 21:18:27 +03:00
"global": {
2026-02-05 06:54:37 +03:00
"detection": "Global Detection",
"sensitivity": "Global Sensitivity"
2026-02-04 21:18:27 +03:00
},
"cameras": {
"detection": "Detection",
"sensitivity": "Sensitivity"
}
},
"timestamp_style": {
2026-02-04 21:18:27 +03:00
"global": {
2026-02-05 06:54:37 +03:00
"appearance": "Global Appearance"
2026-02-04 21:18:27 +03:00
},
"cameras": {
"appearance": "Appearance"
}
},
"motion": {
2026-02-04 21:18:27 +03:00
"global": {
2026-02-05 06:54:37 +03:00
"sensitivity": "Global Sensitivity",
"algorithm": "Global Algorithm"
2026-02-04 21:18:27 +03:00
},
"cameras": {
"sensitivity": "Sensitivity",
"algorithm": "Algorithm"
}
},
"snapshots": {
2026-02-04 21:18:27 +03:00
"global": {
2026-02-05 06:54:37 +03:00
"display": "Global Display"
2026-02-04 21:18:27 +03:00
},
"cameras": {
"display": "Display"
}
},
"detect": {
2026-02-04 21:18:27 +03:00
"global": {
2026-02-05 06:54:37 +03:00
"resolution": "Global Resolution",
"tracking": "Global Tracking"
2026-02-04 21:18:27 +03:00
},
"cameras": {
"resolution": "Resolution",
2026-02-05 06:54:37 +03:00
"tracking": "Tracking"
2026-02-04 21:18:27 +03:00
}
},
"objects": {
2026-02-04 21:18:27 +03:00
"global": {
2026-02-05 06:54:37 +03:00
"tracking": "Global Tracking",
"filtering": "Global Filtering"
2026-02-04 21:18:27 +03:00
},
"cameras": {
"tracking": "Tracking",
"filtering": "Filtering"
}
},
"record": {
2026-02-04 21:18:27 +03:00
"global": {
2026-02-05 06:54:37 +03:00
"retention": "Global Retention",
"events": "Global Events"
2026-02-04 21:18:27 +03:00
},
"cameras": {
"retention": "Retention",
"events": "Events"
}
}
}