Approval.
This commit is contained in:
@ -1,6 +1,12 @@
|
||||
<?PHP
|
||||
$object_damage_status_set['identified'] = 'Виявлено';
|
||||
$object_damage_status_set['repair_possible'] = 'Перевірено; ремонт можливий';
|
||||
$object_damage_status_set['repair_scheduled'] = 'Ремонт за розкладом';
|
||||
$object_damage_status_set['repaired'] = 'Відремонтовано';
|
||||
$object_damage_status_set['irreparable'] = 'Непоправне';
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'object_damage_status_set' =>
|
||||
array (
|
||||
'identified' => 'Виявлено',
|
||||
'repair_possible' => 'Перевірено; ремонт можливий',
|
||||
'repair_scheduled' => 'Ремонт за розкладом',
|
||||
'repaired' => 'Відремонтовано',
|
||||
'irreparable' => 'Непоправне',
|
||||
),
|
||||
)
|
Reference in New Issue
Block a user