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

103 lines
3.7 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",
2025-12-11 18:28:35 +07:00
"content-type": "Content type",
"quantity": "Quantity",
"size": "Size",
"violations": "Violations",
"checks": "Checks",
2025-12-12 11:00:23 +07:00
"check": "Checks",
2025-12-11 18:28:35 +07:00
"videos": "Videos",
"audios": "Audio",
2025-12-12 11:00:23 +07:00
"images": "Images",
"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",
"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",
"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",
"older-than-a-month": "Older than a month",
"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",
"image-protection": "Защита изображений"
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.",
"register-error-name": "Name must be at least 3 characters long.",
"register-error-password-one-digit": "Password must contain at least 1 digit.",
"register-error-password-one-letter": "Password must contain at least 1 letter.",
"register-error-password-symbols": "Password must be at least 8 characters long.",
"register-error-phone": "Please enter a phone number.",
"register-error-valid-email": "Please enter a valid email address.",
"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-12 11:43:28 +07:00
"terms-of-use": "terms of use"
2025-12-10 16:39:13 +07:00
}
}