translation-value-sets/ru/placetypes.php
2023-01-23 21:37:48 +00:00

16 lines
323 B
PHP

<?PHP
declare(strict_types = 1);
array (
'tlPlacetypes' =>
array (
0 => 'Административное',
1 => 'Историческое',
2 => 'Регион',
3 => 'Улица',
4 => 'Здание',
5 => 'Горы',
6 => 'Лес',
7 => 'Водоём',
8 => 'Остров',
),
)