Approval.

This commit is contained in:
2024-06-11 22:11:16 +00:00
committed by md translation bot
parent ff2a294832
commit e863da6ffe
42 changed files with 273 additions and 0 deletions

7
ru/series_place_role.php Normal file
View File

@ -0,0 +1,7 @@
<?PHP
declare(strict_types = 1);
$series_place_role = array (
'place_of_production' => 'Place of production',
'performance_space' => 'Performance space',
'rehearsal_space' => 'Rehearsal space',
);

6
ru/series_time_role.php Normal file
View File

@ -0,0 +1,6 @@
<?PHP
declare(strict_types = 1);
$series_time_role = array (
'premiere' => 'Premiere',
'time_of_presentation' => 'Time of presentation',
);