Approval.

This commit is contained in:
2025-01-31 22:19:53 +00:00
committed by md translation bot
parent 76256a823c
commit a2fa7b7bf2
135 changed files with 1785 additions and 5 deletions

View File

@ -21,5 +21,5 @@ $marking_types = array (
'scarified' => 'Karcolt',
'cast' => 'Öntött',
'painted' => 'Festett',
'drawn' => 'Drawn',
'drawn' => 'Rajzolt',
);

View File

@ -3,6 +3,6 @@ declare(strict_types = 1);
$object_check_types_set = array (
'condition_check' => 'Állapotellenőrzés',
'completeness_check' => 'Teljesség-ellenőrzés',
'data_correctness_check' => 'Adatok helyességének ellenőrzése',
'data_correctness_check' => 'Adathelyességi ellenőrzése',
'location_accuracy_check' => 'Elhelyezés ellenőrzése',
);

View File

@ -2,7 +2,7 @@
declare(strict_types = 1);
$object_document_type_set = array (
'undefined' => 'Egyéb',
'provenance_report' => 'Proveniencia riport',
'provenance_report' => 'Proveniencia jelentés',
'purchase_contract' => 'Adásvételi szerződés',
'restoration_report' => 'Restaurálási dokumentáció',
'assessment' => 'Értékelés',

View File

@ -2,5 +2,5 @@
declare(strict_types = 1);
$units_count_copies_set = array (
'copies' => 'db',
'specimen' => 'példány',
'specimen' => 'egyed',
);

View File

@ -1,7 +1,7 @@
<?PHP
declare(strict_types = 1);
$units_count_parts_set = array (
'parts' => 'darab',
'parts' => 'db',
'pages' => 'oldal',
'sheets' => 'lap',
);