snipe-it/resources/lang/it-IT/admin/components/general.php
snipe 026ea41dee Use correct language codes, updated strings
Signed-off-by: snipe <snipe@snipe.net>
2023-12-19 17:23:16 +00:00

17 lines
729 B
PHP

<?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'
);