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" } }