added multi language features

This commit is contained in:
nabijonovdavronbek619@gmail.com
2026-03-31 19:45:21 +05:00
parent 4f3d73443f
commit 291375ce02
19 changed files with 728 additions and 246 deletions

View File

@@ -1,6 +1,104 @@
{
"HomePage": {
"title": "Salom dunyo!",
"title": "Hello world!",
"about": "Go to the about page"
},
"Navbar": {
"logo": "Plagat",
"aboutSite": "About Site",
"contact": "Contact",
"login": "Login",
"signup": "Sign up",
"profile": "Profile",
"logout": "Logout"
},
"Footer": {
"product": "Product",
"overview": "Overview",
"pricing": "Pricing",
"marketplace": "Marketplace",
"features": "Features",
"company": "Company",
"about": "About",
"team": "Team",
"blog": "Blog",
"careers": "Careers",
"resources": "Resources",
"help": "Help",
"sales": "Sales",
"advertise": "Advertise",
"privacy": "Privacy",
"copyright": "© {year} Felix IT Solutions. All rights reserved.",
"terms": "Terms and Conditions"
},
"PlagiarismCheck": {
"badge": "Originality Check",
"title": "Submit Your Document",
"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",
"senderFullName": "Sender Full Name",
"notLoggedIn": "Not logged in",
"certificateOption": "Certificate Option",
"documentFile": "Document File",
"clickToUpload": "Click to upload document",
"fileTypes": "PDF, DOC, DOCX, TXT · Max 20 MB",
"autoFilled": "Auto-filled",
"removeFile": "Remove file",
"certificateTitle": "Return result with certificate",
"certificateDescription": "An official certificate will be attached to your originality report.",
"submitting": "Submitting…",
"submitButton": "Submit for Originality Check",
"dismiss": "Dismiss"
},
"HistoryPage": {
"title": "Check History",
"description": "All plagiarism checks submitted by you",
"sender": "Sender",
"file": "File",
"date": "Date",
"amount": "Amount",
"result": "Result",
"actions": "",
"emptyMessage": "No plagiarism checks found.",
"tryAgain": "Try again",
"view": "View",
"viewDetails": "View details for {sender}",
"pagination": "Page {current} of {total}",
"previousPage": "Previous page",
"nextPage": "Next page",
"page": "Page {page}",
"resultClean": "Clean",
"resultPlagiarismFound": "Plagiarism Found",
"resultPending": "Pending",
"resultFailed": "Failed"
},
"DetailPage": {
"id": "ID",
"submissionDetails": "Submission Details",
"sender": "Sender",
"fileName": "File Name",
"fileSize": "File Size",
"submitted": "Submitted",
"payment": "Payment",
"resultTitle": "Result",
"analysisInProgress": "Analysis in progress",
"resultsReadyAfterProcessing": "Results will appear once processing is complete.",
"noResultAvailable": "No result available.",
"plagiarismResult": "Plagiarism Result",
"wordsChecked": "Words Checked",
"wordsMatched": "Words Matched",
"matchedSources": "Matched Sources",
"processedAt": "Processed At",
"certificate": "Certificate",
"noCertificate": "No certificate issued for this check.",
"noCertificateHighSimilarity": "Certificates are not issued for high-similarity results.",
"issued": "Issued",
"expires": "Expires",
"issuer": "Issuer",
"certificateId": "Certificate ID",
"downloadCertificate": "Download Certificate",
"unknownError": "Unknown error",
"words": "words"
}
}