translation-value-sets/kn/object_form_set.php

10 lines
208 B
PHP
Raw Normal View History

2025-02-11 01:02:14 +00:00
<?PHP
declare(strict_types = 1);
$object_form_set = array (
2025-02-14 16:35:19 +00:00
'cube' => 'ಘನ',
'cuboid' => 'ಘನ',
'sphere' => 'ಗೋಳ',
'cone' => 'ಕೋನ್',
'cylinder' => 'ಸಿಲಿಂಡರ್',
2025-02-11 01:02:14 +00:00
);