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

24 lines
485 B
JSON

{
"descriptor": {
"name": "视频流",
"description": "嵌入来自相机或网站的视频流或视频",
"settings": {
"title": "设置视频流小部件",
"FeedUrl": {
"label": "订阅URL"
},
"autoPlay": {
"label": "自动播放"
},
"muted": {
"label": "静音"
},
"controls": {
"label": "视频播放器控件"
}
}
},
"errors": {
"invalidStream": "无效数据流"
}
}