From 5e38da8fb15473da6916e44c64d7e4bca184f56a Mon Sep 17 00:00:00 2001 From: Hosted Weblate Date: Thu, 4 Dec 2025 06:08:03 +0100 Subject: [PATCH] Translated using Weblate (Danish) Currently translated at 85.5% (183 of 214 strings) Translated using Weblate (Danish) Currently translated at 36.1% (26 of 72 strings) Co-authored-by: Hosted Weblate Co-authored-by: kklar Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/common/da/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-filter/da/ Translation: Frigate NVR/common Translation: Frigate NVR/components-filter --- web/public/locales/da/common.json | 2 +- web/public/locales/da/components/filter.json | 31 ++++++++++++++++++++ 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/web/public/locales/da/common.json b/web/public/locales/da/common.json index 7625631c2..dbf6ff2d3 100644 --- a/web/public/locales/da/common.json +++ b/web/public/locales/da/common.json @@ -1,6 +1,6 @@ { "time": { - "untilForTime": "Indtil{{time}}", + "untilForTime": "Indtil {{time}}", "untilForRestart": "Indtil Frigate genstarter.", "untilRestart": "Indtil genstart", "ago": "{{timeAgo}} siden", diff --git a/web/public/locales/da/components/filter.json b/web/public/locales/da/components/filter.json index 2891247e8..3d16c1eb1 100644 --- a/web/public/locales/da/components/filter.json +++ b/web/public/locales/da/components/filter.json @@ -15,5 +15,36 @@ }, "count_one": "{{count}} Label", "label": "Etiketter" + }, + "zones": { + "label": "Zoner", + "all": { + "title": "Alle zoner", + "short": "Zoner" + } + }, + "more": "Flere filtre", + "sort": { + "label": "Sortér", + "dateAsc": "Dato (Stigende)", + "dateDesc": "Dato (Faldende)", + "speedAsc": "Anslået hastighed (Stigende)", + "speedDesc": "Anslået hastighed (Faldende)", + "relevance": "Relevans" + }, + "dates": { + "selectPreset": "Vælg en forudindstilling…", + "all": { + "title": "Alle datoer", + "short": "Datoer" + } + }, + "reset": { + "label": "Nulstille filtre til standardværdier" + }, + "timeRange": "Tidsinterval", + "estimatedSpeed": "Anslået hastighed ({{unit}})", + "features": { + "hasVideoClip": "Har et videoklip" } }