New translations section.php (Arabic)

This commit is contained in:
Fatih Alp 2020-01-10 16:26:59 +03:00
parent 0072a6c6fb
commit 20c6f2c624

View File

@ -1,49 +1,40 @@
<?php <?php
return [ return [
"advs" => [ 'advs' => [
"title" =>"إعلانات", 'title' => 'إعلانات',
], ],
"categories" => [ 'categories' => [
"title" =>"الاقسام", 'title' => 'الاقسام',
], ],
"countries" => [ 'countries' => [
"title" =>"بلدان", 'title' => 'بلدان',
], ],
"cities" => [ 'cities' => [
"title" =>"مدن", 'title' => 'مدن',
], ],
"districts" => [ 'districts' => [
"title" =>"المناطق", 'title' => 'المناطق',
], ],
"neighborhoods" => [ 'neighborhoods' => [
"title" =>"أحياء", 'title' => 'أحياء',
], ],
"village" => [ 'village' => [
"title" =>"قرية", 'title' => 'قرية',
], ],
"custom_fields" => [ 'custom_fields' => [
"title" =>"الحقول المخصصة", 'title' => 'الحقول المخصصة',
], ],
"custom_field_advs" => [ 'custom_field_advs' => [
"title" =>"الإعلانات الميدانية المخصصة", 'title' => 'الإعلانات الميدانية المخصصة',
], ],
"cf_values" => [ 'cf_values' => [
"title" =>"قيم cf", 'title' => 'قيم cf',
], ],
"fields" => [ 'fields' => [
"title" =>"الحقول المخصصة", 'title' => 'الحقول المخصصة'
], ],
'assets_clear' => [
'name' => 'الأصول واضحة'
]
]; ];