translation-value-sets/hu/series_place_role.php
2025-02-03 16:29:56 +00:00

8 lines
199 B
PHP

<?PHP
declare(strict_types = 1);
$series_place_role = array (
'place_of_production' => 'Gyártási helyszín',
'performance_space' => 'Előadóhely',
'rehearsal_space' => 'Próbahelyszín',
);