Translated using Weblate (Ukrainian)

Currently translated at 0.4% (4 of 809 strings)

Translated using Weblate (Ukrainian)

Currently translated at 2.5% (12 of 475 strings)

Translated using Weblate (Ukrainian)

Currently translated at 1.6% (8 of 475 strings)

Translated using Weblate (Ukrainian)

Currently translated at 96.1% (25 of 26 strings)

Translated using Weblate (Ukrainian)

Currently translated at 0.1% (1 of 809 strings)

Translated using Weblate (Ukrainian)

Currently translated at 100.0% (239 of 239 strings)

Translated using Weblate (Ukrainian)

Currently translated at 100.0% (50 of 50 strings)

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Vitaliy Kreminskiy <vkrmk13@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/common/uk/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-camera/uk/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-player/uk/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/config-cameras/uk/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/config-global/uk/
Translation: Frigate NVR/Config - Cameras
Translation: Frigate NVR/Config - Global
Translation: Frigate NVR/common
Translation: Frigate NVR/components-camera
Translation: Frigate NVR/components-player
This commit is contained in:
Hosted Weblate 2026-06-13 23:30:03 +02:00
parent b6f61873b8
commit 78e517e553
No known key found for this signature in database
GPG Key ID: A3FAAA06E6569B4C
5 changed files with 35 additions and 4 deletions

View File

@ -179,7 +179,8 @@
"id": "Bahasa Indonesia (Індонезійська)",
"ur": "اردو (Урду)",
"hr": "Hrvatski (Хорватська)",
"bs": "Bosanski (Боснійська)"
"bs": "Bosanski (Боснійська)",
"zhHant": "繁體中文 (Традиційна китайська)"
},
"system": "Система",
"systemMetrics": "Системна метріка",

View File

@ -68,7 +68,10 @@
"label": "Камери",
"desc": "Виберіть камери для цієї групи."
},
"icon": "Значок"
"icon": "Значок",
"showAll": "Відобразити всі групи камер",
"showLess": "Показати менше",
"editGroups": "Редагувати групи камер"
},
"debug": {
"zones": "Зони",

View File

@ -47,5 +47,6 @@
"error": {
"submitFrigatePlusFailed": "Не вдалося надіслати фрейм Frigate+"
}
}
},
"cameraOff": "Камера вимкнена"
}

View File

@ -11,5 +11,18 @@
"enabled": {
"label": "Увімкнено",
"description": "Увімкнено"
},
"audio": {
"label": "Виявлення звуку",
"enabled": {
"label": "Увімкнути виявлення звуку",
"description": "Увімкнути або вимкнути виявлення звукових подій для цієї камери."
},
"max_not_heard": {
"description": "Кількість секунд без налаштованого типу звуку перед тим, як звукова подія закінчиться."
},
"min_volume": {
"label": "Мінімальний рівень звуку"
}
}
}

View File

@ -1 +1,14 @@
{}
{
"audio": {
"label": "Виявлення звуку",
"enabled": {
"label": "Увімкнути виявлення звуку"
},
"max_not_heard": {
"description": "Кількість секунд без налаштованого типу звуку перед тим, як звукова подія закінчиться."
},
"min_volume": {
"label": "Мінімальний рівень звуку"
}
}
}