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:
sebseb7
2026-03-24 00:48:22 +01:00
parent f47fbc5c39
commit a9bf1aee5f
31 changed files with 969 additions and 93 deletions

View File

@@ -27,6 +27,18 @@ export default {
},
"noOrders": "Ви ще не робили замовлень.",
"trackShipment": "Відстежити відправлення",
"girocode": {
"hint": "Відскануйте в додатку банку для оплати.",
"alt": "Girocode для банківського переказу",
"error": "Не вдалося згенерувати QR-код.",
"paymentPending": "Замовлення очікує на банківський переказ.",
"payToAccount": "Перекажіть суму на такий рахунок:",
"holder": "Власник рахунку: {{name}}",
"iban": "IBAN: {{iban}}",
"bic": "BIC: {{bic}}",
"amount": "Сума: {{amount}}",
"purpose": "Призначення платежу: {{orderId}}"
},
"details": {
"title": "Деталі замовлення: {{orderId}}",
"deliveryAddress": "Адреса доставки",