translation-value-sets/uk/object_damage_status_set.php
2023-01-23 21:37:48 +00:00

12 lines
371 B
PHP

<?PHP
declare(strict_types = 1);
array (
'object_damage_status_set' =>
array (
'identified' => 'Виявлено',
'repair_possible' => 'Перевірено; ремонт можливий',
'repair_scheduled' => 'Ремонт за розкладом',
'repaired' => 'Відремонтовано',
'irreparable' => 'Непоправне',
),
)