refactor sections and overrides

This commit is contained in:
Josh Hawkins
2026-02-27 09:40:20 -06:00
parent 43c7193a3a
commit e09928a7f0
40 changed files with 1264 additions and 1041 deletions
+3 -3
View File
@@ -1069,15 +1069,15 @@
},
"language": {
"label": "Transcription language",
"description": "Language code used for transcription/translation (for example 'en' for English)."
"description": "Language code used for transcription/translation (for example 'en' for English). See https://whisper-api.com/docs/languages/ for supported language codes."
},
"device": {
"label": "Transcription device",
"description": "Device key (CPU/GPU) to run the transcription model on."
"description": "Device key (CPU/GPU) to run the transcription model on. Only NVIDIA CUDA GPUs are currently supported for transcription."
},
"model_size": {
"label": "Model size",
"description": "Model size to use for transcription; the small model runs on CPU, large model requires a GPU."
"description": "Model size to use for offline audio event transcription."
},
"live_enabled": {
"label": "Live transcription",
@@ -18,7 +18,9 @@
"menu": {
"ui": "UI",
"globalConfig": "Global Config",
"mqtt": "MQTT",
"cameraConfig": "Camera Config",
"cameraMqtt": "Camera MQTT",
"enrichments": "Enrichments",
"cameraManagement": "Management",
"cameraReview": "Review",