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": "You have not placed any orders yet.", // Sie haben noch keine Bestellungen aufgegeben.
|
||||
"trackShipment": "Track shipment", // Sendung verfolgen
|
||||
"girocode": {
|
||||
"hint": "Scan with your banking app to pay.", // Mit Ihrer Banking-App scannen...
|
||||
"alt": "Girocode for bank transfer", // Girocode für die Überweisung
|
||||
"error": "Could not generate QR code.", // QR-Code konnte nicht erzeugt werden.
|
||||
"paymentPending": "This order is awaiting your bank transfer.", // Diese Bestellung wartet...
|
||||
"payToAccount": "Please transfer the amount to the following account:", // Bitte überweisen...
|
||||
"holder": "Account holder: {{name}}", // Kontoinhaber
|
||||
"iban": "IBAN: {{iban}}",
|
||||
"bic": "BIC: {{bic}}",
|
||||
"amount": "Amount: {{amount}}", // Betrag
|
||||
"purpose": "Payment reference: {{orderId}}" // Verwendungszweck
|
||||
},
|
||||
"details": {
|
||||
"title": "Order details: {{orderId}}", // Bestelldetails: {{orderId}}
|
||||
"deliveryAddress": "Delivery address", // Lieferadresse
|
||||
|
||||
Reference in New Issue
Block a user