Files
homarr/public/locales/ru/modules/video-stream.json
2023-02-24 22:15:33 +01:00

24 lines
767 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"descriptor": {
"name": "Трансляция видео",
"description": "Встраивание видео или прямой трансляции видео с камеры или веб-сайта",
"settings": {
"title": "Настройки для виджета трансляции видео",
"FeedUrl": {
"label": "URL-адрес канала"
},
"autoPlay": {
"label": "Автовоспроизведение"
},
"muted": {
"label": "Отключить звук"
},
"controls": {
"label": "Элементы управления видеоплеера"
}
}
},
"errors": {
"invalidStream": "Некорректная трансляция"
}
}