krafthaus/bauhaus

View on GitHub
src/lang/br/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'        => 'Todos :model',
    'filter-title'      => 'Busca :model',
    'browsing-filtered' => 'VocĂȘ esta visualizando resultados da pesquiza.',
    'no-filter-results' => 'Nenhum resultado encontrado.',
    'no-items-yet'      => 'Nenhum :model cadastrado.',

    'button' => [
        'create-new'      => 'Criar novo :model',
        'reset-filters'   => 'Limpar filtros',
        'edit'            => 'Editar',
        'delete-selected' => 'Deletar :model selecionados',
        'reset'           => 'Limpar',
        'filter-submit'   => 'Buscar :model',
        'overview'        => 'Overview'
    ],

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

];