Files
WebAPP/lang/ar/events.php
Rhino 2e24a40d68 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>
2026-03-02 07:30:37 +01:00

65 lines
2.7 KiB
PHP
Executable File

<?php
return [
'title' => 'المواعيد',
'no_events' => 'لم يتم العثور على مواعيد.',
'no_upcoming' => 'لا توجد مواعيد قادمة.',
'upcoming_title' => 'المواعيد القادمة',
'cancelled_label' => 'ملغى',
'draft_label' => 'مسودة',
'cancelled_banner' => 'تم إلغاء هذا الموعد.',
'draft_banner' => 'مسودة — مرئي للمسؤولين فقط.',
'back_to_list' => 'العودة إلى قائمة المواعيد',
'description' => 'الوصف',
'plan_route' => 'تخطيط المسار',
'start_navigation' => 'بدء الملاحة',
'participants' => 'المشاركون',
'confirmations' => 'تأكيدات الحضور',
'rejections' => 'الاعتذارات',
'open_responses' => 'مفتوح',
'participation_updated' => 'تم تحديث المشاركة.',
'catering' => 'التموين / الطعام',
'bring_something' => 'سأحضر شيئاً',
'bring_nothing' => 'لن أحضر شيئاً',
'catering_note_placeholder' => 'مثلاً: سأحضر كعكة',
'catering_updated' => 'تم تحديث حالة التموين.',
'no_catering_yet' => 'لا توجد تأكيدات للتموين بعد.',
'timekeeper' => 'ميقاتي',
'timekeeper_yes' => 'نعم، أستطيع',
'timekeeper_no' => 'لا',
'catering_short' => 'تموين',
'timekeeper_short' => 'ميقاتي',
'no_timekeeper_yet' => 'لم يتم تعيين ميقاتي بعد.',
'timekeeper_updated' => 'تم تحديث حالة الميقاتي.',
'comments' => 'التعليقات',
'comment_placeholder' => 'اكتب تعليقاً...',
'no_comments' => 'لا توجد تعليقات بعد.',
'comment_deleted' => '[محذوف]',
'confirm_delete_comment' => 'حذف التعليق؟',
'comment_added' => 'تمت إضافة التعليق.',
'comment_removed' => 'تم حذف التعليق.',
'hello_user' => 'مرحباً، :name!',
'upcoming_events' => 'المواعيد القادمة',
'calendar' => 'التقويم',
'today' => 'اليوم',
'month_view' => 'شهر',
'year_view' => 'سنة',
// الملفات
'files' => 'الملفات',
'download' => 'تحميل',
'no_files' => 'لا توجد ملفات مرفقة.',
// الخصم والنتيجة
'opponent' => 'الخصم',
'score' => 'النتيجة',
'score_home' => 'الفريق المضيف',
'score_away' => 'الفريق الضيف',
'vs' => 'ضد',
// Staff visibility
'signed_up' => 'سجّل',
'withdrawn' => 'انسحب',
'deleted_label' => 'محذوف',
];