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

7 lines
207 B
PHP

<?PHP
declare(strict_types = 1);
$appointment_contributor_roles = array (
'organizer' => 'व्यवस्था करनेवाला',
'presenter' => 'प्रस्तुतकर्ता',
);