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": "Registrovat se",
|
||||
"noAccount": "Nemáte účet?",
|
||||
"hasAccount": "Máte účet?",
|
||||
"logout": "Odhlásit se"
|
||||
"logout": "Odhlásit se",
|
||||
"password": "Heslo",
|
||||
"confirmPassword": "Potvrdit heslo",
|
||||
"showPassword": "Zobrazit",
|
||||
"hidePassword": "Skryt",
|
||||
"forgotPassword": "Zapomenuté heslo?",
|
||||
"passwordMinLength": "Heslo musí mít alespoň 6 znaků",
|
||||
"passwordMismatch": "Hesla se neshodují",
|
||||
"strength": {
|
||||
"weak": "Slabé",
|
||||
"fair": "Ucházející",
|
||||
"good": "Dobré",
|
||||
"strong": "Silné",
|
||||
"excellent": "Výborné"
|
||||
}
|
||||
},
|
||||
"tasks": {
|
||||
"title": "Úkoly",
|
||||
|
||||
Reference in New Issue
Block a user