Files
translation-value-sets/uk/object_form_set.php
2025-11-03 11:53:30 +00:00

14 lines
361 B
PHP

<?PHP
declare(strict_types = 1);
$object_form_set = array (
'cube' => 'Куб',
'cuboid' => 'Кубоподібний',
'sphere' => 'Сфера',
'cone' => 'Конус',
'cylinder' => 'Циліндр',
'oval' => 'Овальний',
'round' => 'Круглий',
'square' => 'Квадратний',
'rectangular' => 'Прямокутний',
);