2017-08-25 07:32:57 -07:00
|
|
|
<?php
|
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
return [
|
2017-08-25 07:32:57 -07:00
|
|
|
|
|
|
|
'asset_tag' => 'Asset Tag',
|
2017-10-17 18:52:20 -07:00
|
|
|
'asset_model' => 'Modelis',
|
2022-01-13 21:27:29 -08:00
|
|
|
'book_value' => 'Current Value',
|
2017-10-17 18:52:20 -07:00
|
|
|
'change' => 'Iekšā ārā',
|
|
|
|
'checkout_date' => 'Izrakstīšanās datums',
|
|
|
|
'checkoutto' => 'Izrakstīts',
|
2022-01-13 21:27:29 -08:00
|
|
|
'current_value' => 'Current Value',
|
2017-10-17 18:52:20 -07:00
|
|
|
'diff' => 'Atšķirība',
|
|
|
|
'dl_csv' => 'Lejupielādējiet CSV',
|
2017-08-25 07:32:57 -07:00
|
|
|
'eol' => 'EOL',
|
|
|
|
'id' => 'ID',
|
2017-10-17 18:52:20 -07:00
|
|
|
'location' => 'Atrašanās vieta',
|
|
|
|
'purchase_cost' => 'Izmaksas',
|
|
|
|
'purchase_date' => 'Iegādāts',
|
|
|
|
'serial' => 'Sērijas numurs',
|
|
|
|
'status' => 'Statuss',
|
|
|
|
'title' => 'Aktīvs',
|
2022-01-13 21:27:29 -08:00
|
|
|
'image' => 'Ierīces attēls',
|
2020-11-09 14:52:11 -08:00
|
|
|
'days_without_acceptance' => 'Dienas bez pieņemšanas',
|
2021-06-10 13:15:52 -07:00
|
|
|
'monthly_depreciation' => '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
|
|
|
];
|