translation-value-sets/hu/series_place_role.php

8 lines
199 B
PHP
Raw Permalink Normal View History

2024-06-11 22:11:16 +00:00
<?PHP
declare(strict_types = 1);
$series_place_role = array (
2025-02-03 16:29:56 +00:00
'place_of_production' => 'Gyártási helyszín',
'performance_space' => 'Előadóhely',
'rehearsal_space' => 'Próbahelyszín',
2024-06-11 22:11:16 +00:00
);