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' => [
], 'title' => 'بلدان',
"countries" => [ ],
"title" =>"بلدان", 'cities' => [
'title' => 'مدن',
], ],
"cities" => [ 'districts' => [
"title" =>"مدن", 'title' => 'المناطق',
],
], 'neighborhoods' => [
"districts" => [ 'title' => 'أحياء',
"title" =>"المناطق", ],
'village' => [
], 'title' => 'قرية',
"neighborhoods" => [ ],
"title" =>"أحياء", 'custom_fields' => [
'title' => 'الحقول المخصصة',
], ],
"village" => [ 'custom_field_advs' => [
"title" =>"قرية", 'title' => 'الإعلانات الميدانية المخصصة',
],
], 'cf_values' => [
"custom_fields" => [ 'title' => 'قيم cf',
"title" =>"الحقول المخصصة", ],
'fields' => [
], 'title' => 'الحقول المخصصة'
"custom_field_advs" => [ ],
"title" =>"الإعلانات الميدانية المخصصة", 'assets_clear' => [
'name' => 'الأصول واضحة'
], ]
"cf_values" => [
"title" =>"قيم cf",
],
"fields" => [
"title" =>"الحقول المخصصة",
],
]; ];