mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-04 04:27:42 +03:00
i18n fix
This commit is contained in:
parent
57e2c0c4e0
commit
68a3a60927
@ -33,5 +33,6 @@
|
|||||||
},
|
},
|
||||||
"selected_one": "{{count}} selected",
|
"selected_one": "{{count}} selected",
|
||||||
"selected_other": "{{count}} selected",
|
"selected_other": "{{count}} selected",
|
||||||
"camera": "Camera"
|
"camera": "Camera",
|
||||||
|
"detected": "detected"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -229,7 +229,7 @@ export function AnimatedEventCard({
|
|||||||
.map((text) => text.charAt(0).toUpperCase() + text.substring(1))
|
.map((text) => text.charAt(0).toUpperCase() + text.substring(1))
|
||||||
.sort()
|
.sort()
|
||||||
.join(", ")
|
.join(", ")
|
||||||
.replaceAll("-verified", "")} detected`}
|
.replaceAll("-verified", "")} ` + t("detected")}
|
||||||
</TooltipContent>
|
</TooltipContent>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user