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