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