Approval.
This commit is contained in:
parent
7623a0314d
commit
974fc860c6
|
@ -6,5 +6,5 @@ $institution_basic_category_set = array (
|
|||
'memorial_site' => 'Мемориальное место',
|
||||
'private_collection' => 'Частное собрание',
|
||||
'museum' => 'Музей',
|
||||
'university_collection' => 'University collection',
|
||||
'university_collection' => 'Университетское собрание',
|
||||
);
|
||||
|
|
|
@ -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',
|
||||
);
|
||||
|
|
|
@ -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' => 'Место проведения репетиций',
|
||||
);
|
||||
|
|
|
@ -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' => 'Время представления',
|
||||
);
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$vocabulary_redaction_level = array (
|
||||
'checked' => 'Checked',
|
||||
'unchecked' => 'Unchecked',
|
||||
'questionable' => 'Questionable',
|
||||
'checked' => 'Проверено',
|
||||
'unchecked' => 'Не проверено',
|
||||
'questionable' => 'Под вопросом',
|
||||
);
|
||||
|
|
|
@ -6,5 +6,5 @@ $institution_basic_category_set = array (
|
|||
'memorial_site' => 'Меморіальний комплекс',
|
||||
'private_collection' => 'Приватна збірка',
|
||||
'museum' => 'Музей',
|
||||
'university_collection' => 'University collection',
|
||||
'university_collection' => 'Університетська збірка',
|
||||
);
|
||||
|
|
|
@ -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',
|
||||
);
|
||||
|
|
|
@ -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' => 'Простір для репетицій',
|
||||
);
|
||||
|
|
|
@ -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' => 'Час проведення виступу',
|
||||
);
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$vocabulary_redaction_level = array (
|
||||
'checked' => 'Checked',
|
||||
'unchecked' => 'Unchecked',
|
||||
'questionable' => 'Questionable',
|
||||
'checked' => 'Перевірено',
|
||||
'unchecked' => 'Не перевірено',
|
||||
'questionable' => 'Під питанням',
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue
Block a user