mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
ddfa5776c5
This absolutely sucks. Something changed in CrowdIn or something else, which results in this push being *thousands* of files because someone somewhere decided that `return [];` was vastly inferior to `return array();` I'll try to fix it. :( FML Signed-off-by: snipe <snipe@snipe.net>
31 lines
930 B
PHP
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',
|
|
];
|