Translated using Weblate (Slovak)

Currently translated at 99.4% (595 of 598 strings)

Translated using Weblate (Slovak)

Currently translated at 97.9% (97 of 99 strings)

Translated using Weblate (Slovak)

Currently translated at 100.0% (98 of 98 strings)

Translated using Weblate (Slovak)

Currently translated at 100.0% (596 of 596 strings)

Translated using Weblate (Slovak)

Currently translated at 99.2% (124 of 125 strings)

Translated using Weblate (Slovak)

Currently translated at 100.0% (51 of 51 strings)

Translated using Weblate (Slovak)

Currently translated at 100.0% (207 of 207 strings)

Translated using Weblate (Slovak)

Currently translated at 85.9% (512 of 596 strings)

Translated using Weblate (Slovak)

Currently translated at 99.1% (123 of 124 strings)

Translated using Weblate (Slovak)

Currently translated at 100.0% (54 of 54 strings)

Translated using Weblate (Slovak)

Currently translated at 98.6% (494 of 501 strings)

Translated using Weblate (Slovak)

Currently translated at 100.0% (88 of 88 strings)

Translated using Weblate (Slovak)

Currently translated at 74.1% (442 of 596 strings)

Translated using Weblate (Slovak)

Currently translated at 98.3% (122 of 124 strings)

Translated using Weblate (Slovak)

Currently translated at 100.0% (13 of 13 strings)

Translated using Weblate (Slovak)

Currently translated at 100.0% (39 of 39 strings)

Translated using Weblate (Slovak)

Currently translated at 98.1% (53 of 54 strings)

Translated using Weblate (Slovak)

Currently translated at 100.0% (206 of 206 strings)

Translated using Weblate (Slovak)

Currently translated at 88.0% (441 of 501 strings)

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Jakub K <klacanjakub0@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/audio/sk/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/common/sk/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-dialog/sk/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-classificationmodel/sk/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-events/sk/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-explore/sk/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-exports/sk/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-facelibrary/sk/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-settings/sk/
Translation: Frigate NVR/audio
Translation: Frigate NVR/common
Translation: Frigate NVR/components-dialog
Translation: Frigate NVR/views-classificationmodel
Translation: Frigate NVR/views-events
Translation: Frigate NVR/views-explore
Translation: Frigate NVR/views-exports
Translation: Frigate NVR/views-facelibrary
Translation: Frigate NVR/views-settings
This commit is contained in:
Hosted Weblate
2025-11-06 09:33:14 -07:00
committed by Nicolas Mowen
co-authored by Jakub K
parent 72ede19bee
commit 0c12677f7b
9 changed files with 462 additions and 16 deletions
@@ -5,7 +5,9 @@
"renameCategory": "Premenovať triedu",
"deleteCategory": "Odstrániť triedu",
"deleteImages": "Odstrániť obrázky",
"trainModel": "Model vlaku"
"trainModel": "Model vlaku",
"addClassification": "Pridať klasifikáciu",
"deleteModels": "Odstrániť modely"
},
"toast": {
"success": {
@@ -13,13 +15,17 @@
"deletedImage": "Vymazané obrázky",
"categorizedImage": "Obrázok bol úspešne klasifikovaný",
"trainedModel": "Úspešne vyškolený model.",
"trainingModel": "Úspešne spustený modelový tréning."
"trainingModel": "Úspešne spustený modelový tréning.",
"deletedModel_one": "Úspešne zmazané {{count}} model (y)",
"deletedModel_few": "",
"deletedModel_other": ""
},
"error": {
"deleteImageFailed": "Nepodarilo sa odstrániť: {{errorMessage}}",
"deleteCategoryFailed": "Nepodarilo sa odstrániť triedu: {{errorMessage}}",
"categorizeFailed": "Nepodarilo sa kategorizovať obrázok: {{errorMessage}}",
"trainingFailed": "Nepodarilo sa spustiť trénovanie modelu: {{errorMessage}}"
"trainingFailed": "Nepodarilo sa spustiť trénovanie modelu: {{errorMessage}}",
"deleteModelFailed": "Nepodarilo sa odstrániť model: {{errorMessage}}"
}
},
"deleteCategory": {
@@ -43,7 +49,8 @@
},
"train": {
"title": "Posledné klasifikácie",
"aria": "Vyberte Nedávne Klasifikácie"
"aria": "Vyberte Nedávne Klasifikácie",
"titleShort": "Nedávne"
},
"categories": "Triedy",
"createCategory": {
@@ -98,7 +105,8 @@
"stateRequiresTwoClasses": "Modely štátov vyžadujú aspoň 2 triedy",
"objectLabelRequired": "Vyberte označenie objektu",
"objectTypeRequired": "Vyberte typ klasifikácie"
}
},
"states": "Štátov"
},
"step2": {
"description": "Vyberte kamery a definujte oblasť, ktorú chcete pre každú kameru monitorovať. Model klasifikuje stav týchto oblastí.",
@@ -131,5 +139,14 @@
},
"generateSuccess": "Vzorové obrázky boli úspešne vygenerované"
}
},
"deleteModel": {
"title": "Odstrániť klasifikačný model",
"single": "Ste si istí, že chcete odstrániť {{name}}? To bude trvalo odstrániť všetky súvisiace údaje vrátane obrázkov a vzdelávacích údajov. Táto akcia nemôže byť neporušená.",
"desc": "Ste si istí, že chcete odstrániť {{count}} model (y)? To bude trvalo odstrániť všetky súvisiace údaje vrátane obrázkov a vzdelávacích údajov. Táto akcia nemôže byť neporušená."
},
"menu": {
"objects": "Objekty",
"states": "Štátov"
}
}