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