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'
|
||||
);
|
37
SNIPE-IT/resources/lang/it-IT/admin/components/message.php
Normal file
37
SNIPE-IT/resources/lang/it-IT/admin/components/message.php
Normal file
@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'does_not_exist' => 'Il Componente non esiste.',
|
||||
|
||||
'create' => array(
|
||||
'error' => 'Il Componente non è stato creato, riprova.',
|
||||
'success' => 'Componente creato correttamente.'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'Il Componente non è stato aggiornato, riprova',
|
||||
'success' => 'Componente aggiornato correttamente.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'Sei sicuro di voler eliminare questo Componente?',
|
||||
'error' => 'Si è verificato un problema durante l\'eliminazione del componente. Riprova.',
|
||||
'success' => 'Il componente è stato eliminato correttamente.'
|
||||
),
|
||||
|
||||
'checkout' => array(
|
||||
'error' => 'Il Componente non è stato controllato, si prega di riprovare',
|
||||
'success' => 'Componente controllato con successo.',
|
||||
'user_does_not_exist' => 'Questo utente non è valido. Riprova.',
|
||||
'unavailable' => 'Non ci sono abbastanza componenti: rimangono :remaining , servono :requested ',
|
||||
),
|
||||
|
||||
'checkin' => array(
|
||||
'error' => 'Il Componente non è stato controllato, si prega di riprovare',
|
||||
'success' => 'Componente controllato con successo.',
|
||||
'user_does_not_exist' => 'Questo utente non è valido. Riprova.'
|
||||
)
|
||||
|
||||
|
||||
);
|
5
SNIPE-IT/resources/lang/it-IT/admin/components/table.php
Normal file
5
SNIPE-IT/resources/lang/it-IT/admin/components/table.php
Normal file
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'title' => 'Nome Componente',
|
||||
);
|
Reference in New Issue
Block a user