translation-value-sets/ru/series_contributor_role.php

25 lines
932 B
PHP
Raw Permalink Normal View History

2024-05-07 18:30:22 +02:00
<?PHP
declare(strict_types = 1);
$series_contributor_role = array (
2024-06-02 00:58:11 +02:00
'author' => 'Автор',
'director' => 'Директор',
'dramaturg' => 'Драматург',
'production_designer' => 'Художник-постановщик',
'costumer' => 'Костюмер',
'musician' => 'Музыкант',
'choreographer' => 'Хореограф',
'make_up_artist' => 'Визажист',
'speech_trainer' => 'Логопедический тренер',
'puppet_maker' => 'Изготовитель кукол',
'technician' => 'Техник',
'inspector' => 'Инспектор',
'assistant' => 'Ассистент',
'actor' => 'Актёр',
'painter' => 'Художник',
'creator' => 'Создатель',
2024-06-19 22:58:30 +02:00
'equipment_supplier' => 'Equipment supplier',
'contributing_institution' => 'Contributing institution',
'event_organizer' => 'Event organizer',
2024-07-08 16:41:41 +02:00
'movement_trainer' => 'Movement trainer',
2024-05-07 18:30:22 +02:00
);