mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-01-23 20:58:40 +00:00
105 lines
4.2 KiB
PHP
Executable File
105 lines
4.2 KiB
PHP
Executable File
<?php
|
|
/**
|
|
* Orange Management
|
|
*
|
|
* PHP Version 8.0
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link https://orange-management.org
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['Profile' => [
|
|
'Account' => 'حساب',
|
|
'Account/Group' => 'جماعة حساب',
|
|
'Activity' => 'نشاط',
|
|
'Address' => 'تبوك',
|
|
'Amount' => '{كمية}',
|
|
'Area' => 'منطقة',
|
|
'Birthday' => 'عيد ميلاد',
|
|
'Change' => 'يتغيرون',
|
|
'City' => 'مدينة',
|
|
'Community' => 'تواصل اجتماعي',
|
|
'Contact' => 'اتصال',
|
|
'ContactInformation' => 'معلومات الاتصال',
|
|
'Country' => 'دولة',
|
|
'CreateProfile' => 'إنشاء الملف الشخصي',
|
|
'Currency' => 'عملة',
|
|
'Currencyformat' => 'Currencyformat',
|
|
'Customized' => 'حسب الطلب',
|
|
'DateDelim' => 'تاريخ فاصل',
|
|
'DecimalPoint' => 'العلامة العشرية',
|
|
'Defaults' => 'التخلف',
|
|
'Email' => 'بريد الالكتروني',
|
|
'Fast' => 'سريع',
|
|
'General' => 'عام',
|
|
'Glass' => 'زجاج',
|
|
'Heavy' => 'ثقيل',
|
|
'Language' => 'لغة',
|
|
'Large' => 'كبير',
|
|
'LastLogin' => 'آخر تسجيل دخول',
|
|
'Length' => 'طول',
|
|
'Light' => 'خفيفة',
|
|
'Load' => 'حمل',
|
|
'Localization' => 'الموقع',
|
|
'Long' => 'طويل',
|
|
'Medium' => 'واسطة',
|
|
'Name' => 'اسم',
|
|
'NoAddressSpecified' => 'أي عنوان محدد',
|
|
'NoContactSpecified' => 'أي اتصال المحدد',
|
|
'Numberformat' => 'Numberformat',
|
|
'Numeric' => 'رقمية',
|
|
'OFF' => 'إيقاف',
|
|
'ON' => 'تشغيل',
|
|
'Occupation' => 'الاحتلال',
|
|
'Phone' => 'هاتف',
|
|
'Precision' => 'دقة',
|
|
'Profile' => 'حساب تعريفي',
|
|
'ProfileImage' => 'صورة البروفيل',
|
|
'Profiles' => 'مظهر',
|
|
'Ranks' => 'صفوف',
|
|
'Registered' => 'مسجل',
|
|
'Sea' => 'لحر',
|
|
'Search' => 'بحث',
|
|
'Short' => 'قصيرة',
|
|
'Skype' => 'سكايب',
|
|
'Slow' => 'بطيء',
|
|
'Small' => 'صغير',
|
|
'Speed' => 'سرعة',
|
|
'Status' => 'حالة',
|
|
'Tablespoon' => 'ملعقة طعام',
|
|
'Teaspoon' => 'ملعقة صغيرة',
|
|
'Temperature' => 'درجة الحرارة',
|
|
'ThousandsSeparator' => 'فاصل الآلاف',
|
|
'Time' => 'وقت',
|
|
'TimeDelim' => 'الوقت الفاصل',
|
|
'Timeformat' => 'تنسيق الوقت',
|
|
'Timezone' => 'وحدة زمنية',
|
|
'VeryFast' => 'سريع جدا',
|
|
'VeryHeavy' => 'ثقيل جدا',
|
|
'VeryLarge' => 'كبير جدا',
|
|
'VeryLight' => 'خفيف جدا',
|
|
'VeryLong' => 'طويل جدا',
|
|
'VeryShort' => 'قصير جدا',
|
|
'VerySlow' => 'بطيء جدا',
|
|
'VerySmall' => 'جدا صغير',
|
|
'Visibility' => 'رؤية',
|
|
'Volume' => 'الصوت',
|
|
'Weight' => 'وزن',
|
|
'Zip' => 'أزيز',
|
|
'aType1' => 'الصفحة الرئيسية',
|
|
'aType2' => 'اعمال',
|
|
'aType3' => 'شحن',
|
|
'aType4' => 'الفواتير',
|
|
'aType5' => 'الشغل',
|
|
'aType6' => 'اتفافية',
|
|
'aType7' => 'آخر',
|
|
'cType1' => 'هاتف',
|
|
'cType2' => 'فاكس',
|
|
'cType3' => 'موقع الكتروني',
|
|
'cType4' => 'بريد الالكتروني',
|
|
]];
|