app.php 495 Bytes
<?php

/**
 * @author FilamentV <vortex.filament@gmail.com>
 * @copyright (c), Thread
 */
return [
    'menu' => 'Menu',
    'Menu' => 'Menu',
    'Items' => 'Items',
    //
    'header' => 'header',
    'Link type' => 'Link type',
    'Link target' => 'Link target',
    'External' => 'External',
    'Internal' => 'Internal',
    'Internal source' => 'Internal source',
    '_blank' => 'Blank',
    '_self' => 'Self',
    'Permanent' => 'Permanent',
    'External link' => 'External link',
];