Translated using Weblate (Russian)

Currently translated at 92.0% (23 of 25 strings)

Translated using Weblate (Russian)

Currently translated at 100.0% (22 of 22 strings)

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Max Slotov <max@slotov.dev>
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/config-groups/ru/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/config-validation/ru/
Translation: Frigate NVR/Config - Groups
Translation: Frigate NVR/Config - Validation
This commit is contained in:
Hosted Weblate 2026-05-19 22:16:43 +02:00 committed by Josh Hawkins
parent 6e5d55ff64
commit dc2c48f6d7
2 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,8 @@
{ {
"audio": { "audio": {
"global": { "global": {
"sensitivity": "Общая чувствительность" "sensitivity": "Общая чувствительность",
"detection": "Общее обнаружение"
}, },
"cameras": { "cameras": {
"detection": "Обнаружение", "detection": "Обнаружение",

View File

@ -27,5 +27,6 @@
"detectRequired": "Как минимум один входной поток должен быть назначен роли 'detect'.", "detectRequired": "Как минимум один входной поток должен быть назначен роли 'detect'.",
"hwaccelDetectOnly": "Только входной поток с ролью detect может настраивать аппаратное ускорение." "hwaccelDetectOnly": "Только входной поток с ролью detect может настраивать аппаратное ускорение."
} }
} },
"minimum": "Должно быть минимум {{limit}}"
} }