snipe-it/resources/lang/es-VE/admin/depreciations/table.php

12 lines
185 B
PHP
Raw Normal View History

2018-02-20 14:37:12 -08:00
<?php
return [
2018-02-20 14:37:12 -08:00
2018-03-22 20:01:45 -07:00
'id' => 'Identificación',
2018-02-20 14:37:12 -08:00
'months' => 'Meses',
2018-03-22 20:01:45 -07:00
'term' => 'Duración',
2018-02-20 14:37:12 -08:00
'title' => 'Nombre ',
'depreciation_min' => 'Floor Value',
2018-02-20 14:37:12 -08:00
];