feat(locale): Add translations for pt_BR

This commit is contained in:
Guilherme Martins Crocetti 2023-07-20 22:20:20 -03:00
parent 0ec4ac5e38
commit 055932bb8b
No known key found for this signature in database
GPG key ID: 150ECD17C8B180C8
4 changed files with 43 additions and 0 deletions

View file

@ -34,6 +34,7 @@
| Germano Massullo <github.com/Germano0>
| Gregor Müllegger <gregor@muellegger.de>
| Guilherme Devincenzi <github.com/gdevincenzi>
| Guilherme Crocetti <github.com/gmcrocetti>
| Hanley <hanley@wayup.com>
| Hanley Hansen <hanleyhansen@gmail.com>
| Harry Moreno <morenoh149@gmail.com>

View file

@ -10,6 +10,7 @@ To be released
- Drop support for `Python 3.7` (GH-#545)
- Swedish translation (GH-#561)
- Use proper column name instead of attname (GH-#573)
- Add Brazilian Portuguese translation (GH-#578)
4.3.1 (2022-11-15)
------------------

Binary file not shown.

View file

@ -0,0 +1,41 @@
# This file is distributed under the same license as the django-model-utils package.
#
# Translators:
# Guilherme Martins Crocetti <24530683+gmcrocetti@users.noreply.github.com>, 2023.
msgid ""
msgstr ""
"Project-Id-Version: django-model-utils\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-07-20 22:05-0300\n"
"PO-Revision-Date: 2023-07-20 22:05-0300\n"
"Last-Translator: Guilherme Croceetti <24530683+gmcrocetti@users.noreply.github.com>\n"
"Language-Team: \n"
"Language: pt_BR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: models.py:25
msgid "created"
msgstr "criado"
#: models.py:26
msgid "modified"
msgstr "modificado"
#: models.py:50
msgid "start"
msgstr "início"
#: models.py:51
msgid "end"
msgstr "fim"
#: models.py:66
msgid "status"
msgstr "estado"
#: models.py:67
msgid "status changed"
msgstr "estado modificado"