mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
24 lines
415 B
PHP
24 lines
415 B
PHP
<?php
|
|
|
|
return [
|
|
'countries' => [
|
|
'title' => '国々',
|
|
],
|
|
'cities' => [
|
|
'title' => '都市',
|
|
],
|
|
'districts' => [
|
|
'title' => '地区',
|
|
],
|
|
'neighborhoods' => [
|
|
'title' => '近所',
|
|
],
|
|
'village' => [
|
|
'title' => '村',
|
|
],
|
|
'general' => '一般的な',
|
|
'map' => '地図',
|
|
'setting' => '設定',
|
|
'filter' => 'フィルタ',
|
|
];
|