complete story 2.3 with qa test

This commit is contained in:
Naser Mansour
2025-12-26 15:55:42 +02:00
parent b9009ca1df
commit b207be196e
13 changed files with 1185 additions and 36 deletions
+15
View File
@@ -105,4 +105,19 @@ return [
'no_consultations' => 'لا توجد استشارات بعد.',
'no_timelines' => 'لا توجد قضايا بعد.',
'member_since' => 'عضو منذ',
// Account Conversion
'convert_to_company' => 'تحويل إلى شركة',
'convert_to_individual' => 'تحويل إلى فرد',
'convert_to_company_description' => 'قم بتحويل حساب هذا العميل الفرد إلى حساب شركة.',
'convert_to_individual_description' => 'قم بتحويل حساب هذه الشركة إلى حساب فرد.',
'confirm_conversion' => 'تأكيد التحويل',
'confirm_conversion_to_company_message' => 'هل أنت متأكد أنك تريد تحويل هذا الحساب إلى حساب شركة؟ سيتم الاحتفاظ بجميع الاستشارات والقضايا.',
'confirm_conversion_to_individual_message' => 'هل أنت متأكد أنك تريد تحويل هذا الحساب إلى حساب فرد؟ سيتم مسح بيانات الشركة.',
'company_fields_will_be_cleared' => 'سيتم مسح بيانات الشركة (اسم الشركة، رقم السجل، بيانات جهة الاتصال) عند التحويل.',
'account_converted_to_company' => 'تم تحويل الحساب إلى شركة بنجاح.',
'account_converted_to_individual' => 'تم تحويل الحساب إلى فرد بنجاح.',
'continue' => 'متابعة',
'back' => 'رجوع',
'confirm_convert' => 'تأكيد التحويل',
];