Translated using Weblate (Russian)

Currently translated at 100.0% (70 of 70 strings)

Translated using Weblate (Russian)

Currently translated at 100.0% (53 of 53 strings)

Translated using Weblate (Russian)

Currently translated at 100.0% (10 of 10 strings)

Translated using Weblate (Russian)

Currently translated at 98.5% (69 of 70 strings)

Translated using Weblate (Russian)

Currently translated at 100.0% (191 of 191 strings)

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Igor Kalinin <stigory@gmail.com>
Co-authored-by: Артём Владимиров <artyomka71@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/common/ru/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-dialog/ru/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-filter/ru/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-configeditor/ru/
Translation: Frigate NVR/common
Translation: Frigate NVR/components-dialog
Translation: Frigate NVR/components-filter
Translation: Frigate NVR/views-configeditor
This commit is contained in:
Hosted Weblate 2025-08-21 04:32:38 +02:00 committed by Nicolas Mowen
parent 8c7cf1fc7e
commit 3a42b4439c
4 changed files with 27 additions and 2 deletions

View File

@ -182,7 +182,15 @@
}, },
"yue": "粵語 (Кантонский)", "yue": "粵語 (Кантонский)",
"th": "ไทย (Тайский)", "th": "ไทย (Тайский)",
"ca": "Català (Каталонский)" "ca": "Català (Каталонский)",
"ptBR": "Português brasileiro (Бразильский португальский)",
"sr": "Српски (Сербский)",
"sl": "Slovenščina (Словенский)",
"lt": "Lietuvių (Литовский)",
"bg": "Български (Болгарский)",
"gl": "Galego (Галисийский)",
"id": "Bahasa Indonesia (Индонезийский)",
"ur": "اردو (Урду)"
}, },
"darkMode": { "darkMode": {
"withSystem": { "withSystem": {

View File

@ -122,5 +122,12 @@
"markAsReviewed": "Пометить как просмотренное", "markAsReviewed": "Пометить как просмотренное",
"deleteNow": "Удалить сейчас" "deleteNow": "Удалить сейчас"
} }
},
"imagePicker": {
"search": {
"placeholder": "Искать по метке..."
},
"selectImage": "Выбор миниатюры отслеживаемого объекта",
"noImages": "Не обнаружено миниатюр для этой камеры"
} }
} }

View File

@ -123,5 +123,13 @@
}, },
"motion": { "motion": {
"showMotionOnly": "Показывать только движение" "showMotionOnly": "Показывать только движение"
},
"classes": {
"label": "Классы",
"all": {
"title": "Все классы"
},
"count_one": "{{count}} класс",
"count_other": "{{count}} классы"
} }
} }

View File

@ -12,5 +12,7 @@
"savingError": "Ошибка сохранения конфигурации" "savingError": "Ошибка сохранения конфигурации"
} }
}, },
"confirm": "Выйти без сохранения?" "confirm": "Выйти без сохранения?",
"safeConfigEditor": "Редактор конфигурации (безопасный режим)",
"safeModeDescription": "Frigate находится в безопасном режиме из-за ошибки проверки конфигурации."
} }