mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-02 12:49:20 +01:00
24 lines
553 B
JSON
24 lines
553 B
JSON
{
|
|
"descriptor": {
|
|
"name": "Stream video",
|
|
"description": "Încorporează un steam video sau video-ul dintr-o cameră sau un site web",
|
|
"settings": {
|
|
"title": "Setări pentru Widget-ul Stream video",
|
|
"FeedUrl": {
|
|
"label": "Adresa URL a feed-ului"
|
|
},
|
|
"autoPlay": {
|
|
"label": "Redare automată"
|
|
},
|
|
"muted": {
|
|
"label": "Dezactivare sunet"
|
|
},
|
|
"controls": {
|
|
"label": "Comenzi player video"
|
|
}
|
|
}
|
|
},
|
|
"errors": {
|
|
"invalidStream": "Stream invalid"
|
|
}
|
|
} |