translation-value-sets/hu/space_types.php

17 lines
393 B
PHP
Raw Normal View History

2022-09-26 23:09:01 +00:00
<?PHP
2023-01-23 21:37:48 +00:00
declare(strict_types = 1);
2023-01-23 21:41:01 +00:00
$space_types = array (
2023-03-25 23:13:15 +00:00
'building' => 'Épület',
'depot' => 'Raktárhelyiség',
'utility_room' => 'Szoba',
'exhibition_room' => 'Kiállítótér',
'display_cabinet' => 'Vitrin',
'shelf' => 'Polc',
'box' => 'Doboz',
'folder' => 'Mappa',
'office' => 'Iroda',
'floor' => 'Emelet',
'hallway' => 'Folyosó',
2024-12-09 13:57:17 +00:00
'outdoor_area' => 'Kültér',
2023-01-23 21:41:01 +00:00
);