Files
homarr/public/locales/nl/settings/customization/page-appearance.json
2024-05-07 19:46:34 +02:00

51 lines
1.3 KiB
JSON

{
"pageTitle": {
"label": "Paginatitel",
"description": "De dashboard titel linksboven"
},
"metaTitle": {
"label": "Meta titel",
"description": "De titel die wordt weergegeven in je browsertabblad"
},
"logo": {
"label": "Logo",
"description": "Het logo dat linksboven wordt weergegeven"
},
"favicon": {
"label": "Favicon",
"description": "Het pictogram dat wordt weergegeven in je browsertabblad"
},
"background": {
"label": "Achtergrond"
},
"backgroundImageAttachment": {
"label": "",
"options": {
"fixed": "",
"scroll": ""
}
},
"backgroundImageSize": {
"label": "Grootte achtergrondafbeelding",
"options": {
"cover": "Bedekken - Schaalt de afbeelding zo klein mogelijk om het hele venster te bedekken door overtollige ruimte bij te snijden. (aanbevolen)",
"contain": ""
}
},
"backgroundImageRepeat": {
"label": "",
"options": {
"repeat": "",
"no-repeat": "",
"repeat-x": "",
"repeat-y": ""
}
},
"customCSS": {
"label": "Eigen CSS",
"description": "Pas je dashboard verder aan met behulp van CSS, alleen aanbevolen voor ervaren gebruikers",
"placeholder": "Eigen CSS wordt als laatste toegepast",
"applying": "CSS aan het toepassen..."
}
}