Approval.
This commit is contained in:
@ -1,24 +1,24 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$series_contributor_role = array (
|
||||
'author' => 'Author',
|
||||
'director' => 'Director',
|
||||
'dramaturg' => 'Dramaturg',
|
||||
'production_designer' => 'Production designer',
|
||||
'costumer' => 'Costumer',
|
||||
'musician' => 'Musician',
|
||||
'choreographer' => 'Choreographer',
|
||||
'make_up_artist' => 'Make-up artist',
|
||||
'speech_trainer' => 'Speech trainer',
|
||||
'puppet_maker' => 'Puppet maker',
|
||||
'technician' => 'Technician',
|
||||
'inspector' => 'Inspector',
|
||||
'assistant' => 'Assistant',
|
||||
'actor' => 'Actor',
|
||||
'painter' => 'Painter',
|
||||
'creator' => 'Creator',
|
||||
'equipment_supplier' => 'Equipment supplier',
|
||||
'contributing_institution' => 'Contributing institution',
|
||||
'event_organizer' => 'Event organizer',
|
||||
'movement_trainer' => 'Movement trainer',
|
||||
'author' => 'రచయిత',
|
||||
'director' => 'దర్శకుడు',
|
||||
'dramaturg' => 'డ్రామాటర్గ్',
|
||||
'production_designer' => 'ప్రొడక్షన్ డిజైనర్',
|
||||
'costumer' => 'కాస్ట్యూమర్',
|
||||
'musician' => 'సంగీతకారుడు',
|
||||
'choreographer' => 'కొరియోగ్రాఫర్',
|
||||
'make_up_artist' => 'మేకప్ ఆర్టిస్ట్',
|
||||
'speech_trainer' => 'స్పీచ్ ట్రైనర్',
|
||||
'puppet_maker' => 'తోలుబొమ్మ తయారీదారు',
|
||||
'technician' => 'సాంకేతిక నిపుణుడు',
|
||||
'inspector' => 'ఇన్స్పెక్టర్',
|
||||
'assistant' => 'అసిస్టెంట్',
|
||||
'actor' => 'నటుడు',
|
||||
'painter' => 'చిత్రకారుడు',
|
||||
'creator' => 'సృష్టికర్త',
|
||||
'equipment_supplier' => 'పరికరాల సరఫరాదారు',
|
||||
'contributing_institution' => 'సహకార సంస్థ',
|
||||
'event_organizer' => 'ఈవెంట్ నిర్వాహకుడు',
|
||||
'movement_trainer' => 'ఉద్యమ శిక్షకుడు',
|
||||
);
|
||||
|
Reference in New Issue
Block a user