Skip to content

Commit 5d6a8c5

Browse files
authored
Merge pull request #281 from cuducos/cuducos-missing-translations-in-pt-br
Add missing translations for pt_BR
2 parents eaab681 + 458ec7f commit 5d6a8c5

File tree

2 files changed

+21
-6
lines changed

2 files changed

+21
-6
lines changed
123 Bytes
Binary file not shown.

simple_history/locale/pt_BR/LC_MESSAGES/django.po

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: \n"
99
"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"
10+
"POT-Creation-Date: 2017-06-01 15:47-0300\n"
11+
"PO-Revision-Date: 2017-06-01 15:47-0300\n"
12+
"Last-Translator: \n"
13+
"Language-Team: \n"
1214
"Language: pt_BR\n"
1315
"MIME-Version: 1.0\n"
1416
"Content-Type: text/plain; charset=UTF-8\n"
1517
"Content-Transfer-Encoding: 8bit\n"
1618
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
17-
"Last-Translator: \n"
18-
"Language-Team: \n"
1919
"X-Generator: Poedit 1.8.11\n"
2020

2121
#: simple_history/admin.py:73
@@ -37,6 +37,18 @@ msgstr "Você pode fazer novas modificações abaixo:"
3737
msgid "Revert %s"
3838
msgstr "Reverter %s"
3939

40+
#: simple_history/models.py:209
41+
msgid "Created"
42+
msgstr "Criado"
43+
44+
#: simple_history/models.py:210
45+
msgid "Changed"
46+
msgstr "Modificado"
47+
48+
#: simple_history/models.py:211
49+
msgid "Deleted"
50+
msgstr "Excluído"
51+
4052
#: simple_history/templates/simple_history/object_history.html:10
4153
msgid ""
4254
"Choose a date from the list below to revert to a previous version of this "
@@ -61,6 +73,10 @@ msgstr "Comentário"
6173
msgid "Changed by"
6274
msgstr "Modificado por"
6375

76+
#: simple_history/templates/simple_history/object_history.html:38
77+
msgid "None"
78+
msgstr "-"
79+
6480
#: simple_history/templates/simple_history/object_history.html:46
6581
msgid "This object doesn't have a change history."
6682
msgstr "Esse objeto não tem um histórico de modificações."
@@ -86,8 +102,7 @@ msgstr ""
86102

87103
#: simple_history/templates/simple_history/object_history_form.html:21
88104
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."
105+
msgstr "Ou clique em 'Histórico de Modificações' para modificar o histórico."
91106

92107
#: simple_history/templates/simple_history/submit_line.html:3
93108
msgid "Revert"

0 commit comments

Comments
 (0)