krafthaus/bauhaus

View on GitHub
src/lang/es/messages.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 [

    'success' => [
        'title'         => 'Sucesso!',
        'model-created' => ':model creado',
        'model-updated' => ':model actualizado',
        'model-deleted' => 'Eliminados :count :model'
    ],

    'warning' => [
        'title' => '¡Atención!'
    ],

    'error' => [
        'title'             => '¡Oops!',
        'validation-errors' => 'Errores de validación'
    ]

];