mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-09-26 22:58:59 +03:00
Updated by "Cleanup translation files" add-on in Weblate. Update translation files Updated by "Cleanup translation files" add-on in Weblate. Update translation files Updated by "Cleanup translation files" add-on in Weblate. Update translation files Updated by "Cleanup translation files" add-on in Weblate. Update translation files Updated by "Cleanup translation files" add-on in Weblate. Update translation files Updated by "Cleanup translation files" add-on in Weblate. Update translation files Updated by "Cleanup translation files" add-on in Weblate. Update translation files Updated by "Cleanup translation files" add-on in Weblate. Update translation files Updated by "Cleanup translation files" add-on in Weblate. Update translation files Updated by "Cleanup translation files" add-on in Weblate. Update translation files Updated by "Cleanup translation files" add-on in Weblate. Update translation files Updated by "Cleanup translation files" add-on in Weblate. Update translation files Updated by "Cleanup translation files" add-on in Weblate. Update translation files Updated by "Cleanup translation files" add-on in Weblate. Update translation files Updated by "Cleanup translation files" add-on in Weblate. Update translation files Updated by "Cleanup translation files" add-on in Weblate. Co-authored-by: Hosted Weblate <hosted@weblate.org> Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/audio/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/common/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-camera/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-dialog/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-filter/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-player/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/config-cameras/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/config-global/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-classificationmodel/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-events/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-explore/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-facelibrary/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-live/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-search/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-settings/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-system/ Translation: Frigate NVR/Config - Cameras Translation: Frigate NVR/Config - Global Translation: Frigate NVR/audio Translation: Frigate NVR/common Translation: Frigate NVR/components-camera Translation: Frigate NVR/components-dialog Translation: Frigate NVR/components-filter Translation: Frigate NVR/components-player Translation: Frigate NVR/views-classificationmodel Translation: Frigate NVR/views-events Translation: Frigate NVR/views-explore Translation: Frigate NVR/views-facelibrary Translation: Frigate NVR/views-live Translation: Frigate NVR/views-search Translation: Frigate NVR/views-settings Translation: Frigate NVR/views-system
51 lines
1.8 KiB
JSON
51 lines
1.8 KiB
JSON
{
|
||
"noRecordingsFoundForThisTime": "Не найдено ни одной записи",
|
||
"noPreviewFound": "Предпросмотр не найден",
|
||
"submitFrigatePlus": {
|
||
"title": "Отправить этот кадр в Frigate+?",
|
||
"submit": "Отправить"
|
||
},
|
||
"noPreviewFoundFor": "Не найдено предпросмотра для {{cameraName}}",
|
||
"livePlayerRequiredIOSVersion": "iOS 17.1 или выше требуется для этого типа стрима.",
|
||
"streamOffline": {
|
||
"title": "Поток оффлайн",
|
||
"desc": "С потока <code>detect</code> камеры {{cameraName}} не получено кадров, проверьте логи ошибок"
|
||
},
|
||
"stats": {
|
||
"streamType": {
|
||
"title": "Тип потока:",
|
||
"short": "Тип"
|
||
},
|
||
"bandwidth": {
|
||
"title": "Пропускная способность:",
|
||
"short": "Пропускная способность"
|
||
},
|
||
"latency": {
|
||
"title": "Задержка:",
|
||
"value": "{{seconds}} сек",
|
||
"short": {
|
||
"title": "Задержка",
|
||
"value": "{{seconds}} сек"
|
||
}
|
||
},
|
||
"totalFrames": "Всего кадров:",
|
||
"droppedFrames": {
|
||
"title": "Пропущено кадров:",
|
||
"short": {
|
||
"title": "Пропущено",
|
||
"value": "{{droppedFrames}} кадров"
|
||
}
|
||
},
|
||
"decodedFrames": "Декодированные кадры:",
|
||
"droppedFrameRate": "Частота пропущенных кадров:"
|
||
},
|
||
"toast": {
|
||
"error": {
|
||
"submitFrigatePlusFailed": "Не удалось отправить кадр в Frigate+"
|
||
},
|
||
"success": {
|
||
"submittedFrigatePlus": "Кадр успешно загружен в Frigate+"
|
||
}
|
||
}
|
||
}
|