Files
Homarr/public/locales/tr/modules/iframe.json
2025-08-02 18:04:19 +02:00

46 lines
1.2 KiB
JSON
Raw Permalink 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": "Şeffaflığa İzin Ver"
},
"allowScrolling": {
"label": "Kaydırmaya izin ver"
},
"allowPayment": {
"label": "Ödemeye izin ver"
},
"allowAutoPlay": {
"label": "Otomatik oynatmaya izin ver"
},
"allowMicrophone": {
"label": "Mikrofona izin ver"
},
"allowCamera": {
"label": "Kameraya İzin Ver"
},
"allowGeolocation": {
"label": "Coğrafi konuma izin ver (geolocation)"
}
}
},
"card": {
"errors": {
"noUrl": {
"title": "Geçersiz URL",
"text": "Aracınızın yapılandırmasında geçerli bir adres girdiğinizden emin olun"
},
"browserSupport": "Tarayıcınız iframe'leri desteklemiyor. Lütfen tarayıcınızı güncelleyin."
}
}
}