2016-03-25 01:18:05 -07:00
|
|
|
<?php
|
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
return [
|
2016-03-25 01:18:05 -07:00
|
|
|
|
|
|
|
'asset_tag' => 'Étiquette de l\'actif',
|
|
|
|
'asset_model' => 'Modèle',
|
|
|
|
'book_value' => 'Valeur',
|
|
|
|
'change' => 'Associer/Libérer',
|
|
|
|
'checkout_date' => 'Date d\'association',
|
|
|
|
'checkoutto' => 'Date de libération',
|
|
|
|
'diff' => 'Différence',
|
|
|
|
'dl_csv' => 'Télécharger en CSV',
|
|
|
|
'eol' => 'Fin de vie',
|
|
|
|
'id' => 'ID',
|
|
|
|
'location' => 'Lieu',
|
|
|
|
'purchase_cost' => 'Coût',
|
|
|
|
'purchase_date' => 'Acheté',
|
|
|
|
'serial' => 'Numéro de série',
|
|
|
|
'status' => 'Statut',
|
|
|
|
'title' => 'Actif ',
|
|
|
|
'image' => 'Image',
|
2020-11-09 14:52:11 -08:00
|
|
|
'days_without_acceptance' => 'Jours sans acceptation',
|
2021-06-10 13:15:52 -07:00
|
|
|
'monthly_depreciation' => 'Dépréciation mensuelle',
|
2016-03-25 01:18:05 -07:00
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
];
|