mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
feat(locale): Add translations for pt_BR
This commit is contained in:
parent
0ec4ac5e38
commit
055932bb8b
4 changed files with 43 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
------------------
|
||||
|
|
|
|||
BIN
model_utils/locale/pt_BR/LC_MESSAGES/django.mo
Normal file
BIN
model_utils/locale/pt_BR/LC_MESSAGES/django.mo
Normal file
Binary file not shown.
41
model_utils/locale/pt_BR/LC_MESSAGES/django.po
Normal file
41
model_utils/locale/pt_BR/LC_MESSAGES/django.po
Normal 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"
|
||||
Loading…
Reference in a new issue