Approval.

This commit is contained in:
2025-10-07 14:09:55 +00:00
committed by md translation bot
parent 54654923bf
commit 55f334dd18
26 changed files with 286 additions and 286 deletions

View File

@@ -1,9 +1,9 @@
<?PHP
declare(strict_types = 1);
$object_damage_status_set = array (
'identified' => 'Identified',
'repair_possible' => 'Reviewed; repair possible',
'repair_scheduled' => 'Repair scheduled',
'repaired' => 'Repaired',
'irreparable' => 'Irreparable',
'identified' => 'Identifikováno',
'repair_possible' => 'Zkontrolováno; oprava možná',
'repair_scheduled' => 'Oprava naplánována',
'repaired' => 'Opraveno',
'irreparable' => 'Nenapravitelné',
);