detail page text translation added
This commit is contained in:
@@ -34,6 +34,8 @@
|
||||
"PlagiarismCheck": {
|
||||
"badge": "Originality Check",
|
||||
"title": "Submit Your Document",
|
||||
"submissionSuccess": "Submission successful! ID",
|
||||
"secureNote": "Your document is processed securely and not stored beyond the analysis period.",
|
||||
"description": "Upload a document to verify its originality. Results are typically ready within a few minutes.",
|
||||
"documentTopic": "Document Topic",
|
||||
"topicPlaceholder": "e.g. The Impact of Artificial Intelligence on Education",
|
||||
@@ -80,6 +82,26 @@
|
||||
"fileName": "File Name",
|
||||
"fileSize": "File Size",
|
||||
"submitted": "Submitted",
|
||||
"failedToLoadDocument": "Failed to load document",
|
||||
"unexpectedError": "An unexpected error occurred.",
|
||||
"documentNumber": "Document #{{id}}",
|
||||
"downloadPdf": "Download PDF",
|
||||
"created": "Created",
|
||||
"updated": "Updated",
|
||||
"hash": "Hash",
|
||||
"analysisScores": "Analysis Scores",
|
||||
"documentText": "Document Text",
|
||||
"plagiarismHighlights": "Plagiarism Highlights",
|
||||
"plainText": "Plain Text",
|
||||
"highlightedHint": "Highlighted fragments indicate potential plagiarism matches",
|
||||
"textStatistics": "Text Statistics",
|
||||
"detectionFlags": "Detection Flags",
|
||||
"topWords": "Top Words",
|
||||
"aiContentDetected": "AI Content Detected",
|
||||
"possibleAiContent": "Possible AI Content",
|
||||
"likelyOriginal": "Likely Original",
|
||||
"aiProbabilityText": "AI probability score: {{score}}% — content may have been generated or assisted by an AI model.",
|
||||
"resultFooter": "Result ID #{{id}} · Analyzed {{date}}",
|
||||
"payment": "Payment",
|
||||
"resultTitle": "Result",
|
||||
"analysisInProgress": "Analysis in progress",
|
||||
@@ -211,5 +233,5 @@
|
||||
},
|
||||
"unknownUser": "Username not found",
|
||||
"file": "File",
|
||||
"upload":"Download certificate"
|
||||
"upload": "Download certificate"
|
||||
}
|
||||
|
||||
@@ -34,6 +34,8 @@
|
||||
"PlagiarismCheck": {
|
||||
"badge": "Проверка оригинальности",
|
||||
"title": "Отправьте ваш документ",
|
||||
"submissionSuccess": "Отправка прошла успешно! ID",
|
||||
"secureNote": "Ваш документ обрабатывается безопасно и не хранится после периода анализа.",
|
||||
"description": "Загрузите документ для проверки его оригинальности. Результаты обычно готовы в течение нескольких минут.",
|
||||
"documentTopic": "Тема документа",
|
||||
"topicPlaceholder": "например: Влияние искусственного интеллекта на образование",
|
||||
@@ -80,6 +82,26 @@
|
||||
"fileName": "Имя файла",
|
||||
"fileSize": "Размер файла",
|
||||
"submitted": "Отправлено",
|
||||
"failedToLoadDocument": "Не удалось загрузить документ",
|
||||
"unexpectedError": "Произошла непредвиденная ошибка.",
|
||||
"documentNumber": "Документ №{{id}}",
|
||||
"downloadPdf": "Скачать PDF",
|
||||
"created": "Создан",
|
||||
"updated": "Обновлен",
|
||||
"hash": "Hash",
|
||||
"analysisScores": "Оценки анализа",
|
||||
"documentText": "Текст документа",
|
||||
"plagiarismHighlights": "Выделения плагиата",
|
||||
"plainText": "Обычный текст",
|
||||
"highlightedHint": "Выделенные фрагменты указывают на возможный плагиат",
|
||||
"textStatistics": "Статистика текста",
|
||||
"detectionFlags": "Флаги обнаружения",
|
||||
"topWords": "Топ слова",
|
||||
"aiContentDetected": "Обнаружен AI-контент",
|
||||
"possibleAiContent": "Возможный AI-контент",
|
||||
"likelyOriginal": "Вероятно оригинал",
|
||||
"aiProbabilityText": "Вероятность AI: {{score}}% — контент может быть создан или сгенерирован AI.",
|
||||
"resultFooter": "Результат ID #{{id}} · Анализирован {{date}}",
|
||||
"payment": "Оплата",
|
||||
"resultTitle": "Результат",
|
||||
"analysisInProgress": "Анализ выполняется",
|
||||
@@ -210,6 +232,6 @@
|
||||
"payButton": "Оплатить через Payme"
|
||||
},
|
||||
"unknownUser": "Имя пользователя не найдено",
|
||||
"file":"Файл",
|
||||
"upload":"Скачать сертификат"
|
||||
"file": "Файл",
|
||||
"upload": "Скачать сертификат"
|
||||
}
|
||||
|
||||
@@ -37,6 +37,8 @@ declare const messages: {
|
||||
PlagiarismCheck: {
|
||||
badge: 'Orijinallik tekshiruvi';
|
||||
title: 'Hujjatni yuboring';
|
||||
submissionSuccess: 'Yuborish muvaffaqiyatli yakunlandi! ID';
|
||||
secureNote: 'Hujjatingiz xavfsiz qayta ishlanadi va tahlil muddati tugagach saqlanmaydi.';
|
||||
description: "Hujjatning orijinalligini tekshirish uchun yuklang. Natijalar odatda bir necha daqiqada tayyor bo'ladi.";
|
||||
documentTopic: 'Hujjat mavzusi';
|
||||
topicPlaceholder: "masalan: Sun'iy intellektning ta'limga ta'siri";
|
||||
@@ -87,6 +89,26 @@ declare const messages: {
|
||||
resultTitle: 'Natija';
|
||||
analysisInProgress: 'Tahlil davom etmoqda';
|
||||
resultsReadyAfterProcessing: "Natijalar qayta ishlash tugagach paydo bo'ladi.";
|
||||
failedToLoadDocument: 'Hujjatni yuklash muvaffaqiyatsiz tugadi';
|
||||
unexpectedError: 'Kutilmagan xatolik yuz berdi.';
|
||||
documentNumber: 'Hujjat №{{id}}';
|
||||
downloadPdf: 'PDFni yuklab olish';
|
||||
created: 'Yaratilgan';
|
||||
updated: 'Yangilangan';
|
||||
hash: 'Hash';
|
||||
analysisScores: 'Tahlil ballari';
|
||||
documentText: 'Hujjat matni';
|
||||
plagiarismHighlights: 'Plagiat belgilari';
|
||||
plainText: 'Oddiy matn';
|
||||
highlightedHint: 'Belgilangan bo‘limlar plagiat ehtimolini ko‘rsatadi';
|
||||
textStatistics: 'Matn statistikalari';
|
||||
detectionFlags: 'Aniqlash bayroqlari';
|
||||
topWords: 'Top so‘zlar';
|
||||
aiContentDetected: 'AI kontent aniqlandi';
|
||||
possibleAiContent: 'Ehtimoliy AI kontent';
|
||||
likelyOriginal: 'Ehtimol original';
|
||||
aiProbabilityText: 'AI ehtimollik balli: {{score}}% — kontent AI model tomonidan yaratilgan yoki yordam berilgan bo‘lishi mumkin.';
|
||||
resultFooter: 'Natija ID #{{id}} · Tahlil qilingan {{date}}';
|
||||
noResultAvailable: 'Natija mavjud emas.';
|
||||
plagiarismResult: 'Plagiat natijasi';
|
||||
wordsChecked: "Tekshirilgan so'zlar";
|
||||
|
||||
@@ -34,6 +34,8 @@
|
||||
"PlagiarismCheck": {
|
||||
"badge": "Orijinallik tekshiruvi",
|
||||
"title": "Hujjatni yuboring",
|
||||
"submissionSuccess": "Yuborish muvaffaqiyatli yakunlandi! ID",
|
||||
"secureNote": "Hujjatingiz xavfsiz qayta ishlanadi va tahlil muddati tugagach saqlanmaydi.",
|
||||
"description": "Hujjatning orijinalligini tekshirish uchun yuklang. Natijalar odatda bir necha daqiqada tayyor bo'ladi.",
|
||||
"documentTopic": "Hujjat mavzusi",
|
||||
"topicPlaceholder": "masalan: Sun'iy intellektning ta'limga ta'siri",
|
||||
@@ -84,6 +86,26 @@
|
||||
"resultTitle": "Natija",
|
||||
"analysisInProgress": "Tahlil davom etmoqda",
|
||||
"resultsReadyAfterProcessing": "Natijalar qayta ishlash tugagach paydo bo'ladi.",
|
||||
"failedToLoadDocument": "Hujjatni yuklash muvaffaqiyatsiz tugadi",
|
||||
"unexpectedError": "Kutilmagan xatolik yuz berdi.",
|
||||
"documentNumber": "Hujjat №{{id}}",
|
||||
"downloadPdf": "PDFni yuklab olish",
|
||||
"created": "Yaratilgan",
|
||||
"updated": "Yangilangan",
|
||||
"hash": "Hash",
|
||||
"analysisScores": "Tahlil ballari",
|
||||
"documentText": "Hujjat matni",
|
||||
"plagiarismHighlights": "Plagiat belgilari",
|
||||
"plainText": "Oddiy matn",
|
||||
"highlightedHint": "Belgilangan bo‘limlar plagiat ehtimolini ko‘rsatadi",
|
||||
"textStatistics": "Matn statistikalari",
|
||||
"detectionFlags": "Aniqlash bayroqlari",
|
||||
"topWords": "Top so‘zlar",
|
||||
"aiContentDetected": "AI kontent aniqlandi",
|
||||
"possibleAiContent": "Ehtimoliy AI kontent",
|
||||
"likelyOriginal": "Ehtimol original",
|
||||
"aiProbabilityText": "AI ehtimollik balli: {{score}}% — kontent AI model tomonidan yaratilgan yoki yordam berilgan bo‘lishi mumkin.",
|
||||
"resultFooter": "Natija ID #{{id}} · Tahlil qilingan {{date}}",
|
||||
"noResultAvailable": "Natija mavjud emas.",
|
||||
"plagiarismResult": "Plagiat natijasi",
|
||||
"wordsChecked": "Tekshirilgan so'zlar",
|
||||
@@ -209,7 +231,7 @@
|
||||
"connecting": "Paymega ulanmoqda…",
|
||||
"payButton": "Payme orqali to'lash"
|
||||
},
|
||||
"unknownUser":"Foydalanuvchi topilmadi",
|
||||
"file":"Fayl",
|
||||
"upload":"Sertifikatni yuklab olish"
|
||||
"unknownUser": "Foydalanuvchi topilmadi",
|
||||
"file": "Fayl",
|
||||
"upload": "Sertifikatni yuklab olish"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user