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

24 lines
751 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": "Неправильний потік"
}
}