Merge branch 'main' into NCFRONT-72
This commit is contained in:
@@ -18,8 +18,10 @@
|
||||
"violations-few": "Violations",
|
||||
"violations": "Violations",
|
||||
"check": "Check",
|
||||
"make-check": "Check",
|
||||
"checks": "Checks",
|
||||
"checks-few": "Checks",
|
||||
"document": "Document",
|
||||
"documents": "Documents",
|
||||
"video": "video",
|
||||
"videos": "Videos",
|
||||
@@ -41,6 +43,7 @@
|
||||
"photo-marking": "Photo marking",
|
||||
"video-marking": "Video marking",
|
||||
"audio-marking": "Audio marking",
|
||||
"document-marking": "Document marking",
|
||||
"tokens": "tokens",
|
||||
"current-balance-of-protection": "Current file protection token balance",
|
||||
"rate": "Rate",
|
||||
@@ -83,6 +86,7 @@
|
||||
"save-changes": "Save changes",
|
||||
"video-protection": "Video protection",
|
||||
"audio-protection": "Audio protection",
|
||||
"document-protection": "Document protection",
|
||||
"notifications-and-monitoring": "Notifications and Monitoring",
|
||||
"email-notifications": "Email Notifications",
|
||||
"receive-violation-notifications-on-email": "Receive violation notifications via email",
|
||||
@@ -143,6 +147,7 @@
|
||||
"pixels": "pixels",
|
||||
"error-processing-file": "Error processing file",
|
||||
"error-uploading-file": "Error uploading file",
|
||||
"error-duplicate-file": "This file has already been uploaded to the system",
|
||||
"unknown-validation-error": "Unknown validation error",
|
||||
"unsupported-file-format": "Unsupported file format.",
|
||||
"the-file-is-too-large": "The file is too large",
|
||||
@@ -170,6 +175,7 @@
|
||||
"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",
|
||||
"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",
|
||||
"my-content-description": "Managing protected files and copyright control",
|
||||
"monitoring-copyright-infringements": "Monitoring copyright infringements",
|
||||
"monitoring-copyright-infringements-description": "Monitor and manage copyright infringement of your protected content online",
|
||||
@@ -183,19 +189,45 @@
|
||||
"protected-audio": "Protected audio",
|
||||
"image-protected": "Images Protected",
|
||||
"video-protected": "Videos Protected",
|
||||
"audio-protected": "Audio Protected",
|
||||
"audio-protected": "Audios Protected",
|
||||
"document-protected": "Documents Protected",
|
||||
"image-checked": "Images Checked",
|
||||
"video-checked": "Videos Checked",
|
||||
"audio-checked": "Audio Checked",
|
||||
"audio-checked": "Audios Checked",
|
||||
"document-checked": "Documents Checked",
|
||||
"image-occupy": "Occupied by Images",
|
||||
"video-occupy": "Occupied by Videos",
|
||||
"audio-occupy": "Occupied by Audio",
|
||||
"audio-occupy": "Occupied by Audios",
|
||||
"document-occupy": "Occupied by Documents",
|
||||
"violations-found": "Violations found",
|
||||
"total-violations": "Total violations",
|
||||
"new": "new",
|
||||
"in-progress": "In progress",
|
||||
"it-decided": "It's decided",
|
||||
"API": "API"
|
||||
"API": "API",
|
||||
"NOT_PROTECTED": "Not protected",
|
||||
"PROCESSING": "Processing",
|
||||
"PROTECTED": "Protected",
|
||||
"FAILED": "Failed",
|
||||
"FAILED_SAVE": "Failed save",
|
||||
"view": "View",
|
||||
"are-no-violations": "There are no violations",
|
||||
"error-reading-image": "Error reading image",
|
||||
"error-user-not-have-tokens-for-protect": "User not have tokens for protect",
|
||||
"registration-date": "Registration date",
|
||||
"copied": "Copied",
|
||||
"uploading": "Uploading",
|
||||
"clear-all": "Clear all",
|
||||
"upload-all": "Upload all",
|
||||
"remove": "Remove",
|
||||
"start-upload": "Start upload",
|
||||
"completed": "Completed",
|
||||
"pending": "Pending",
|
||||
"all-content": "All content",
|
||||
"monitoring": "Monitoring",
|
||||
"efficiency": "Efficiency",
|
||||
"convert-to": "Convert to",
|
||||
"do-not-convert": "Do not convert"
|
||||
},
|
||||
"Login-register-form": {
|
||||
"and": "and",
|
||||
@@ -234,8 +266,9 @@
|
||||
"register-error-password-one-letter": "Password must contain at least 1 letter.",
|
||||
"register-error-password-min": "Password must be at least 8 characters long.",
|
||||
"register-error-phone-min": "Please enter a phone number.",
|
||||
"register-error-phone-max": "The phone length must not exceed 14 characters",
|
||||
"register-error-company-name-min": "The company name must contain at least 2 characters.",
|
||||
"register-error-company-name-max": "The company name must exceed 200 characters.",
|
||||
"register-error-company-name-max": "The company name must not exceed 200 characters.",
|
||||
"remember-me": "Remember me",
|
||||
"repeat-password": "Repeat password",
|
||||
"request-ended-with-an-error": "The request ended with an error",
|
||||
@@ -260,12 +293,26 @@
|
||||
"register-error-company-name-not-allowed-symbols": "The company name must not contain symbols.",
|
||||
"password-too-common": "This password is too common, please choose another.",
|
||||
"register-error-email-min": "Email length must be at least 7 characters.",
|
||||
"register-error-phone-not-allowed-symbols": "",
|
||||
"register-error-password-not-allowed-symbols": "Password contains invalid characters.",
|
||||
"register-error-phone-not-allowed-symbols": "Phone contains invalid characters.",
|
||||
"register-error-password-not-allowed-symbols": "Password contains invalid characters. Can be used @.!#$%&'*+/=?^_{|}~-",
|
||||
"confirmation-code": "Confirmation code",
|
||||
"enter-confirmation-code": "Enter the confirmation code sent to your email:",
|
||||
"confirm": "Confirm",
|
||||
"entered-code-is-incorrect": "The code you entered is incorrect.",
|
||||
"resend-code": "Resend code"
|
||||
"resend-code": "Resend code",
|
||||
"personal": "Personal",
|
||||
"unknown-error": "Unknown error",
|
||||
"change-password": "Change Password",
|
||||
"recovery-code": "Recovery code",
|
||||
"referal-code": "Referal code",
|
||||
"email-invalid": "Invalid email address",
|
||||
"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",
|
||||
"inn-invalid": "Invalid INN",
|
||||
"inn-placeholder": "Enter 10 digits",
|
||||
"INN": "INN"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user