Approval.
This commit is contained in:
@ -1,2 +1,9 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$object_damage_status_set = array (
|
||||
'identified' => 'Schaden identifiziert',
|
||||
'repair_possible' => 'Instandsetzung möglich',
|
||||
'repair_scheduled' => 'Instandsetzung geplant',
|
||||
'repaired' => 'Repariert',
|
||||
'irreparable' => 'Nicht reparierbar',
|
||||
);
|
||||
|
Reference in New Issue
Block a user