snipe_it/resources/lang/it-IT/admin/components/general.php
snipe 54b664d679 Updated strings, added Oromo
Signed-off-by: snipe <snipe@snipe.net>
2025-02-24 14:50:23 +00:00

16 lines
731 B
PHP

<?php
return array(
'component_name' => 'Nome Componente',
'checkin' => 'Restituzione Componente',
'checkout' => 'Assegna 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à restituita deve essere uguale o inferiore a :assigned_qty'
);