Approval.

This commit is contained in:
Joshua Ramon Enslin 2025-02-03 16:29:56 +00:00 committed by md translation bot
parent a2fa7b7bf2
commit 7bfd222f94
6 changed files with 36 additions and 36 deletions

View File

@ -8,22 +8,22 @@ $position_set = array (
'right' => 'Jobb',
'bottom_right' => 'Jobb alsó',
'bottom' => 'Alsó',
'bottom_left' => 'Bottom left',
'bottom_left' => 'Bal alsó',
'center' => 'Közép',
'rear_side' => 'Hátoldal',
'edge' => 'Szegély',
'other' => 'Egyéb',
'inside' => 'Belül',
'underside' => 'Underside',
'topside' => 'Topside',
'front_front' => 'Full front',
'rear_left' => 'Rear side: left',
'rear_top_left' => 'Rear side: top left',
'rear_top' => 'Rear side: top',
'rear_top_right' => 'Rear side: top right',
'rear_right' => 'Rear side: right',
'rear_bottom_right' => 'Rear side: bottom right',
'rear_bottom' => 'Rear side: bottom',
'rear_bottom_left' => 'Rear side: bottom left',
'rear_center' => 'Rear side: center',
'underside' => 'Alsó oldal',
'topside' => 'Felső oldal',
'front_front' => 'Teljes front',
'rear_left' => 'Hátoldal: bal',
'rear_top_left' => 'Hátoldal: bal felső',
'rear_top' => 'Hátoldal: felső',
'rear_top_right' => 'Hátoldal: jobb felső',
'rear_right' => 'Hátoldal: jobb',
'rear_bottom_right' => 'Hátoldal: jobb alsó',
'rear_bottom' => 'Hátoldal: alsó',
'rear_bottom_left' => 'Hátoldal: bal alsó',
'rear_center' => 'Hátoldal: közép',
);

View File

@ -10,7 +10,7 @@ $process_types = array (
'employment_ad' => 'Álláshirdetés',
'purchase' => 'Vétel',
'deaccession' => 'Kivonás a gyűjteményből (deaccessioning)',
'construction' => 'Épitkezés',
'construction' => 'Építési intézkedések',
'pest_control_campaign' => 'Kártevők elleni védekezés',
'pr_campaign' => 'PR-kampány',
'relocation' => 'Áthelyezés',

View File

@ -4,21 +4,21 @@ $series_contributor_role = array (
'author' => 'Szerző',
'director' => 'Rendező',
'dramaturg' => 'Dramaturg',
'production_designer' => 'Production designer',
'costumer' => 'Costumer',
'musician' => 'Musician',
'choreographer' => 'Choreographer',
'make_up_artist' => 'Make-up artist',
'speech_trainer' => 'Speech trainer',
'puppet_maker' => 'Puppet maker',
'technician' => 'Technician',
'inspector' => 'Inspector',
'assistant' => 'Assistant',
'production_designer' => 'Díszlettervező',
'costumer' => 'Jelmeztervező',
'musician' => 'Zenész',
'choreographer' => 'Koreográfus',
'make_up_artist' => 'Sminkes',
'speech_trainer' => 'Beszédtanár',
'puppet_maker' => 'Bábkészítő',
'technician' => 'Technikus',
'inspector' => 'Felügyelő',
'assistant' => 'Asszisztens',
'actor' => 'Színész',
'painter' => 'Painter',
'creator' => 'Creator',
'equipment_supplier' => 'Equipment supplier',
'contributing_institution' => 'Contributing institution',
'event_organizer' => 'Event organizer',
'movement_trainer' => 'Movement trainer',
'painter' => 'Festő',
'creator' => 'Alkotó',
'equipment_supplier' => 'Eszközbeszállító',
'contributing_institution' => 'Közreműködő intézmény',
'event_organizer' => 'Rendezvényszervező',
'movement_trainer' => 'Mozgástréner',
);

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' => 'Gyártási helyszín',
'performance_space' => 'Előadóhely',
'rehearsal_space' => 'Próbahelyszín',
);

View File

@ -1,6 +1,6 @@
<?PHP
declare(strict_types = 1);
$series_time_role = array (
'premiere' => 'Premiere',
'time_of_presentation' => 'Time of presentation',
'premiere' => 'Premier',
'time_of_presentation' => 'Bemutató időpontja',
);

View File

@ -6,7 +6,7 @@ $source_type_set = array (
'book' => 'Könyv',
'phdthesis' => 'Disszertáció',
'electronical' => 'Elektronikus publikáció',
'misc' => 'Különböző',
'misc' => 'Egyéb',
'patent' => 'Szabadalom',
'unpublished' => 'Kiadatlan',
);