Files
Homarr/public/locales/es/modules/iframe.json
2023-09-01 21:55:45 +02:00

46 lines
1.2 KiB
JSON

{
"descriptor": {
"name": "iFrame",
"description": "Incrusta cualquier contenido de Internet. Algunos sitios web pueden restringir el acceso.",
"settings": {
"title": "Ajustes del widget iFrame",
"embedUrl": {
"label": "URL incrustada"
},
"allowFullScreen": {
"label": "Permitir pantalla completa"
},
"allowTransparency": {
"label": "Permitir transparencia"
},
"allowScrolling": {
"label": "Permitir desplazamiento"
},
"allowPayment": {
"label": "Permitir pago"
},
"allowAutoPlay": {
"label": "Permitir reproducción automática"
},
"allowMicrophone": {
"label": "Permitir micrófono"
},
"allowCamera": {
"label": "Permitir cámara"
},
"allowGeolocation": {
"label": "Permitir geolocalización"
}
}
},
"card": {
"errors": {
"noUrl": {
"title": "URL invalida",
"text": "Asegúrate de haber introducido una dirección válida en la configuración del widget"
},
"browserSupport": "Tu navegador no soporta iframes. Por favor, actualice tu navegador."
}
}
}