mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
24 lines
409 B
PHP
24 lines
409 B
PHP
<?php
|
|
|
|
return [
|
|
'countries' => [
|
|
'title' => '국가',
|
|
],
|
|
'cities' => [
|
|
'title' => '도시들',
|
|
],
|
|
'districts' => [
|
|
'title' => '지구',
|
|
],
|
|
'neighborhoods' => [
|
|
'title' => '이웃',
|
|
],
|
|
'village' => [
|
|
'title' => '마을',
|
|
],
|
|
'general' => '일반',
|
|
'map' => '지도',
|
|
'setting' => '환경',
|
|
'filter' => '필터',
|
|
];
|