2017-04-06 21:36:33 -07:00
|
|
|
<?php
|
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
return [
|
2017-04-06 21:36:33 -07:00
|
|
|
|
2017-10-17 18:52:20 -07:00
|
|
|
'asset_tag' => 'Bate-tag',
|
|
|
|
'asset_model' => 'model',
|
2022-01-13 21:27:29 -08:00
|
|
|
'book_value' => 'Current Value',
|
2017-10-17 18:52:20 -07:00
|
|
|
'change' => 'In uit',
|
|
|
|
'checkout_date' => 'Checkout Datum',
|
|
|
|
'checkoutto' => 'Gekontroleer',
|
2022-01-13 21:27:29 -08:00
|
|
|
'current_value' => 'Current Value',
|
2017-10-17 18:52:20 -07:00
|
|
|
'diff' => 'diff',
|
|
|
|
'dl_csv' => 'Laai CSV af',
|
2017-04-06 21:36:33 -07:00
|
|
|
'eol' => 'EOL',
|
|
|
|
'id' => 'ID',
|
2017-10-17 18:52:20 -07:00
|
|
|
'location' => 'plek',
|
|
|
|
'purchase_cost' => 'koste',
|
|
|
|
'purchase_date' => 'gekoop',
|
2017-04-06 21:36:33 -07:00
|
|
|
'serial' => 'Serial',
|
2017-10-17 18:52:20 -07:00
|
|
|
'status' => 'status',
|
|
|
|
'title' => 'bate',
|
2022-01-13 21:27:29 -08:00
|
|
|
'image' => 'Toestelbeeld',
|
2020-11-09 14:52:11 -08:00
|
|
|
'days_without_acceptance' => 'Dae sonder aanvaarding',
|
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
|
|
|
];
|