Approval.
This commit is contained in:
@ -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' => 'ಗುರುತಿಸಲಾಗಿದೆ',
|
||||
'repair_possible' => 'ಪರಿಶೀಲಿಸಲಾಗಿದೆ; ದುರಸ್ತಿ ಸಾಧ್ಯ',
|
||||
'repair_scheduled' => 'ದುರಸ್ತಿ ವೇಳಾಪಟ್ಟಿ',
|
||||
'repaired' => 'ದುರಸ್ತಿ ಮಾಡಲಾಗಿದೆ',
|
||||
'irreparable' => 'ಸರಿಪಡಿಸಲಾಗದ',
|
||||
);
|
||||
|
Reference in New Issue
Block a user