diff --git a/web/public/locales/hr/audio.json b/web/public/locales/hr/audio.json index 55d1e5fce..8531e48d8 100644 --- a/web/public/locales/hr/audio.json +++ b/web/public/locales/hr/audio.json @@ -11,7 +11,7 @@ "laughter": "Smijeh", "train": "Vlak", "snicker": "Smješkanje", - "boat": "ÄŒamac", + "boat": "Brod", "crying": "Plakanje", "singing": "Pjevanje", "choir": "Zbor", @@ -350,7 +350,7 @@ "microwave_oven": "Mikrovalna pećnica", "water_tap": "Vodovodna slavina", "bathtub": "Kada", - "toilet_flush": "Ispiranje WC-a", + "toilet_flush": "Ispiranje toaleta", "electric_toothbrush": "Električna četkica za zube", "vacuum_cleaner": "Usisavač", "zipper": "Patentni zatvarač", diff --git a/web/public/locales/hr/common.json b/web/public/locales/hr/common.json index 68b1cb41f..8206a7d3b 100644 --- a/web/public/locales/hr/common.json +++ b/web/public/locales/hr/common.json @@ -22,11 +22,11 @@ "pm": "pm", "am": "am", "ago": "prije {{timeAgo}}", - "yr": "{{time}}g.", + "yr": "{{time}}g", "year_one": "{{time}} godina", "year_few": "{{time}} godine", "year_other": "{{time}} godina", - "mo": "{{time}}mj.", + "mo": "{{time}}mj", "month_one": "{{time}} mjesec", "month_few": "{{time}} mjeseca", "month_other": "{{time}} mjeseci", diff --git a/web/public/locales/hr/config/cameras.json b/web/public/locales/hr/config/cameras.json index 0967ef424..1ffab6388 100644 --- a/web/public/locales/hr/config/cameras.json +++ b/web/public/locales/hr/config/cameras.json @@ -1 +1,3 @@ -{} +{ + "label": "Konfiguracijakamere" +} diff --git a/web/public/locales/hr/config/global.json b/web/public/locales/hr/config/global.json index 0967ef424..9a3929845 100644 --- a/web/public/locales/hr/config/global.json +++ b/web/public/locales/hr/config/global.json @@ -1 +1,5 @@ -{} +{ + "version": { + "label": "Trenutna verzija konfiguracije" + } +} diff --git a/web/public/locales/hr/config/groups.json b/web/public/locales/hr/config/groups.json index 0967ef424..fd99a882c 100644 --- a/web/public/locales/hr/config/groups.json +++ b/web/public/locales/hr/config/groups.json @@ -1 +1,7 @@ -{} +{ + "audio": { + "global": { + "detection": "Globalna detekcija" + } + } +} diff --git a/web/public/locales/hr/objects.json b/web/public/locales/hr/objects.json index 955ebe0cd..b27b693e1 100644 --- a/web/public/locales/hr/objects.json +++ b/web/public/locales/hr/objects.json @@ -6,7 +6,7 @@ "airplane": "Zrakoplov", "bus": "Autobus", "train": "Vlak", - "boat": "ÄŒamac", + "boat": "Brod", "traffic_light": "Semafor", "fire_hydrant": "Hidrant", "street_sign": "Prometni znak", diff --git a/web/public/locales/hr/views/chat.json b/web/public/locales/hr/views/chat.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/web/public/locales/hr/views/chat.json @@ -0,0 +1 @@ +{} diff --git a/web/public/locales/hr/views/live.json b/web/public/locales/hr/views/live.json index 9fce430f5..a60f87cd5 100644 --- a/web/public/locales/hr/views/live.json +++ b/web/public/locales/hr/views/live.json @@ -1,5 +1,7 @@ { - "documentTitle": "Uživo - Frigate", + "documentTitle": { + "default": "Uživo - Frigate" + }, "documentTitle.withCamera": "{{camera}} - Uživo - Frigate", "twoWayTalk": { "enable": "Omogući dvosmjerni razgovor", diff --git a/web/public/locales/hr/views/motionSearch.json b/web/public/locales/hr/views/motionSearch.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/web/public/locales/hr/views/motionSearch.json @@ -0,0 +1 @@ +{} diff --git a/web/public/locales/hr/views/replay.json b/web/public/locales/hr/views/replay.json new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/web/public/locales/hr/views/replay.json @@ -0,0 +1 @@ +{}