plagiatcheck part complated base new request types
This commit is contained in:
@@ -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…",
|
||||
|
||||
@@ -230,7 +230,7 @@
|
||||
"paymentMethod": "Способ оплаты",
|
||||
"security": "Защищено Payme · SSL шифрование",
|
||||
"serviceFee": "Стоимость услуги",
|
||||
"certificateLabel": "Сертификат",
|
||||
"discountLabel": "Скидка",
|
||||
"total": "Итого",
|
||||
"paymentRequired": "Оплата не произведена",
|
||||
"connecting": "Подключение к Payme…",
|
||||
|
||||
@@ -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…';
|
||||
|
||||
@@ -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…",
|
||||
|
||||
@@ -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/',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user