- Fix: Notifiable-Trait zum User-Model hinzugefuegt (behebt notify()-500er) - Installer: SMTP-Verbindungstest mit EsmtpTransport + Ueberspringen-Link - Admin: Neuer E-Mail-Tab mit SMTP-Konfiguration + Verbindungstest - Admin: Lazy Quill-Initialisierung (nur sichtbare Locale wird geladen) - Uebersetzungen: 17 neue Mail-Keys in allen 6 Sprachen Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
34 lines
1.6 KiB
PHP
Executable File
34 lines
1.6 KiB
PHP
Executable File
<?php
|
|
return [
|
|
'login_title' => 'Login',
|
|
'email_label' => 'Email',
|
|
'password_label' => 'Password',
|
|
'remember_me' => 'Remember me',
|
|
'login_button' => 'Login',
|
|
'register_title' => 'Register',
|
|
'name_label' => 'Name',
|
|
'children_assigned' => 'Your account will be assigned to the following children:',
|
|
'password_min' => '(min. 8 characters)',
|
|
'password_confirm_label' => 'Confirm password',
|
|
'create_account' => 'Create account',
|
|
'already_registered' => 'Already registered?',
|
|
'go_to_login' => 'Go to login',
|
|
'email_fixed_by_invitation' => 'The email address is set by the invitation.',
|
|
'invalid_invitation' => 'This invitation link is invalid or expired.',
|
|
'welcome' => 'Welcome! Your account has been created.',
|
|
'forgot_password_link' => 'Forgot password?',
|
|
'forgot_password_title' => 'Reset Password',
|
|
'forgot_password_description' => 'Enter your email address and we will send you a link to reset your password.',
|
|
'send_reset_link' => 'Send link',
|
|
'back_to_login' => 'Back to login',
|
|
'reset_password_title' => 'Set New Password',
|
|
'reset_password_button' => 'Reset Password',
|
|
'new_password_label' => 'New Password',
|
|
'confirm_password_label' => 'Confirm Password',
|
|
'login_failed' => 'These credentials are invalid.',
|
|
'email_must_match_invitation' => 'The email address must match the invitation: :email',
|
|
'cookie_notice' => 'This site only uses a technically necessary session cookie. No tracking.',
|
|
'cookie_notice_link' => 'Learn more',
|
|
'account_deactivated' => 'Your account has been deactivated. Please contact the administrator.',
|
|
];
|