translation-value-sets/hu/conservation_report_type_set.php
2024-06-01 22:58:11 +00:00

11 lines
268 B
PHP

<?PHP
declare(strict_types = 1);
$conservation_report_type_set = array (
'damage' => 'Sérülés',
'conservation' => 'Megőrzés',
'condition' => 'Állapot',
'restoration' => 'Restaurálás',
'other_report' => 'Egyéb beszámoló',
'other' => 'Egyéb',
);