translation-value-sets/uk/object_document_type_set.php

12 lines
487 B
PHP
Raw Permalink Normal View History

2024-05-10 16:22:03 +02:00
<?PHP
declare(strict_types = 1);
$object_document_type_set = array (
2024-06-02 00:58:11 +02:00
'undefined' => 'Невизначено',
'provenance_report' => 'Звіт про походження',
'purchase_contract' => 'Договір купівлі-продажу',
'restoration_report' => 'Звіт про реставрацію',
'assessment' => 'Оцінка',
'correspondence' => 'Листування',
'legacy_documentation' => 'Документація про успадковане',
2024-05-10 16:22:03 +02:00
);