snipe-it/resources/lang/es-CO/admin/consumables/general.php

12 lines
443 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return [
2018-03-22 20:01:45 -07:00
'checkout' => 'Retirar Consumible al Usuario',
2016-12-03 17:10:05 -08:00
'consumable_name' => 'Nombre del Consumible',
'create' => 'Crear Consumible',
2018-03-22 20:01:45 -07:00
'item_no' => 'Elemento No.',
2016-12-03 17:10:05 -08:00
'remaining' => 'Restante',
2016-10-04 12:23:02 -07:00
'total' => 'Total',
2018-03-22 20:01:45 -07:00
'update' => 'Actualizar Consumibles',
];