Approval.

This commit is contained in:
2025-06-30 16:21:25 +00:00
committed by md translation bot
parent 1bb2710cad
commit b032391f23
64 changed files with 640 additions and 640 deletions

View File

@ -1,11 +1,11 @@
<?PHP
declare(strict_types = 1);
$object_status = array (
'owned' => 'Owned',
'permanent_loan' => 'Permanent loan',
'borrowed' => 'Borrowed',
'to_check_for_gift' => 'To check (for gift)',
'to_check' => 'To check',
'deaccessed' => 'Deaccessed',
'third_party_property' => 'Third party property',
'owned' => 'స్వంతం చేసుకున్నది',
'permanent_loan' => 'శాశ్వత రుణం',
'borrowed' => 'అప్పుగా తీసుకున్నారు',
'to_check_for_gift' => '(బహుమతి కోసం) తనిఖీ చేయడానికి',
'to_check' => 'తనిఖీ చేయడానికి',
'deaccessed' => 'యాక్సెస్ తొలగించబడింది',
'third_party_property' => 'మూడవ పక్ష ఆస్తి',
);