mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
24 lines
416 B
PHP
24 lines
416 B
PHP
<?php
|
|
|
|
return [
|
|
'countries' => [
|
|
'title' => 'Maat',
|
|
],
|
|
'cities' => [
|
|
'title' => 'Kaupungit',
|
|
],
|
|
'districts' => [
|
|
'title' => 'Piirit',
|
|
],
|
|
'neighborhoods' => [
|
|
'title' => 'Naapurustot',
|
|
],
|
|
'village' => [
|
|
'title' => 'Kylä',
|
|
],
|
|
'general' => 'Kenraali',
|
|
'map' => 'Kartta',
|
|
'setting' => 'Asetus',
|
|
'filter' => 'Suodattaa',
|
|
];
|