comlete story 2.2 with qa test & updated architect files
This commit is contained in:
@@ -71,6 +71,24 @@ return [
|
||||
'email_exists' => 'هذا البريد الإلكتروني مسجل بالفعل.',
|
||||
'national_id_exists' => 'رقم الهوية الوطنية مسجل بالفعل.',
|
||||
|
||||
// Company-specific
|
||||
'company_name' => 'اسم الشركة',
|
||||
'registration_number' => 'رقم السجل التجاري',
|
||||
'contact_person' => 'جهة الاتصال',
|
||||
'contact_person_name' => 'اسم جهة الاتصال',
|
||||
'contact_person_id' => 'رقم هوية جهة الاتصال',
|
||||
'create_company' => 'إنشاء شركة',
|
||||
'edit_company' => 'تعديل الشركة',
|
||||
'company_profile' => 'ملف الشركة',
|
||||
'back_to_companies' => 'العودة للشركات',
|
||||
'search_company_placeholder' => 'البحث باسم الشركة أو البريد الإلكتروني أو رقم السجل...',
|
||||
'company_created' => 'تم إنشاء الشركة بنجاح.',
|
||||
'company_updated' => 'تم تحديث الشركة بنجاح.',
|
||||
'registration_number_exists' => 'رقم السجل التجاري مسجل بالفعل.',
|
||||
'no_companies_found' => 'لا توجد شركات.',
|
||||
'no_companies_match' => 'لا توجد شركات مطابقة لمعايير البحث.',
|
||||
'company_information' => 'معلومات الشركة',
|
||||
|
||||
// Profile Page
|
||||
'client_information' => 'معلومات العميل',
|
||||
'contact_information' => 'معلومات الاتصال',
|
||||
|
||||
@@ -71,6 +71,24 @@ return [
|
||||
'email_exists' => 'This email address is already registered.',
|
||||
'national_id_exists' => 'This National ID is already registered.',
|
||||
|
||||
// Company-specific
|
||||
'company_name' => 'Company Name',
|
||||
'registration_number' => 'Registration Number',
|
||||
'contact_person' => 'Contact Person',
|
||||
'contact_person_name' => 'Contact Person Name',
|
||||
'contact_person_id' => 'Contact Person ID',
|
||||
'create_company' => 'Create Company',
|
||||
'edit_company' => 'Edit Company',
|
||||
'company_profile' => 'Company Profile',
|
||||
'back_to_companies' => 'Back to Companies',
|
||||
'search_company_placeholder' => 'Search by company name, email, or registration number...',
|
||||
'company_created' => 'Company created successfully.',
|
||||
'company_updated' => 'Company updated successfully.',
|
||||
'registration_number_exists' => 'This registration number is already registered.',
|
||||
'no_companies_found' => 'No companies found.',
|
||||
'no_companies_match' => 'No companies match your search criteria.',
|
||||
'company_information' => 'Company Information',
|
||||
|
||||
// Profile Page
|
||||
'client_information' => 'Client Information',
|
||||
'contact_information' => 'Contact Information',
|
||||
|
||||
Reference in New Issue
Block a user