Approval.

This commit is contained in:
2025-10-11 09:36:58 +00:00
committed by md translation bot
parent 4fbf5b51c4
commit 8f307cf3d9
46 changed files with 194 additions and 90 deletions

View File

@@ -1,16 +1,16 @@
<?PHP
declare(strict_types = 1);
$space_types = array (
'building' => 'Building',
'depot' => 'Depot room',
'utility_room' => 'Utility room',
'exhibition_room' => 'Exhibition room',
'display_cabinet' => 'Display cabinet',
'shelf' => 'Shelf',
'box' => 'Box',
'folder' => 'Folder',
'office' => 'Office',
'floor' => 'Floor',
'hallway' => 'Hallway',
'outdoor_area' => 'Outdoor area',
'building' => 'Budova',
'depot' => 'Depo',
'utility_room' => 'Technická místnost',
'exhibition_room' => 'Výstavní místnost',
'display_cabinet' => 'Vitrína',
'shelf' => 'Police',
'box' => 'krabice',
'folder' => 'Složka',
'office' => 'Kancelář',
'floor' => 'Patro',
'hallway' => 'Chodba',
'outdoor_area' => 'Venkovní prostor',
);