++ Cassa - parte 1
This commit is contained in:
@@ -79,7 +79,7 @@ const msg_it = {
|
||||
addcart: '+{qta}',
|
||||
subcart: '-{qta}',
|
||||
origine: 'Origine',
|
||||
ingredienti: 'ingredienti',
|
||||
ingredienti: 'Ingredienti',
|
||||
valori_nutrizionali: 'Valori Nutrizionali',
|
||||
note: 'Note',
|
||||
codice_EAN: 'EAN',
|
||||
@@ -1715,7 +1715,25 @@ const msg_it = {
|
||||
x_prodotti_gas: '{qta} prodotti',
|
||||
x_prodotti_bottega: '{qta} prodotti',
|
||||
tutti: 'Tutti',
|
||||
}
|
||||
},
|
||||
orderscart: {
|
||||
numorder: 'Ordine',
|
||||
totalQty: 'totalQty',
|
||||
totalQtyPreordered: 'totalQty PreOrd',
|
||||
},
|
||||
cash: {
|
||||
creatorUserId: 'Creatore',
|
||||
date_payment: 'Data Pagamento',
|
||||
type: 'Entrata/Uscita',
|
||||
descr: 'Descrizione',
|
||||
internal: 'Interno',
|
||||
note: 'Note',
|
||||
fromUserId: 'Mittente',
|
||||
toUserId: 'Destinatario',
|
||||
orderscart: 'Ordine',
|
||||
confirmed: 'Confermato',
|
||||
causale: 'Causale',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user