Files
homarr/public/locales/uk/modules/iframe.json
2023-06-10 17:59:03 +02:00

45 lines
1.1 KiB
JSON

{
"descriptor": {
"name": "IFrame",
"description": "Вставити будь-який контент з інтернету. Деякі вебсайти можуть обмежувати доступ.",
"settings": {
"title": "Налаштування iFrame",
"embedUrl": {
"label": "Вставити URL"
},
"allowFullScreen": {
"label": "Дозволити повноекранний режим"
},
"allowTransparency": {
"label": ""
},
"allowScrolling": {
"label": ""
},
"allowPayment": {
"label": ""
},
"allowAutoPlay": {
"label": ""
},
"allowMicrophone": {
"label": ""
},
"allowCamera": {
"label": ""
},
"allowGeolocation": {
"label": ""
}
}
},
"card": {
"errors": {
"noUrl": {
"title": "",
"text": "Переконайтеся, що Ви ввели правильну адресу в налаштуваннях вашого віджета"
}
}
}
}