openclassify/addons/default/visiosoft/location-module/resources/lang/ar/section.php
2020-09-23 18:36:09 +03:00

24 lines
443 B
PHP

<?php
return [
'countries' => [
'title' => 'بلدان',
],
'cities' => [
'title' => 'مدن',
],
'districts' => [
'title' => 'المناطق',
],
'neighborhoods' => [
'title' => 'أحياء',
],
'village' => [
'title' => 'قرية',
],
'general' => 'جنرال لواء',
'map' => 'خريطة',
'setting' => 'ضبط',
'filter' => 'منقي',
];