translation-value-sets/kn/object_form_set.php
2025-02-14 16:35:19 +00:00

10 lines
208 B
PHP

<?PHP
declare(strict_types = 1);
$object_form_set = array (
'cube' => 'ಘನ',
'cuboid' => 'ಘನ',
'sphere' => 'ಗೋಳ',
'cone' => 'ಕೋನ್',
'cylinder' => 'ಸಿಲಿಂಡರ್',
);