krafthaus/bauhaus

View on GitHub
src/lang/en/index.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

/**
 * This file is part of the KraftHaus Bauhaus package.
 *
 * (c) KraftHaus <hello@krafthaus.nl>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

return [

    'list-title'        => 'List :model',
    'filter-title'      => 'Filter :model',
    'browsing-filtered' => 'You are currently browsing filtered results.',
    'no-filter-results' => 'The filter query did not return any results.',
    'no-items-yet'      => 'You have no :model created yet.',

    'button' => [
        'create-new'      => 'Create new :model',
        'reset-filters'   => 'Reset filters',
        'edit'            => 'Edit',
        'delete-selected' => 'Delete selected :model',
        'reset'           => 'Reset',
        'filter-submit'   => 'Filter :model',
        'overview'        => 'Overview'
    ],

    'sidebar' => [
        'scopes' => 'Scopes',
        'export' => 'Export ...'
    ]

];