translation-value-sets/ro/object_form_set.php

10 lines
179 B
PHP
Raw Permalink Normal View History

2024-03-25 15:51:51 +01:00
<?PHP
declare(strict_types = 1);
$object_form_set = array (
'cube' => 'Cube',
'cuboid' => 'Cuboid',
'sphere' => 'Sphere',
'cone' => 'Cone',
'cylinder' => 'Cylinder',
);