translation-value-sets/uk/series_contributor_role.php

25 lines
907 B
PHP
Raw 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
);