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": "Još niste napravili nijednu porudžbinu.",
|
||||
"trackShipment": "Prati pošiljku",
|
||||
"girocode": {
|
||||
"hint": "Skenirajte bankovnom aplikacijom da platite.",
|
||||
"alt": "Girocode za bankovni transfer",
|
||||
"error": "QR kod nije moguće generisati.",
|
||||
"paymentPending": "Ova porudžbina čeka vaš bankovni transfer.",
|
||||
"payToAccount": "Molimo uplatite iznos na sledeći račun:",
|
||||
"holder": "Vlasnik računa: {{name}}",
|
||||
"iban": "IBAN: {{iban}}",
|
||||
"bic": "BIC: {{bic}}",
|
||||
"amount": "Iznos: {{amount}}",
|
||||
"purpose": "Svrha uplate: {{orderId}}"
|
||||
},
|
||||
"details": {
|
||||
"title": "Detalji porudžbine: {{orderId}}",
|
||||
"deliveryAddress": "Adresa za isporuku",
|
||||
|
||||
Reference in New Issue
Block a user