12 lines
312 B
PHP
12 lines
312 B
PHP
<?PHP
|
|
declare(strict_types = 1);
|
|
array (
|
|
'object_damage_status_set' =>
|
|
array (
|
|
'identified' => 'Schaden identifiziert',
|
|
'repair_possible' => 'Instandsetzung möglich',
|
|
'repair_scheduled' => 'Instandsetzung geplant',
|
|
'repaired' => 'Repariert',
|
|
'irreparable' => 'Nicht reparierbar',
|
|
),
|
|
) |