Approval.

This commit is contained in:
2025-06-17 09:45:22 +00:00
committed by md translation bot
parent a7e3056f09
commit 1bb2710cad
62 changed files with 633 additions and 633 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' => 'கட்டிடம்',
'depot' => 'டிப்போ டூம்',
'utility_room' => 'பயன்பாட்டு அறை',
'exhibition_room' => 'கண்காட்சி அறை',
'display_cabinet' => 'அமைச்சரவை காட்சி',
'shelf' => 'அலமாரி',
'box' => 'பெட்டி',
'folder' => 'கோப்புறை',
'office' => 'அலுவலகம்',
'floor' => 'தளம்',
'hallway' => 'ஹால்வே',
'outdoor_area' => 'வெளிப்புற பகுதி',
);