31 lines
788 B
JSON
31 lines
788 B
JSON
{
|
|
"pageTitle": {
|
|
"label": "Paginatitel",
|
|
"description": "De titel van het dashboard linksboven"
|
|
},
|
|
"metaTitle": {
|
|
"label": "Meta Titel",
|
|
"description": "De titel, die als uw tabnaam wordt weergegeven"
|
|
},
|
|
"logo": {
|
|
"label": "Logo",
|
|
"description": "Het dashboardlogo linksboven"
|
|
},
|
|
"favicon": {
|
|
"label": "Favicon",
|
|
"description": "Het pictogram, dat wordt gebruik voor de naam van het tabblad"
|
|
},
|
|
"background": {
|
|
"label": "Achtergrond"
|
|
},
|
|
"customCSS": {
|
|
"label": "Eigen CSS",
|
|
"description": "Alle elementen op je dashboard aanpassen, alleen aanbevolen voor ervaren gebruikers",
|
|
"placeholder": "Eigen CSS wordt als laatste toegepast",
|
|
"applying": "CSS toepassen..."
|
|
},
|
|
"buttons": {
|
|
"submit": "Indienen"
|
|
}
|
|
}
|