Approval.

This commit is contained in:
Joshua Ramon Enslin 2024-10-20 23:23:58 +00:00 committed by md translation bot
parent 7623a0314d
commit 974fc860c6
10 changed files with 24 additions and 24 deletions

View File

@ -6,5 +6,5 @@ $institution_basic_category_set = array (
'memorial_site' => 'Мемориальное место',
'private_collection' => 'Частное собрание',
'museum' => 'Музей',
'university_collection' => 'University collection',
'university_collection' => 'Университетское собрание',
);

View File

@ -17,8 +17,8 @@ $series_contributor_role = array (
'actor' => 'Актёр',
'painter' => 'Художник',
'creator' => 'Создатель',
'equipment_supplier' => 'Equipment supplier',
'contributing_institution' => 'Contributing institution',
'event_organizer' => 'Event organizer',
'equipment_supplier' => 'Поставщик оборудования',
'contributing_institution' => 'Учреждение, внесшее вклад',
'event_organizer' => 'Организатор мероприятий',
'movement_trainer' => 'Movement trainer',
);

View File

@ -1,7 +1,7 @@
<?PHP
declare(strict_types = 1);
$series_place_role = array (
'place_of_production' => 'Place of production',
'performance_space' => 'Performance space',
'rehearsal_space' => 'Rehearsal space',
'place_of_production' => 'Место изготовления',
'performance_space' => 'Место исполнения',
'rehearsal_space' => 'Место проведения репетиций',
);

View File

@ -1,6 +1,6 @@
<?PHP
declare(strict_types = 1);
$series_time_role = array (
'premiere' => 'Premiere',
'time_of_presentation' => 'Time of presentation',
'premiere' => 'Премьера',
'time_of_presentation' => 'Время представления',
);

View File

@ -1,7 +1,7 @@
<?PHP
declare(strict_types = 1);
$vocabulary_redaction_level = array (
'checked' => 'Checked',
'unchecked' => 'Unchecked',
'questionable' => 'Questionable',
'checked' => 'Проверено',
'unchecked' => 'Не проверено',
'questionable' => 'Под вопросом',
);

View File

@ -6,5 +6,5 @@ $institution_basic_category_set = array (
'memorial_site' => 'Меморіальний комплекс',
'private_collection' => 'Приватна збірка',
'museum' => 'Музей',
'university_collection' => 'University collection',
'university_collection' => 'Університетська збірка',
);

View File

@ -17,8 +17,8 @@ $series_contributor_role = array (
'actor' => 'Актор',
'painter' => 'Художник',
'creator' => 'Творець',
'equipment_supplier' => 'Equipment supplier',
'contributing_institution' => 'Contributing institution',
'event_organizer' => 'Event organizer',
'equipment_supplier' => 'Постачальник обладнання',
'contributing_institution' => 'Установа, що зробила внесок',
'event_organizer' => 'Організатор заходу',
'movement_trainer' => 'Movement trainer',
);

View File

@ -1,7 +1,7 @@
<?PHP
declare(strict_types = 1);
$series_place_role = array (
'place_of_production' => 'Place of production',
'performance_space' => 'Performance space',
'rehearsal_space' => 'Rehearsal space',
'place_of_production' => 'Місце виробництва',
'performance_space' => 'Простір для перформансу',
'rehearsal_space' => 'Простір для репетицій',
);

View File

@ -1,6 +1,6 @@
<?PHP
declare(strict_types = 1);
$series_time_role = array (
'premiere' => 'Premiere',
'time_of_presentation' => 'Time of presentation',
'premiere' => 'Прем\'єра',
'time_of_presentation' => 'Час проведення виступу',
);

View File

@ -1,7 +1,7 @@
<?PHP
declare(strict_types = 1);
$vocabulary_redaction_level = array (
'checked' => 'Checked',
'unchecked' => 'Unchecked',
'questionable' => 'Questionable',
'checked' => 'Перевірено',
'unchecked' => 'Не перевірено',
'questionable' => 'Під питанням',
);