From 2ec7ca143fd540ade1c0a7e3836c627f12bc0052 Mon Sep 17 00:00:00 2001 From: Hosted Weblate Date: Fri, 2 May 2025 15:58:35 +0200 Subject: [PATCH] Translated using Weblate (English) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently translated at 100.0% (113 of 113 strings) Translated using Weblate (English) Currently translated at 100.0% (333 of 333 strings) Translated using Weblate (English) Currently translated at 100.0% (333 of 333 strings) Translated using Weblate (English) Currently translated at 100.0% (65 of 65 strings) Co-authored-by: Hosted Weblate Co-authored-by: Sotski Eugene Co-authored-by: Артём Владимиров Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-filter/en/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-settings/en/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-system/en/ Translation: Frigate NVR/components-filter Translation: Frigate NVR/views-settings Translation: Frigate NVR/views-system --- web/public/locales/en/components/filter.json | 2 +- web/public/locales/en/views/settings.json | 8 ++++---- web/public/locales/en/views/system.json | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/web/public/locales/en/components/filter.json b/web/public/locales/en/components/filter.json index 00f514b88..7ec5c752e 100644 --- a/web/public/locales/en/components/filter.json +++ b/web/public/locales/en/components/filter.json @@ -118,7 +118,7 @@ "title": "Recognized License Plates", "loadFailed": "Failed to load recognized license plates.", "loading": "Loading recognized license plates…", - "placeholder": "Type to search license plates...", + "placeholder": "Type to search license plates…", "noLicensePlatesFound": "No license plates found.", "selectPlatesFromList": "Select one or more plates from the list." } diff --git a/web/public/locales/en/views/settings.json b/web/public/locales/en/views/settings.json index 4d96447fb..b1a9f2a24 100644 --- a/web/public/locales/en/views/settings.json +++ b/web/public/locales/en/views/settings.json @@ -248,7 +248,7 @@ "clickDrawPolygon": "Click to draw a polygon on the image.", "name": { "title": "Name", - "inputPlaceHolder": "Enter a name...", + "inputPlaceHolder": "Enter a name…", "tips": "Name must be at least 2 characters and must not be the name of a camera or another zone." }, "inertia": { @@ -506,7 +506,7 @@ }, "notificationUnavailable": { "title": "Notifications Unavailable", - "desc": "Web push notifications require a secure context (https://...). This is a browser limitation. Access Frigate securely to use notifications.", + "desc": "Web push notifications require a secure context (https://…). This is a browser limitation. Access Frigate securely to use notifications.", "documentation": "Read the Documentation" }, "globalSettings": { @@ -581,10 +581,10 @@ }, "supportedDetectors": "Supported Detectors", "cameras": "Cameras", - "loading": "Loading model information...", + "loading": "Loading model information…", "error": "Failed to load model information", "availableModels": "Available Models", - "loadingAvailableModels": "Loading available models...", + "loadingAvailableModels": "Loading available models…", "modelSelect": "Your available models on Frigate+ can be selected here. Note that only models compatible with your current detector configuration can be selected." }, "restart_required": "Restart required (Frigate+ model changed)", diff --git a/web/public/locales/en/views/system.json b/web/public/locales/en/views/system.json index 525644e9b..2750d14a9 100644 --- a/web/public/locales/en/views/system.json +++ b/web/public/locales/en/views/system.json @@ -128,12 +128,12 @@ "camera": "camera", "detect": "detect", "skipped": "skipped", - "ffmpeg": "ffmpeg", + "ffmpeg": "FFmpeg", "capture": "capture", "overallFramesPerSecond": "overall frames per second", "overallDetectionsPerSecond": "overall detections per second", "overallSkippedDetectionsPerSecond": "overall skipped detections per second", - "cameraFfmpeg": "{{camName}} ffmpeg", + "cameraFfmpeg": "{{camName}} FFmpeg", "cameraCapture": "{{camName}} capture", "cameraDetect": "{{camName}} detect", "cameraFramesPerSecond": "{{camName}} frames per second", @@ -151,7 +151,7 @@ }, "lastRefreshed": "Last refreshed: ", "stats": { - "ffmpegHighCpuUsage": "{{camera}} has high FFMPEG CPU usage ({{ffmpegAvg}}%)", + "ffmpegHighCpuUsage": "{{camera}} has high FFmpeg CPU usage ({{ffmpegAvg}}%)", "detectHighCpuUsage": "{{camera}} has high detect CPU usage ({{detectAvg}}%)", "healthy": "System is healthy", "reindexingEmbeddings": "Reindexing embeddings ({{processed}}% complete)",