SourceDoctor 120e513f1c adding german language support (#10584)
* adding german language support

* speech fixes
2019-09-09 14:57:39 +02:00

20 lines
606 B
PHP

<?php
return [
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'failed' => 'Login fehlgeschlagen.',
'throttle' => 'Zuviele Loginversuche. Versuchen Sie es in :seconds Sekunden noch einmal.',
];