diff --git a/rangefilter/locale/en_US/LC_MESSAGES/django.mo b/rangefilter/locale/en_US/LC_MESSAGES/django.mo index ecd6fe0..3c11987 100644 Binary files a/rangefilter/locale/en_US/LC_MESSAGES/django.mo and b/rangefilter/locale/en_US/LC_MESSAGES/django.mo differ diff --git a/rangefilter/locale/es/LC_MESSAGES/django.mo b/rangefilter/locale/es/LC_MESSAGES/django.mo index 39794f1..2bfbd1f 100644 Binary files a/rangefilter/locale/es/LC_MESSAGES/django.mo and b/rangefilter/locale/es/LC_MESSAGES/django.mo differ diff --git a/rangefilter/locale/es_AR/LC_MESSAGES/django.mo b/rangefilter/locale/es_AR/LC_MESSAGES/django.mo index 924488e..c2d0ecc 100644 Binary files a/rangefilter/locale/es_AR/LC_MESSAGES/django.mo and b/rangefilter/locale/es_AR/LC_MESSAGES/django.mo differ diff --git a/rangefilter/locale/pt_BR/LC_MESSAGES/django.mo b/rangefilter/locale/pt_BR/LC_MESSAGES/django.mo new file mode 100644 index 0000000..77dcf9e Binary files /dev/null and b/rangefilter/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/rangefilter/locale/pt_BR/LC_MESSAGES/django.po b/rangefilter/locale/pt_BR/LC_MESSAGES/django.po new file mode 100644 index 0000000..8ba7b5b --- /dev/null +++ b/rangefilter/locale/pt_BR/LC_MESSAGES/django.po @@ -0,0 +1,50 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Dmitriy Sokolov , 2019 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-01-31 12:09+0300\n" +"PO-Revision-Date: 2019-01-31 09:16+0000\n" +"Last-Translator: Dmitriy Sokolov , 2019\n" +"Language-Team: Portuguese (Brazil) (https://www.transifex.com/django-admin-rangefilter/teams/95736/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: apps.py:11 +msgid "Range Filter" +msgstr "Range Filter" + +#: filter.py:133 filter.py:180 +msgid "From date" +msgstr "Data inicial" + +#: filter.py:139 filter.py:186 +msgid "To date" +msgstr "Data final" + +#: templates/rangefilter/date_filter.html:2 +#: templates/rangefilter/date_filter_1_8.html:2 +#, python-format +msgid "By %(filter_title)s" +msgstr "Por %(filter_title)s" + +#: templates/rangefilter/date_filter.html:133 +#: templates/rangefilter/date_filter_1_8.html:89 +msgid "Search" +msgstr "Pesquisar" + +#: templates/rangefilter/date_filter.html:134 +#: templates/rangefilter/date_filter_1_8.html:90 +msgid "Reset" +msgstr "Resetar" diff --git a/rangefilter/locale/ru/LC_MESSAGES/django.mo b/rangefilter/locale/ru/LC_MESSAGES/django.mo index f226f4b..8843673 100644 Binary files a/rangefilter/locale/ru/LC_MESSAGES/django.mo and b/rangefilter/locale/ru/LC_MESSAGES/django.mo differ