ajout app
This commit is contained in:
16
SNIPE-IT/resources/lang/it-IT/admin/components/general.php
Normal file
16
SNIPE-IT/resources/lang/it-IT/admin/components/general.php
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'component_name' => 'Nome Componente',
|
||||
'checkin' => 'Checkin Componente',
|
||||
'checkout' => 'Checkout Componente',
|
||||
'cost' => 'Prezzo d\'acquisto',
|
||||
'create' => 'Crea Componente',
|
||||
'edit' => 'Modifica Componente',
|
||||
'date' => 'Data di acquisto',
|
||||
'order' => 'Numero Ordine',
|
||||
'remaining' => 'Rimanenti',
|
||||
'total' => 'Totale',
|
||||
'update' => 'Aggiorna Componente',
|
||||
'checkin_limit' => 'La quantità in ingresso deve essere uguale o inferiore di :assigned_qty'
|
||||
);
|
Reference in New Issue
Block a user