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