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

46 lines
955 B
JSON

{
"descriptor": {
"name": "iFrame",
"description": "Osadzaj dowolne treści z internetu. Niektóre strony internetowe mogą ograniczać dostęp.",
"settings": {
"title": "ustawienia iFrame",
"embedUrl": {
"label": "Osadź URL"
},
"allowFullScreen": {
"label": "Pozwól na pełny ekran"
},
"allowTransparency": {
"label": ""
},
"allowScrolling": {
"label": ""
},
"allowPayment": {
"label": ""
},
"allowAutoPlay": {
"label": ""
},
"allowMicrophone": {
"label": ""
},
"allowCamera": {
"label": ""
},
"allowGeolocation": {
"label": ""
}
}
},
"card": {
"errors": {
"noUrl": {
"title": "",
"text": "Upewnij się, że wprowadziłeś poprawny adres w konfiguracji swojego widgetu"
},
"browserSupport": ""
}
}
}