Approval.

This commit is contained in:
2025-07-11 06:37:45 +00:00
committed by md translation bot
parent bd508e24ff
commit 0be5ccf2d4
64 changed files with 639 additions and 639 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' => 'तीसरे पक्ष की संपत्ति',
);