krafthaus/bauhaus

View on GitHub
src/lang/de/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'         => 'Erfolg!',
        'model-created' => ':model wurde erstellt.',
        'model-updated' => ':model wurde aktualisiert.',
        'model-deleted' => ':count :model wurden entfernt.'
    ],

    'warning' => [
        'title' => 'Warnung!'
    ],

    'error' => [
        'title'             => 'Oh oh!',
        'validation-errors' => 'Fehler bei der Validierung'
    ]

];