Extend i18n (#17969)

* Add i18n support for camera metrics labels

* Fix missing dependency in useMemo hooks
This commit is contained in:
Sotski Eugene
2025-04-30 15:11:45 +03:00
committed by GitHub
parent a9f139e062
commit 2d99bba427
2 changed files with 43 additions and 13 deletions

View File

@@ -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": {