mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 06:46:08 -06:00
New translations section.php (Arabic)
This commit is contained in:
parent
0072a6c6fb
commit
20c6f2c624
@ -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" =>"الحقول المخصصة",
|
|
||||||
|
|
||||||
],
|
|
||||||
|
|
||||||
];
|
];
|
||||||
Loading…
Reference in New Issue
Block a user