Approval.

This commit is contained in:
Joshua Ramon Enslin 2023-02-09 18:59:17 +00:00 committed by md translation bot
parent 604d64c160
commit 00cb8e7a04
5 changed files with 25 additions and 25 deletions

View File

@ -6,6 +6,6 @@ $object_status = array (
'borrowed' => 'Kölcsönzött', 'borrowed' => 'Kölcsönzött',
'to_check_for_gift' => 'Műtárgybirálat (adomány)', 'to_check_for_gift' => 'Műtárgybirálat (adomány)',
'to_check' => 'Műtárgybirálat (szolgáltatás)', 'to_check' => 'Műtárgybirálat (szolgáltatás)',
'deaccessed' => 'Gyűjteményből kivezetve', 'deaccessed' => 'Gyűjteményből kivonva (deaccessed)',
'third_party_property' => 'Third party property', 'third_party_property' => 'Harmadik fél tulajdonában',
); );

View File

@ -1,18 +1,18 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$process_types = array ( $process_types = array (
'project' => 'Project', 'project' => 'Projekt',
'grant_application' => 'Grant application', 'grant_application' => 'Támogatási kérelem / Pályázat',
'exhibition' => 'Exhibition', 'exhibition' => 'Kiállítás',
'appointment' => 'Appointment / Event', 'appointment' => 'Időpont / Esemény',
'loan_incoming' => 'Loan (incoming)', 'loan_incoming' => 'Kölcsön (beérkező)',
'loan_outgoing' => 'Loan (outgoing)', 'loan_outgoing' => 'Kölcsön (kimenő)',
'employment_ad' => 'Employment ad', 'employment_ad' => 'Álláshirdetés',
'purchase' => 'Purchase', 'purchase' => 'Vétel',
'deaccession' => 'Deaccession', 'deaccession' => 'Kivonás a gyűjteményből (deaccessioning)',
'construction' => 'Construction measure', 'construction' => 'Épitkezés',
'pest_control_campaign' => 'Pest control campaign', 'pest_control_campaign' => 'Kártevők elleni védekezés',
'pr_campaign' => 'PR campaign', 'pr_campaign' => 'PR-kampány',
'relocation' => 'Relocation', 'relocation' => 'Áthelyezés',
'discussion' => 'Discussion', 'discussion' => 'Megbeszélés',
); );

View File

@ -1,7 +1,7 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$shipment_method_set = array ( $shipment_method_set = array (
'unknown' => 'Unknown', 'unknown' => 'Ismeretlen',
'car' => 'By car', 'car' => 'Személyautó',
'ship' => 'By ship', 'ship' => 'Hajó',
); );

View File

@ -1,7 +1,7 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$shipment_method_set = array ( $shipment_method_set = array (
'unknown' => 'Unknown', 'unknown' => 'Неизвестно',
'car' => 'By car', 'car' => 'На машине',
'ship' => 'By ship', 'ship' => 'На корабле',
); );

View File

@ -1,7 +1,7 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$shipment_method_set = array ( $shipment_method_set = array (
'unknown' => 'Unknown', 'unknown' => 'Невідомо',
'car' => 'By car', 'car' => 'На машині',
'ship' => 'By ship', 'ship' => 'Кораблем',
); );