snipe-it/resources/lang/ko/admin/hardware/table.php
snipe 16fb2213b5 Updated language strings
Signed-off-by: snipe <snipe@snipe.net>
2022-01-28 12:40:03 -08:00

31 lines
930 B
PHP

<?php
return [
'asset_tag' => '자산 태그',
'asset_model' => '모델',
'book_value' => 'Current Value',
'change' => '입/출',
'checkout_date' => '반출 일자',
'checkoutto' => '반출 확인',
'current_value' => 'Current Value',
'diff' => '차액',
'dl_csv' => 'CSV로 내려받기',
'eol' => '폐기일',
'id' => '아이디',
'location' => '위치',
'purchase_cost' => '원가',
'purchase_date' => '구매',
'serial' => '일련번호',
'status' => '상태',
'title' => '자산 ',
'image' => '장비 사진',
'days_without_acceptance' => '미 승인 기간',
'monthly_depreciation' => '월간 감가상각',
'assigned_to' => 'Assigned To',
'requesting_user' => 'Requesting User',
'requested_date' => 'Requested Date',
'changed' => 'Changed',
'icon' => 'Icon',
];