diff --git a/frontend/app/src/config/translationMap.json b/frontend/app/src/config/translationMap.json index 30c8282..c0bb3dd 100644 --- a/frontend/app/src/config/translationMap.json +++ b/frontend/app/src/config/translationMap.json @@ -100,5 +100,20 @@ }, "BETA! Be aware about loosing ALL your data here, as well as unexpected service shutdowns, bugs and other beta's features :)": { "ru" : "БЕТА! Помните, что ВСЕ ваши данные здесь могут быть утеряны, сервер может прилечь на неизвестное количество времени, ну и про баги-фичи тоже не забывайте :)" + }, + "Captcha": { + "ru": "Капча" + }, + "Captcha prompt": { + "ru": "Ввод капчи" + }, + "Please enter captcha!": { + "ru": "Пожалуйста, введите капчу!" + }, + "Fetch captcha": { + "ru": "Загрузить капчу" + }, + "Invalid captcha": { + "ru": "Неверная капча" } } \ No newline at end of file