Approval.

This commit is contained in:
2025-10-31 12:56:31 +00:00
committed by md translation bot
parent 3ff63d509f
commit 6eba4d3a6d
27 changed files with 105 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
declare(strict_types = 1);
$conservation_report_type_set = array (
'damage' => 'Sérülés',
'conservation' => 'Megőrzés',
'conservation' => 'Konzerválás',
'condition' => 'Állapot',
'restoration' => 'Restaurálás',
'other_report' => 'Egyéb beszámoló',

View File

@@ -6,4 +6,8 @@ $object_form_set = array (
'sphere' => 'gömb',
'cone' => 'kúp',
'cylinder' => 'henger',
'oval' => 'Oval',
'round' => 'Round',
'square' => 'Square',
'rectangular' => 'Rectangular',
);