Revived API POST /api/v1/captcha.
Captcha validation has been adjusted.
This commit is contained in:
@@ -62,5 +62,8 @@
|
||||
"Captcha token created successfully": "Captcha token created successfully",
|
||||
"Captcha token updated successfully": "Captcha token updated successfully",
|
||||
"The captcha token has been removed": "The captcha token has been removed",
|
||||
"Failed to generate token.": "Failed to generate token."
|
||||
"Failed to generate token.": "Failed to generate token.",
|
||||
"Captcha not found or verification period has expired. Please try to refresh the captcha.": "Captcha not found or verification period has expired. Please try to refresh the captcha.",
|
||||
"CAPTCHA validation failed. Please try again.": "CAPTCHA validation failed. Please try again.",
|
||||
"You have exceeded the number of attempts. Please refresh the captcha.": "You have exceeded the number of attempts. Please refresh the captcha."
|
||||
}
|
||||
|
@@ -62,5 +62,8 @@
|
||||
"Captcha token created successfully": "Токен капчи успешно создан",
|
||||
"Captcha token updated successfully": "Токен капчи успешно обновлен",
|
||||
"The captcha token has been removed": "Токен капчи был удален",
|
||||
"Failed to generate token.": "Не удалось сгенерировать токен."
|
||||
"Failed to generate token.": "Не удалось сгенерировать токен.",
|
||||
"Captcha not found or verification period has expired. Please try to refresh the captcha.": "Капча не найдена или истёк срок проверки. По пробуйтн обновить капчу.",
|
||||
"CAPTCHA validation failed. Please try again.": "Не удалось пройти проверку CAPTCHA. Пожалуйста, попробуйте еще раз.",
|
||||
"You have exceeded the number of attempts. Please refresh the captcha.": "Вы превысили количество попыток. Обновите каптчу."
|
||||
}
|
||||
|
Reference in New Issue
Block a user