translation-value-sets/de/space_types.php
2023-01-23 21:41:01 +00:00

16 lines
363 B
PHP

<?PHP
declare(strict_types = 1);
$space_types = array (
'building' => 'Gebäude',
'depot' => 'Depotraum',
'utility_room' => 'Allzweckraum',
'exhibition_room' => 'Ausstellungsraum',
'display_cabinet' => 'Vitrine',
'shelf' => 'Regal',
'box' => 'Kiste',
'folder' => 'Mappe',
'office' => 'Büro',
'floor' => 'Stockwerk',
'hallway' => 'Flur',
);