Approval.
This commit is contained in:
@ -1,2 +1,15 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$space_types = array (
|
||||
'building' => 'Будівля',
|
||||
'depot' => 'Приміщення депо',
|
||||
'utility_room' => 'Підсобне приміщення',
|
||||
'exhibition_room' => 'Виставковий зал',
|
||||
'display_cabinet' => 'Вітрина',
|
||||
'shelf' => 'Полиця',
|
||||
'box' => 'Скринька',
|
||||
'folder' => 'Папка',
|
||||
'office' => 'Офіс',
|
||||
'floor' => 'Поверх',
|
||||
'hallway' => 'Коридор',
|
||||
);
|
||||
|
Reference in New Issue
Block a user