Commit 9b02c5831d210aec3ab8f788de520426985943f9
1 parent
21f2f60f
Exists in
master
and in
5 other branches
solved bug on translation by compile a translation message file that wasn't translated #417 #415
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
core/locale/pt_BR/LC_MESSAGES/django.po
... | ... | @@ -38,7 +38,7 @@ msgstr "Por favor, insira uma data válida" |
38 | 38 | #, fuzzy |
39 | 39 | #| msgid "There is already a registeres User with this CPF" |
40 | 40 | msgid "There is already a registered User with this CPF" |
41 | -msgstr "Já existem usuários cadastrados com este CPF" | |
41 | +msgstr "Já existe usuário cadastrado com este CPF" | |
42 | 42 | |
43 | 43 | #: .\forms.py:52 |
44 | 44 | #, python-format |
... | ... | @@ -245,7 +245,7 @@ msgstr "Entrar" |
245 | 245 | |
246 | 246 | #: .\templates\registration\passwor_reset_complete.html:19 |
247 | 247 | msgid "Your password was reseted successful" |
248 | -msgstr "" | |
248 | +msgstr "Sua senha foi resetada com sucesso" | |
249 | 249 | |
250 | 250 | #: .\templates\registration\passwor_reset_confirm.html:19 |
251 | 251 | #: .\templates\registration\passwor_reset_done.html:18 | ... | ... |