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' => 'Создатель',
);