Files
homarr/public/locales/de/settings/customization/page-appearance.json
2022-10-31 17:36:45 +01:00

26 lines
520 B
JSON

{
"pageTitle": {
"label": "Seiten Titel",
"placeholder": "Homarr 🦞"
},
"logo": {
"label": "Logo",
"placeholder": "/img/logo.png"
},
"favicon": {
"label": "Favicon",
"placeholder": "/imgs/favicon/favicon.png"
},
"background": {
"label": "Hintergrund",
"placeholder": "/img/background.png"
},
"customCSS": {
"label": "Benutzerdefiniertes CSS",
"placeholder": "Benutzerdefiniertes CSS wird zuletzt ausgeführt"
},
"buttons": {
"submit": "Absenden"
}
}