Files
homarr/public/locales/de/settings/customization/page-appearance.json
Florian Fritz 4db35406a0 🚸 Add German & English translations for custom CSS field
(cherry picked from commit 20e1cc3a1bae59ee401539e9de07f500a37fc7b4)
2022-08-31 12:34:02 +02:00

26 lines
511 B
JSON

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