Files
Homarr/public/locales/ko/modules/video-stream.json
2023-11-03 21:15:08 +01:00

24 lines
574 B
JSON

{
"descriptor": {
"name": "비디오 스트림",
"description": "카메라 또는 웹사이트의 비디오 스트림 또는 비디오 임베드하기",
"settings": {
"title": "동영상 스트림 위젯 설정",
"FeedUrl": {
"label": "피드 URL"
},
"autoPlay": {
"label": "자동 재생"
},
"muted": {
"label": "음소거된 오디오"
},
"controls": {
"label": "비디오 플레이어 컨트롤"
}
}
},
"errors": {
"invalidStream": "잘못된 스트림"
}
}