From 00cb8e7a04f086749d33f3841112b43ed728b00e Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Thu, 9 Feb 2023 18:59:17 +0000 Subject: [PATCH] Approval. --- hu/object_status.php | 4 ++-- hu/process_types.php | 28 ++++++++++++++-------------- hu/shipment_method_set.php | 6 +++--- ru/shipment_method_set.php | 6 +++--- uk/shipment_method_set.php | 6 +++--- 5 files changed, 25 insertions(+), 25 deletions(-) diff --git a/hu/object_status.php b/hu/object_status.php index e2cce48..987111a 100644 --- a/hu/object_status.php +++ b/hu/object_status.php @@ -6,6 +6,6 @@ $object_status = array ( 'borrowed' => 'Kölcsönzött', 'to_check_for_gift' => 'Műtárgybirálat (adomány)', 'to_check' => 'Műtárgybirálat (szolgáltatás)', - 'deaccessed' => 'Gyűjteményből kivezetve', - 'third_party_property' => 'Third party property', + 'deaccessed' => 'Gyűjteményből kivonva (deaccessed)', + 'third_party_property' => 'Harmadik fél tulajdonában', ); diff --git a/hu/process_types.php b/hu/process_types.php index a42b9d6..84c1df4 100644 --- a/hu/process_types.php +++ b/hu/process_types.php @@ -1,18 +1,18 @@ 'Project', - 'grant_application' => 'Grant application', - 'exhibition' => 'Exhibition', - 'appointment' => 'Appointment / Event', - 'loan_incoming' => 'Loan (incoming)', - 'loan_outgoing' => 'Loan (outgoing)', - 'employment_ad' => 'Employment ad', - 'purchase' => 'Purchase', - 'deaccession' => 'Deaccession', - 'construction' => 'Construction measure', - 'pest_control_campaign' => 'Pest control campaign', - 'pr_campaign' => 'PR campaign', - 'relocation' => 'Relocation', - 'discussion' => 'Discussion', + 'project' => 'Projekt', + 'grant_application' => 'Támogatási kérelem / Pályázat', + 'exhibition' => 'Kiállítás', + 'appointment' => 'Időpont / Esemény', + 'loan_incoming' => 'Kölcsön (beérkező)', + 'loan_outgoing' => 'Kölcsön (kimenő)', + 'employment_ad' => 'Álláshirdetés', + 'purchase' => 'Vétel', + 'deaccession' => 'Kivonás a gyűjteményből (deaccessioning)', + 'construction' => 'Épitkezés', + 'pest_control_campaign' => 'Kártevők elleni védekezés', + 'pr_campaign' => 'PR-kampány', + 'relocation' => 'Áthelyezés', + 'discussion' => 'Megbeszélés', ); diff --git a/hu/shipment_method_set.php b/hu/shipment_method_set.php index e0ffe9f..a7cd60e 100644 --- a/hu/shipment_method_set.php +++ b/hu/shipment_method_set.php @@ -1,7 +1,7 @@ 'Unknown', - 'car' => 'By car', - 'ship' => 'By ship', + 'unknown' => 'Ismeretlen', + 'car' => 'Személyautó', + 'ship' => 'Hajó', ); diff --git a/ru/shipment_method_set.php b/ru/shipment_method_set.php index e0ffe9f..8406969 100644 --- a/ru/shipment_method_set.php +++ b/ru/shipment_method_set.php @@ -1,7 +1,7 @@ 'Unknown', - 'car' => 'By car', - 'ship' => 'By ship', + 'unknown' => 'Неизвестно', + 'car' => 'На машине', + 'ship' => 'На корабле', ); diff --git a/uk/shipment_method_set.php b/uk/shipment_method_set.php index e0ffe9f..82595e2 100644 --- a/uk/shipment_method_set.php +++ b/uk/shipment_method_set.php @@ -1,7 +1,7 @@ 'Unknown', - 'car' => 'By car', - 'ship' => 'By ship', + 'unknown' => 'Невідомо', + 'car' => 'На машині', + 'ship' => 'Кораблем', );