Files
translation-value-sets/uk/object_form_set.php
T
2023-01-23 21:37:48 +00:00

12 lines
243 B
PHP

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