From 1e2c8af3dc6ada206973e7312cb07cd60b92aa3e Mon Sep 17 00:00:00 2001 From: Hosted Weblate Date: Sat, 4 Apr 2026 14:57:39 +0200 Subject: [PATCH] Translated using Weblate (Croatian) Currently translated at 98.3% (120 of 122 strings) Translated using Weblate (Croatian) Currently translated at 98.3% (120 of 122 strings) Co-authored-by: Hosted Weblate Co-authored-by: Zoran Ivancevic Co-authored-by: stipe-jurkovic Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-classificationmodel/hr/ Translation: Frigate NVR/views-classificationmodel --- web/public/locales/hr/views/classificationModel.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/web/public/locales/hr/views/classificationModel.json b/web/public/locales/hr/views/classificationModel.json index 97bfff234..b61defad9 100644 --- a/web/public/locales/hr/views/classificationModel.json +++ b/web/public/locales/hr/views/classificationModel.json @@ -23,8 +23,12 @@ }, "toast": { "success": { - "deletedImage": "Obrisane slike", - "deletedCategory": "Izbrisana Klasa", + "deletedImage_one": "Obrisane slike", + "deletedImage_few": "", + "deletedImage_other": "", + "deletedCategory_one": "Izbrisana Klasa", + "deletedCategory_few": "", + "deletedCategory_other": "", "deletedModel_one": "Uspješno izbrisan {{count}} model", "deletedModel_few": "Uspješno izbrisana {{count}} modela", "deletedModel_other": "Uspješno izbrisano {{count}} modela",