diff --git a/web/public/locales/da/audio.json b/web/public/locales/da/audio.json index c43ee7e63..bc4be50ee 100644 --- a/web/public/locales/da/audio.json +++ b/web/public/locales/da/audio.json @@ -5,5 +5,80 @@ "moo": "Bučanie", "cowbell": "Kravský zvonec", "pig": "Prasa", - "speech": "Tale" + "speech": "Tale", + "bicycle": "Cykel", + "car": "Bil", + "bellow": "Under", + "motorcycle": "Motorcykel", + "whispering": "Hvisker", + "bus": "Bus", + "laughter": "Latter", + "train": "Tog", + "boat": "Båd", + "crying": "Græder", + "tambourine": "Tambourin", + "marimba": "Marimba", + "trumpet": "Trumpet", + "trombone": "Trombone", + "violin": "Violin", + "flute": "Fløjte", + "saxophone": "Saxofon", + "clarinet": "Klarinet", + "harp": "Harpe", + "bell": "Klokke", + "harmonica": "Harmonika", + "bagpipes": "Sækkepibe", + "didgeridoo": "Didgeridoo", + "jazz": "Jazz", + "opera": "Opera", + "dubstep": "Dubstep", + "blues": "Blues", + "song": "Sang", + "lullaby": "Vuggevise", + "wind": "Vind", + "thunderstorm": "Tordenvejr", + "thunder": "Torden", + "water": "Vand", + "rain": "Regn", + "raindrop": "Regndråbe", + "waterfall": "Vandfald", + "waves": "Bølger", + "fire": "Ild", + "vehicle": "Køretøj", + "sailboat": "Sejlbåd", + "rowboat": "Robåd", + "motorboat": "Motorbåd", + "ship": "Skib", + "ambulance": "Ambulance", + "helicopter": "Helikopter", + "skateboard": "Skateboard", + "chainsaw": "Motorsav", + "door": "Dør", + "doorbell": "Dørklokke", + "slam": "Smæk", + "knock": "Bank", + "squeak": "Knirke", + "dishes": "Tallerkener", + "cutlery": "Bestik", + "sink": "Håndvask", + "bathtub": "Badekar", + "toothbrush": "Tandbørste", + "zipper": "Lynlås", + "coin": "Mønt", + "scissors": "Saks", + "typewriter": "Skrivemaskine", + "alarm": "Alarm", + "telephone": "Telefon", + "ringtone": "Ringetone", + "siren": "Sirene", + "foghorn": "Tågehorn", + "whistle": "Fløjte", + "clock": "Ur", + "printer": "Printer", + "camera": "Kamera", + "tools": "Værktøj", + "hammer": "Hammer", + "drill": "Bore", + "explosion": "Eksplosion", + "fireworks": "Nytårskrudt" } diff --git a/web/public/locales/da/components/auth.json b/web/public/locales/da/components/auth.json index 6d3337583..49b428fb8 100644 --- a/web/public/locales/da/components/auth.json +++ b/web/public/locales/da/components/auth.json @@ -5,7 +5,9 @@ "login": "Log ind", "errors": { "usernameRequired": "Brugernavn kræves", - "passwordRequired": "Kodeord kræves" + "passwordRequired": "Kodeord kræves", + "loginFailed": "Login fejlede", + "unknownError": "Ukendt fejl. Tjek logs." } } } diff --git a/web/public/locales/da/components/camera.json b/web/public/locales/da/components/camera.json index 45c08ced1..5de77e997 100644 --- a/web/public/locales/da/components/camera.json +++ b/web/public/locales/da/components/camera.json @@ -1,6 +1,17 @@ { "group": { "label": "Kamera Grupper", - "add": "Tilføj Kameragruppe" + "add": "Tilføj Kameragruppe", + "edit": "Rediger Kamera Gruppe", + "delete": { + "label": "Slet kamera gruppe", + "confirm": { + "title": "Bekræft sletning", + "desc": "Er du sikker på at du vil slette kamera gruppen {{name}}?" + } + }, + "name": { + "label": "Navn" + } } } diff --git a/web/public/locales/da/components/dialog.json b/web/public/locales/da/components/dialog.json index 0967ef424..39e65d3b6 100644 --- a/web/public/locales/da/components/dialog.json +++ b/web/public/locales/da/components/dialog.json @@ -1 +1,9 @@ -{} +{ + "restart": { + "title": "Er du sikker på at du vil genstarte Frigate?", + "button": "Genstart", + "restarting": { + "title": "Frigate genstarter" + } + } +} diff --git a/web/public/locales/da/components/filter.json b/web/public/locales/da/components/filter.json index 0967ef424..096374f16 100644 --- a/web/public/locales/da/components/filter.json +++ b/web/public/locales/da/components/filter.json @@ -1 +1,17 @@ -{} +{ + "filter": "Filter", + "classes": { + "label": "Klasser", + "all": { + "title": "Alle klasser" + }, + "count_one": "{{count}} Klasse", + "count_other": "{{count}} Klasser" + }, + "labels": { + "all": { + "short": "Labels" + }, + "count_one": "{{count}} Label" + } +} diff --git a/web/public/locales/da/components/icons.json b/web/public/locales/da/components/icons.json index f34a5e7df..44d71dbe3 100644 --- a/web/public/locales/da/components/icons.json +++ b/web/public/locales/da/components/icons.json @@ -1,5 +1,8 @@ { "iconPicker": { - "selectIcon": "Vælg et ikon" + "selectIcon": "Vælg et ikon", + "search": { + "placeholder": "Søg efter ikoner…" + } } } diff --git a/web/public/locales/da/components/input.json b/web/public/locales/da/components/input.json index 0967ef424..9d3f04a7f 100644 --- a/web/public/locales/da/components/input.json +++ b/web/public/locales/da/components/input.json @@ -1 +1,7 @@ -{} +{ + "button": { + "downloadVideo": { + "label": "Download Video" + } + } +} diff --git a/web/public/locales/da/components/player.json b/web/public/locales/da/components/player.json index 0967ef424..0a4adcc0e 100644 --- a/web/public/locales/da/components/player.json +++ b/web/public/locales/da/components/player.json @@ -1 +1,5 @@ -{} +{ + "noRecordingsFoundForThisTime": "Ingen optagelser fundet i det angivet tidsrum", + "noPreviewFound": "Ingen forhåndsvisning fundet", + "cameraDisabled": "Kamera er deaktiveret" +} diff --git a/web/public/locales/da/objects.json b/web/public/locales/da/objects.json index cae8fc8e2..e055dcf4a 100644 --- a/web/public/locales/da/objects.json +++ b/web/public/locales/da/objects.json @@ -1,3 +1,18 @@ { - "person": "Person" + "person": "Person", + "bicycle": "Cykel", + "car": "Bil", + "motorcycle": "Motorcykel", + "airplane": "Flyvemaskine", + "bus": "Bus", + "train": "Tog", + "boat": "Båd", + "traffic_light": "Trafiklys", + "vehicle": "Køretøj", + "skateboard": "Skateboard", + "door": "Dør", + "sink": "Håndvask", + "toothbrush": "Tandbørste", + "scissors": "Saks", + "clock": "Ur" } diff --git a/web/public/locales/da/views/configEditor.json b/web/public/locales/da/views/configEditor.json index 0967ef424..9d8a9a87f 100644 --- a/web/public/locales/da/views/configEditor.json +++ b/web/public/locales/da/views/configEditor.json @@ -1 +1,6 @@ -{} +{ + "documentTitle": "Konfigurationsstyring - Frigate", + "copyConfig": "Kopiér konfiguration", + "saveAndRestart": "Gem & Genstart", + "saveOnly": "Kun gem" +} diff --git a/web/public/locales/da/views/events.json b/web/public/locales/da/views/events.json index 0967ef424..9f065c38e 100644 --- a/web/public/locales/da/views/events.json +++ b/web/public/locales/da/views/events.json @@ -1 +1,11 @@ -{} +{ + "alerts": "Alarmer", + "detections": "Detekteringer", + "motion": { + "label": "Bevægelse", + "only": "Kun bevægelse" + }, + "allCameras": "Alle kameraer", + "timeline": "Tidslinje", + "camera": "Kamera" +} diff --git a/web/public/locales/da/views/explore.json b/web/public/locales/da/views/explore.json index 2c8a63e58..ec8a805e8 100644 --- a/web/public/locales/da/views/explore.json +++ b/web/public/locales/da/views/explore.json @@ -9,5 +9,11 @@ "lifecycleItemDesc": { "active": "{{label}} blev aktiv" } + }, + "exploreIsUnavailable": { + "embeddingsReindexing": { + "startingUp": "Starter…", + "estimatedTime": "Estimeret tid tilbage:" + } } } diff --git a/web/public/locales/da/views/exports.json b/web/public/locales/da/views/exports.json index 472dead1d..ea9879a11 100644 --- a/web/public/locales/da/views/exports.json +++ b/web/public/locales/da/views/exports.json @@ -1,4 +1,9 @@ { "documentTitle": "Eksporter - Frigate", - "search": "Søg" + "search": "Søg", + "deleteExport.desc": "Er du sikker på at du vil slette {{exportName}}?", + "editExport": { + "title": "Omdøb Eksport", + "saveExport": "Gem Eksport" + } } diff --git a/web/public/locales/da/views/faceLibrary.json b/web/public/locales/da/views/faceLibrary.json index 87f3a3437..e826586f6 100644 --- a/web/public/locales/da/views/faceLibrary.json +++ b/web/public/locales/da/views/faceLibrary.json @@ -1,3 +1,10 @@ { - "selectItem": "Vælg {{item}}" + "selectItem": "Vælg {{item}}", + "description": { + "addFace": "Gennemgang af tilføjelse til ansigts bibliotek", + "placeholder": "Angiv et navn for bibliotek" + }, + "details": { + "person": "Person" + } } diff --git a/web/public/locales/da/views/live.json b/web/public/locales/da/views/live.json index 0967ef424..73cf941c1 100644 --- a/web/public/locales/da/views/live.json +++ b/web/public/locales/da/views/live.json @@ -1 +1,12 @@ -{} +{ + "documentTitle": "Live - Frigate", + "documentTitle.withCamera": "{{camera}} - Live - Frigate", + "twoWayTalk": { + "enable": "Aktivér tovejskommunikation", + "disable": "Deaktiver tovejskommunikation" + }, + "cameraAudio": { + "enable": "Aktivér kameralyd", + "disable": "Deaktivér kamera lyd" + } +} diff --git a/web/public/locales/da/views/recording.json b/web/public/locales/da/views/recording.json index 0967ef424..a78f4c793 100644 --- a/web/public/locales/da/views/recording.json +++ b/web/public/locales/da/views/recording.json @@ -1 +1,11 @@ -{} +{ + "filter": "Filter", + "export": "Eksporter", + "calendar": "Kalender", + "filters": "Filtere", + "toast": { + "error": { + "endTimeMustAfterStartTime": "Sluttidspunkt skal være efter starttidspunkt" + } + } +} diff --git a/web/public/locales/da/views/search.json b/web/public/locales/da/views/search.json index dffdb9cb1..5aea579ee 100644 --- a/web/public/locales/da/views/search.json +++ b/web/public/locales/da/views/search.json @@ -1,3 +1,11 @@ { - "search": "Søg" + "search": "Søg", + "savedSearches": "Gemte Søgninger", + "searchFor": "Søg efter {{inputValue}}", + "button": { + "save": "Gem søgning", + "delete": "Slet gemt søgning", + "filterInformation": "Filter information", + "filterActive": "Filtre aktiv" + } } diff --git a/web/public/locales/da/views/settings.json b/web/public/locales/da/views/settings.json index ab16dd9f6..4563a1a76 100644 --- a/web/public/locales/da/views/settings.json +++ b/web/public/locales/da/views/settings.json @@ -1,5 +1,8 @@ { "documentTitle": { - "default": "Indstillinger - Frigate" + "default": "Indstillinger - Frigate", + "authentication": "Bruger Indstillinger - Frigate", + "camera": "Kamera indstillinger - Frigate", + "object": "Debug - Frigate" } } diff --git a/web/public/locales/da/views/system.json b/web/public/locales/da/views/system.json index 0967ef424..4fe2ea265 100644 --- a/web/public/locales/da/views/system.json +++ b/web/public/locales/da/views/system.json @@ -1 +1,12 @@ -{} +{ + "documentTitle": { + "cameras": "Kamera Statistik - Frigate", + "storage": "Lagrings Statistik - Frigate", + "logs": { + "frigate": "Frigate Logs - Frigate", + "go2rtc": "Go2RTC Logs - Frigate", + "nginx": "Nginx Logs - Frigate" + } + }, + "title": "System" +}