Files
translation-value-sets/cs/series_time_role.php
2025-10-11 09:36:58 +00:00

7 lines
140 B
PHP

<?PHP
declare(strict_types = 1);
$series_time_role = array (
'premiere' => 'premiéra',
'time_of_presentation' => 'Čas prezentace',
);