snipe-it/resources/lang/ko/admin/hardware/general.php

24 lines
1.3 KiB
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array(
2016-12-03 17:10:05 -08:00
'about_assets_title' => 'About Assets',
'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.',
2016-03-25 01:18:05 -07:00
'archived' => '보관됨',
'asset' => '자산',
2016-09-20 05:08:04 -07:00
'bulk_checkout' => '사용자에게 반출할 자산',
2016-03-25 01:18:05 -07:00
'checkin' => '반입 자산',
'checkout' => '사용자에게 반출된 자산',
'clone' => '자산 복제',
'deployable' => '사용가능',
'deleted' => '이 자산은 삭제되었습니다. <a href="/hardware/:asset_id/restore">복원하려면 여기를 클릭하세요</a>.',
'edit' => '자산 수정',
'filetype_info' => '허용되는 형식들은 png, gif, jpeg, doc, docx, pdf, txt, zip, rar 입니다.',
'model_deleted' => '이 자산 모델은 삭제되었습니다. 자산을 복원하기 전에 모델을 복원해야 합니다.<br/> <a href="/hardware/models/:model_id/restore">모델을 복원하려면 여기를 클릭하세요</a>.',
2016-10-04 12:23:02 -07:00
'requestable' => '요청가능',
'requested' => '요청됨',
2016-03-25 01:18:05 -07:00
'restore' => '자산 복원',
'pending' => '대기중',
'undeployable' => '사용불가',
'view' => '자산 보기',
);