Skip to content

Commit f18495c

Browse files
committed
Merge branch 'possebon/master'
2 parents 5fb499e + 82fa51c commit f18495c

File tree

2 files changed

+75
-4
lines changed

2 files changed

+75
-4
lines changed

i18n/langs/br.po

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgstr ""
88
"Project-Id-Version: botogram 1.0.dev0\n"
99
"Report-Msgid-Bugs-To: https://github.com/pietroalbini/botogram/issues\n"
1010
"POT-Creation-Date: 2017-12-26 21:27+0200\n"
11-
"PO-Revision-Date: 2015-08-01 17:20+0200\n"
11+
"PO-Revision-Date: 2017-12-28 11:44+0200\n"
1212
"Last-Translator: Fernando Possebon <[email protected]>\n"
1313
"Language: br\n"
1414
"Language-Team: br\n"
@@ -24,7 +24,7 @@ msgstr "Use /help para obter uma lista de todos os comandos."
2424

2525
#: botogram/defaults.py:53
2626
msgid "Start using the bot."
27-
msgstr "Comoece utilizando o bot."
27+
msgstr "Comece utilizando o bot."
2828

2929
#: botogram/defaults.py:54
3030
msgid "This shows a greeting message."
@@ -39,7 +39,7 @@ msgstr "<b>Erro!</b> O comando <code>/help</code> aceita até um argumento."
3939
msgstr "<b>Comando desconhecido:</b> <code>/%(name)s</code>"
4040

4141
#: botogram/defaults.py:71 botogram/defaults.py:169
42-
msgid "Use /help para obter uuma lista de todos os comandos."
42+
msgid "Use /help para obter uma lista de todos os comandos."
4343
msgstr ""
4444

4545
#: botogram/defaults.py:93
@@ -70,4 +70,3 @@ msgstr "Por favor entre em contato com %(owner)s se você tiver problemas com es
7070
#: botogram/defaults.py:143
7171
msgid "Show this help message."
7272
msgstr "Exibe essa mensagem de ajuda."
73-

i18n/langs/pt.po

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
# English translations for botogram.
2+
# Copyright (C) 2016 Pietro Albini <[email protected]>
3+
# This file is distributed under the same license as the botogram project.
4+
# FIRST AUTHOR <EMAIL@ADDRESS>, 2016.
5+
#
6+
msgid ""
7+
msgstr ""
8+
"Project-Id-Version: botogram 1.0.dev0\n"
9+
"Report-Msgid-Bugs-To: https://github.com/pietroalbini/botogram/issues\n"
10+
"POT-Creation-Date: 2017-12-26 21:27+0200\n"
11+
"PO-Revision-Date: 2017-12-28 11:44+0200\n"
12+
"Last-Translator: Fernando Possebon <[email protected]>\n"
13+
"Language: pt\n"
14+
"Language-Team: pt\n"
15+
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=utf-8\n"
18+
"Content-Transfer-Encoding: 8bit\n"
19+
"Generated-By: Babel 2.3.4\n"
20+
21+
#: botogram/defaults.py:46
22+
msgid "Use /help to get a list of all the commands."
23+
msgstr "Use /help para obter uma lista de todos os comandos."
24+
25+
#: botogram/defaults.py:53
26+
msgid "Start using the bot."
27+
msgstr "Comece a utilizar o bot."
28+
29+
#: botogram/defaults.py:54
30+
msgid "This shows a greeting message."
31+
msgstr "Isto exibe uma mensagem de saudação."
32+
33+
#: botogram/defaults.py:62
34+
msgid "<b>Error!</b> The <code>/help</code> command allows up to one argument."
35+
msgstr "<b>Erro!</b> O comando <code>/help</code> aceita até um argumento."
36+
37+
#: botogram/defaults.py:68 botogram/defaults.py:167
38+
#, python-format
39+
msgstr "<b>Comando desconhecido:</b> <code>/%(name)s</code>"
40+
41+
#: botogram/defaults.py:71 botogram/defaults.py:169
42+
msgid "Use /help para obter uma lista de todos os comandos."
43+
msgstr ""
44+
45+
#: botogram/defaults.py:93
46+
msgid "<b>This bot supports those commands:</b>"
47+
msgstr "<b>Este bot possui os seguintes comandos:</b>"
48+
49+
#: botogram/defaults.py:97 botogram/defaults.py:127
50+
msgid "No description available."
51+
msgstr "Descrição não disponível."
52+
53+
#: botogram/defaults.py:101 botogram/defaults.py:144
54+
msgid ""
55+
"You can also use <code>/help &lt;command&gt;</code> to get help about a "
56+
"specific command."
57+
msgstr ""
58+
"Você também pode utilizar o comando <code>/help &lt;command&gt;</code> para obter "
59+
"ajuda de um comando específico."
60+
61+
#: botogram/defaults.py:105
62+
msgid "<i>This bot has no commands.</i>"
63+
msgstr "<i>Este bot não possui comandos.</i>"
64+
65+
#: botogram/defaults.py:114 botogram/defaults.py:133
66+
#, python-format
67+
msgid "Please contact %(owner)s if you have problems with this bot."
68+
msgstr "Por favor entre em contacto com %(owner)s se você tiver problemas com esse bot."
69+
70+
#: botogram/defaults.py:143
71+
msgid "Show this help message."
72+
msgstr "Exibe essa mensagem de ajuda."

0 commit comments

Comments
 (0)