Approval.

This commit is contained in:
2023-01-23 21:37:48 +00:00
committed by md translation bot
parent 08aa8753aa
commit 6922772f3e
860 changed files with 11842 additions and 6622 deletions

View File

@ -1,8 +1,14 @@
<?PHP
$object_status['owned'] = 'У власності';
$object_status['permanent_loan'] = 'Постійна позика';
$object_status['borrowed'] = 'Запозичення';
$object_status['to_check_for_gift'] = 'Для перевірки (на подарунок)';
$object_status['to_check'] = 'Для перевірки';
$object_status['deaccessed'] = 'Відключено доступ';
$object_status['third_party_property'] = 'Власність третіх осіб';
declare(strict_types = 1);
array (
'object_status' =>
array (
'owned' => 'У власності',
'permanent_loan' => 'Постійна позика',
'borrowed' => 'Запозичення',
'to_check_for_gift' => 'Для перевірки (на подарунок)',
'to_check' => 'Для перевірки',
'deaccessed' => 'Відключено доступ',
'third_party_property' => 'Власність третіх осіб',
),
)