mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
New translations section.php (Arabic)
This commit is contained in:
parent
0072a6c6fb
commit
20c6f2c624
@ -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' => 'الأصول واضحة'
|
||||
]
|
||||
];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user