mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -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
26 lines
699 B
PHP
26 lines
699 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'asset_tag' => '자산 태그',
|
|
'asset_model' => '모델',
|
|
'book_value' => '가치',
|
|
'change' => '입/출',
|
|
'checkout_date' => '반출 일자',
|
|
'checkoutto' => '반출 확인',
|
|
'diff' => '차액',
|
|
'dl_csv' => 'CSV로 내려받기',
|
|
'eol' => '폐기일',
|
|
'id' => '아이디',
|
|
'location' => '위치',
|
|
'purchase_cost' => '원가',
|
|
'purchase_date' => '구매',
|
|
'serial' => '일련번호',
|
|
'status' => '상태',
|
|
'title' => '자산 ',
|
|
'image' => '장비 사진',
|
|
'days_without_acceptance' => '미 승인 기간',
|
|
'monthly_depreciation' => '월간 감가상각',
|
|
|
|
];
|