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