Files
no-copy-frontend/src/i18n/messages/en.json
T

582 lines
25 KiB
JSON
Raw Normal View History

2025-12-10 16:39:13 +07:00
{
"HomePage": {
"title": "Welcome to our application",
"description": "This is a demo application with i18n support"
},
"Global": {
2025-12-12 20:28:59 +07:00
"actions": "Actions",
"all-types": "All types",
2025-12-11 18:28:35 +07:00
"statistics": "Statistics",
"your-content": "Your content",
2025-12-12 20:28:59 +07:00
"file": "File",
"files": "Files",
2026-01-08 17:21:09 +07:00
"files-few": "files",
2025-12-11 18:28:35 +07:00
"content-type": "Content type",
"quantity": "Quantity",
"size": "Size",
2026-01-08 17:21:09 +07:00
"violation": "Violation",
"violations-few": "Violations",
2025-12-11 18:28:35 +07:00
"violations": "Violations",
2026-01-08 17:21:09 +07:00
"check": "Check",
2026-01-28 18:53:08 +07:00
"make-check": "Check",
2025-12-11 18:28:35 +07:00
"checks": "Checks",
2026-01-08 17:21:09 +07:00
"checks-few": "Checks",
2026-02-07 12:28:07 +07:00
"document": "Document",
2026-01-04 17:08:28 +07:00
"documents": "Documents",
2026-01-07 14:44:31 +07:00
"video": "video",
2026-01-08 17:21:09 +07:00
"videos": "Videos",
"videos-few": "video",
2025-12-24 15:41:06 +07:00
"audio": "audio",
2026-01-08 17:21:09 +07:00
"audios": "Audios",
"audios-few": "Audios",
"image": "image",
2025-12-12 11:00:23 +07:00
"images": "Images",
2026-01-08 17:21:09 +07:00
"images-few": "Images",
2025-12-12 11:00:23 +07:00
"main": "Main",
"marking": "Marking",
"reports": "Reports",
"settings": "Settings",
"my-content": "My content",
"referral-program": "Referral program",
"search": "Search",
"exit": "Exit",
"photo-marking": "Photo marking",
"video-marking": "Video marking",
"audio-marking": "Audio marking",
2026-02-07 12:28:07 +07:00
"document-marking": "Document marking",
2025-12-12 11:00:23 +07:00
"tokens": "tokens",
"current-balance-of-protection": "Current file protection token balance",
"rate": "Rate",
"expires": "Expires",
"help": "Help",
"home": "Home",
"protecting-your-content": "Protecting your content",
"current-status-of": "Current status of security and activity of the monitoring system",
"total-files": "Total files",
2026-02-26 13:29:50 +07:00
"total-searhes": "Total searches",
2025-12-12 11:00:23 +07:00
"disk-space-used": "Disk space used",
2025-12-12 20:28:59 +07:00
"out-of": "out of",
"last-check": "Last check",
"all-dates": "All dates",
"today": "Today",
"for-a-week": "For a week",
"for-a-month": "For a month",
2025-12-18 13:36:56 +07:00
"older-than-a-month": "Over a month old",
2025-12-12 20:28:59 +07:00
"show": "Show",
"no-data-for-selected-filters": "No data for selected filters",
"page": "Page",
"shown": "Shown",
"date-filter": "Date filter",
"type-filter": "Type filter",
2025-12-16 15:03:32 +07:00
"items-per-page": "Items per page",
2025-12-16 20:26:17 +07:00
"email": "Email",
2025-12-17 16:41:07 +07:00
"image-protection": "Image protection",
2025-12-16 20:26:17 +07:00
"account-settings": "Account settings",
"personal-data": "Personal data",
"full-name": "Full name",
"company": "Company",
"email-cant-change": "Email address cannot be changed. Please contact support.",
"phone": "Phone",
"gender": "Gender",
"birthday": "Birthday",
"age": "Age",
"male": "Male",
"female": "Female",
"used-to-send-congratulations": "Used to send congratulations",
"automatically-filled-in-based-on-date-of-birth": "Automatically filled in based on date of birth",
2025-12-17 16:41:07 +07:00
"save-changes": "Save changes",
"video-protection": "Video protection",
"audio-protection": "Audio protection",
"document-protection": "Document protection",
2025-12-17 16:41:07 +07:00
"notifications-and-monitoring": "Notifications and Monitoring",
"email-notifications": "Email Notifications",
"receive-violation-notifications-on-email": "Receive violation notifications via email",
"automatic-monitoring": "Automatic Monitoring",
"automatic-content-check-on-internet": "Automatic content check on the internet",
"monitoring-frequency": "Monitoring Frequency",
"daily": "Daily",
"weekly": "Weekly",
"monthly": "Monthly",
"watermark-intensity": "Watermark Intensity",
"low": "Low",
"medium": "Medium",
"high": "High",
"security": "Security",
"current-password": "Current Password",
"new-password": "New Password",
"minimum-8-characters": "Minimum 8 characters",
"confirm-password": "Confirm Password",
"change-password": "Change Password",
"subscription": "Subscription",
"api-settings": "API Settings",
"your-api-key": "Your API Key",
"copy": "Copy",
"update-key": "Update Key",
"api-documentation": "API Documentation",
"full-api-documentation-available-at-link": "Full API documentation available at the link",
"last-activity": "Last Activity",
"no-activity-records-yet": "No activity records yet",
"use-this-key-for-api-access": "Use this key for API access. Do not share it with third parties.",
"danger-zone": "Danger Zone",
"account-deletion": "Account Deletion",
"account-deletion-warning": "Account deletion will lead to irreversible loss of all data, including uploaded content, reports and settings. This action cannot be undone.",
"delete-account": "Delete Account",
"reset-all-settings": "Reset All Settings",
"reset-settings-description": "Restore all account settings to default values.",
"reset-settings": "Reset Settings",
"notifications": "Notifications",
"no-new": "No new",
"tokens-added": "Tokens added",
"added": "Added",
"no-data": "No data",
"view-all": "View all",
2025-12-18 17:21:18 +07:00
"days-ago": "days ago",
"there-are-no-files-yet": "There are no files yet",
2025-12-24 15:41:06 +07:00
"add": "Add",
"file-successfully-uploaded": "File has been successfully uploaded",
"cancel": "Cancel",
"close": "Close",
"upload-file": "Upload file",
"or": "or",
"drag-the-file-here": "Drag the file here",
"select-files-to-protect": "Select files to protect",
2025-12-24 21:36:59 +07:00
"upload-for-protection": "Upload {fileType} for protection",
2025-12-25 13:19:32 +07:00
"file-has-no-extension": "File has no extension",
2025-12-25 17:24:59 +07:00
"have-unsaved-changes": "You have unsaved changes. Are you sure you want to delete this page?",
"image-size": "Image size",
"acceptable-range": "Acceptable range",
"pixels": "pixels",
"error-processing-file": "Error processing file",
"error-uploading-file": "Error uploading file",
2026-02-04 15:18:38 +07:00
"error-duplicate-file": "This file has already been uploaded to the system",
2025-12-25 17:24:59 +07:00
"unknown-validation-error": "Unknown validation error",
"unsupported-file-format": "Unsupported file format.",
"the-file-is-too-large": "The file is too large",
"cost-of-protection": "Cost of protection",
"current-balance": "Current balance",
"image-resolution": "Image resolution",
"file-size": "File size",
"file-format": "File format",
"mb": "MB",
2025-12-26 16:10:42 +07:00
"to": "to",
"yes": "yes",
"no": "no",
2025-12-27 13:47:51 +07:00
"you-sure-you-want-to-delete": "Are you sure you want to delete?",
2025-12-29 14:00:02 +07:00
"reports-and-analytics": "Reports and analytics",
"file-has-been-deleted": "The file has been deleted",
2026-01-02 13:00:37 +07:00
"error": "Error",
"failed-to-download-file": "Failed to download file",
2026-01-08 11:16:59 +07:00
"file-is-downloading": "The file is downloading",
2026-01-12 13:53:12 +07:00
"status": "status",
2026-02-20 14:55:23 +07:00
"monitoring-status": "Monitoring status",
2026-01-14 12:23:07 +07:00
"refferal-program": "Referral program",
"your-image": "Your images",
"your-videos": "Your videos",
"your-audios": "Your audios",
2026-01-14 15:01:30 +07:00
"your-documents": "Your documents",
"multi-layered-protection-for-your-images": "Multi-layered image content protection with invisible watermarks",
"multi-layered-protection-for-your-audios": "Multi-layered audio content protection with invisible watermarks",
2026-01-15 12:27:39 +07:00
"multi-layered-protection-for-your-videos": "Multi-layered video content protection with invisible watermarks",
"multi-layered-protection-for-your-document": "Multi-layered PDF document content protection with invisible watermarks",
2026-01-15 14:18:08 +07:00
"my-content-description": "Managing protected files and copyright control",
"monitoring-copyright-infringements": "Monitoring copyright infringements",
2026-01-18 16:27:09 +07:00
"monitoring-copyright-infringements-description": "Monitor and manage copyright infringement of your protected content online",
2026-01-20 20:09:46 +07:00
"referral-program-description": "Invite your friends and earn up to 25% commission on every purchase! Share the link and get rewarded.",
2026-01-21 15:05:02 +07:00
"upload-date": "Upload date",
"download": "Download",
"delete": "Delete",
"table-description": "Table of all files",
"protected-image": "Protected images",
"protected-video": "Protected videos",
2026-01-22 11:31:39 +07:00
"protected-audio": "Protected audio",
"image-protected": "Images Protected",
"video-protected": "Videos Protected",
2026-02-07 12:28:07 +07:00
"audio-protected": "Audios Protected",
"document-protected": "Documents Protected",
2026-01-22 11:31:39 +07:00
"image-checked": "Images Checked",
"video-checked": "Videos Checked",
2026-02-07 12:28:07 +07:00
"audio-checked": "Audios Checked",
"document-checked": "Documents Checked",
2026-01-22 11:31:39 +07:00
"image-occupy": "Occupied by Images",
"video-occupy": "Occupied by Videos",
2026-02-07 12:28:07 +07:00
"audio-occupy": "Occupied by Audios",
"document-occupy": "Occupied by Documents",
2026-01-23 12:19:37 +07:00
"violations-found": "Violations found",
"total-violations": "Total violations",
2026-03-18 15:21:49 +07:00
"violations-registered": "Violations registered",
2026-01-23 12:19:37 +07:00
"new": "new",
"in-progress": "In progress",
2026-01-23 15:43:05 +07:00
"it-decided": "It's decided",
2026-01-26 16:09:39 +07:00
"API": "API",
"NOT_PROTECTED": "Not protected",
"PROCESSING": "Processing",
"PROTECTED": "Protected",
"FAILED": "Failed",
2026-01-28 18:53:08 +07:00
"FAILED_SAVE": "Failed save",
2026-01-29 16:40:38 +07:00
"view": "View",
2026-01-30 13:59:10 +07:00
"are-no-violations": "There are no violations",
2026-02-04 16:10:16 +07:00
"error-reading-image": "Error reading image",
2026-02-06 12:37:22 +07:00
"error-user-not-have-tokens-for-protect": "User not have tokens for protect",
"registration-date": "Registration date",
2026-02-11 20:11:39 +07:00
"copied": "Copied",
2026-02-12 12:38:44 +07:00
"uploading": "Uploading",
"clear-all": "Clear all",
"upload-all": "Upload all",
"remove": "Remove",
2026-02-11 20:11:39 +07:00
"start-upload": "Start upload",
2026-02-12 12:38:44 +07:00
"completed": "Completed",
2026-02-12 13:11:14 +07:00
"pending": "Pending",
2026-03-12 13:06:03 +07:00
"canceled": "Canceled",
2026-03-27 21:17:19 +07:00
"cancelled": "Cancelled",
2026-02-12 13:11:14 +07:00
"all-content": "All content",
"monitoring": "Monitoring",
2026-02-17 14:43:26 +07:00
"efficiency": "Efficiency",
2026-02-17 17:58:32 +07:00
"convert-to": "Convert to",
2026-02-19 17:23:52 +07:00
"do-not-convert": "Do not convert",
"payment-error": "Payment error",
2026-02-20 14:55:23 +07:00
"buy": "Buy",
2026-02-21 15:07:37 +07:00
"amount": "Amount",
"date": "Date",
"operation-type": "Operation type",
2026-02-21 15:13:26 +07:00
"succeeded": "Succeeded",
"operation-history": "Operation history",
"tariff-plans": "Tariff plans",
2026-02-21 22:11:43 +07:00
"add-tokens": "Add tokens",
2026-02-23 13:41:07 +07:00
"error-upload-chunk-wav-file-not-have-riff": "Failed to upload file: .wav not have RIFF header.",
"search-again": "Search again",
"start-search": "Start search",
"search-error": "Search error",
"search-results-title": "Search results",
"files-found": "Files found: {count}",
"no-similar-files-title": "No similar files found",
"no-similar-files-description": "Your library has no files similar to the uploaded one",
"hint-title": "Tip:",
"hint-text": "Make sure you have previously uploaded this file through the \"Marking\" page",
"global-search-title": "Global image search",
"global-search-description": "Find where else your image is used on the internet",
"global-search-badge": "Internet search",
"global-search-info-title": "Search across the entire internet",
"global-search-info-text": "We use advanced reverse image search technologies to find copies of your content on websites, social networks, and other sources. Helps detect unauthorized use.",
"global-searches-today": "Global searches today",
"searching-internet": "Searching for images on the internet...",
"found-on-internet": "Found on the internet",
"no-similar-global-title": "No similar images found on the internet",
"no-similar-global-description": "This may mean your image is unique and not used on other websites.",
2026-02-24 17:22:01 +07:00
"global-error-title": "Global search error:",
"on-account-balance": "On the account balance",
"bank-card": "Bank card",
2026-03-14 10:49:07 +07:00
"bank-card-not-valid": "The bank card is not valid",
2026-02-24 17:22:01 +07:00
"bank-transfer": "Bank transfer",
"preferred-payment-method": "Preferred payment method",
"referral-program-settings": "Referral program settings",
"payout-settings": "Payout settings",
"email-notifications-about-new-referrals": "Email notifications about new referrals",
"bank-card-number": "Bank card number",
"error-bank-card": "Enter your bank card number",
"error-save": "Error saving",
"method": "Method",
"processed": "Processed",
"request-date": "Request date",
"user-not-have-tokens-for-protect": "The user does not have any tokens for protection.",
"active": "Active",
2026-02-27 12:03:46 +07:00
"not-active": "Not active",
"loaded": "Loaded",
"DUPLICATE": "DUPLICATE",
"SIMILARITY": "SIMILARITY",
"DIFFERENT": "DIFFERENT",
"file-information": "File information",
"id-in-the-system": "ID in the system",
2026-03-03 13:25:26 +07:00
"protection-status": "Protection status",
2026-03-04 16:15:21 +07:00
"file-for-search-unsupported": "File for search unsupported",
"name": "Name",
"owner-information": "Owner information",
"security-details": "Security details",
"number-of-checks": "Number of checks",
"format": "Format",
2026-03-04 19:21:44 +07:00
"file-name": "File name",
"there-are-not-enough-funds-to-protect-files": "There are not enough funds to protect files. {count} tokens required",
"there-are-not-enough-funds-to-protect-file": "There are not enough funds to protect file. {count} tokens required",
"duplicate-files": "Duplicate files",
2026-03-09 15:05:38 +07:00
"monitoring-is-not-supported": "Monitoring is not supported",
2026-03-14 11:52:13 +07:00
"for-this-file-type": "for this file type",
2026-03-11 12:21:56 +07:00
"frequently-asked-questions": "Frequently Asked Questions",
"select-a-token-package": "Select a token package",
2026-03-11 18:27:38 +07:00
"package-selected-tokens-price": "Package selected: {tokens} tokens for {price}₽",
"purchasing-tokens": "Purchasing tokens",
2026-03-13 13:42:07 +07:00
"payment-of-the-tariff": "Payment of the tariff",
"file-verification-started-successfully": "File verification started successfully.",
2026-03-13 17:29:52 +07:00
"an-error-occurred-while-starting-file-verification": "An error occurred while starting file verification.",
"file-file-name-already-exists": "The file {fileName} already exists on the account.",
2026-03-16 17:12:52 +07:00
"file-file-name-does-not-exist": "The file {fileName} does not exist on the account.",
"violations-detected": "Violations detected",
"content-verification-status": "Content verification status",
"violation-data-updated": "Violation data updated",
2026-03-17 18:41:02 +07:00
"open": "Open",
"file-type": "File type",
"file-not-found": "File not found",
2026-03-18 15:21:49 +07:00
"all-file-violations": "All file violations",
"previous": "Previous",
2026-03-17 18:41:02 +07:00
"next": "Next",
2026-03-18 15:21:49 +07:00
"source": "Source",
2026-04-01 12:25:01 +07:00
"search-activity-by-content-type": "Search activity by content type",
2026-03-18 15:21:49 +07:00
"summary-statistics": "Summary statistics",
"general-indicators-of-the-protection-system": "General indicators of the protection system",
"total-number-of-checks": "Total number of checks",
"protected-content": "Protected content",
"geography-of-violations": "Geography of violations",
"activity-by-month": "Activity by month",
"january": "January",
"february": "February",
"march": "March",
"april": "April",
"may": "May",
"june": "June",
"july": "July",
"august": "August",
"september": "September",
"october": "October",
"november": "November",
"december": "December",
"russia": "Russia",
"usa": "USA",
"germany": "Germany",
"france": "France",
"uk": "United Kingdom",
2026-03-19 12:49:46 +07:00
"china": "China",
2026-03-19 16:15:18 +07:00
"distribution-analytics": "Distribution analytics",
"annual": "Annual",
"per-month": "Per month",
2026-03-25 16:41:32 +07:00
"per-year": "Per year",
2026-03-19 16:15:18 +07:00
"violation-count": "Violation count",
"your-files": "Your files",
"files-under-protection": "Files under protection",
"matches-found": "Matches found",
2026-03-20 12:24:01 +07:00
"violations-in-progress": "Violations in progress",
"sum-of-pay-is-required": "Sum of payout is required",
"min-sum-for-payout-1000": "Min sum for payout 1000",
"request-payment": "Request payment",
"amount-to-be-withdrawn": "Amount to be withdrawn",
"payment-method": "Payment method",
2026-03-23 14:07:44 +07:00
"payment-history": "Payment history",
"file-verification": "File verification",
"file-is-protected": "The file is protected.",
2026-03-24 18:14:08 +07:00
"read-more": "Read more",
"proxy-enabled": "Proxy enabled",
"supported-formats": "Supported formats",
"search-stats": "Search stats",
"search-protected-content": "Search for protected content",
"search-title-description": "Upload a file to search for similar protected content in your library and on the web",
"how-does-search-work": "How does search work?",
2026-03-24 18:27:16 +07:00
"search-info-description-text": "Our system analyzes the uploaded file and compares it with your protected files, using computer vision and digital fingerprinting algorithms.",
2026-03-24 21:55:43 +07:00
"documents-few": "Documents",
2026-03-27 13:50:41 +07:00
"change": "Change",
2026-04-15 13:30:19 +07:00
"allow-use": "Allow use",
2026-03-27 15:10:06 +07:00
"loading": "Loading",
"filing-complaint": "Filing a complaint",
"submit-violation": "Submit a violation",
"complaint-Information": "Complaint Information",
"date-of-creation": "Date of creation",
"date-of-update": "Date of update",
"text-of-the-complaint": "Text of the complaint",
"violation-id": "Violation ID",
"no-information-about-the-complaint": "No information about the complaint",
"the-complaint-has-not-been-registered": "The complaint has not been registered",
2026-03-27 17:22:09 +07:00
"the-complaint-has-been-registered": "The complaint has been registered",
"all-statuses": "All statuses",
"all": "All",
"mark-all-as-read": "Mark all as read",
2026-04-04 16:14:56 +07:00
"mark-as-read": "Mark as read",
"all-notifications": "All notifications",
2026-03-31 13:47:27 +07:00
"deselect": "Deselect",
2026-03-31 14:47:39 +07:00
"select-all": "Select all",
"text-area-error-fill-complaint-text": "Fill out the complaint text",
2026-04-02 11:29:15 +07:00
"to-view-a-file-match-click-on-the-card-from-the-list": "To view a file match, click on the card from the list",
2026-04-03 14:52:31 +07:00
"insufficient-funds-to-receive-payment": "Insufficient funds to receive payment",
2026-04-09 14:45:20 +07:00
"not-found-payout-method": "Not found payout method",
2026-04-03 14:52:31 +07:00
"failed-to-delete-bank-card": "Failed to delete bank card",
"bank-card-has-been-successfully-deleted": "The bank card has been successfully deleted",
"linked-bank-cards": "Linked bank cards",
"the-card-is-not-linked": "The card is not linked",
"the-card-is-linked-automatically-the-next-time-you-pay-for-a-subscription": "The card is linked automatically the next time you pay for a subscription.",
"after-this-the-subscription-will-renew-automatically": "After this, the subscription will renew automatically.",
"when-you-pay-for-a-subscription-your-card-is-saved-for-automatic-renewal": "When you pay for a subscription, your card is saved for automatic renewal.",
"the-debit-occurs-1-day-before-the-end-of-the-subscription": "The debit occurs 1 day before the end of the subscription.",
"you-can-unlink-your-card-and-cancel-auto-renewal-at-any-time": "You can unlink your card and cancel auto-renewal at any time.",
2026-04-04 16:14:56 +07:00
"delete-a-bank-card": "Delete a bank card",
2026-04-07 19:05:44 +07:00
"no-new-notifications": "There are no new notifications",
"description": "Description",
"priority": "Priority",
"type": "Type",
"lawyer": "Lawyer",
"not-assigned": "Not assigned",
"case": "Case",
"create-case": "Create case",
"case-name": "Case name",
"amount-of-damage": "Amount of damage",
"text-of-the-case": "Text of the case",
"fill-text-of-the-case": "Fill the case text",
"fill-title-of-the-case": "Fill the case title",
"enter-the-amount-of-damage": "Enter the amount of damage",
"download-all": "Download all",
2026-04-09 16:11:57 +07:00
"selected-files": "Selected files",
"protected-files": "Protected files",
2026-04-14 09:15:05 +07:00
"storage": "Storage",
"Status": "Status",
"full-link": "Full link",
"follow-the-link": "Follow the link",
"date-of-discovery": "Date of discovery",
"file-a-claim": "File a claim",
"file-a-complaint": "File a complaint",
"you-can": "You can",
2026-04-20 16:08:10 +07:00
"complaint": "Complaint",
"recent-complaints": "Recent complaints",
"recent-claims": "Recent claims",
"no-complaints": "No complaints",
2026-04-20 16:48:15 +07:00
"no-claims": "No claims",
"in": "in",
2026-04-20 17:36:33 +07:00
"last-content-check": "Last content check",
"day": "day",
"week": "week",
"month": "month",
"every": "every"
2025-12-10 16:39:13 +07:00
},
"Login-register-form": {
2025-12-12 11:43:28 +07:00
"and": "and",
2025-12-10 16:39:13 +07:00
"already-have-an-account": "Already have an account",
"company": "Company",
"company-placeholder": "Your company",
"confirm-password": "Confirm password",
"copyright-protection": "Copyright protection",
"create-an-account": "Create an account",
"email-adress": "Email adress",
"enter-email": "Enter your email",
"enter-password": "Enter your password",
"forgot-password": "Forgot your password",
"free-start": "Free start",
"free-start-description": "Upon registration, you receive a \"DEMO\" subscription with the ability to tag up to 3 files per month and 10 MB of storage.",
"full-name": "Full name",
"i-agree-to": "I agree to the",
"login": "Login",
"login-error-email": "Email address must not be empty.",
"login-error-password": "The password must not be empty.",
"monitoring-violations": "Real-time monitoring of violations",
"name-placeholder": "Ivanov Ivan Ivanovich",
"no-account": "No account",
"or-log-in-via": "or log in via",
"or-register-via": "or register via",
"password": "Password",
"password-placeholder": "Minimum 8 characters",
"phone": "Phone",
"protecting-watermark": "Protecting content with hidden watermarks",
2025-12-12 11:43:28 +07:00
"privacy-policy": "privacy policy",
2025-12-10 16:39:13 +07:00
"register": "Register",
"register-error-agree": "Please review the terms of use and privacy policy.",
2026-01-10 15:12:51 +07:00
"register-error-name-min": "Name must be at least 2 characters long.",
"register-error-name-max": "The name length must not exceed 100 characters.",
2025-12-10 16:39:13 +07:00
"register-error-password-one-digit": "Password must contain at least 1 digit.",
"register-error-password-one-letter": "Password must contain at least 1 letter.",
2026-01-10 15:12:51 +07:00
"register-error-password-min": "Password must be at least 8 characters long.",
2026-01-10 13:53:59 +07:00
"register-error-phone-min": "Please enter a phone number.",
2026-02-13 19:17:10 +07:00
"register-error-phone-max": "The phone length must not exceed 14 characters",
2026-01-10 13:53:59 +07:00
"register-error-company-name-min": "The company name must contain at least 2 characters.",
2026-02-09 11:33:16 +07:00
"register-error-company-name-max": "The company name must not exceed 200 characters.",
2025-12-10 16:39:13 +07:00
"remember-me": "Remember me",
"repeat-password": "Repeat password",
"request-ended-with-an-error": "The request ended with an error",
"safe-storage": "Reliable storage and data security",
"sign-in": "Sign in",
2025-12-17 14:30:54 +07:00
"terms-of-use": "terms of use",
2025-12-18 13:36:56 +07:00
"email-or-already-registered": "Email or phone already registered",
2025-12-17 16:41:07 +07:00
"password-does-not-match": "Password does not match",
2025-12-17 15:43:13 +07:00
"email-not-found": "Email not found",
2026-01-10 13:53:59 +07:00
"register-error-name-not-allowed-symbols": "The name should not contain a number or symbols.",
2025-12-19 16:11:58 +07:00
"recover-password": "Recover password",
"fullName-too-long": "Full name must be less than 100 characters.",
"fullName-invalid-chars": "Name can only contain letters, spaces, hyphens and apostrophes.",
2026-01-10 13:53:59 +07:00
"register-error-email-invalid": "Invalid email address",
2025-12-19 16:11:58 +07:00
"email-too-long": "Email is too long",
"password-too-long": "Password must be less than 50 characters",
2026-01-10 13:53:59 +07:00
"register-error-email-no-uppercase": "Email must not contain capital letters.",
2026-01-09 19:46:59 +07:00
"no-emoji-allowed": "The use of emoji is prohibited.",
2026-01-10 15:12:51 +07:00
"register-error-password-max": "The password length must not exceed 124 characters.",
"register-error-email-max": "Email length must not exceed 254 characters.",
2026-01-09 19:46:59 +07:00
"companyName-invalid-chars": "The company name must not contain symbols.",
2026-01-10 13:53:59 +07:00
"register-error-company-name-not-allowed-symbols": "The company name must not contain symbols.",
2026-01-10 15:12:51 +07:00
"password-too-common": "This password is too common, please choose another.",
"register-error-email-min": "Email length must be at least 7 characters.",
2026-02-09 13:33:42 +07:00
"register-error-phone-not-allowed-symbols": "Phone contains invalid characters.",
"register-error-password-not-allowed-symbols": "Password contains invalid characters. Can be used @.!#$%&'*+/=?^_{|}~-",
2026-01-14 18:15:52 +07:00
"confirmation-code": "Confirmation code",
2026-01-26 13:04:13 +07:00
"enter-confirmation-code": "Enter the confirmation code sent to your email:",
"confirm": "Confirm",
2026-02-28 11:00:21 +07:00
"entered-code-is-incorrect": "Incorrect code entered.",
2026-02-17 18:20:50 +07:00
"resend-code": "Resend code",
2026-01-30 23:02:18 +07:00
"personal": "Personal",
2026-02-03 11:44:02 +07:00
"unknown-error": "Unknown error",
"change-password": "Change Password",
2026-02-06 13:13:29 +07:00
"recovery-code": "Recovery code",
2026-02-06 14:37:49 +07:00
"referal-code": "Referal code",
"email-invalid": "Invalid email address",
2026-02-13 19:17:10 +07:00
"referral-link-is-not-exist": "This referral link does not exist.",
"register-error-inn-max": "INN must not exceed 10 characters.",
"register-error-inn-min": "INN must contain at least 10 characters.",
"register-error-inn-not-allowed-symbols": "INN contains invalid characters.",
"field-filled-automatically": "The field is filled in automatically",
2026-02-17 11:27:57 +07:00
"inn-invalid": "Invalid INN",
"inn-placeholder": "Enter 10 digits",
2026-02-23 12:07:42 +07:00
"INN": "INN",
"fullName-required": "Please fill in the field correctly.",
"fullName-too-short": "Name must be at least 2 characters long.",
2026-02-27 14:18:14 +07:00
"company-already-registered": "The company is already registered.",
2026-03-06 14:53:51 +07:00
"confirming": "Confirming",
2026-02-27 14:18:14 +07:00
"server-error": "Server error",
"network-error": "Network error",
"token-not-found-or-time-expired": "Token not found or time expired"
2026-03-06 14:53:51 +07:00
},
"Monitoring-status": {
"MONITORING_DAILY": "Every day",
"MONITORING_WEEKLY": "Every week",
"MONITORING_MONTHLY": "Every day",
"NONE": "Without monitoring",
"the-file-is monitored": "Monitoring is set for the \"{fileName}\" file",
"failed-to-establish-monitoring": "Failed to establish monitoring"
2026-03-27 12:53:52 +07:00
},
"Match-status": {
"NEW": "New",
"SHOWED": "Viewed",
"LEGAL_IN_WORK": "Legal in work",
"COMPLAINT_IN_WORK": "Complaint in work",
"COMPLAINT_AND_LEGAL_IN_WORK": "Complaint and legal in work",
"AUTHORIZED_USE": "Authorized use",
"CREATED": "New"
},
"Notifications": {
"notification-search-result": "Search result",
"notification-monitoring-result": "Monitoring result",
"notification-operation-impossible": "Operation impossible",
"notification-start-failed-now": "Failed to start now",
"notification-start-failed-next": "Failed to start later",
"notification-payout-result": "Payout result",
"notification-payment-result": "Payment result",
"notification-referral-deposit": "Referral deposit",
"notification-referral-registered": "Referral registered",
"notification-referral-activated": "Referral activated",
"notification-complaint-status": "Complaint status changed",
"notification-case-status": "Case status changed",
"notification-incoming-message": "Incoming message",
"notification-tariff-expiring": "Tariff expiring",
"notification-token-not-found": "Token not found",
"notification-file-moderation": "File moderation event",
"notification-file-added": "File added to system",
"notification-search-operation-filed": "Search operation failed"
},
"User-status": {
"under-moderation": "Under moderation",
"NOT_VERIFIED": "Not verified",
"VERIFIED": "Verified",
"VERIFICATION_FAILED": "Verification failed",
"unknow": "Unknown",
"user-verification": "User verification",
"Status": "Status"
2025-12-10 16:39:13 +07:00
}
}