mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-09-26 19:41:29 +08:00
Fixes (#18625)
* Indicate disabling a camera and alerts/detections is temporary * generalize gasket driver docs * improve face rec faq * Update intel hardware recommendations * Update hardware acceleration * Add Hebrew and Catalan --------- Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
This commit is contained in:
@@ -163,6 +163,7 @@
|
||||
"sk": "Slovenčina (Slovak)",
|
||||
"yue": "粵語 (Cantonese)",
|
||||
"th": "ไทย (Thai)",
|
||||
"ca": "Català (Catalan)",
|
||||
"withSystem": {
|
||||
"label": "Use the system settings for language"
|
||||
}
|
||||
|
@@ -148,11 +148,11 @@
|
||||
"title": "Camera Settings",
|
||||
"streams": {
|
||||
"title": "Streams",
|
||||
"desc": "Disabling a camera completely stops Frigate's processing of this camera's streams. Detection, recording, and debugging will be unavailable.<br /> <em>Note: This does not disable go2rtc restreams.</em>"
|
||||
"desc": "Temporarily disable a camera until Frigate restarts. Disabling a camera completely stops Frigate's processing of this camera's streams. Detection, recording, and debugging will be unavailable.<br /> <em>Note: This does not disable go2rtc restreams.</em>"
|
||||
},
|
||||
"review": {
|
||||
"title": "Review",
|
||||
"desc": "Enable/disable alerts and detections for this camera. When disabled, no new review items will be generated.",
|
||||
"desc": "Temporarily enable/disable alerts and detections for this camera until Frigate restarts. When disabled, no new review items will be generated. ",
|
||||
"alerts": "Alerts ",
|
||||
"detections": "Detections "
|
||||
},
|
||||
|
@@ -34,6 +34,7 @@ const localeMap: Record<string, () => Promise<Locale>> = {
|
||||
"yue-Hant": () =>
|
||||
import("date-fns/locale/zh-HK").then((module) => module.zhHK),
|
||||
th: () => import("date-fns/locale/th").then((module) => module.th),
|
||||
ca: () => import("date-fns/locale/ca").then((module) => module.ca),
|
||||
};
|
||||
|
||||
export function useDateLocale(): Locale {
|
||||
|
@@ -5,11 +5,13 @@ export const supportedLanguageKeys = [
|
||||
"fr",
|
||||
"de",
|
||||
"it",
|
||||
"ca",
|
||||
"nl",
|
||||
"nb-NO",
|
||||
"zh-CN",
|
||||
"yue-Hant",
|
||||
"th",
|
||||
"he",
|
||||
"ru",
|
||||
"tr",
|
||||
"pl",
|
||||
|
Reference in New Issue
Block a user