Translated using Weblate (Russian)

Currently translated at 100.0% (216 of 216 strings)

Translated using Weblate (Russian)

Currently translated at 100.0% (136 of 136 strings)

Translated using Weblate (Russian)

Currently translated at 100.0% (136 of 136 strings)

Translated using Weblate (Russian)

Currently translated at 100.0% (43 of 43 strings)

Translated using Weblate (Russian)

Currently translated at 100.0% (98 of 98 strings)

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: internetson <sockmancore@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/common/ru/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-events/ru/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-explore/ru/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-live/ru/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-system/ru/
Translation: Frigate NVR/common
Translation: Frigate NVR/views-events
Translation: Frigate NVR/views-explore
Translation: Frigate NVR/views-live
Translation: Frigate NVR/views-system
This commit is contained in:
Hosted Weblate 2026-01-21 17:07:42 +01:00
parent 90401209c6
commit 939c6d8c2d
No known key found for this signature in database
GPG Key ID: A3FAAA06E6569B4C
5 changed files with 31 additions and 5 deletions

View File

@ -90,7 +90,8 @@
},
"inProgress": "В процессе",
"invalidStartTime": "Некорректное время начала",
"invalidEndTime": "Некорректное время окончания"
"invalidEndTime": "Некорректное время окончания",
"never": "Никогда"
},
"selectItem": "Выбрать {{item}}",
"button": {
@ -137,7 +138,8 @@
"show": "Показать {{item}}",
"ID": "ID",
"all": "Все",
"none": "Ничего"
"none": "Ничего",
"other": "Другой"
},
"unit": {
"speed": {

View File

@ -10,7 +10,11 @@
"empty": {
"alert": "Отсутствуют тревоги для просмотра",
"detection": "Отсутствуют обнаружения для просмотра",
"motion": "Не найдено данных о движении"
"motion": "Не найдено данных о движении",
"recordingsDisabled": {
"title": "Запись должна быть включена",
"description": "Элементы обзора могут быть созданы для камеры только в том случае, если запись включена для этой камеры."
}
},
"timeline": "Таймлайн",
"timeline.aria": "Выбор таймлайна",

View File

@ -110,7 +110,10 @@
"title": "Редактировать атрибуты",
"desc": "Выберите атрибуты классификации для этого {{label}}"
},
"attributes": "Атрибуты классификации"
"attributes": "Атрибуты классификации",
"title": {
"label": "Заголовок"
}
},
"trackedObjectDetails": "Детали объекта",
"type": {

View File

@ -184,6 +184,16 @@
"restricted": {
"title": "Нет доступных камер",
"description": "У вас нет разрешения на просмотр камер в этой группе."
},
"default": {
"title": "Камеры не настроены",
"description": "Начните с подключения камеры к Frigate.",
"buttonText": "Добавить камеру"
},
"group": {
"title": "В группе нет камер",
"description": "В этой группе камер нет назначенных или включенных камер.",
"buttonText": "Управление группами"
}
}
}

View File

@ -86,7 +86,14 @@
"otherProcesses": {
"title": "Другие процессы",
"processCpuUsage": "Использование CPU процессом",
"processMemoryUsage": "Использование памяти процессом"
"processMemoryUsage": "Использование памяти процессом",
"series": {
"go2rtc": "go2rtc",
"recording": "запись",
"review_segment": "сегмент обзора",
"embeddings": "вложения",
"audio_detector": "аудиодетектор"
}
}
},
"storage": {