add errors handlers and translate

This commit is contained in:
smanylov
2026-02-03 11:44:02 +07:00
parent ab0b68a7b8
commit 8d10aa77c8
5 changed files with 33 additions and 25 deletions
+3 -1
View File
@@ -275,6 +275,8 @@
"confirmation-code": "Confirmation code",
"enter-confirmation-code": "Enter the confirmation code",
"personal": "Personal",
"unknown-error": "Unknown error"
"unknown-error": "Unknown error",
"change-password": "Change Password",
"recovery-code": "Recovery code"
}
}
+3 -1
View File
@@ -275,6 +275,8 @@
"confirmation-code": "Код подтверждения",
"enter-confirmation-code": "Введите код подтверждения",
"personal": "Личный",
"unknown-error": "Неизвестная ошибка"
"unknown-error": "Неизвестная ошибка",
"change-password": "Изменить пароль",
"recovery-code": "Код восстановления"
}
}