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": "لم تقم بوضع أي طلبات بعد.",
|
||||
"trackShipment": "تتبع الشحنة",
|
||||
"girocode": {
|
||||
"hint": "امسح الرمز بتطبيق البنك للدفع.",
|
||||
"alt": "رمز Girocode للتحويل البنكي",
|
||||
"error": "تعذر إنشاء رمز الاستجابة السريعة.",
|
||||
"paymentPending": "هذا الطلب في انتظار التحويل البنكي.",
|
||||
"payToAccount": "يرجى تحويل المبلغ إلى الحساب التالي:",
|
||||
"holder": "صاحب الحساب: {{name}}",
|
||||
"iban": "IBAN: {{iban}}",
|
||||
"bic": "BIC: {{bic}}",
|
||||
"amount": "المبلغ: {{amount}}",
|
||||
"purpose": "المرجع: {{orderId}}"
|
||||
},
|
||||
"details": {
|
||||
"title": "تفاصيل الطلب: {{orderId}}",
|
||||
"deliveryAddress": "عنوان التوصيل",
|
||||
|
||||
Reference in New Issue
Block a user