Files
translation-value-sets/hi/object_form_set.php
2025-10-31 12:56:31 +00:00

14 lines
332 B
PHP

<?PHP
declare(strict_types = 1);
$object_form_set = array (
'cube' => 'घनक्षेत्र',
'cuboid' => 'घनाभ',
'sphere' => 'गोला',
'cone' => 'कोन',
'cylinder' => 'सिलेंडर',
'oval' => 'Oval',
'round' => 'Round',
'square' => 'Square',
'rectangular' => 'Rectangular',
);