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',
|
|
|
|
'book_value' => 'waarde',
|
|
|
|
'change' => 'In uit',
|
|
|
|
'checkout_date' => 'Checkout Datum',
|
|
|
|
'checkoutto' => 'Gekontroleer',
|
|
|
|
'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',
|
|
|
|
'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',
|
2017-04-06 21:36:33 -07:00
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
];
|