Approval.

This commit is contained in:
2023-01-23 21:37:48 +00:00
committed by md translation bot
parent 08aa8753aa
commit 6922772f3e
860 changed files with 11842 additions and 6622 deletions

View File

@ -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' => 'Не подлежит реставрации',
),
)