translation-value-sets/uk/object_damage_types_set.php
2023-10-28 21:18:35 +00:00

8 lines
208 B
PHP

<?PHP
declare(strict_types = 1);
$object_damage_types_set = array (
'water_damage' => 'Пошкодження від води',
'breakage' => 'Поломка',
'desiccation' => 'Висихання',
);