payment bug fixed

This commit is contained in:
nabijonovdavronbek619@gmail.com
2026-04-03 20:37:09 +05:00
parent 9ca13fceda
commit b32057a6af
11 changed files with 188 additions and 94 deletions

View File

@@ -62,6 +62,7 @@
"amount": "Amount",
"result": "Result",
"actions": "",
"state": "Payment status",
"emptyMessage": "No plagiarism checks found.",
"tryAgain": "Try again",
"view": "View",
@@ -121,7 +122,9 @@
"certificateId": "Certificate ID",
"downloadCertificate": "Download Certificate",
"unknownError": "Unknown error",
"words": "words"
"words": "words",
"aiProbabilityText": "Probability that the text was generated with AI has been detected",
"documentNumber": "Document subject"
},
"Hero": {
"badge": "Academic Integrity Platform",
@@ -228,6 +231,7 @@
"serviceFee": "Service fee",
"certificateLabel": "Certificate",
"total": "Total",
"paymentRequired": "Payment not completed",
"connecting": "Connecting to Payme…",
"payButton": "Pay with Payme"
},

View File

@@ -62,6 +62,7 @@
"amount": "Сумма",
"result": "Результат",
"actions": "",
"state": "Статус оплаты",
"emptyMessage": "Проверки на плагиат не найдены.",
"tryAgain": "Попробовать снова",
"view": "Просмотр",
@@ -121,7 +122,9 @@
"certificateId": "ID сертификата",
"downloadCertificate": "Скачать сертификат",
"unknownError": "Неизвестная ошибка",
"words": "слов"
"words": "слов",
"aiProbabilityText": "Обнаружена вероятность того, что текст создан с помощью ИИ",
"documentNumber": "Тема документа"
},
"Hero": {
"badge": "Платформа академической честности",
@@ -228,6 +231,7 @@
"serviceFee": "Стоимость услуги",
"certificateLabel": "Сертификат",
"total": "Итого",
"paymentRequired": "Оплата не произведена",
"connecting": "Подключение к Payme…",
"payButton": "Оплатить через Payme"
},

View File

@@ -65,6 +65,7 @@ declare const messages: {
amount: 'Summa';
result: 'Natija';
actions: '';
state: "To'lov holati";
emptyMessage: 'Plagiat tekshiruvlari topilmadi.';
tryAgain: "Qayta urinib ko'ring";
view: "Ko'rish";
@@ -125,6 +126,8 @@ declare const messages: {
downloadCertificate: 'Sertifikatni yuklab olish';
unknownError: "Noma'lum xato";
words: "so'z";
aiProbabilityText: 'Ai yordamida yaratilganlik ehtimoli aniqlandi';
documentNumber: 'Dokument mavzusi';
};
Hero: {
badge: 'Akademik halollik platformasi';
@@ -231,6 +234,7 @@ declare const messages: {
serviceFee: "Xizmat to'lovi";
certificateLabel: 'Sertifikat';
total: 'Jami';
paymentRequired: "To'lov qilinmagan";
connecting: 'Paymega ulanmoqda…';
payButton: "Payme orqali to'lash";
};

View File

@@ -62,6 +62,7 @@
"amount": "Summa",
"result": "Natija",
"actions": "",
"state": "To'lov holati",
"emptyMessage": "Plagiat tekshiruvlari topilmadi.",
"tryAgain": "Qayta urinib ko'ring",
"view": "Ko'rish",
@@ -121,7 +122,9 @@
"certificateId": "Sertifikat ID",
"downloadCertificate": "Sertifikatni yuklab olish",
"unknownError": "Noma'lum xato",
"words": "so'z"
"words": "so'z",
"aiProbabilityText":"Ai yordamida yaratilganlik ehtimoli aniqlandi",
"documentNumber":"Dokument mavzusi"
},
"Hero": {
"badge": "Akademik halollik platformasi",
@@ -228,6 +231,7 @@
"serviceFee": "Xizmat to'lovi",
"certificateLabel": "Sertifikat",
"total": "Jami",
"paymentRequired":"To'lov qilinmagan",
"connecting": "Paymega ulanmoqda…",
"payButton": "Payme orqali to'lash"
},