make translate for login, register pages

This commit is contained in:
smanylov
2025-12-10 16:39:13 +07:00
parent d9c26b079d
commit f281c13f87
31 changed files with 830 additions and 103 deletions
+51
View File
@@ -0,0 +1,51 @@
{
"HomePage": {
"title": "Welcome to our application",
"description": "This is a demo application with i18n support"
},
"Global": {
"statistics": "Statistik"
},
"Login-register-form": {
"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",
"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",
"terms-of-use": "terms of use and privacy policy"
}
}