From 577ef0760e57821c8cc4d0185abcfb2f158809ad Mon Sep 17 00:00:00 2001 From: Hosted Weblate Date: Fri, 26 Sep 2025 14:08:18 +0200 Subject: [PATCH] Translated using Weblate (Danish) Currently translated at 1.6% (2 of 118 strings) Translated using Weblate (Danish) Currently translated at 0.4% (2 of 462 strings) Translated using Weblate (Danish) Currently translated at 4.1% (2 of 48 strings) Translated using Weblate (Danish) Currently translated at 50.0% (3 of 6 strings) Translated using Weblate (Danish) Currently translated at 2.4% (2 of 83 strings) Translated using Weblate (Danish) Currently translated at 4.9% (3 of 61 strings) Translated using Weblate (Danish) Currently translated at 7.6% (2 of 26 strings) Translated using Weblate (Danish) Currently translated at 10.0% (1 of 10 strings) Translated using Weblate (Danish) Currently translated at 1.6% (2 of 118 strings) Translated using Weblate (Danish) Currently translated at 8.0% (2 of 25 strings) Translated using Weblate (Danish) Currently translated at 50.0% (1 of 2 strings) Translated using Weblate (Danish) Currently translated at 100.0% (2 of 2 strings) Translated using Weblate (Danish) Currently translated at 1.3% (1 of 72 strings) Translated using Weblate (Danish) Currently translated at 3.8% (2 of 52 strings) Translated using Weblate (Danish) Currently translated at 1.8% (8 of 427 strings) Co-authored-by: Alexander Co-authored-by: Hosted Weblate Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/audio/da/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-dialog/da/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-filter/da/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-icons/da/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-input/da/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-player/da/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/objects/da/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-configeditor/da/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-events/da/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-facelibrary/da/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-live/da/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-recording/da/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-search/da/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-settings/da/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-system/da/ Translation: Frigate NVR/audio Translation: Frigate NVR/components-dialog Translation: Frigate NVR/components-filter Translation: Frigate NVR/components-icons Translation: Frigate NVR/components-input Translation: Frigate NVR/components-player Translation: Frigate NVR/objects Translation: Frigate NVR/views-configeditor Translation: Frigate NVR/views-events Translation: Frigate NVR/views-facelibrary Translation: Frigate NVR/views-live Translation: Frigate NVR/views-recording Translation: Frigate NVR/views-search Translation: Frigate NVR/views-settings Translation: Frigate NVR/views-system --- web/public/locales/da/audio.json | 3 ++- web/public/locales/da/components/dialog.json | 7 ++++++- web/public/locales/da/components/filter.json | 4 +++- web/public/locales/da/components/icons.json | 5 ++++- web/public/locales/da/components/input.json | 8 +++++++- web/public/locales/da/components/player.json | 5 ++++- web/public/locales/da/objects.json | 3 ++- web/public/locales/da/views/configEditor.json | 4 +++- web/public/locales/da/views/events.json | 5 ++++- web/public/locales/da/views/faceLibrary.json | 6 +++++- web/public/locales/da/views/live.json | 5 ++++- web/public/locales/da/views/recording.json | 6 +++++- web/public/locales/da/views/search.json | 3 ++- web/public/locales/da/views/settings.json | 3 ++- web/public/locales/da/views/system.json | 7 ++++++- 15 files changed, 59 insertions(+), 15 deletions(-) diff --git a/web/public/locales/da/audio.json b/web/public/locales/da/audio.json index c43ee7e63b..49b75139db 100644 --- a/web/public/locales/da/audio.json +++ b/web/public/locales/da/audio.json @@ -5,5 +5,6 @@ "moo": "Bučanie", "cowbell": "Kravský zvonec", "pig": "Prasa", - "speech": "Tale" + "speech": "Tale", + "bicycle": "Cykel" } diff --git a/web/public/locales/da/components/dialog.json b/web/public/locales/da/components/dialog.json index 0967ef424b..8907039cd1 100644 --- a/web/public/locales/da/components/dialog.json +++ b/web/public/locales/da/components/dialog.json @@ -1 +1,6 @@ -{} +{ + "restart": { + "title": "Er du sikker på at du vil genstarte Frigate?", + "button": "Genstart" + } +} diff --git a/web/public/locales/da/components/filter.json b/web/public/locales/da/components/filter.json index 0967ef424b..306660fe8b 100644 --- a/web/public/locales/da/components/filter.json +++ b/web/public/locales/da/components/filter.json @@ -1 +1,3 @@ -{} +{ + "filter": "Filter" +} diff --git a/web/public/locales/da/components/icons.json b/web/public/locales/da/components/icons.json index f34a5e7dfc..44d71dbe34 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 0967ef424b..9d3f04a7f8 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 0967ef424b..bc51d3a6b7 100644 --- a/web/public/locales/da/components/player.json +++ b/web/public/locales/da/components/player.json @@ -1 +1,4 @@ -{} +{ + "noRecordingsFoundForThisTime": "Ingen optagelser fundet i det angivet tidsrum", + "noPreviewFound": "Ingen forhåndsvisning fundet" +} diff --git a/web/public/locales/da/objects.json b/web/public/locales/da/objects.json index cae8fc8e2c..515c8a7ac6 100644 --- a/web/public/locales/da/objects.json +++ b/web/public/locales/da/objects.json @@ -1,3 +1,4 @@ { - "person": "Person" + "person": "Person", + "bicycle": "Cykel" } diff --git a/web/public/locales/da/views/configEditor.json b/web/public/locales/da/views/configEditor.json index 0967ef424b..d64fa4ab24 100644 --- a/web/public/locales/da/views/configEditor.json +++ b/web/public/locales/da/views/configEditor.json @@ -1 +1,3 @@ -{} +{ + "documentTitle": "Konfigurationsstyring - Frigate" +} diff --git a/web/public/locales/da/views/events.json b/web/public/locales/da/views/events.json index 0967ef424b..5b525b3d69 100644 --- a/web/public/locales/da/views/events.json +++ b/web/public/locales/da/views/events.json @@ -1 +1,4 @@ -{} +{ + "alerts": "Alarmer", + "detections": "Detekteringer" +} diff --git a/web/public/locales/da/views/faceLibrary.json b/web/public/locales/da/views/faceLibrary.json index 87f3a3437b..6731f4ee39 100644 --- a/web/public/locales/da/views/faceLibrary.json +++ b/web/public/locales/da/views/faceLibrary.json @@ -1,3 +1,7 @@ { - "selectItem": "Vælg {{item}}" + "selectItem": "Vælg {{item}}", + "description": { + "addFace": "Gennemgang af tilføjelse til ansigts bibliotek", + "placeholder": "Angiv et navn for bibliotek" + } } diff --git a/web/public/locales/da/views/live.json b/web/public/locales/da/views/live.json index 0967ef424b..f9bb03e1b5 100644 --- a/web/public/locales/da/views/live.json +++ b/web/public/locales/da/views/live.json @@ -1 +1,4 @@ -{} +{ + "documentTitle": "Live - Frigate", + "documentTitle.withCamera": "{{camera}} - Live - Frigate" +} diff --git a/web/public/locales/da/views/recording.json b/web/public/locales/da/views/recording.json index 0967ef424b..8ce8e7ebdd 100644 --- a/web/public/locales/da/views/recording.json +++ b/web/public/locales/da/views/recording.json @@ -1 +1,5 @@ -{} +{ + "filter": "Filter", + "export": "Eksporter", + "calendar": "Kalender" +} diff --git a/web/public/locales/da/views/search.json b/web/public/locales/da/views/search.json index dffdb9cb18..771d1a65f5 100644 --- a/web/public/locales/da/views/search.json +++ b/web/public/locales/da/views/search.json @@ -1,3 +1,4 @@ { - "search": "Søg" + "search": "Søg", + "savedSearches": "Gemte Søgninger" } diff --git a/web/public/locales/da/views/settings.json b/web/public/locales/da/views/settings.json index ab16dd9f6b..83cd1637da 100644 --- a/web/public/locales/da/views/settings.json +++ b/web/public/locales/da/views/settings.json @@ -1,5 +1,6 @@ { "documentTitle": { - "default": "Indstillinger - Frigate" + "default": "Indstillinger - Frigate", + "authentication": "Bruger Indstillinger - Frigate" } } diff --git a/web/public/locales/da/views/system.json b/web/public/locales/da/views/system.json index 0967ef424b..e504d4ebea 100644 --- a/web/public/locales/da/views/system.json +++ b/web/public/locales/da/views/system.json @@ -1 +1,6 @@ -{} +{ + "documentTitle": { + "cameras": "Kamera Statistik - Frigate", + "storage": "Lagrings Statistik - Frigate" + } +}