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' => 'Мемориальное место', 'memorial_site' => 'Мемориальное место',
'private_collection' => 'Частное собрание', 'private_collection' => 'Частное собрание',
'museum' => 'Музей', 'museum' => 'Музей',
'university_collection' => 'University collection', 'university_collection' => 'Университетское собрание',
); );

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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