2016-03-25 01:18:05 -07:00
|
|
|
<?php
|
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
return [
|
2016-03-25 01:18:05 -07:00
|
|
|
|
|
|
|
'asset_tag' => '資産タグ',
|
|
|
|
'asset_model' => 'モデル',
|
2022-01-13 21:27:29 -08:00
|
|
|
'book_value' => 'Current Value',
|
2016-03-25 01:18:05 -07:00
|
|
|
'change' => 'In/Out',
|
|
|
|
'checkout_date' => '検査日',
|
|
|
|
'checkoutto' => '検査済',
|
2022-01-13 21:27:29 -08:00
|
|
|
'current_value' => 'Current Value',
|
2016-03-25 01:18:05 -07:00
|
|
|
'diff' => '差分',
|
|
|
|
'dl_csv' => 'CSVダウンロード',
|
|
|
|
'eol' => 'EOL',
|
|
|
|
'id' => 'ID',
|
|
|
|
'location' => '場所',
|
|
|
|
'purchase_cost' => 'コスト',
|
|
|
|
'purchase_date' => '購入済',
|
|
|
|
'serial' => 'シリアル',
|
|
|
|
'status' => '状態',
|
|
|
|
'title' => '資産 ',
|
2022-01-13 21:27:29 -08:00
|
|
|
'image' => '写真',
|
2020-11-09 14:52:11 -08:00
|
|
|
'days_without_acceptance' => '未受理期間',
|
2021-06-10 13:15:52 -07:00
|
|
|
'monthly_depreciation' => '毎月の減価償却費(減価償却費)',
|
2022-01-13 21:27:29 -08:00
|
|
|
'assigned_to' => 'Assigned To',
|
|
|
|
'requesting_user' => 'Requesting User',
|
|
|
|
'requested_date' => 'Requested Date',
|
|
|
|
'changed' => 'Changed',
|
|
|
|
'icon' => 'Icon',
|
2021-06-10 13:15:52 -07:00
|
|
|
];
|