Files
translation-value-sets/hi/podcast_contributor_roles.php
2025-07-11 06:37:45 +00:00

9 lines
262 B
PHP

<?PHP
declare(strict_types = 1);
$podcast_contributor_roles = array (
'onair' => 'ऑन एयर',
'recording' => 'रिकॉर्डिंग',
'technical_support' => 'तकनीकी समर्थन',
'organization' => 'संगठन',
);