From 6e1a0b7982d41e9dd8cdc9689848fce29898cc16 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Tue, 2 Jun 2026 13:45:10 -0600 Subject: [PATCH] i18n --- web/public/locales/en/config/cameras.json | 4 ++++ web/public/locales/en/config/global.json | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/web/public/locales/en/config/cameras.json b/web/public/locales/en/config/cameras.json index fda78c6abc..98e625abf7 100644 --- a/web/public/locales/en/config/cameras.json +++ b/web/public/locales/en/config/cameras.json @@ -862,6 +862,10 @@ "dashboard": { "label": "Show in UI", "description": "Toggle whether this camera is visible everywhere in the Frigate UI. Disabling this will require manually editing the config to view this camera in the UI again." + }, + "review": { + "label": "Show in review", + "description": "Toggle whether this camera is visible in review (the review page and its camera filter, motion review, and the history view)." } }, "webui_url": { diff --git a/web/public/locales/en/config/global.json b/web/public/locales/en/config/global.json index c901aba0b6..119d384e43 100644 --- a/web/public/locales/en/config/global.json +++ b/web/public/locales/en/config/global.json @@ -1546,6 +1546,10 @@ "dashboard": { "label": "Show in UI", "description": "Toggle whether this camera is visible everywhere in the Frigate UI. Disabling this will require manually editing the config to view this camera in the UI again." + }, + "review": { + "label": "Show in review", + "description": "Toggle whether this camera is visible in review (the review page and its camera filter, motion review, and the history view)." } }, "onvif": {