From cdbd9038b8f32963e02d22a35f7d09cc48ebd13d Mon Sep 17 00:00:00 2001 From: Hosted Weblate Date: Tue, 25 Nov 2025 14:39:34 +0100 Subject: [PATCH] Translated using Weblate (Croatian) Currently translated at 33.3% (2 of 6 strings) Translated using Weblate (Croatian) Currently translated at 21.1% (11 of 52 strings) Translated using Weblate (Croatian) Currently translated at 2.7% (2 of 72 strings) Co-authored-by: Hosted Weblate Co-authored-by: Josip Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-filter/hr/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-facelibrary/hr/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-recording/hr/ Translation: Frigate NVR/components-filter Translation: Frigate NVR/views-facelibrary Translation: Frigate NVR/views-recording --- web/public/locales/hr/components/filter.json | 2 +- web/public/locales/hr/views/faceLibrary.json | 23 ++++++++++++++++++++ web/public/locales/hr/views/recording.json | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/web/public/locales/hr/components/filter.json b/web/public/locales/hr/components/filter.json index e81df54d8..37845aa99 100644 --- a/web/public/locales/hr/components/filter.json +++ b/web/public/locales/hr/components/filter.json @@ -1,5 +1,5 @@ { - "filter": "Filtar", + "filter": "Filter", "classes": { "label": "Klase" } diff --git a/web/public/locales/hr/views/faceLibrary.json b/web/public/locales/hr/views/faceLibrary.json index 242c150b1..7f5754c9a 100644 --- a/web/public/locales/hr/views/faceLibrary.json +++ b/web/public/locales/hr/views/faceLibrary.json @@ -1,5 +1,28 @@ { "description": { "addFace": "Vodič za dodavanje nove kolekcije u Biblioteku lica." + }, + "steps": { + "faceName": "Unesi Ime Lica", + "uploadFace": "Prenesi Sliku Lica", + "nextSteps": "Sljedeći Koraci", + "description": { + "uploadFace": "Prenesite sliku {{name}} koja prikazuje njezino lice iz prednjeg kuta. Slika ne mora biti obrezana samo na njezino lice." + } + }, + "train": { + "title": "Nedavna Prepoznavanja", + "aria": "Odaberite nedavna prepoznavanja", + "empty": "Nema nedavnih pokušaja prepoznavanja lica" + }, + "deleteFaceLibrary": { + "title": "Izbriši Ime", + "desc": "Jeste li sigurni da želite izbrisati kolekciju {{name}}? Ovim će se trajno izbrisati sva povezana lica." + }, + "deleteFaceAttempts": { + "title": "Izbriši Lica", + "desc_one": "Jeste li sigurni da želite izbrisati {{count}} lice? Ova se radnja ne može poništiti.", + "desc_few": "Jeste li sigurni da želite izbrisati {{count}} lica? Ova se radnja ne može poništiti.", + "desc_other": "Jeste li sigurni da želite izbrisati {{count}} lica? Ova se radnja ne može poništiti." } } diff --git a/web/public/locales/hr/views/recording.json b/web/public/locales/hr/views/recording.json index a408537b3..110cf71eb 100644 --- a/web/public/locales/hr/views/recording.json +++ b/web/public/locales/hr/views/recording.json @@ -1,4 +1,4 @@ { - "filter": "Filtar", + "filter": "Filter", "export": "Izvoz" }