diff --git a/colab/locale/en/LC_MESSAGES/django.po b/colab/locale/en/LC_MESSAGES/django.po index d55d2fe..206dc74 100644 --- a/colab/locale/en/LC_MESSAGES/django.po +++ b/colab/locale/en/LC_MESSAGES/django.po @@ -38,6 +38,10 @@ msgid "Bio" msgstr "" #: accounts/forms.py:62 +msgid "This field should not be blank." +msgstr "" + +#: accounts/forms.py:75 msgid "Write something about you in 200 characters or less." msgstr "" diff --git a/colab/locale/pt_BR/LC_MESSAGES/django.po b/colab/locale/pt_BR/LC_MESSAGES/django.po index bfdb6d6..3041644 100644 --- a/colab/locale/pt_BR/LC_MESSAGES/django.po +++ b/colab/locale/pt_BR/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Sergio Oliveira , 2014 msgid "" @@ -39,6 +39,10 @@ msgid "Bio" msgstr "Bio" #: accounts/forms.py:62 +msgid "This field should not be blank." +msgstr "Esse campo não pode ser branco" + +#: accounts/forms.py:75 msgid "Write something about you in 200 characters or less." msgstr "Escreva algo sobre você em 200 caracteres ou menos." -- libgit2 0.21.2