Files
translation-value-sets/ta/object_form_set.php
2025-06-17 09:45:22 +00:00

10 lines
265 B
PHP

<?PHP
declare(strict_types = 1);
$object_form_set = array (
'cube' => 'கனசதுரம்',
'cuboid' => 'கியூபாய்டு',
'sphere' => 'கோளம்',
'cone' => 'கூம்பு',
'cylinder' => 'சிலிண்டர்',
);