26 lines
557 B
JSON
26 lines
557 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": "שמירה"
|
|
}
|
|
}
|