From 1d041a71340bde3877d8855ab667cbf1ef0e0f7e Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Mon, 23 Mar 2026 07:35:36 -0500 Subject: [PATCH] add missing i18n keys --- web/public/locales/en/views/settings.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/web/public/locales/en/views/settings.json b/web/public/locales/en/views/settings.json index 6a80f0163..457ba9ccc 100644 --- a/web/public/locales/en/views/settings.json +++ b/web/public/locales/en/views/settings.json @@ -553,6 +553,17 @@ "motionMaskLabel": "Motion Mask {{number}}", "objectMaskLabel": "Object Mask {{number}}", "form": { + "id": { + "error": { + "mustNotBeEmpty": "ID must not be empty.", + "alreadyExists": "A mask with this ID already exists for this camera." + } + }, + "name": { + "error": { + "mustNotBeEmpty": "Name must not be empty." + } + }, "zoneName": { "error": { "mustBeAtLeastTwoCharacters": "Zone name must be at least 2 characters.",