Files
homarr/public/locales/nl/settings/customization/page-appearance.json
2023-11-14 20:04:13 +01:00

51 lines
1.1 KiB
JSON

{
"pageTitle": {
"label": "Paginatitel",
"description": "De titel van het dashboard linksboven"
},
"metaTitle": {
"label": "Meta Titel",
"description": "De titel die wordt weergegeven in uw browsertabblad"
},
"logo": {
"label": "Logo",
"description": "Het logo dat linksboven wordt weergegeven"
},
"favicon": {
"label": "Favicon",
"description": "Het pictogram dat wordt weergegeven in uw browsertabblad"
},
"background": {
"label": "Achtergrond"
},
"backgroundImageAttachment": {
"label": "",
"options": {
"fixed": "",
"scroll": ""
}
},
"backgroundImageSize": {
"label": "",
"options": {
"cover": "",
"contain": ""
}
},
"backgroundImageRepeat": {
"label": "",
"options": {
"repeat": "",
"no-repeat": "",
"repeat-x": "",
"repeat-y": ""
}
},
"customCSS": {
"label": "Eigen CSS",
"description": "Pas uw dashboard verder aan met behulp van CSS, alleen aanbevolen voor ervaren gebruikers",
"placeholder": "Eigen CSS wordt als laatste toegepast",
"applying": "CSS toepassen..."
}
}