Approval.

This commit is contained in:
2025-02-11 01:02:16 +00:00
committed by md translation bot
parent 715ce7a62f
commit 0708b5f362
7 changed files with 301 additions and 0 deletions

12
ka/topic_object.php Normal file
View File

@ -0,0 +1,12 @@
<?PHP
declare(strict_types = 1);
$topic = array (
'material_technique' => 'Material /Technique',
'measurements' => 'Measurements',
'when' => 'When',
'where' => 'Where',
'who' => 'Who',
'object_from' => 'Object from',
'original_entry' => 'Original entry',
'literature' => 'Literature',
);