You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
1.7 KiB
43 lines
1.7 KiB
<?php
|
|
|
|
return [
|
|
// Profile
|
|
'profile' => 'Mein Profil',
|
|
'profile_edit' => 'Mein Profil bearbeiten',
|
|
'update_profile' => 'Profil aktualisieren',
|
|
'profile_updated' => 'Profil wurde aktualisiert.',
|
|
|
|
// Registration
|
|
'register' => 'Neuen Account anlegen',
|
|
'need_account' => 'Account benötigt?',
|
|
'have_an_account' => 'Ich habe bereits einen Account',
|
|
|
|
// Login & Logout
|
|
'login' => 'Login',
|
|
'welcome' => 'Willkommen :name.',
|
|
'failed' => 'Diese Zugangsdaten passen nicht zu unseren Daten.',
|
|
'throttle' => 'Zu viele Login Versuche. Bitte probiere es erneut in :seconds Sekunden.',
|
|
'logout' => 'Logout',
|
|
'logged_out' => 'Sie haben sich ausgeloggt.',
|
|
'remember_me' => 'Erinnere dich an mich',
|
|
|
|
// Password
|
|
'change_password' => 'Passwort ändern',
|
|
'password_changed' => 'Ihr Passwort wurde geändert',
|
|
'forgot_password' => 'Passwort vergessen?',
|
|
'reset_password' => 'Password zurücksetzen',
|
|
'send_reset_password_link' => 'Sende Passwort Reset Link',
|
|
'old_password_failed' => 'Altes Passwort stimmt nicht überein!',
|
|
'reset_password_hint' => 'Bitte setzen Sie Ihr Passwort zurück, indem Sie dieses Formular ausfüllen',
|
|
|
|
// Attributes
|
|
'email' => 'E-Mail',
|
|
'password' => 'Passwort',
|
|
'password_confirmation' => 'Passwort bestätigen',
|
|
'old_password' => 'Altes Passwort',
|
|
'new_password' => 'Neues Passwort',
|
|
'new_password_confirmation' => 'Neues Passwort bestätigen',
|
|
|
|
// Authorization
|
|
'unauthorized_access' => 'Sie können nicht auf die Seite :url zugreifen.',
|
|
];
|