Approval.

This commit is contained in:
2024-06-01 22:58:11 +00:00
committed by md translation bot
parent 33854d23a7
commit ff2a294832
18 changed files with 125 additions and 125 deletions

View File

@ -1,20 +1,20 @@
<?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',
'author' => 'Автор',
'director' => 'Директор',
'dramaturg' => 'Драматург',
'production_designer' => 'Художник-постановник',
'costumer' => 'Костюмер',
'musician' => 'Музикант',
'choreographer' => 'Хореограф',
'make_up_artist' => 'Візажист',
'speech_trainer' => 'Тренер з розмовної мови',
'puppet_maker' => 'Лялькар',
'technician' => 'Технік',
'inspector' => 'Інспектор',
'assistant' => 'Асистент',
'actor' => 'Актор',
'painter' => 'Художник',
'creator' => 'Творець',
);