- View in Explore
+
+ {t("details.item.button.viewInExplore")}
+
@@ -271,7 +286,9 @@ export default function ReviewDetailDialog({
{review.data.zones.length > 0 && (
-
Zones
+
+ {t("details.zones")}
+
{review.data.zones.map((zone) => {
return (
@@ -295,18 +312,23 @@ export default function ReviewDetailDialog({
(events?.length ?? 0) -
(review?.data.detections.length ?? 0),
);
- const objectLabel =
- detectedCount === 1 ? "object was" : "objects were";
- return `${detectedCount} unavailable ${objectLabel} detected and included in this review item.`;
- })()}{" "}
- Those objects either did not qualify as an alert or detection
- or have already been cleaned up/deleted.
+ return t("details.item.tips.mismatch", {
+ count: detectedCount,
+ });
+ })()}
{missingObjects.length > 0 && (
- Adjust your configuration if you want Frigate to save
- tracked objects for the following labels:{" "}
- {missingObjects.join(", ")}
+ t(x, { ns: "objects" }))
+ .join(", "),
+ }}
+ >
+ details.item.tips.hasMissingObjects
+
@@ -855,12 +855,10 @@ export function ObjectSnapshotTab({
"text-lg font-semibold leading-none tracking-tight"
}
>
- Submit To Frigate+
+ {t("explore.submitToPlus.label")}
- Objects in locations you want to avoid are not false
- positives. Submitting them as false positives will
- confuse the model.
+ {t("explore.submitToPlus.desc")}