This commit is contained in:
Josh Hawkins 2026-05-16 07:01:12 -05:00
parent 479c44bae6
commit 81c8c2a492

View File

@ -69,8 +69,7 @@
"systemTelemetry": "Telemetry", "systemTelemetry": "Telemetry",
"systemBirdseye": "Birdseye", "systemBirdseye": "Birdseye",
"systemFfmpeg": "FFmpeg", "systemFfmpeg": "FFmpeg",
"systemDetectorHardware": "Detector hardware", "systemDetectorsAndModel": "Detectors & Model",
"systemDetectionModel": "Detection model",
"systemMqtt": "MQTT", "systemMqtt": "MQTT",
"systemGo2rtcStreams": "go2rtc streams", "systemGo2rtcStreams": "go2rtc streams",
"integrationSemanticSearch": "Semantic search", "integrationSemanticSearch": "Semantic search",
@ -1146,6 +1145,7 @@
}, },
"modelSelect": "Your available models on Frigate+ can be selected here. Note that only models compatible with your current detector configuration can be selected." "modelSelect": "Your available models on Frigate+ can be selected here. Note that only models compatible with your current detector configuration can be selected."
}, },
"changeInDetectorsAndModel": "Change in Detectors & Model →",
"unsavedChanges": "Unsaved Frigate+ settings changes", "unsavedChanges": "Unsaved Frigate+ settings changes",
"restart_required": "Restart required (Frigate+ model changed)", "restart_required": "Restart required (Frigate+ model changed)",
"toast": { "toast": {
@ -1153,14 +1153,31 @@
"error": "Failed to save config changes: {{errorMessage}}" "error": "Failed to save config changes: {{errorMessage}}"
} }
}, },
"detectionModel": { "detectorsAndModel": {
"plusActive": { "title": "Detectors & Model",
"title": "Frigate+ model management", "description": "Configure the detector backend that runs object detection and the model it uses. Changes are saved together so the detector and model stay in sync.",
"label": "Current model source", "cardTitles": {
"description": "This instance is running a Frigate+ model. Select or change your model in Frigate+ settings.", "detector": "Detector Hardware",
"goToFrigatePlus": "Go to Frigate+ settings", "model": "Detection Model"
"showModelForm": "Manually configure a model" },
} "tabs": {
"plus": "Frigate+ Model",
"custom": "Custom Model"
},
"mismatch": {
"warning": "The current Frigate+ model <0>{{model}}</0> requires the <1>{{required}}</1> detector. Pick a compatible model below or switch to Custom Model before saving."
},
"plusModel": {
"requiresDetector": "Requires: {{detector}}",
"noModelSelected": "Select a Frigate+ model",
"plusDisabled": "Add a Frigate+ API key to use Frigate+ models."
},
"toast": {
"saveSuccess": "Detector and model settings saved",
"saveSuccessRestart": "Detector changed — restart Frigate to apply",
"saveError": "Failed to save detector and model settings"
},
"unsavedChanges": "Unsaved detector and model changes"
}, },
"triggers": { "triggers": {
"documentTitle": "Triggers", "documentTitle": "Triggers",