Stand: SMTP-Test, Admin-Mail-Tab, Notifiable-Fix, Lazy-Quill
- 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>
This commit is contained in:
14
lang/ar/passwords.php
Executable file
14
lang/ar/passwords.php
Executable file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'reset' => 'تم إعادة تعيين كلمة المرور.',
|
||||
'sent' => 'تم إرسال رابط إعادة تعيين كلمة المرور إلى بريدك الإلكتروني.',
|
||||
'throttled' => 'يرجى الانتظار قبل المحاولة مرة أخرى.',
|
||||
'token' => 'رمز إعادة تعيين كلمة المرور هذا غير صالح.',
|
||||
'user' => 'لم يتم العثور على مستخدم بهذا البريد الإلكتروني.',
|
||||
'reset_subject' => 'إعادة تعيين كلمة المرور — :app',
|
||||
'reset_greeting' => 'مرحباً :name،',
|
||||
'reset_line1' => 'لقد تلقيت هذا البريد الإلكتروني لأنه تم طلب إعادة تعيين كلمة المرور لحسابك.',
|
||||
'reset_line2' => 'ستنتهي صلاحية رابط إعادة التعيين بعد :count دقيقة.',
|
||||
'reset_line3' => 'إذا لم تطلب إعادة تعيين كلمة المرور، يمكنك تجاهل هذا البريد.',
|
||||
];
|
||||
Reference in New Issue
Block a user