Files
translation-value-sets/ru/object_form_set.php
T
2023-01-23 21:41:01 +00:00

10 lines
211 B
PHP

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