<?PHP
declare(strict_types = 1);
array (
'object_form_set' =>
'cube' => 'Куб',
'cuboid' => 'Кубоподібний',
'sphere' => 'Сфера',
'cone' => 'Конус',
'cylinder' => 'Циліндр',
),
)