26 lines
589 B
JSON
26 lines
589 B
JSON
{
|
|
"pageTitle": {
|
|
"label": "Заголовок сторінки",
|
|
"placeholder": "Homarr 🦞"
|
|
},
|
|
"logo": {
|
|
"label": "Логотип",
|
|
"placeholder": "/img/logo.png"
|
|
},
|
|
"favicon": {
|
|
"label": "Іконка",
|
|
"placeholder": "/imgs/favicon/favicon.png"
|
|
},
|
|
"background": {
|
|
"label": "Фон",
|
|
"placeholder": "/img/background.png"
|
|
},
|
|
"customCSS": {
|
|
"label": "Власний CSS",
|
|
"placeholder": "Власний CSS буде оброблятися в останню чергу"
|
|
},
|
|
"buttons": {
|
|
"submit": "Надіслати"
|
|
}
|
|
}
|