frigate/web/public/locales/pl/views/classificationModel.json
Hosted Weblate 42c6cfc9a2 Translated using Weblate (Polish)
Currently translated at 63.8% (408 of 639 strings)

Translated using Weblate (Polish)

Currently translated at 30.0% (34 of 113 strings)

Translated using Weblate (Polish)

Currently translated at 75.5% (96 of 127 strings)

Translated using Weblate (Polish)

Currently translated at 27.3% (29 of 106 strings)

Translated using Weblate (Polish)

Currently translated at 68.3% (409 of 598 strings)

Translated using Weblate (Polish)

Currently translated at 100.0% (52 of 52 strings)

Translated using Weblate (Polish)

Currently translated at 98.1% (53 of 54 strings)

Translated using Weblate (Polish)

Currently translated at 100.0% (13 of 13 strings)

Translated using Weblate (Polish)

Currently translated at 100.0% (39 of 39 strings)

Translated using Weblate (Polish)

Currently translated at 74.8% (95 of 127 strings)

Translated using Weblate (Polish)

Currently translated at 100.0% (10 of 10 strings)

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Mateusz Paś <piciuok@gmail.com>
Co-authored-by: Wojciech Niziński <niziak-weblate@spox.org>
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-auth/pl/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-dialog/pl/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-classificationmodel/pl/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-events/pl/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-explore/pl/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-exports/pl/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-facelibrary/pl/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-settings/pl/
Translation: Frigate NVR/components-auth
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
2025-11-25 07:06:47 -07:00

59 lines
3.2 KiB
JSON
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"documentTitle": "Modele klasyfikacji",
"button": {
"deleteClassificationAttempts": "Usuń obrazy klasyfikacyjne",
"renameCategory": "Zmień nazwę klasy",
"deleteCategory": "Usuń klasę",
"deleteImages": "Usuń obrazy",
"trainModel": "Przeszkol model",
"addClassification": "Dodaj klasyfikację",
"deleteModels": "Usuń modele",
"editModel": "Edytuj model"
},
"details": {
"scoreInfo": "Wynik przedstawia średnią pewność klasyfikacji wszystkich wykryć danego obiektu."
},
"toast": {
"success": {
"deletedCategory": "Usunięte klasy",
"deletedImage": "Usunięte obrazy",
"deletedModel_one": "Pomyślenie usunięto {{count}} model",
"deletedModel_few": "Pomyślenie usunięto {{count}} modele",
"deletedModel_many": "Pomyślenie usunięto {{count}} modeli",
"categorizedImage": "Obraz pomyślnie sklasyfikowany",
"trainedModel": "Model pomyślnie wytrenowany",
"trainingModel": "Pomyślnie uruchomiono trenowanie modelu.",
"updatedModel": "Pomyślnie zaktualizowane ustawienia modelu",
"renamedCategory": "Pomyślnie zmieniono nazwę klasy na {{name}}"
},
"error": {
"deleteImageFailed": "Nie udało się usunąć: {{errorMessage}}",
"deleteCategoryFailed": "Nie udało się usunąć klasy: {{errorMessage}}",
"deleteModelFailed": "Nie udało się usunąć modelu: {{errorMessage}}",
"categorizeFailed": "Nie udało się skategoryzować obrazka: {{errorMessage}}",
"trainingFailed": "Trening modelu zakończył się niepowodzeniem. Sprawdź logi Frigate aby uzyskać więcej informacji.",
"updateModelFailed": "Nie udało się zaktualizować modelu: {{errorMessage}}",
"trainingFailedToStart": "Nie udało się rozpocząć trenowania modelu: {{errorMessage}}",
"renameCategoryFailed": "Nie udało się zmienić nazwy klasy: {{errorMessage}}"
}
},
"deleteCategory": {
"title": "Usuń klasę",
"desc": "Czy na pewno chcesz usunąć klasę {{name}}? Spowoduje to trawałe usunięcie wszystkich powiązanych obrazków i konieczność ponownego trenowania modelu."
},
"deleteModel": {
"title": "Usuń model klasyfikacji",
"single": "Czy na pewno chcesz usunąć {{name}}? Spowoduje to trwałe usunięcie wszystkich powiązanych data włącznie z obrazkami i danymi treningowymi. Nie można cofnąć tej operacji.",
"desc_one": "Czy na pewno chcesz usunąć {{count}} model? Spowoduje to trwałe usunięcie wszystkich powiązanych danych, włącznie z obrazami i danymi treningowymi. Nie można cofnąć tej operacji.",
"desc_few": "Czy na pewno chcesz usunąć {{count}} modele? Spowoduje to trwałe usunięcie wszystkich powiązanych danych, włącznie z obrazami i danymi treningowymi. Nie można cofnąć tej operacji.",
"desc_many": "Czy na pewno chcesz usunąć {{count}} modeli? Spowoduje to trwałe usunięcie wszystkich powiązanych danych, włącznie z obrazami i danymi treningowymi. Nie można cofnąć tej operacji."
},
"edit": {
"title": "Edytuj model klasyfikacji"
},
"tooltip": {
"trainingInProgress": "Trwa trenowanie modelu",
"modelNotReady": "Mode nie jest gotowy do trenowania"
}
}