<?php

return [
    'title' => [
        'pages' => 'Pagina\'s',
        'create page' => 'Creëer een pagina',
        'edit page' => 'Wijzig een pagina',
    ],
    'button' => [
        'create page' => 'Creëer een pagina',
    ],
    'table' => [
        'name' => 'Naam',
        'slug' => 'Pad',
    ],
    'form' => [
        'title' => 'Titel',
        'slug' => 'Pad',
        'meta_data' => 'Meta data',
        'meta_title' => 'Meta titel',
        'meta_description' => 'Meta beschrijving',
        'facebook_data' => 'Facebook data',
        'og_title' => 'Facebook titel',
        'og_description' => 'Facebook beschrijving',
        'og_type' => 'Facebook type',
        'template' => 'Pagina template naam',
        'is homepage' => 'Startpagina?',
        'body' => 'Inhoud',
    ],
    'validation' => [
        'attributes' => [
            'title' => 'titel',
            'body' => 'inhoud',
        ],
    ],
    'facebook-types' => [
        'website' => 'Website',
        'product' => 'Product',
        'article' => 'Artikel',
    ],
    'navigation' => [
        'back to index' => 'Ga terug naar het pagina overzicht',
    ],
];