Files
Homarr/public/locales/ja/modules/video-stream.json
2023-09-01 21:55:45 +02:00

24 lines
620 B
JSON

{
"descriptor": {
"name": "ビデオストリーム",
"description": "カメラやウェブサイトからのビデオストリームやビデオを埋め込む",
"settings": {
"title": "ビデオストリームウィジェットの設定",
"FeedUrl": {
"label": "フィードURL"
},
"autoPlay": {
"label": "オートプレイ"
},
"muted": {
"label": "ミュート"
},
"controls": {
"label": "ビデオプレーヤーのコントロール"
}
}
},
"errors": {
"invalidStream": "無効なストリーム"
}
}