Files
filament-whatsapp-conector/resources/lang/ar/qrcode.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

22 lines
984 B
PHP

<?php
declare(strict_types=1);
return [
'modal_title' => 'اتصال :instance',
'loading' => 'جاري التحميل...',
'connected' => 'متصل',
'waiting_scan' => 'في انتظار المسح',
'error' => 'خطأ في الاتصال',
'expires_in' => 'ينتهي في',
'connected_title' => 'تم اتصال واتساب!',
'connected_description' => 'مثيل واتساب الخاص بك متصل وجاهز لإرسال واستقبال الرسائل.',
'error_title' => 'خطأ في الاتصال',
'try_again' => 'حاول مرة أخرى',
'scan_instructions' => 'افتح واتساب على هاتفك، اذهب إلى الإعدادات > الأجهزة المرتبطة > ربط جهاز، وامسح رمز QR هذا.',
'or_use_code' => 'أو أدخل هذا الرمز على هاتفك:',
'copied' => 'تم النسخ!',
'refresh' => 'تحديث رمز QR',
'generate' => 'إنشاء رمز QR',
];