snipe-it/resources/lang/en/admin/depreciations/table.php
2021-08-16 18:14:10 -07:00

12 lines
166 B
PHP

<?php
return [
'id' => 'ID',
'months' => 'Months',
'term' => 'Term',
'title' => 'Name ',
'depreciation_min' => 'Floor Value',
];