ajout app
This commit is contained in:
16
SNIPE-IT/resources/lang/es-CO/admin/components/general.php
Normal file
16
SNIPE-IT/resources/lang/es-CO/admin/components/general.php
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'component_name' => 'Nombre de Componente',
|
||||
'checkin' => 'Registrar Componente',
|
||||
'checkout' => 'Retirar Componente',
|
||||
'cost' => 'Costo de Compra',
|
||||
'create' => 'Crear Componente',
|
||||
'edit' => 'Editar Componente',
|
||||
'date' => 'Fecha de Compra',
|
||||
'order' => 'Orden Número',
|
||||
'remaining' => 'Restante',
|
||||
'total' => 'Total',
|
||||
'update' => 'Actualizar Componente',
|
||||
'checkin_limit' => 'El importe facturado debe ser igual o menor que :assigned_qty'
|
||||
);
|
Reference in New Issue
Block a user