Files
translation-value-sets/te/space_types.php
2025-06-30 16:21:25 +00:00

17 lines
619 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' => 'బహిరంగ ప్రాంతం',
);