mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
25 lines
370 B
PHP
25 lines
370 B
PHP
<?php
|
|
|
|
return[
|
|
"countries" => [
|
|
"title" =>"страны",
|
|
|
|
],
|
|
"cities" => [
|
|
"title" =>"Города",
|
|
|
|
],
|
|
"districts" => [
|
|
"title" =>"Районы",
|
|
|
|
],
|
|
"neighborhoods" => [
|
|
"title" =>"Окрестности",
|
|
|
|
],
|
|
"village" => [
|
|
"title" =>"Деревня",
|
|
|
|
],
|
|
|
|
]; |