@@ -363,11 +368,16 @@ export default function FrigatePlusSettingsView({
).toLocaleString()}{" "}
({model.baseModel})
- Supported Detectors: ({model.supportedDetectors.join(", ")})
+ {t(
+ "frigatePlus.modelInfo.supportedDetectors",
+ )}
+ : ({model.supportedDetectors.join(", ")}
+ )
- Dimensions ({model.width + "x" + model.height})
-
+ {t("frigatePlus.modelInfo.dimensions")}{" "}
+ ({model.width + "x" + model.height})
+
{id}