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

7 lines
184 B
PHP

<?PHP
declare(strict_types = 1);
$series_time_role = array (
'premiere' => 'प्रीमियर',
'time_of_presentation' => 'प्रस्तुति का समय',
);