Commit c35caba8f59c43cffe05b5b75d13cf7171cbddef
1 parent
4d609979
Exists in
master
and in
5 other branches
Frontend translation
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
js/main.js
... | ... | @@ -1645,6 +1645,7 @@ define(['jquery', 'handlebars', 'fastclick', 'proposal_app', 'handlebars_helpers |
1645 | 1645 | ptBR['(Invalid request) login can\'t be saved'] = 'Nome de usuário inválido.'; |
1646 | 1646 | ptBR['Please solve the test in order to register.'] = 'Por favor, digite os caracteres da imagem na caixa abaixo dela.'; |
1647 | 1647 | ptBR['Wrong captcha text, please try again'] = 'Por favor, digite os caracteres da imagem na caixa abaixo dela.'; |
1648 | + ptBR['Internal captcha validation error'] = 'Por favor, digite os caracteres da imagem na caixa abaixo dela.'; | |
1648 | 1649 | msg = '<br/><br/>'; |
1649 | 1650 | msg += ptBR[data.responseJSON.message] || data.responseJSON.message; |
1650 | 1651 | } | ... | ... |