plagiatcheck part complated base new request types

This commit is contained in:
nabijonovdavronbek619@gmail.com
2026-04-07 19:02:03 +05:00
parent 8f75349297
commit 2baf9703fe
20 changed files with 174 additions and 96 deletions

View File

@@ -231,7 +231,7 @@
"paymentMethod": "Payment Method",
"security": "Secured by Payme · SSL encrypted",
"serviceFee": "Service fee",
"certificateLabel": "Certificate",
"discountLabel": "Discount",
"total": "Total",
"paymentRequired": "Payment not completed",
"connecting": "Connecting to Payme…",

View File

@@ -230,7 +230,7 @@
"paymentMethod": "Способ оплаты",
"security": "Защищено Payme · SSL шифрование",
"serviceFee": "Стоимость услуги",
"certificateLabel": "Сертификат",
"discountLabel": "Скидка",
"total": "Итого",
"paymentRequired": "Оплата не произведена",
"connecting": "Подключение к Payme…",

View File

@@ -234,7 +234,7 @@ declare const messages: {
paymentMethod: "To'lov usuli";
security: 'Payme tomonidan himoyalangan · SSL shifrlash';
serviceFee: "Xizmat to'lovi";
certificateLabel: 'Sertifikat';
discountLabel: 'Chegirma';
total: 'Jami';
paymentRequired: "To'lov qilinmagan";
connecting: 'Paymega ulanmoqda…';

View File

@@ -231,7 +231,7 @@
"paymentMethod": "To'lov usuli",
"security": "Payme tomonidan himoyalangan · SSL shifrlash",
"serviceFee": "Xizmat to'lovi",
"certificateLabel": "Sertifikat",
"discountLabel": "Chegirma",
"total": "Jami",
"paymentRequired":"To'lov qilinmagan",
"connecting": "Paymega ulanmoqda…",

View File

@@ -9,9 +9,12 @@ export const links = {
`/shared/certificate/${document_id}/pdf/`,
si: '/shared/ai_document/list/',
si_id: (si_id: number) => `/shared/ai_document/list/${si_id}/`,
si_payment: (document_id: number) => `/shared/ai_document/pay/${document_id}`,
si_payment: (document_id: number) =>
`/shared/ai_document/pay/${document_id}/`,
si_create: '/shared/ai_document/create/',
document_types: '/shared/document_types/',
pay_history: '/shared/orders/all/',
statistics: '/shared/statistics/',
wordCount: '/shared/check_file/',
users: '/users/profile/',
};