Files
filament-whatsapp-conector/resources/lang/ar/action.php
Wallace Martins e3c892fbb1 feat: complete i18n support with 13 languages and bug fixes
- Add translations for: ar, de, es, fr, it, ja, ko, nl, pl, ru, tr, uk, zh_CN
- Fix raw_payload not being saved in messages
- Fix content field stored as array instead of JSON string
- Fix profilePicUrl extraction from Evolution API
- Add content preview column in messages table
- Improve message display with proper text/media handling
2025-12-07 15:48:15 -03:00

43 lines
1.8 KiB
PHP

<?php
declare(strict_types=1);
return [
'send_message' => 'إرسال رسالة واتساب',
'modal_heading' => 'إرسال رسالة واتساب',
'modal_description' => 'إرسال رسالة إلى رقم واتساب.',
'send' => 'إرسال الرسالة',
// Form fields
'instance' => 'المثيل',
'instance_helper' => 'اختر مثيل واتساب لإرسال الرسالة منه.',
'number' => 'رقم الهاتف',
'number_helper' => 'أدخل رقم الهاتف مع رمز البلد (مثال: 5511999999999).',
'type' => 'نوع الرسالة',
'message' => 'الرسالة',
'message_placeholder' => 'اكتب رسالتك هنا...',
'caption' => 'التعليق',
'caption_placeholder' => 'تعليق اختياري للوسائط...',
'media' => 'ملف الوسائط',
'media_helper' => 'قم بتحميل الملف المراد إرساله.',
// Location fields
'latitude' => 'خط العرض',
'longitude' => 'خط الطول',
'location_name' => 'اسم الموقع',
'location_name_placeholder' => 'مثال: مكتبي',
'location_address' => 'العنوان',
'location_address_placeholder' => 'مثال: 123 الشارع الرئيسي، المدينة',
// Contact fields
'contact_name' => 'اسم جهة الاتصال',
'contact_number' => 'هاتف جهة الاتصال',
// Notifications
'success_title' => 'تم إرسال الرسالة!',
'success_body' => 'تم إرسال رسالة واتساب الخاصة بك بنجاح.',
'error_title' => 'فشل الإرسال',
'missing_required_fields' => 'معرف المثيل ورقم الهاتف مطلوبان.',
'unsupported_type' => 'نوع رسالة غير مدعوم.',
];