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