2018-03-22 20:01:45 -07:00
|
|
|
<?php
|
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
return [
|
2018-03-22 20:01:45 -07:00
|
|
|
|
|
|
|
'asset_tag' => 'Ang Tag ng Asset',
|
|
|
|
'asset_model' => 'Ang Modelo',
|
2022-01-13 21:27:29 -08:00
|
|
|
'book_value' => 'Current Value',
|
2018-03-22 20:01:45 -07:00
|
|
|
'change' => 'Papasok/Palabas',
|
|
|
|
'checkout_date' => 'Ang Petsa ng Pagcheck-out',
|
|
|
|
'checkoutto' => 'Nai-check Out',
|
2022-01-13 21:27:29 -08:00
|
|
|
'current_value' => 'Current Value',
|
2018-03-22 20:01:45 -07:00
|
|
|
'diff' => 'Ang Diff',
|
|
|
|
'dl_csv' => 'I-download ang CSV',
|
|
|
|
'eol' => 'Ang EOL',
|
|
|
|
'id' => 'Ang ID',
|
|
|
|
'location' => 'Ang Lokasyon',
|
|
|
|
'purchase_cost' => 'Ang Presyo',
|
|
|
|
'purchase_date' => 'Nabili na',
|
|
|
|
'serial' => 'Ang Seryal',
|
|
|
|
'status' => 'Ang Katayuan',
|
|
|
|
'title' => 'Ang Asset ',
|
2022-01-13 21:27:29 -08:00
|
|
|
'image' => 'Ang Imahe ng Device',
|
2020-11-09 14:52:11 -08:00
|
|
|
'days_without_acceptance' => 'Ang mga Araw na Walang Pagtanggap',
|
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
|
|
|
];
|