mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-10 07:16:06 -06:00
New translations field.php (Arabic)
This commit is contained in:
parent
396afb2e21
commit
3757cd4c9d
@ -83,7 +83,14 @@ return [
|
|||||||
'name' => 'دقة'
|
'name' => 'دقة'
|
||||||
],
|
],
|
||||||
'status' => [
|
'status' => [
|
||||||
'name' => 'الحالة'
|
'name' => 'الحالة',
|
||||||
|
'option' => [
|
||||||
|
'approved' => 'وافق',
|
||||||
|
'expired' => 'منتهية الصلاحية',
|
||||||
|
'unpublished' => 'غير منشورة',
|
||||||
|
'pending_admin' => 'في انتظار الادارية',
|
||||||
|
'pending_user' => 'في انتظار المستخدم'
|
||||||
|
]
|
||||||
],
|
],
|
||||||
'pending_adv' => [
|
'pending_adv' => [
|
||||||
'name' => 'اعلانات معلقة'
|
'name' => 'اعلانات معلقة'
|
||||||
@ -104,6 +111,7 @@ return [
|
|||||||
'name' => 'ADVS'
|
'name' => 'ADVS'
|
||||||
],
|
],
|
||||||
'description' => 'وصف',
|
'description' => 'وصف',
|
||||||
|
'explanation' => 'تفسير',
|
||||||
'type' => [
|
'type' => [
|
||||||
'name' => 'نوع'
|
'name' => 'نوع'
|
||||||
],
|
],
|
||||||
@ -122,8 +130,11 @@ return [
|
|||||||
'pick_option' => 'اختيار خيار',
|
'pick_option' => 'اختيار خيار',
|
||||||
'pick_ordering' => 'تنظيم',
|
'pick_ordering' => 'تنظيم',
|
||||||
'price_high' => 'السعر الاعلى الى الادنى',
|
'price_high' => 'السعر الاعلى الى الادنى',
|
||||||
'price-low' => 'السعر من الارخص للاعلى',
|
'price_low' => 'السعر من الارخص للاعلى',
|
||||||
'newest' => 'الأحدث',
|
'newest' => 'الأحدث',
|
||||||
|
'oldest' => 'الأقدم',
|
||||||
|
'address_a_z' => 'العنوان (من الألف إلى الياء)',
|
||||||
|
'address_z_a' => 'العنوان (ي إلى أ)',
|
||||||
'categories' => 'الاقسام',
|
'categories' => 'الاقسام',
|
||||||
'all_categories' => 'جميع الفئات',
|
'all_categories' => 'جميع الفئات',
|
||||||
'location' => 'موقعك',
|
'location' => 'موقعك',
|
||||||
@ -137,13 +148,14 @@ return [
|
|||||||
'search_desc' => 'يمكنك إضافة وإدارة اختيارات البحث المفضلة لديك هنا.',
|
'search_desc' => 'يمكنك إضافة وإدارة اختيارات البحث المفضلة لديك هنا.',
|
||||||
'complaint_placeholder' => 'اكتب تفاصيل شكواك هنا.',
|
'complaint_placeholder' => 'اكتب تفاصيل شكواك هنا.',
|
||||||
'show_details' => 'اظهر التفاصيل',
|
'show_details' => 'اظهر التفاصيل',
|
||||||
|
'ad_actions' => 'إجراءات الإعلان',
|
||||||
'edit' => 'تصحيح',
|
'edit' => 'تصحيح',
|
||||||
'approve' => 'يوافق',
|
'approve' => 'يوافق',
|
||||||
'passive' => "مبني للمجهول",
|
'passive' => "مبني للمجهول",
|
||||||
'offered_by' => 'مقدم بواسطة',
|
'offered_by' => 'مقدم بواسطة',
|
||||||
'more_ads_by' => 'المزيد من الإعلانات بواسطة',
|
'more_ads_by' => 'المزيد من الإعلانات بواسطة',
|
||||||
'click_phone' => 'عرض رقم الهاتف',
|
'click_phone' => 'عرض رقم الهاتف',
|
||||||
'share' => 'شارك هذا الإعلان',
|
'share' => 'شارك',
|
||||||
'report' => 'الإبلاغ عن هذا الإعلان',
|
'report' => 'الإبلاغ عن هذا الإعلان',
|
||||||
'features' => 'المميزات',
|
'features' => 'المميزات',
|
||||||
"streetview" => "منظر الشارع",
|
"streetview" => "منظر الشارع",
|
||||||
@ -248,5 +260,7 @@ return [
|
|||||||
'yes' => [
|
'yes' => [
|
||||||
'name' => 'نعم'
|
'name' => 'نعم'
|
||||||
],
|
],
|
||||||
"no_location" => "لا يوجد موقع محدد"
|
"no_location" => "لا يوجد موقع محدد.",
|
||||||
|
"continue" => 'استمر',
|
||||||
|
"gallery" => 'صالة عرض',
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user