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

@@ -26,7 +26,19 @@ export default {
"cancelOrder": "Отмени поръчката"
},
"noOrders": "Все още не сте направили поръчки.",
"trackShipment": "Проследи пратката",
"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": "Адрес за доставка",