mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
48 lines
995 B
PHP
48 lines
995 B
PHP
<?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' => 'کسٹم فیلڈز'
|
|
],
|
|
'assets_clear' => [
|
|
'name' => 'اثاثے صاف'
|
|
],
|
|
'general' => 'جنرل',
|
|
'ads' => 'اشتہارات',
|
|
'user' => 'صارف',
|
|
'filter' => 'فلٹر کریں',
|
|
'options' => [
|
|
'title' => 'اختیارات',
|
|
],
|
|
];
|