translation-value-sets/uk/space_types.php
2024-06-01 22:58:11 +00:00

17 lines
534 B
PHP

<?PHP
declare(strict_types = 1);
$space_types = array (
'building' => 'Будівля',
'depot' => 'Приміщення депо',
'utility_room' => 'Підсобне приміщення',
'exhibition_room' => 'Виставковий зал',
'display_cabinet' => 'Вітрина',
'shelf' => 'Полиця',
'box' => 'Скринька',
'folder' => 'Папка',
'office' => 'Офіс',
'floor' => 'Поверх',
'hallway' => 'Коридор',
'outdoor_area' => 'Відкритий майданчик',
);