- 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>
35 lines
2.2 KiB
PHP
Executable File
35 lines
2.2 KiB
PHP
Executable File
<?php
|
|
|
|
return [
|
|
'login_title' => 'تسجيل الدخول',
|
|
'email_label' => 'البريد الإلكتروني',
|
|
'password_label' => 'كلمة المرور',
|
|
'remember_me' => 'تذكرني',
|
|
'login_button' => 'تسجيل الدخول',
|
|
'register_title' => 'إنشاء حساب',
|
|
'name_label' => 'الاسم',
|
|
'children_assigned' => 'سيتم ربط حسابك بالأطفال التالية أسماؤهم:',
|
|
'password_min' => '(٨ أحرف على الأقل)',
|
|
'password_confirm_label' => 'تأكيد كلمة المرور',
|
|
'create_account' => 'إنشاء الحساب',
|
|
'already_registered' => 'لديك حساب بالفعل؟',
|
|
'go_to_login' => 'تسجيل الدخول',
|
|
'email_fixed_by_invitation' => 'عنوان البريد الإلكتروني محدد بواسطة الدعوة.',
|
|
'invalid_invitation' => 'رابط الدعوة هذا غير صالح أو منتهي الصلاحية.',
|
|
'welcome' => 'مرحباً! تم إنشاء حسابك بنجاح.',
|
|
'forgot_password_link' => 'نسيت كلمة المرور؟',
|
|
'forgot_password_title' => 'إعادة تعيين كلمة المرور',
|
|
'forgot_password_description' => 'أدخل عنوان بريدك الإلكتروني وسنرسل لك رابطاً لإعادة تعيين كلمة المرور.',
|
|
'send_reset_link' => 'إرسال الرابط',
|
|
'back_to_login' => 'العودة لتسجيل الدخول',
|
|
'reset_password_title' => 'تعيين كلمة مرور جديدة',
|
|
'reset_password_button' => 'إعادة تعيين كلمة المرور',
|
|
'new_password_label' => 'كلمة المرور الجديدة',
|
|
'confirm_password_label' => 'تأكيد كلمة المرور',
|
|
'login_failed' => 'بيانات الاعتماد غير صالحة.',
|
|
'email_must_match_invitation' => 'يجب أن يتطابق عنوان البريد الإلكتروني مع الدعوة: :email',
|
|
'cookie_notice' => 'يستخدم هذا الموقع فقط ملف تعريف ارتباط جلسة ضروري تقنياً. لا يوجد تتبع.',
|
|
'cookie_notice_link' => 'اقرأ المزيد',
|
|
'account_deactivated' => 'تم تعطيل حسابك. يرجى التواصل مع المسؤول.',
|
|
];
|