-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #268 from atls/feat/messages-translation
feat: add error messages
- Loading branch information
Showing
4 changed files
with
20 additions
and
2 deletions.
There are no files selected for viewing
Binary file renamed
BIN
+35.9 MB
...inux-x64-gnu-npm-14.1.0-5a9ae6f5df-10.zip → ...darwin-arm64-npm-14.1.0-6d433a23a7-10.zip
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
[ | ||
{ | ||
"en": "the password has been found in data breaches and must no longer be used", | ||
"en": "password has been found in data breaches and must no longer be used", | ||
"ru": "пароль был найден в слитых базах данных и не может быть использован" | ||
}, | ||
{ | ||
"en": "is not valid", | ||
"ru": "Проверьте введенные данные" | ||
}, | ||
{ | ||
"en": "password length must be at least 8 characters but only got", | ||
"en": "password must be at least 8 characters", | ||
"ru": "длина пароля должна быть минимум 8 символов" | ||
} | ||
] |