Files
translation-value-sets/te/appointment_contributor_roles.php
2025-06-30 16:21:25 +00:00

7 lines
182 B
PHP

<?PHP
declare(strict_types = 1);
$appointment_contributor_roles = array (
'organizer' => 'నిర్వాహకుడు',
'presenter' => 'ప్రెజెంటర్',
);