Files
Homarr/public/locales/tw/modules/video-stream.json
Thomas Camlong fc969e5042 New Crowdin updates (#1529)
Add Chinese traditional and Crowdin pseudo language (CR)
2023-10-31 09:12:59 +01:00

24 lines
488 B
JSON

{
"descriptor": {
"name": "影片串流",
"description": "崁入來自攝影機或網站的影片串流",
"settings": {
"title": "影片串流組件設定",
"FeedUrl": {
"label": "訂閱網址"
},
"autoPlay": {
"label": "自動播放"
},
"muted": {
"label": "靜音"
},
"controls": {
"label": "控制影片播放"
}
}
},
"errors": {
"invalidStream": "無效數據串流"
}
}