diff --git a/web/public/locales/hr/audio.json b/web/public/locales/hr/audio.json
index 5b518113a..d0b8ecaaa 100644
--- a/web/public/locales/hr/audio.json
+++ b/web/public/locales/hr/audio.json
@@ -1,3 +1,26 @@
{
- "speech": "Govor"
+ "speech": "Govor",
+ "babbling": "Brbljanje",
+ "bicycle": "Bicikl",
+ "yell": "Vikanje",
+ "car": "Automobil",
+ "bellow": "Ispod",
+ "motorcycle": "Motocikl",
+ "whispering": "Šaptanje",
+ "bus": "Autobus",
+ "laughter": "Smijeh",
+ "train": "Vlak",
+ "snicker": "Tenisica",
+ "boat": "Čamac",
+ "crying": "Plakanje",
+ "singing": "Pjevanje",
+ "choir": "Zbor",
+ "yodeling": "Jodlanje",
+ "mantra": "Mantra",
+ "bird": "Ptica",
+ "child_singing": "Dijete pjeva",
+ "cat": "Mačka",
+ "dog": "Pas",
+ "horse": "Konj",
+ "sheep": "Ovca"
}
diff --git a/web/public/locales/hr/common.json b/web/public/locales/hr/common.json
index af7c7980c..1e60764bd 100644
--- a/web/public/locales/hr/common.json
+++ b/web/public/locales/hr/common.json
@@ -1,5 +1,25 @@
{
"time": {
- "untilForTime": "Do {{time}}"
+ "untilForTime": "Do {{time}}",
+ "untilForRestart": "Dok se Frigate ponovno pokrene.",
+ "untilRestart": "Do ponovnog pokretanja",
+ "justNow": "Upravo",
+ "today": "Danas",
+ "yesterday": "Jučer",
+ "last7": "Zadnjih 7 dana",
+ "last14": "Zadnjih 14 dana",
+ "last30": "Zadnjih 30 dana",
+ "thisWeek": "Ovaj tjedan",
+ "lastWeek": "Prošli tjedan",
+ "thisMonth": "Ovaj mjesec",
+ "lastMonth": "Prošli mjesec",
+ "5minutes": "5 minuta",
+ "10minutes": "10 minuta",
+ "30minutes": "30 minuta",
+ "1hour": "1 sat",
+ "12hours": "12 sati",
+ "24hours": "24 sata",
+ "pm": "pm",
+ "am": "am"
}
}
diff --git a/web/public/locales/hr/components/auth.json b/web/public/locales/hr/components/auth.json
index f3b92ea45..110ad2c64 100644
--- a/web/public/locales/hr/components/auth.json
+++ b/web/public/locales/hr/components/auth.json
@@ -1,5 +1,14 @@
{
"form": {
- "user": "Korisničko ime"
+ "user": "Korisničko ime",
+ "password": "Lozinka",
+ "login": "Prijava",
+ "errors": {
+ "usernameRequired": "Korisničko ime je obavezno",
+ "passwordRequired": "Lozinka je obavezna",
+ "loginFailed": "Prijava nije uspjela",
+ "unknownError": "Nepoznata greška. Provjeri dnevnik.",
+ "webUnknownError": "Nepoznata greška. Provjerite logove u konzoli."
+ }
}
}
diff --git a/web/public/locales/hr/components/dialog.json b/web/public/locales/hr/components/dialog.json
index 660031e5e..2f360e1d6 100644
--- a/web/public/locales/hr/components/dialog.json
+++ b/web/public/locales/hr/components/dialog.json
@@ -1,5 +1,47 @@
{
"restart": {
- "title": "Jeste li sigurni da želite ponovno pokrenuti Frigate?"
+ "title": "Jeste li sigurni da želite ponovno pokrenuti Frigate?",
+ "button": "Ponovno pokreni",
+ "restarting": {
+ "title": "Frigate se ponovno pokreće",
+ "content": "Ova stranica će se osvježiti za {{countdown}} sekundi.",
+ "button": "Forsiraj ponovno pokretanje odmah"
+ }
+ },
+ "explore": {
+ "plus": {
+ "submitToPlus": {
+ "label": "Pošalji u Frigate+"
+ },
+ "review": {
+ "question": {
+ "label": "Potvrdi oznaku za Frigate Plus",
+ "ask_a": "Da li je ovaj objekt {{label}}?",
+ "ask_an": "Da li je ovaj objekt {{label}}?",
+ "ask_full": "Da li je ovaj objekt {{untranslatedLabel}} ({{translatedLabel}})?"
+ },
+ "state": {
+ "submitted": "Poslano"
+ }
+ }
+ },
+ "video": {
+ "viewInHistory": "Pogledaj u povijesti"
+ }
+ },
+ "export": {
+ "time": {
+ "lastHour_one": "Zadnji sat",
+ "lastHour_few": "Zadnja {{count}} sata",
+ "lastHour_other": "Zadnjih {{count}} sati",
+ "start": {
+ "title": "Vrijeme početka",
+ "label": "Odaberi vrijeme početka"
+ },
+ "end": {
+ "title": "Vrijeme kraja",
+ "label": "Odaberi vrijeme kraja"
+ }
+ }
}
}
diff --git a/web/public/locales/hr/components/filter.json b/web/public/locales/hr/components/filter.json
index 37845aa99..d50119743 100644
--- a/web/public/locales/hr/components/filter.json
+++ b/web/public/locales/hr/components/filter.json
@@ -2,5 +2,29 @@
"filter": "Filter",
"classes": {
"label": "Klase"
- }
+ },
+ "labels": {
+ "label": "Oznake",
+ "all": {
+ "title": "Sve oznake",
+ "short": "Oznake"
+ },
+ "count_one": "{{count}} oznake",
+ "count_other": "{{count}} oznake"
+ },
+ "zones": {
+ "label": "Zone",
+ "all": {
+ "title": "Sve zone",
+ "short": "Zone"
+ }
+ },
+ "dates": {
+ "selectPreset": "Odaberi predložak…",
+ "all": {
+ "title": "Svi datumi",
+ "short": "Datumi"
+ }
+ },
+ "more": "Više filtera"
}
diff --git a/web/public/locales/hr/components/icons.json b/web/public/locales/hr/components/icons.json
index b973f1072..f6c0fa5d5 100644
--- a/web/public/locales/hr/components/icons.json
+++ b/web/public/locales/hr/components/icons.json
@@ -1,5 +1,8 @@
{
"iconPicker": {
- "selectIcon": "Odaberite ikonu"
+ "selectIcon": "Odaberite ikonu",
+ "search": {
+ "placeholder": "Traži ikonu…"
+ }
}
}
diff --git a/web/public/locales/hr/components/input.json b/web/public/locales/hr/components/input.json
index ffeca81c5..0df384bea 100644
--- a/web/public/locales/hr/components/input.json
+++ b/web/public/locales/hr/components/input.json
@@ -1,7 +1,10 @@
{
"button": {
"downloadVideo": {
- "label": "Preuzmi video"
+ "label": "Preuzmi video",
+ "toast": {
+ "success": "Preuzimanje vašeg videa za recenziju je počelo."
+ }
}
}
}
diff --git a/web/public/locales/hr/components/player.json b/web/public/locales/hr/components/player.json
index 752b358dc..f32271904 100644
--- a/web/public/locales/hr/components/player.json
+++ b/web/public/locales/hr/components/player.json
@@ -1,3 +1,19 @@
{
- "noRecordingsFoundForThisTime": "Nisu pronađene snimke za ovo vrijeme"
+ "noRecordingsFoundForThisTime": "Nisu pronađene snimke za ovo vrijeme",
+ "submitFrigatePlus": {
+ "title": "Pošalji ovaj kadar u Frigate+?",
+ "submit": "Pošalji"
+ },
+ "cameraDisabled": "Kamera je onemogućena",
+ "stats": {
+ "streamType": {
+ "short": "Vrsta"
+ },
+ "latency": {
+ "value": "{{seconds}} sekundi",
+ "short": {
+ "value": "{{seconds}} sekundi"
+ }
+ }
+ }
}
diff --git a/web/public/locales/hr/objects.json b/web/public/locales/hr/objects.json
index afc133807..1a9a74392 100644
--- a/web/public/locales/hr/objects.json
+++ b/web/public/locales/hr/objects.json
@@ -1,3 +1,21 @@
{
- "person": "Osoba"
+ "person": "Osoba",
+ "bicycle": "Bicikl",
+ "car": "Automobil",
+ "motorcycle": "Motocikl",
+ "airplane": "Zrakoplov",
+ "bus": "Autobus",
+ "train": "Vlak",
+ "boat": "Čamac",
+ "traffic_light": "Semafor",
+ "fire_hydrant": "Hidrant",
+ "street_sign": "Prometni znak",
+ "stop_sign": "Znak stop",
+ "bench": "Klupa",
+ "bird": "Ptica",
+ "cat": "Mačka",
+ "dog": "Pas",
+ "horse": "Konj",
+ "sheep": "Ovca",
+ "cow": "Krava"
}
diff --git a/web/public/locales/hr/views/classificationModel.json b/web/public/locales/hr/views/classificationModel.json
index 0967ef424..e3070af27 100644
--- a/web/public/locales/hr/views/classificationModel.json
+++ b/web/public/locales/hr/views/classificationModel.json
@@ -1 +1,22 @@
-{}
+{
+ "documentTitle": "Klasifikacijski modeli - Frigate",
+ "button": {
+ "deleteImages": "Obriši slike",
+ "trainModel": "Treniraj model",
+ "addClassification": "Dodaj klasifikaciju",
+ "deleteModels": "Obriši modele",
+ "editModel": "Uredi model"
+ },
+ "tooltip": {
+ "trainingInProgress": "Model se trenutno trenira",
+ "modelNotReady": "Model nije spreman za treniranje"
+ },
+ "details": {
+ "unknown": "Nepoznato"
+ },
+ "toast": {
+ "success": {
+ "deletedImage": "Obrisane slike"
+ }
+ }
+}
diff --git a/web/public/locales/hr/views/configEditor.json b/web/public/locales/hr/views/configEditor.json
index 6443eaa83..fe4011ecc 100644
--- a/web/public/locales/hr/views/configEditor.json
+++ b/web/public/locales/hr/views/configEditor.json
@@ -1,3 +1,12 @@
{
- "documentTitle": "Uređivač konfiguracije - Frigate"
+ "documentTitle": "Uređivač konfiguracije - Frigate",
+ "copyConfig": "Kopiraj konfiguraciju",
+ "saveAndRestart": "Spremi i pokreni ponovno",
+ "saveOnly": "Samo spremi",
+ "confirm": "Izađi bez spremanja?",
+ "toast": {
+ "error": {
+ "savingError": "Greška pri spremanju konfiguracije"
+ }
+ }
}
diff --git a/web/public/locales/hr/views/events.json b/web/public/locales/hr/views/events.json
index b38704712..47c1530f2 100644
--- a/web/public/locales/hr/views/events.json
+++ b/web/public/locales/hr/views/events.json
@@ -1,3 +1,26 @@
{
- "alerts": "Upozorenja"
+ "alerts": "Upozorenja",
+ "detections": "Detekcije",
+ "motion": {
+ "label": "Pokret",
+ "only": "Samo pokret"
+ },
+ "allCameras": "Sve kamere",
+ "empty": {
+ "alert": "Nema uzbuna za pregledati",
+ "detection": "Nema detekcija za pregled",
+ "motion": "Nema podataka o pokretu"
+ },
+ "timeline": "Vremenska linija",
+ "timeline.aria": "Odaberi vremensku liniju",
+ "zoomOut": "Udalji",
+ "events": {
+ "label": "Događaji",
+ "aria": "Odaberi događaje",
+ "noFoundForTimePeriod": "Nema pronađenih događaja za ovaj vremenski period."
+ },
+ "zoomIn": "Približi",
+ "detail": {
+ "label": "Detalji"
+ }
}
diff --git a/web/public/locales/hr/views/explore.json b/web/public/locales/hr/views/explore.json
index c4f84e742..114e4f893 100644
--- a/web/public/locales/hr/views/explore.json
+++ b/web/public/locales/hr/views/explore.json
@@ -1,3 +1,24 @@
{
- "documentTitle": "Istražite - Frigate"
+ "documentTitle": "Istražite - Frigate",
+ "generativeAI": "Generativni AI",
+ "exploreIsUnavailable": {
+ "title": "Istraživanje je nedostupno",
+ "embeddingsReindexing": {
+ "startingUp": "Pokretanje…",
+ "finishingShortly": "Završava uskoro",
+ "estimatedTime": "Procjenjeno preostalo vrijeme:"
+ },
+ "downloadingModels": {
+ "setup": {
+ "textModel": "Tekstualni model"
+ }
+ }
+ },
+ "details": {
+ "timestamp": "Vremenska oznaka"
+ },
+ "trackedObjectDetails": "Detalji praćenog objekta",
+ "type": {
+ "details": "detalji"
+ }
}
diff --git a/web/public/locales/hr/views/exports.json b/web/public/locales/hr/views/exports.json
index 529e7c42e..6a4956e69 100644
--- a/web/public/locales/hr/views/exports.json
+++ b/web/public/locales/hr/views/exports.json
@@ -1,4 +1,18 @@
{
"documentTitle": "Izvoz - Frigate",
- "search": "Pretraga"
+ "search": "Pretraga",
+ "deleteExport.desc": "Da li si siguran da želiš obrisati {{exportName}}?",
+ "editExport": {
+ "saveExport": "Spremi izvoz",
+ "title": "Preimenuj izvoz",
+ "desc": "Unesite novo ime ovog izvoza."
+ },
+ "tooltip": {
+ "shareExport": "Podijeli izvoz",
+ "downloadVideo": "Preuzmi video",
+ "editName": "Uredi ime",
+ "deleteExport": "Obriši izvoz"
+ },
+ "noExports": "Izvozi nisu pronađeni",
+ "deleteExport": "Obriši izvoz"
}
diff --git a/web/public/locales/hr/views/faceLibrary.json b/web/public/locales/hr/views/faceLibrary.json
index 7f5754c9a..b500f4b90 100644
--- a/web/public/locales/hr/views/faceLibrary.json
+++ b/web/public/locales/hr/views/faceLibrary.json
@@ -1,6 +1,7 @@
{
"description": {
- "addFace": "Vodič za dodavanje nove kolekcije u Biblioteku lica."
+ "addFace": "Dodaj novu kolekcije u Biblioteku lica učitavanjem prve slike.",
+ "placeholder": "Unesi ime za ovu kolekciju"
},
"steps": {
"faceName": "Unesi Ime Lica",
@@ -24,5 +25,17 @@
"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."
+ },
+ "details": {
+ "timestamp": "Vremenska oznaka",
+ "unknown": "Nepoznato"
+ },
+ "documentTitle": "Biblioteka lica - Frigate",
+ "uploadFaceImage": {
+ "title": "Učitaj sliku lica"
+ },
+ "collections": "Kolekcije",
+ "createFaceLibrary": {
+ "new": "Stvori novo lice"
}
}
diff --git a/web/public/locales/hr/views/live.json b/web/public/locales/hr/views/live.json
index 93f59972a..edf847efc 100644
--- a/web/public/locales/hr/views/live.json
+++ b/web/public/locales/hr/views/live.json
@@ -1,3 +1,46 @@
{
- "documentTitle": "Uživo - Frigate"
+ "documentTitle": "Uživo - Frigate",
+ "documentTitle.withCamera": "{{camera}} - Uživo - Frigate",
+ "twoWayTalk": {
+ "enable": "Omogući dvosmjerni razgovor",
+ "disable": "Onemogući dvosmjerni razgovor"
+ },
+ "cameraAudio": {
+ "enable": "Omogući zvuk kamere",
+ "disable": "Onemogući zvuk kamere"
+ },
+ "ptz": {
+ "move": {
+ "clickMove": {
+ "label": "Klikni unutar kadra da centriraš kameru",
+ "enable": "Omogući pomicanje klikom",
+ "disable": "Onemogući pomicanje klikom"
+ },
+ "left": {
+ "label": "Pomakni PTZ kameru u lijevo"
+ },
+ "up": {
+ "label": "Pomakni PTZ kameru gore"
+ },
+ "down": {
+ "label": "Pomakni PTZ kameru dolje"
+ },
+ "right": {
+ "label": "Pomakni PTZ kameru u desno"
+ }
+ },
+ "zoom": {
+ "in": {
+ "label": "Približi PTZ kameru"
+ },
+ "out": {
+ "label": "Udalji PTZ kameru"
+ }
+ },
+ "focus": {
+ "in": {
+ "label": "Izoštri fokus PTZ kamere"
+ }
+ }
+ }
}
diff --git a/web/public/locales/hr/views/recording.json b/web/public/locales/hr/views/recording.json
index 110cf71eb..8470b3e3d 100644
--- a/web/public/locales/hr/views/recording.json
+++ b/web/public/locales/hr/views/recording.json
@@ -1,4 +1,12 @@
{
"filter": "Filter",
- "export": "Izvoz"
+ "export": "Izvoz",
+ "calendar": "Kalendar",
+ "filters": "Filteri",
+ "toast": {
+ "error": {
+ "endTimeMustAfterStartTime": "Vrijeme završetka mora biti nakon vremena početka",
+ "noValidTimeSelected": "Nije izabran ispravan vremenski raspon"
+ }
+ }
}
diff --git a/web/public/locales/hr/views/search.json b/web/public/locales/hr/views/search.json
index 370cb28b9..c31ff77c8 100644
--- a/web/public/locales/hr/views/search.json
+++ b/web/public/locales/hr/views/search.json
@@ -1,3 +1,25 @@
{
- "search": "Pretraga"
+ "search": "Pretraga",
+ "savedSearches": "Spremljene pretrage",
+ "searchFor": "Pretraži {{inputValue}}",
+ "button": {
+ "clear": "Izbriši pretragu",
+ "save": "Spremi pretragu",
+ "delete": "Obriši spremljene pretrage",
+ "filterInformation": "Filtriraj informacije",
+ "filterActive": "Filteri aktivni"
+ },
+ "filter": {
+ "label": {
+ "cameras": "Kamere",
+ "labels": "Oznake",
+ "zones": "Zone",
+ "search_type": "Pretraži vrstu",
+ "time_range": "Vremenski raspon",
+ "attributes": "Atributi",
+ "before": "Prije",
+ "after": "Poslije",
+ "min_score": "Min ocjena"
+ }
+ }
}
diff --git a/web/public/locales/hr/views/settings.json b/web/public/locales/hr/views/settings.json
index c2153a609..500361bf3 100644
--- a/web/public/locales/hr/views/settings.json
+++ b/web/public/locales/hr/views/settings.json
@@ -1,5 +1,20 @@
{
"documentTitle": {
- "default": "Postavke - Frigate"
+ "default": "Postavke - Frigate",
+ "authentication": "Postavke autentikacije - Frigate",
+ "cameraManagement": "Upravljaj kamerama - Frigate",
+ "masksAndZones": "Uređivač maski i zona - Frigate",
+ "general": "Postavke sučelja - Frigate",
+ "frigatePlus": "Frigate+ postavke - Frigate",
+ "notifications": "Postavke notifikacija - Frigate",
+ "enrichments": "Postavke obogaćivanja - Frigate"
+ },
+ "menu": {
+ "ui": "Sučelje",
+ "cameraReview": "Pregled",
+ "enrichments": "Obogaćenja",
+ "masksAndZones": "Maske / Zone",
+ "triggers": "Okidači",
+ "users": "Korisnici"
}
}
diff --git a/web/public/locales/hr/views/system.json b/web/public/locales/hr/views/system.json
index 076c823a0..417209030 100644
--- a/web/public/locales/hr/views/system.json
+++ b/web/public/locales/hr/views/system.json
@@ -1,5 +1,25 @@
{
"documentTitle": {
- "cameras": "Statistika kamera - Frigate"
+ "cameras": "Statistika kamera - Frigate",
+ "general": "Generalne statistike - Frigate",
+ "logs": {
+ "go2rtc": "Go2RTC dnevnik - Frigate",
+ "nginx": "Nginx dnevnik - Frigate",
+ "frigate": "Frigate logovi - Frigate"
+ },
+ "storage": "Statistika pohrane - Frigate",
+ "enrichments": "Statistika obogaćivanja - Frigate"
+ },
+ "title": "Sustav",
+ "logs": {
+ "download": {
+ "label": "Preuzmi dnevnik"
+ },
+ "type": {
+ "label": "Vrsta",
+ "timestamp": "Vremenska oznaka",
+ "tag": "Oznaka",
+ "message": "Poruka"
+ }
}
}