E2E tests: 15/15 passed, Playwright config, .gitignore
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -17,7 +17,21 @@
|
||||
"registerBtn": "Зарегистрироваться",
|
||||
"noAccount": "Нет аккаунта?",
|
||||
"hasAccount": "Есть аккаунт?",
|
||||
"logout": "Выйти"
|
||||
"logout": "Выйти",
|
||||
"password": "Пароль",
|
||||
"confirmPassword": "Подтвердить пароль",
|
||||
"showPassword": "Показать",
|
||||
"hidePassword": "Скрыть",
|
||||
"forgotPassword": "Забыли пароль?",
|
||||
"passwordMinLength": "Пароль должен содержать не менее 6 символов",
|
||||
"passwordMismatch": "Пароли не совпадают",
|
||||
"strength": {
|
||||
"weak": "Слабый",
|
||||
"fair": "Сносный",
|
||||
"good": "Хороший",
|
||||
"strong": "Сильный",
|
||||
"excellent": "Отличный"
|
||||
}
|
||||
},
|
||||
"tasks": {
|
||||
"title": "Задачи",
|
||||
|
||||
Reference in New Issue
Block a user