Files
homarr/public/locales/ru/modules/video-stream.json
2024-12-17 18:40:51 +01:00

24 lines
697 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": "Недействительный поток"
}
}