Files
homarr/public/locales/sk/modules/iframe.json
2023-02-24 22:15:33 +01:00

23 lines
566 B
JSON

{
"descriptor": {
"name": "IFrame",
"description": "Vložte akýkoľvek obsah z internetu. Niektoré webové stránky môžu obmedziť prístup.",
"settings": {
"title": "Nastavenia IFrame",
"embedUrl": {
"label": "Vložiť adresu URL"
},
"allowFullScreen": {
"label": "Povoliť celú obrazovku"
}
}
},
"card": {
"errors": {
"noUrl": {
"title": "Zadajte adresu URL",
"text": "Skontrolujte, či ste v konfigurácii mini aplikácie zadali platnú adresu"
}
}
}
}