translation-value-sets/de/series_place_role.php
2024-06-19 20:58:30 +00:00

8 lines
191 B
PHP

<?PHP
declare(strict_types = 1);
$series_place_role = array (
'place_of_production' => 'Herstellungsort',
'performance_space' => 'Aufführungsort',
'rehearsal_space' => 'Probenort',
);