translation-value-sets/kn/object_damage_status_set.php

10 lines
443 B
PHP
Raw Normal View History

2025-02-11 01:02:14 +00:00
<?PHP
declare(strict_types = 1);
$object_damage_status_set = array (
2025-02-14 16:35:19 +00:00
'identified' => 'ಗುರುತಿಸಲಾಗಿದೆ',
'repair_possible' => 'ಪರಿಶೀಲಿಸಲಾಗಿದೆ; ದುರಸ್ತಿ ಸಾಧ್ಯ',
'repair_scheduled' => 'ದುರಸ್ತಿ ವೇಳಾಪಟ್ಟಿ',
'repaired' => 'ದುರಸ್ತಿ ಮಾಡಲಾಗಿದೆ',
'irreparable' => 'ಸರಿಪಡಿಸಲಾಗದ',
2025-02-11 01:02:14 +00:00
);