mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
23 lines
428 B
PHP
23 lines
428 B
PHP
<?php
|
||
|
||
return [
|
||
'countries' => [
|
||
'title' => 'کشورها',
|
||
],
|
||
'cities' => [
|
||
'title' => 'شهرها',
|
||
],
|
||
'districts' => [
|
||
'title' => 'ولسوالی ها',
|
||
],
|
||
'neighborhoods' => [
|
||
'title' => 'محله ها',
|
||
],
|
||
'village' => [
|
||
'title' => 'روستا',
|
||
],
|
||
'general' => 'عمومی',
|
||
'map' => 'نقشه',
|
||
'setting' => 'تنظیمات',
|
||
];
|