snipe-it/resources/lang/ko/admin/hardware/general.php
Laravel Shift 934afa036f Adopt Laravel coding style
Shift automatically applies the Laravel coding style - which uses the PSR-2 coding style as a base with some minor additions.

You may customize the adopted coding style by adding your own [PHP CS Fixer][1] `.php_cs` config file to your project root. Feel free to use [Shift's Laravel ruleset][2] to help you get started.

[1]: https://github.com/FriendsOfPHP/PHP-CS-Fixer
[2]: https://gist.github.com/laravel-shift/cab527923ed2a109dda047b97d53c200
2021-06-10 20:15:52 +00:00

23 lines
1.2 KiB
PHP

<?php
return [
'about_assets_title' => '자산이란',
'about_assets_text' => '자산은 일련 번호나 자산 꼬리표로 추적되는 품목들입니다. 특정 품목의 상황을 파악하는 것이 더 높은 가치를 갖는 추세입니다.',
'archived' => '보관됨',
'asset' => '자산',
'bulk_checkout' => '반출 자산',
'checkin' => '반입 자산',
'checkout' => '반출 자산',
'clone' => '자산 복제',
'deployable' => '사용가능',
'deleted' => '이 자산은 삭제되었습니다. <a href="/hardware/:asset_id/restore">복원하려면 여기를 클릭하세요</a>.',
'edit' => '자산 수정',
'model_deleted' => '이 자산 모델은 삭제되었습니다. 자산을 복원하기 전에 모델을 복원해야 합니다.<br/> <a href="/hardware/models/:model_id/restore">모델을 복원하려면 여기를 클릭하세요</a>.',
'requestable' => '요청가능',
'requested' => '요청됨',
'restore' => '자산 복원',
'pending' => '대기중',
'undeployable' => '사용불가',
'view' => '자산 보기',
];