feat: Integrate Girocode functionality for wire payments in OrdersTab and LoginComponent, enhance user experience with pending payment notifications, and update translations across multiple locales
This commit is contained in:
@@ -27,6 +27,18 @@ export default {
|
||||
},
|
||||
"noOrders": "Non hai ancora effettuato ordini.",
|
||||
"trackShipment": "Traccia spedizione",
|
||||
"girocode": {
|
||||
"hint": "Scansiona con l'app della tua banca per pagare.",
|
||||
"alt": "Girocode per bonifico bancario",
|
||||
"error": "Impossibile generare il codice QR.",
|
||||
"paymentPending": "Questo ordine è in attesa del bonifico bancario.",
|
||||
"payToAccount": "Trasferisci l'importo sul seguente conto:",
|
||||
"holder": "Intestatario: {{name}}",
|
||||
"iban": "IBAN: {{iban}}",
|
||||
"bic": "BIC: {{bic}}",
|
||||
"amount": "Importo: {{amount}}",
|
||||
"purpose": "Causale: {{orderId}}"
|
||||
},
|
||||
"details": {
|
||||
"title": "Dettagli ordine: {{orderId}}",
|
||||
"deliveryAddress": "Indirizzo di consegna",
|
||||
|
||||
Reference in New Issue
Block a user