Approval.

This commit is contained in:
2025-02-14 16:35:19 +00:00
committed by md translation bot
parent 6d8b713c07
commit eefedde50c
51 changed files with 555 additions and 555 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' => 'ಮೂರನೇ ವ್ಯಕ್ತಿಯ ಆಸ್ತಿ',
);