mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-04 23:14:12 +02:00
Extend i18n (#17969)
* Add i18n support for camera metrics labels * Fix missing dependency in useMemo hooks
This commit is contained in:
@@ -129,7 +129,16 @@
|
||||
"detect": "detect",
|
||||
"skipped": "skipped",
|
||||
"ffmpeg": "ffmpeg",
|
||||
"capture": "capture"
|
||||
"capture": "capture",
|
||||
"overallFramesPerSecond": "overall frames per second",
|
||||
"overallDetectionsPerSecond": "overall detections per second",
|
||||
"overallSkippedDetectionsPerSecond": "overall skipped detections per second",
|
||||
"cameraFfmpeg": "{{camName}} ffmpeg",
|
||||
"cameraCapture": "{{camName}} capture",
|
||||
"cameraDetect": "{{camName}} detect",
|
||||
"cameraFramesPerSecond": "{{camName}} frames per second",
|
||||
"cameraDetectionsPerSecond": "{{camName}} detections per second",
|
||||
"cameraSkippedDetectionsPerSecond": "{{camName}} skipped detections per second"
|
||||
},
|
||||
"toast": {
|
||||
"success": {
|
||||
|
||||
Reference in New Issue
Block a user