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

45 lines
937 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"descriptor": {
"name": "iFrame",
"description": "İnternetten herhangi bir içeriği yerleştirin. Bazı web siteleri erişimi kısıtlayabilir.",
"settings": {
"title": "iFrame ayarları",
"embedUrl": {
"label": "Yerleştirme URL'si"
},
"allowFullScreen": {
"label": "Tam ekrana izin ver"
},
"allowTransparency": {
"label": ""
},
"allowScrolling": {
"label": ""
},
"allowPayment": {
"label": ""
},
"allowAutoPlay": {
"label": ""
},
"allowMicrophone": {
"label": ""
},
"allowCamera": {
"label": ""
},
"allowGeolocation": {
"label": ""
}
}
},
"card": {
"errors": {
"noUrl": {
"title": "",
"text": "Widget'ınızın yapılandırmasında geçerli bir adres girdiğinizden emin olun"
}
}
}
}