2025-02-11 01:02:14 +00:00
|
|
|
<?PHP
|
|
|
|
declare(strict_types = 1);
|
|
|
|
$series_place_role = array (
|
2025-02-14 16:35:19 +00:00
|
|
|
'place_of_production' => 'ಉತ್ಪಾದನೆಯ ಸ್ಥಳ',
|
|
|
|
'performance_space' => 'ಕಾರ್ಯಕ್ಷಮತೆ ಸ್ಥಳ',
|
|
|
|
'rehearsal_space' => 'ಪೂರ್ವಾಭ್ಯಾಸದ ಸ್ಥಳ',
|
2025-02-11 01:02:14 +00:00
|
|
|
);
|