Commit 51505221 authored by Lucas Gueiros's avatar Lucas Gueiros
Browse files

added pt_BR locale

parent 6e4ffc26
Pipeline #165 failed with stages
in 0 seconds
......@@ -5,6 +5,7 @@ Changes in 3.2 (2025-02-20)
---------------------------
* Added support to Python 3.10
* Added support to Django 5.0, 5.1
* Added Brazillian Portuguese (pt_BR) locale.
Changes in 3.1.1 (2023-10-09)
---------------------------
......
# 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 <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-02-20 19:18+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \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"
#: fields.py:32
msgid "File type not supported."
msgstr "O tipo de arquivo não é suportado."
#: fields.py:33
#, python-brace-format
msgid "The file may not be larger than {max_size}."
msgstr "O arquivo não pode ser maior que {max_size}."
#: fields.py:104
msgid "Image"
msgstr "Imagem"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment