mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
934afa036f
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
23 lines
1,009 B
PHP
23 lines
1,009 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'asset' => '자산',
|
|
'checkin' => '반입',
|
|
'create' => '라이선스 생성',
|
|
'expiration' => '만료 날짜',
|
|
'license_key' => '제품 키',
|
|
'maintained' => '유지보수',
|
|
'name' => '소프트웨어 명',
|
|
'no_depreciation' => '감가 상각하지 않음',
|
|
'purchase_order' => '구매 주문 번호',
|
|
'reassignable' => '재배치가능',
|
|
'remaining_seats' => '잔여 Seats',
|
|
'seats' => 'Seats',
|
|
'termination_date' => '종료 일자',
|
|
'to_email' => '라이선스 메일 주소',
|
|
'to_name' => '라이선스 발급자',
|
|
'update' => '라이선스 갱신',
|
|
'checkout_help' => '하드웨어 자산이나 개인에게서 라이선스를 확인을 해야 합니다. 둘 다 선택할 수 있지만, 자산 반출 시마다 자산의 소유자와 개인이 일치하는지 확인을 해야 합니다.',
|
|
];
|