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

8 lines
198 B
PHP

<?PHP
declare(strict_types = 1);
$series_place_role = array (
'place_of_production' => 'Místo výroby',
'performance_space' => 'Prostor pro vystoupení',
'rehearsal_space' => 'Zkušebna',
);