Med 102
This commit is contained in:
danelkungla
2025-10-01 16:23:31 +03:00
committed by GitHub
17 changed files with 231 additions and 17 deletions

View File

@@ -80,7 +80,9 @@
"orderStatus": "Статус заказа",
"paymentStatus": "Статус оплаты",
"discount": "Скидка",
"paymentConfirmationLoading": "Ожидание подтверждения оплаты..."
"paymentConfirmationLoading": "Ожидание подтверждения оплаты...",
"location": "Location",
"serviceProvider": "Service provider"
},
"montonioCallback": {
"title": "Процесс оплаты Montonio",

View File

@@ -31,5 +31,9 @@
"REJECTED": "Отклонено",
"CANCELLED": "Отменено"
}
},
"confirmBookingCancel": {
"title": "Are you sure?",
"description": "Are you sure you wish to cancel this booking?"
}
}