krafthaus/bauhaus

View on GitHub
src/lang/es/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'        => 'Listar :model',
    'filter-title'      => 'Buscar por :model',
    'browsing-filtered' => 'Usted está viendo los resultados de la búsqueda.',
    'no-filter-results' => 'La búsqueda no ha revuelto ningún resultado.',
    'no-items-yet'      => 'Todavía no has creado ningún :model.',

    'button' => [
        'create-new'      => 'Crear nuevo :model',
        'reset-filters'   => 'Limpar filtros',
        'edit'            => 'Editar',
        'delete-selected' => 'Eliminar :model seleccionados',
        'reset'           => 'Limpar',
        'filter-submit'   => 'Buscar :model',
        'overview'        => 'Resumen'
    ],

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

];