From 2e1b81b380d3a471f3516ba0fab407286525cd6f Mon Sep 17 00:00:00 2001 From: Hosted Weblate Date: Thu, 7 Aug 2025 02:03:36 +0200 Subject: [PATCH] Translated using Weblate (Finnish) Currently translated at 31.5% (36 of 114 strings) Translated using Weblate (Finnish) Currently translated at 56.4% (35 of 62 strings) Translated using Weblate (Finnish) Currently translated at 51.5% (34 of 66 strings) Translated using Weblate (Finnish) Currently translated at 68.0% (34 of 50 strings) Translated using Weblate (Finnish) Currently translated at 13.8% (59 of 427 strings) Co-authored-by: Hosted Weblate Co-authored-by: Toni Liski Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/audio/fi/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-dialog/fi/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-filter/fi/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-facelibrary/fi/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-system/fi/ Translation: Frigate NVR/audio Translation: Frigate NVR/components-dialog Translation: Frigate NVR/components-filter Translation: Frigate NVR/views-facelibrary Translation: Frigate NVR/views-system --- web/public/locales/fi/audio.json | 3 ++- web/public/locales/fi/components/dialog.json | 6 +++++- web/public/locales/fi/components/filter.json | 5 ++++- web/public/locales/fi/views/faceLibrary.json | 6 +++++- web/public/locales/fi/views/system.json | 3 ++- 5 files changed, 18 insertions(+), 5 deletions(-) diff --git a/web/public/locales/fi/audio.json b/web/public/locales/fi/audio.json index cb54c30be..1623e89bd 100644 --- a/web/public/locales/fi/audio.json +++ b/web/public/locales/fi/audio.json @@ -57,5 +57,6 @@ "sneeze": "Niistää", "throat_clearing": "Kurkun selvittäminen", "sniff": "Poimi", - "run": "Käynnistä" + "run": "Käynnistä", + "shuffle": "Sekoitus" } diff --git a/web/public/locales/fi/components/dialog.json b/web/public/locales/fi/components/dialog.json index 4b59b0d8c..9a1ca575d 100644 --- a/web/public/locales/fi/components/dialog.json +++ b/web/public/locales/fi/components/dialog.json @@ -67,7 +67,11 @@ "streaming": { "label": "Kuvavirta", "restreaming": { - "disabled": "Uudelleentoisto ei ole käytettävissä tällä kameralla." + "disabled": "Uudelleentoisto ei ole käytettävissä tällä kameralla.", + "desc": { + "title": "Määritä go2rtc saadaksesi lisäreaaliaikanäkymän vaihtoehtoja ja ääntä tälle kameralle.", + "readTheDocumentation": "Lue dokumentaatio" + } } } } diff --git a/web/public/locales/fi/components/filter.json b/web/public/locales/fi/components/filter.json index 17bc1ceb2..5a21e5424 100644 --- a/web/public/locales/fi/components/filter.json +++ b/web/public/locales/fi/components/filter.json @@ -54,6 +54,9 @@ "relevance": "Olennaisuus" }, "cameras": { - "label": "Kameran suodattimet" + "label": "Kameran suodattimet", + "all": { + "title": "Kaikki kamerat" + } } } diff --git a/web/public/locales/fi/views/faceLibrary.json b/web/public/locales/fi/views/faceLibrary.json index 94f4895ca..041c7324f 100644 --- a/web/public/locales/fi/views/faceLibrary.json +++ b/web/public/locales/fi/views/faceLibrary.json @@ -56,6 +56,10 @@ "desc": "Haluatko varmasti poistaa kokoelman {{name}}? Tämä poistaa pysyvästi kaikki liitetyt kasvot." }, "renameFace": { - "title": "Uudelleennimeä kasvot" + "title": "Uudelleennimeä kasvot", + "desc": "Anna uusi nimi tälle {{name}}" + }, + "button": { + "deleteFaceAttempts": "Poista kasvot" } } diff --git a/web/public/locales/fi/views/system.json b/web/public/locales/fi/views/system.json index d8a32030b..5000e45c6 100644 --- a/web/public/locales/fi/views/system.json +++ b/web/public/locales/fi/views/system.json @@ -44,7 +44,8 @@ "gpuDecoder": "GPU-dekooderi", "gpuInfo": { "vainfoOutput": { - "title": "Vainfon tulostus" + "title": "Vainfon tulostus", + "returnCode": "Paluuarvo: {{code}}" }, "toast": { "success": "Kopioi GPU:n tiedot leikepöydälle"