Skip to content

Commit 7ab7f95

Browse files
authored
Merge pull request #279 from cuducos/cuducos-pt-br
Add Brazilian Portuguese (pt_BR) translation files
2 parents f712779 + 1b71d0f commit 7ab7f95

File tree

2 files changed

+98
-0
lines changed

2 files changed

+98
-0
lines changed
Binary file not shown.
Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
# SOME DESCRIPTIVE TITLE.
2+
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3+
# This file is distributed under the same license as the PACKAGE package.
4+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5+
#
6+
msgid ""
7+
msgstr ""
8+
"Project-Id-Version: \n"
9+
"Report-Msgid-Bugs-To: \n"
10+
"POT-Creation-Date: 2017-06-01 11:02-0300\n"
11+
"PO-Revision-Date: 2017-06-01 11:06-0300\n"
12+
"Language: pt_BR\n"
13+
"MIME-Version: 1.0\n"
14+
"Content-Type: text/plain; charset=UTF-8\n"
15+
"Content-Transfer-Encoding: 8bit\n"
16+
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
17+
"Last-Translator: \n"
18+
"Language-Team: \n"
19+
"X-Generator: Poedit 1.8.11\n"
20+
21+
#: simple_history/admin.py:73
22+
#, python-format
23+
msgid "Change history: %s"
24+
msgstr "Histórico de modificações: %s"
25+
26+
#: simple_history/admin.py:92
27+
#, python-format
28+
msgid "The %(name)s \"%(obj)s\" was changed successfully."
29+
msgstr "%(name)s \"%(obj)s\" modificados com sucesso."
30+
31+
#: simple_history/admin.py:98
32+
msgid "You may edit it again below"
33+
msgstr "Você pode fazer novas modificações abaixo:"
34+
35+
#: simple_history/admin.py:156
36+
#, python-format
37+
msgid "Revert %s"
38+
msgstr "Reverter %s"
39+
40+
#: simple_history/templates/simple_history/object_history.html:10
41+
msgid ""
42+
"Choose a date from the list below to revert to a previous version of this "
43+
"object."
44+
msgstr ""
45+
"Escolha a data desejada na lista a seguir para reverter as modificações "
46+
"feitas nesse objeto."
47+
48+
#: simple_history/templates/simple_history/object_history.html:17
49+
msgid "Object"
50+
msgstr "Objeto"
51+
52+
#: simple_history/templates/simple_history/object_history.html:18
53+
msgid "Date/time"
54+
msgstr "Data/hora"
55+
56+
#: simple_history/templates/simple_history/object_history.html:19
57+
msgid "Comment"
58+
msgstr "Comentário"
59+
60+
#: simple_history/templates/simple_history/object_history.html:20
61+
msgid "Changed by"
62+
msgstr "Modificado por"
63+
64+
#: simple_history/templates/simple_history/object_history.html:46
65+
msgid "This object doesn't have a change history."
66+
msgstr "Esse objeto não tem um histórico de modificações."
67+
68+
#: simple_history/templates/simple_history/object_history_form.html:7
69+
msgid "Home"
70+
msgstr "Início"
71+
72+
#: simple_history/templates/simple_history/object_history_form.html:11
73+
msgid "History"
74+
msgstr "Histórico"
75+
76+
#: simple_history/templates/simple_history/object_history_form.html:12
77+
#, python-format
78+
msgid "Revert %(verbose_name)s"
79+
msgstr "Reverter %(verbose_name)s"
80+
81+
#: simple_history/templates/simple_history/object_history_form.html:21
82+
msgid ""
83+
"Press the 'Revert' button below to revert to this version of the object."
84+
msgstr ""
85+
"Clique em 'Reverter' para reverter as modificações feitas nesse objeto."
86+
87+
#: simple_history/templates/simple_history/object_history_form.html:21
88+
msgid "Or press the 'Change History' button to edit the history."
89+
msgstr ""
90+
"Ou clique em 'Histórico de Modificações' para modificar o histórico."
91+
92+
#: simple_history/templates/simple_history/submit_line.html:3
93+
msgid "Revert"
94+
msgstr "Reverter"
95+
96+
#: simple_history/templates/simple_history/submit_line.html:4
97+
msgid "Change History"
98+
msgstr "Histórico de Modificações"

0 commit comments

Comments
 (0)