add privacy page

This commit is contained in:
smanylov
2025-12-12 11:43:28 +07:00
parent b5b66695df
commit 140fa78062
7 changed files with 314 additions and 4 deletions
+3 -1
View File
@@ -40,6 +40,7 @@
"out-of": "out of"
},
"Login-register-form": {
"and": "and",
"already-have-an-account": "Already have an account",
"company": "Company",
"company-placeholder": "Your company",
@@ -66,6 +67,7 @@
"password-placeholder": "Minimum 8 characters",
"phone": "Phone",
"protecting-watermark": "Protecting content with hidden watermarks",
"privacy-policy": "privacy policy",
"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.",
@@ -79,6 +81,6 @@
"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"
"terms-of-use": "terms of use"
}
}
+3 -1
View File
@@ -40,6 +40,7 @@
"out-of": "из"
},
"Login-register-form": {
"and": "и",
"already-have-an-account": "Уже есть аккаунт",
"company": "Компания",
"company-placeholder": "ООО «Ваша компания»",
@@ -66,6 +67,7 @@
"password-placeholder": "Минимум 8 символов",
"phone": "Телефон",
"protecting-watermark": "Защита контента скрытыми водяными знаками",
"privacy-policy": "политикой конфиденциальности",
"register": "Зарегистрироваться",
"register-error-agree": "Пожалуйста, ознакомьтесь с условиями использования и политикой конфиденциальности.",
"register-error-name": "Имя должно содержать не менее 3 символов.",
@@ -79,6 +81,6 @@
"request-ended-with-an-error": "Запрос завершился с ошибкой",
"safe-storage": "Надежное хранение и безопасность данных",
"sign-in": "Войти в систему",
"terms-of-use": "условиями использования и политикой конфиденциальности"
"terms-of-use": "условиями использования"
}
}