last push
This commit is contained in:
@@ -76,7 +76,8 @@
|
||||
"resultClean": "Clean",
|
||||
"resultPlagiarismFound": "Plagiarism Found",
|
||||
"resultPending": "Pending",
|
||||
"resultFailed": "Failed"
|
||||
"resultFailed": "Failed",
|
||||
"plagiatCheck": "Plagiarism Check"
|
||||
},
|
||||
"DetailPage": {
|
||||
"id": "ID",
|
||||
@@ -126,7 +127,11 @@
|
||||
"unknownError": "Unknown error",
|
||||
"words": "words",
|
||||
"aiProbabilityText": "Probability that the text was generated with AI has been detected",
|
||||
"documentNumber": "Document subject"
|
||||
"documentNumber": "Document subject",
|
||||
"scoreAiContent": "Self-citation",
|
||||
"scoreOriginality": "Originality",
|
||||
"scorePlagiarism": "Plagiarism",
|
||||
"scoreCitation": "Citation"
|
||||
},
|
||||
"Hero": {
|
||||
"badge": "Academic Integrity Platform",
|
||||
@@ -240,5 +245,68 @@
|
||||
},
|
||||
"unknownUser": "Username not found",
|
||||
"file": "File",
|
||||
"upload": "Download certificate"
|
||||
"upload": "Download certificate",
|
||||
"Cabinet": {
|
||||
"plagiatCheck": "Plagiarism Check",
|
||||
"checkDesc": "Check your document for originality",
|
||||
"submit": "Submit",
|
||||
"siDetector": "AI Detector",
|
||||
"siDesc": "Check text for AI content",
|
||||
"home": "Home",
|
||||
"plagiat": "Plagiarism",
|
||||
"siNav": "AI Detector",
|
||||
"payments": "Payment History",
|
||||
"profile": "Profile",
|
||||
"close": "Close",
|
||||
"personalCabinet": "Personal Cabinet",
|
||||
"plagiatChecks": "Plagiarism Checks",
|
||||
"dashboard": "Dashboard"
|
||||
},
|
||||
"SiDetail": {
|
||||
"siCheck": "AI Check",
|
||||
"basicInfo": "Basic Information",
|
||||
"documentInfo": "Document Information",
|
||||
"documentName": "Document Name",
|
||||
"checker": "Checker",
|
||||
"uploadedAt": "Document Upload Time",
|
||||
"originalFileName": "Original File Name",
|
||||
"wordCount": "Word Count",
|
||||
"fileExt": "File Extension",
|
||||
"fileSize": "File Size",
|
||||
"amountCharged": "Amount Charged",
|
||||
"downloadOriginal": "Download Original Document",
|
||||
"siResultsTitle": "Document AI Detector Results",
|
||||
"siResultsDesc": "This window displays the analysis results of the text uploaded by the user regarding the probability of being written with the help of artificial intelligence. The detector evaluates the stylistic, grammatical and semantic features of the text and shows in percentage how likely it was generated by artificial intelligence.",
|
||||
"download": "Download",
|
||||
"originalText": "Original Text",
|
||||
"possibleAi": "Possible AI",
|
||||
"aiContent": "Artificial Intelligence"
|
||||
},
|
||||
"PlagiatResult": {
|
||||
"plagiarismLevel": "Plagiarism Level",
|
||||
"aiWritten": "AI Written",
|
||||
"originality": "Originality",
|
||||
"citation": "Citation",
|
||||
"plagiat": "Plagiarism",
|
||||
"aiGeneration": "AI Generation",
|
||||
"original": "Original",
|
||||
"checked": "Checked"
|
||||
},
|
||||
"CertificateModal": {
|
||||
"title": "Create Certificate",
|
||||
"close": "Close",
|
||||
"authorName": "Author's Full Name",
|
||||
"namePlaceholder": "Enter your name...",
|
||||
"documentTheme": "Document Theme",
|
||||
"themePlaceholder": "Enter the topic...",
|
||||
"documentId": "Document ID",
|
||||
"creating": "Creating...",
|
||||
"created": "Certificate Created!",
|
||||
"create": "Create Certificate"
|
||||
},
|
||||
"DocumentTypes": {
|
||||
"label": "Document Type",
|
||||
"loading": "Loading...",
|
||||
"placeholder": "Select document type..."
|
||||
}
|
||||
}
|
||||
|
||||
@@ -75,7 +75,8 @@
|
||||
"resultClean": "Чисто",
|
||||
"resultPlagiarismFound": "Обнаружен плагиат",
|
||||
"resultPending": "В ожидании",
|
||||
"resultFailed": "Не удалось"
|
||||
"resultFailed": "Не удалось",
|
||||
"plagiatCheck": "Проверка на плагиат"
|
||||
},
|
||||
"DetailPage": {
|
||||
"id": "ID",
|
||||
@@ -125,7 +126,11 @@
|
||||
"unknownError": "Неизвестная ошибка",
|
||||
"words": "слов",
|
||||
"aiProbabilityText": "Обнаружена вероятность того, что текст создан с помощью ИИ",
|
||||
"documentNumber": "Тема документа"
|
||||
"documentNumber": "Тема документа",
|
||||
"scoreAiContent": "Самоцитирование",
|
||||
"scoreOriginality": "Оригинальность",
|
||||
"scorePlagiarism": "Плагиат",
|
||||
"scoreCitation": "Цитирование"
|
||||
},
|
||||
"Hero": {
|
||||
"badge": "Платформа академической честности",
|
||||
@@ -239,5 +244,68 @@
|
||||
},
|
||||
"unknownUser": "Имя пользователя не найдено",
|
||||
"file": "Файл",
|
||||
"upload": "Скачать сертификат"
|
||||
"upload": "Скачать сертификат",
|
||||
"Cabinet": {
|
||||
"plagiatCheck": "Проверка на плагиат",
|
||||
"checkDesc": "Проверьте ваш документ на оригинальность",
|
||||
"submit": "Отправить",
|
||||
"siDetector": "ИИ детектор",
|
||||
"siDesc": "Проверьте текст на искусственный интеллект",
|
||||
"home": "Главная",
|
||||
"plagiat": "Плагиат",
|
||||
"siNav": "ИИ детектор",
|
||||
"payments": "История платежей",
|
||||
"profile": "Профиль",
|
||||
"close": "Закрыть",
|
||||
"personalCabinet": "Личный кабинет",
|
||||
"plagiatChecks": "Проверки на плагиат",
|
||||
"dashboard": "Dashboard"
|
||||
},
|
||||
"SiDetail": {
|
||||
"siCheck": "Проверка ИИ",
|
||||
"basicInfo": "Основная информация",
|
||||
"documentInfo": "Информация о документе",
|
||||
"documentName": "Название документа",
|
||||
"checker": "Проверяющий",
|
||||
"uploadedAt": "Дата загрузки документа",
|
||||
"originalFileName": "Оригинальное имя файла",
|
||||
"wordCount": "Количество слов",
|
||||
"fileExt": "Расширение файла",
|
||||
"fileSize": "Размер файла",
|
||||
"amountCharged": "Списанная сумма",
|
||||
"downloadOriginal": "Скачать оригинальный документ",
|
||||
"siResultsTitle": "Результаты ИИ детектора документа",
|
||||
"siResultsDesc": "В этом окне отображены результаты анализа текста, загруженного пользователем, на вероятность написания с помощью искусственного интеллекта. Детектор оценивает стилистические, грамматические и семантические особенности текста и показывает в процентах, насколько вероятно, что он был сгенерирован искусственным интеллектом.",
|
||||
"download": "Скачать",
|
||||
"originalText": "Оригинальный текст",
|
||||
"possibleAi": "Возможный ИИ",
|
||||
"aiContent": "Искусственный интеллект"
|
||||
},
|
||||
"PlagiatResult": {
|
||||
"plagiarismLevel": "Уровень плагиата",
|
||||
"aiWritten": "Написано ИИ",
|
||||
"originality": "Оригинальность",
|
||||
"citation": "Цитирование",
|
||||
"plagiat": "Плагиат",
|
||||
"aiGeneration": "Генерация ИИ",
|
||||
"original": "Оригинал",
|
||||
"checked": "Проверено"
|
||||
},
|
||||
"CertificateModal": {
|
||||
"title": "Создать сертификат",
|
||||
"close": "Закрыть",
|
||||
"authorName": "Полное имя автора",
|
||||
"namePlaceholder": "Введите ваше имя...",
|
||||
"documentTheme": "Тема документа",
|
||||
"themePlaceholder": "Введите тему...",
|
||||
"documentId": "ID документа",
|
||||
"creating": "Создание...",
|
||||
"created": "Сертификат создан!",
|
||||
"create": "Создать сертификат"
|
||||
},
|
||||
"DocumentTypes": {
|
||||
"label": "Тип документа",
|
||||
"loading": "Загрузка...",
|
||||
"placeholder": "Выберите тип документа..."
|
||||
}
|
||||
}
|
||||
|
||||
@@ -80,6 +80,7 @@ declare const messages: {
|
||||
resultPlagiarismFound: 'Plagiat topildi';
|
||||
resultPending: 'Kutilmoqda';
|
||||
resultFailed: 'Muvaffaqiyatsiz';
|
||||
plagiatCheck: 'Plagiat tekshiruvi';
|
||||
};
|
||||
DetailPage: {
|
||||
id: 'ID';
|
||||
@@ -130,6 +131,10 @@ declare const messages: {
|
||||
words: "so'z";
|
||||
aiProbabilityText: 'Ai yordamida yaratilganlik ehtimoli aniqlandi';
|
||||
documentNumber: 'Dokument mavzusi';
|
||||
scoreAiContent: "O'zidan iqtibos keltirish";
|
||||
scoreOriginality: 'Originallik';
|
||||
scorePlagiarism: 'Plagiat';
|
||||
scoreCitation: 'Iqtibos';
|
||||
};
|
||||
Hero: {
|
||||
badge: 'Akademik halollik platformasi';
|
||||
@@ -244,5 +249,68 @@ declare const messages: {
|
||||
unknownUser: 'Foydalanuvchi topilmadi';
|
||||
file: 'Fayl';
|
||||
upload: 'Sertifikatni yuklab olish';
|
||||
Cabinet: {
|
||||
plagiatCheck: 'Plagiat tekshiruvi';
|
||||
checkDesc: 'Hujjatingizni originallik uchun tekshiring';
|
||||
submit: 'Yuborish';
|
||||
siDetector: 'SI detektor';
|
||||
siDesc: "Matnni sun'iy intellekt uchun tekshiring";
|
||||
home: 'Bosh sahifa';
|
||||
plagiat: 'Plagiat';
|
||||
siNav: 'SI detektor';
|
||||
payments: "To'lovlar tarixi";
|
||||
profile: 'Profil';
|
||||
close: 'Yopish';
|
||||
personalCabinet: 'Shaxsiy kabinet';
|
||||
plagiatChecks: 'Plagiat tekshiruvlar';
|
||||
dashboard: 'Dashboard';
|
||||
};
|
||||
SiDetail: {
|
||||
siCheck: 'SI tekshiruv';
|
||||
basicInfo: "Asosiy ma'lumotlar";
|
||||
documentInfo: "Hujjat haqida ma'lumotlar";
|
||||
documentName: 'Hujjat nomi';
|
||||
checker: 'Tekshiruvchi';
|
||||
uploadedAt: 'Hujjat yuklangan vaqti';
|
||||
originalFileName: 'Hujjat faylining original nomi';
|
||||
wordCount: "So'zlar soni";
|
||||
fileExt: 'Hujjat fayli kenggaytmasi';
|
||||
fileSize: "Hujjat fayli o'lchami";
|
||||
amountCharged: 'Yechilgan summa';
|
||||
downloadOriginal: 'Original hujjatni yuklab olish';
|
||||
siResultsTitle: 'Hujjatning SI detektori natijalari';
|
||||
siResultsDesc: "Ushbu oynada foydalanuvchi tomonidan yuklangan matn sun'iy intellekt (SI) yordamida yozilgan bo'lish ehtimoli bo'yicha tahlil natijalari aks etirilgan. Detektor matnning stilistik, grammatik va semantik xususiyatlarini baholab, uning qanchalik darajada sun'iy intellekt tomonidan generatsiya qilingan bo'lishi mumkinligini foizlik ko'rinishida ko'rsatadi.";
|
||||
download: 'Yuklab olish';
|
||||
originalText: 'Original matn';
|
||||
possibleAi: "Ehtimoliy Sun'iy Intellekt";
|
||||
aiContent: "Sun'iy Intellekt";
|
||||
};
|
||||
PlagiatResult: {
|
||||
plagiarismLevel: 'Plagiat darajasi';
|
||||
aiWritten: 'AI yozgan';
|
||||
originality: 'Originallik';
|
||||
citation: 'Iqtibos';
|
||||
plagiat: 'Plagiat';
|
||||
aiGeneration: 'AI generatsiya';
|
||||
original: 'Original';
|
||||
checked: 'Tekshirilgan';
|
||||
};
|
||||
CertificateModal: {
|
||||
title: 'Sertifikat yaratish';
|
||||
close: 'Yopish';
|
||||
authorName: "Muallifning to'liq ismi";
|
||||
namePlaceholder: 'Ismingizni kiriting...';
|
||||
documentTheme: 'Hujjat mavzusi';
|
||||
themePlaceholder: 'Mavzuni kiriting...';
|
||||
documentId: 'Hujjat ID';
|
||||
creating: 'Yaratilmoqda...';
|
||||
created: 'Sertifikat yaratildi!';
|
||||
create: 'Sertifikat yaratish';
|
||||
};
|
||||
DocumentTypes: {
|
||||
label: 'Hujjat turi';
|
||||
loading: 'Yuklanmoqda...';
|
||||
placeholder: 'Hujjat turini tanlang...';
|
||||
};
|
||||
};
|
||||
export default messages;
|
||||
|
||||
@@ -76,7 +76,8 @@
|
||||
"resultClean": "Toza",
|
||||
"resultPlagiarismFound": "Plagiat topildi",
|
||||
"resultPending": "Kutilmoqda",
|
||||
"resultFailed": "Muvaffaqiyatsiz"
|
||||
"resultFailed": "Muvaffaqiyatsiz",
|
||||
"plagiatCheck": "Plagiat tekshiruvi"
|
||||
},
|
||||
"DetailPage": {
|
||||
"id": "ID",
|
||||
@@ -126,7 +127,11 @@
|
||||
"unknownError": "Noma'lum xato",
|
||||
"words": "so'z",
|
||||
"aiProbabilityText":"Ai yordamida yaratilganlik ehtimoli aniqlandi",
|
||||
"documentNumber":"Dokument mavzusi"
|
||||
"documentNumber":"Dokument mavzusi",
|
||||
"scoreAiContent": "O'zidan iqtibos keltirish",
|
||||
"scoreOriginality": "Originallik",
|
||||
"scorePlagiarism": "Plagiat",
|
||||
"scoreCitation": "Iqtibos"
|
||||
},
|
||||
"Hero": {
|
||||
"badge": "Akademik halollik platformasi",
|
||||
@@ -240,5 +245,68 @@
|
||||
},
|
||||
"unknownUser": "Foydalanuvchi topilmadi",
|
||||
"file": "Fayl",
|
||||
"upload": "Sertifikatni yuklab olish"
|
||||
"upload": "Sertifikatni yuklab olish",
|
||||
"Cabinet": {
|
||||
"plagiatCheck": "Plagiat tekshiruvi",
|
||||
"checkDesc": "Hujjatingizni originallik uchun tekshiring",
|
||||
"submit": "Yuborish",
|
||||
"siDetector": "SI detektor",
|
||||
"siDesc": "Matnni sun'iy intellekt uchun tekshiring",
|
||||
"home": "Bosh sahifa",
|
||||
"plagiat": "Plagiat",
|
||||
"siNav": "SI detektor",
|
||||
"payments": "To'lovlar tarixi",
|
||||
"profile": "Profil",
|
||||
"close": "Yopish",
|
||||
"personalCabinet": "Shaxsiy kabinet",
|
||||
"plagiatChecks": "Plagiat tekshiruvlar",
|
||||
"dashboard": "Dashboard"
|
||||
},
|
||||
"SiDetail": {
|
||||
"siCheck": "SI tekshiruv",
|
||||
"basicInfo": "Asosiy ma'lumotlar",
|
||||
"documentInfo": "Hujjat haqida ma'lumotlar",
|
||||
"documentName": "Hujjat nomi",
|
||||
"checker": "Tekshiruvchi",
|
||||
"uploadedAt": "Hujjat yuklangan vaqti",
|
||||
"originalFileName": "Hujjat faylining original nomi",
|
||||
"wordCount": "So'zlar soni",
|
||||
"fileExt": "Hujjat fayli kenggaytmasi",
|
||||
"fileSize": "Hujjat fayli o'lchami",
|
||||
"amountCharged": "Yechilgan summa",
|
||||
"downloadOriginal": "Original hujjatni yuklab olish",
|
||||
"siResultsTitle": "Hujjatning SI detektori natijalari",
|
||||
"siResultsDesc": "Ushbu oynada foydalanuvchi tomonidan yuklangan matn sun'iy intellekt (SI) yordamida yozilgan bo'lish ehtimoli bo'yicha tahlil natijalari aks etirilgan. Detektor matnning stilistik, grammatik va semantik xususiyatlarini baholab, uning qanchalik darajada sun'iy intellekt tomonidan generatsiya qilingan bo'lishi mumkinligini foizlik ko'rinishida ko'rsatadi.",
|
||||
"download": "Yuklab olish",
|
||||
"originalText": "Original matn",
|
||||
"possibleAi": "Ehtimoliy Sun'iy Intellekt",
|
||||
"aiContent": "Sun'iy Intellekt"
|
||||
},
|
||||
"PlagiatResult": {
|
||||
"plagiarismLevel": "Plagiat darajasi",
|
||||
"aiWritten": "AI yozgan",
|
||||
"originality": "Originallik",
|
||||
"citation": "Iqtibos",
|
||||
"plagiat": "Plagiat",
|
||||
"aiGeneration": "AI generatsiya",
|
||||
"original": "Original",
|
||||
"checked": "Tekshirilgan"
|
||||
},
|
||||
"CertificateModal": {
|
||||
"title": "Sertifikat yaratish",
|
||||
"close": "Yopish",
|
||||
"authorName": "Muallifning to'liq ismi",
|
||||
"namePlaceholder": "Ismingizni kiriting...",
|
||||
"documentTheme": "Hujjat mavzusi",
|
||||
"themePlaceholder": "Mavzuni kiriting...",
|
||||
"documentId": "Hujjat ID",
|
||||
"creating": "Yaratilmoqda...",
|
||||
"created": "Sertifikat yaratildi!",
|
||||
"create": "Sertifikat yaratish"
|
||||
},
|
||||
"DocumentTypes": {
|
||||
"label": "Hujjat turi",
|
||||
"loading": "Yuklanmoqda...",
|
||||
"placeholder": "Hujjat turini tanlang..."
|
||||
}
|
||||
}
|
||||
|
||||
@@ -195,5 +195,7 @@ export const apiRequest = async <T>(
|
||||
},
|
||||
});
|
||||
|
||||
console.log('resposne: ', response);
|
||||
|
||||
return response;
|
||||
};
|
||||
|
||||
@@ -6,15 +6,16 @@ export const links = {
|
||||
detail: (id: number) => `/shared/documents/${id}/`,
|
||||
payment: (order_id: number) => `/users/payme/link/${order_id}/`,
|
||||
sertifikat: (document_id: number) =>
|
||||
`/shared/certificate/${document_id}/pdf/`,
|
||||
`/shared/certificate/${document_id}/download/`,
|
||||
si: '/shared/ai_document/list/',
|
||||
si_id: (si_id: number) => `/shared/ai_document/list/${si_id}/`,
|
||||
si_id: (si_id: number) => `/shared/ai_document/${si_id}/`,
|
||||
si_payment: (document_id: number) =>
|
||||
`/shared/ai_document/pay/${document_id}/`,
|
||||
si_create: '/shared/ai_document/create/',
|
||||
document_types: '/shared/document_types/',
|
||||
document_types: '/shared/documents/types/',
|
||||
pay_history: '/shared/orders/all/',
|
||||
statistics: '/shared/statistics/',
|
||||
wordCount: '/shared/check_file/',
|
||||
users: '/users/profile/',
|
||||
demo_pay: (order_id: number) => `/users/payme/link/${order_id}/`,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user