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

9 lines
282 B
PHP

<?PHP
declare(strict_types = 1);
$podcast_contributor_roles = array (
'onair' => 'ಗಾಳಿಯಲ್ಲಿ',
'recording' => 'ರೆಕಾರ್ಡಿಂಗ್',
'technical_support' => 'ತಾಂತ್ರಿಕ ಬೆಂಬಲ',
'organization' => 'ಸಂಘಟನೆ',
);