2016-03-25 01:18:05 -07:00
|
|
|
<?php
|
|
|
|
|
2022-01-28 12:40:03 -08:00
|
|
|
return [
|
2016-03-25 01:18:05 -07:00
|
|
|
|
|
|
|
'asset_tag' => 'Eticheta activ',
|
|
|
|
'asset_model' => 'Model',
|
2022-01-28 12:40:03 -08:00
|
|
|
'book_value' => 'Valoarea Curentă',
|
2016-03-25 01:18:05 -07:00
|
|
|
'change' => 'Predat/Primit',
|
|
|
|
'checkout_date' => 'Data predare',
|
|
|
|
'checkoutto' => 'Predat',
|
2022-01-28 12:40:03 -08:00
|
|
|
'current_value' => 'Valoarea Curentă',
|
2016-03-25 01:18:05 -07:00
|
|
|
'diff' => 'Diferenta',
|
|
|
|
'dl_csv' => 'Descarca CSV',
|
|
|
|
'eol' => 'EOL',
|
|
|
|
'id' => 'ID',
|
|
|
|
'location' => 'Locatie',
|
|
|
|
'purchase_cost' => 'Cost',
|
|
|
|
'purchase_date' => 'Achizitionat',
|
|
|
|
'serial' => 'Serie',
|
|
|
|
'status' => 'Statut',
|
|
|
|
'title' => 'Activ ',
|
2022-01-28 12:40:03 -08:00
|
|
|
'image' => 'Imagine dispozitiv',
|
2020-11-09 14:52:11 -08:00
|
|
|
'days_without_acceptance' => 'Zile fără acceptare',
|
2022-01-28 12:40:03 -08:00
|
|
|
'monthly_depreciation' => 'Depreciere lunară',
|
|
|
|
'assigned_to' => 'Desemnat către',
|
|
|
|
'requesting_user' => 'Utilizatorul solicitant',
|
|
|
|
'requested_date' => 'Data solicitării',
|
|
|
|
'changed' => 'Modificat',
|
|
|
|
'icon' => 'Pictogramă',
|
|
|
|
];
|