translation-value-sets/kn/series_time_role.php

7 lines
196 B
PHP
Raw Permalink Normal View History

2025-02-11 01:02:14 +00:00
<?PHP
declare(strict_types = 1);
$series_time_role = array (
2025-02-14 16:35:19 +00:00
'premiere' => 'ಪ್ರಥಮ ಪ್ರದರ್ಶನ',
'time_of_presentation' => 'ಪ್ರಸ್ತುತಿಯ ಸಮಯ',
2025-02-11 01:02:14 +00:00
);