Approval.

This commit is contained in:
2025-06-17 09:45:22 +00:00
committed by md translation bot
parent a7e3056f09
commit 1bb2710cad
62 changed files with 633 additions and 633 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' => 'மூன்றாம் தரப்பு சொத்து',
);