translation-value-sets/uk/series_time_role.php

7 lines
174 B
PHP
Raw Normal View History

2024-06-11 22:11:16 +00:00
<?PHP
declare(strict_types = 1);
$series_time_role = array (
2024-10-20 23:23:58 +00:00
'premiere' => 'Прем\'єра',
'time_of_presentation' => 'Час проведення виступу',
2024-06-11 22:11:16 +00:00
);