translation-value-sets/uk/conservation_report_type_set.php

8 lines
394 B
PHP
Raw Normal View History

2022-10-05 21:46:31 +02:00
<?PHP
2022-11-17 18:08:26 +01:00
$conservation_report_type_set['damage'] = 'Пошкодження';
$conservation_report_type_set['conservation'] = 'Консервація';
$conservation_report_type_set['condition'] = 'Умова';
$conservation_report_type_set['restoration'] = 'Реставрація';
$conservation_report_type_set['other_report'] = 'Інше';
$conservation_report_type_set['other'] = 'Інше ';