Files
homarr/public/locales/hr/modules/iframe.json
2023-07-06 05:40:03 +09:00

45 lines
838 B
JSON

{
"descriptor": {
"name": "iFrame",
"description": "Ugradite bilo koji sadržaj s interneta. Neke web stranice mogu ograničiti pristup.",
"settings": {
"title": "iFrame postavke",
"embedUrl": {
"label": "Ugradbeni URL"
},
"allowFullScreen": {
"label": "Dozvoli puni zaslon"
},
"allowTransparency": {
"label": ""
},
"allowScrolling": {
"label": ""
},
"allowPayment": {
"label": ""
},
"allowAutoPlay": {
"label": ""
},
"allowMicrophone": {
"label": ""
},
"allowCamera": {
"label": ""
},
"allowGeolocation": {
"label": ""
}
}
},
"card": {
"errors": {
"noUrl": {
"title": "",
"text": ""
}
}
}
}