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

8 lines
266 B
PHP

<?PHP
declare(strict_types = 1);
$series_place_role = array (
'place_of_production' => 'உற்பத்தி இடம்',
'performance_space' => 'செயல்திறன் இடம்',
'rehearsal_space' => 'ஒத்திகை இடம்',
);