mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
25 lines
362 B
PHP
25 lines
362 B
PHP
<?php
|
||
|
||
return[
|
||
"countries" => [
|
||
"title" =>"کشورها",
|
||
|
||
],
|
||
"cities" => [
|
||
"title" =>"شهرها",
|
||
|
||
],
|
||
"districts" => [
|
||
"title" =>"ولسوالی ها",
|
||
|
||
],
|
||
"neighborhoods" => [
|
||
"title" =>"محله ها",
|
||
|
||
],
|
||
"village" => [
|
||
"title" =>"روستا",
|
||
|
||
],
|
||
|
||
]; |