Added German translation (#141)

This commit is contained in:
Florian Straubinger
2023-07-11 13:42:29 +02:00
committed by GitHub
parent fd2703c46d
commit a314fdee3f
6 changed files with 287 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
<?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' => 'Diese Zugangsdaten stimmen nicht mit unseren Daten überein.',
'throttle' => 'Zu viele Anmeldeversuche. Bitte versuche es in :seconds Sekunden erneut.',
];