🌐 New Crowdin updates (#711)

This commit is contained in:
Thomas Camlong
2023-02-25 06:15:33 +09:00
committed by GitHub
parent fddcfb3f06
commit 05423440f3
195 changed files with 3641 additions and 218 deletions

View File

@@ -0,0 +1,24 @@
{
"descriptor": {
"name": "Video Stream",
"description": "Indlejr en video stream eller video fra et kamera eller et website",
"settings": {
"title": "Indstillinger for video stream widget",
"FeedUrl": {
"label": "Feed url"
},
"autoPlay": {
"label": "Automatisk afspilning"
},
"muted": {
"label": "Slå lyden fra"
},
"controls": {
"label": "Video afspilnings kontrol"
}
}
},
"errors": {
"invalidStream": "Ugyldig stream"
}
}