Files
translation-value-sets/te/object_damage_status_set.php
2025-06-30 16:21:25 +00:00

10 lines
495 B
PHP

<?PHP
declare(strict_types = 1);
$object_damage_status_set = array (
'identified' => 'గుర్తించబడింది',
'repair_possible' => 'సమీక్షించబడింది; మరమ్మత్తు సాధ్యమే',
'repair_scheduled' => 'మరమ్మతు షెడ్యూల్ చేయబడింది',
'repaired' => 'మరమ్మతులు చేయబడ్డాయి',
'irreparable' => 'బాగుచేయరాని',
);