Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion faq/library.po
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ msgstr ""

#: ../../faq/library.rst:28
msgid "Where is the math.py (socket.py, regex.py, etc.) source file?"
msgstr "Onde está o código fonte do math.py (socket.py, regex.py, etc.)?"
msgstr "Onde está o código-fonte do math.py (socket.py, regex.py, etc.)?"

#: ../../faq/library.rst:30
msgid ""
Expand Down
2 changes: 1 addition & 1 deletion faq/programming.po
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ msgid ""
"Is there a source code level debugger with breakpoints, single-stepping, "
"etc.?"
msgstr ""
"Existe um depurador a nível de código fonte que possui breakpoints, single-"
"Existe um depurador a nível de código-fonte que possui breakpoints, single-"
"stepping e etc.?"

#: ../../faq/programming.rst:17 ../../faq/programming.rst:63
Expand Down
4 changes: 2 additions & 2 deletions library/2to3.po
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ msgid ""
"`lib2to3` could also be adapted to custom applications in which Python code "
"needs to be edited automatically."
msgstr ""
"2to3 é um programa Python que lê código fonte Python 2.x e aplica uma série "
"2to3 é um programa Python que lê código-fonte Python 2.x e aplica uma série "
"de *fixers* para transformá-lo em código válido para a versão do Python 3.x. "
"A biblioteca padrão contém um conjunto rico de *fixers* que lidarão com "
"quase todos os códigos. A biblioteca de suporte :mod:`lib2to3` é, no "
Expand Down Expand Up @@ -775,7 +775,7 @@ msgstr ":mod:`lib2to3` - biblioteca 2to3's"

#: ../../library/2to3.rst:465
msgid "**Source code:** :source:`Lib/lib2to3/`"
msgstr "**Código Fonte:** :source:`Lib/lib2to3/`"
msgstr "**Código-Fonte:** :source:`Lib/lib2to3/`"

#: ../../library/2to3.rst:471
msgid ""
Expand Down
2 changes: 1 addition & 1 deletion library/abc.po
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ msgstr ":mod:`abc` --- Classes Base Abstratas"

#: ../../library/abc.rst:11
msgid "**Source code:** :source:`Lib/abc.py`"
msgstr "**Código Fonte:** :source:`Lib/abc.py`"
msgstr "**Código-Fonte:** :source:`Lib/abc.py`"

#: ../../library/abc.rst:15
msgid ""
Expand Down
2 changes: 1 addition & 1 deletion library/argparse.po
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ msgstr ""

#: ../../library/argparse.rst:12
msgid "**Source code:** :source:`Lib/argparse.py`"
msgstr "**Código Fonte:** :source:`Lib/argparse.py`"
msgstr "**Código-Fonte:** :source:`Lib/argparse.py`"

#: ../../library/argparse.rstNone
msgid "Tutorial"
Expand Down
2 changes: 1 addition & 1 deletion library/asynchat.po
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ msgstr ""

#: ../../library/asynchat.rst:10
msgid "**Source code:** :source:`Lib/asynchat.py`"
msgstr "**Código Fonte:** :source:`Lib/asynchat.py`"
msgstr "**Código-Fonte:** :source:`Lib/asynchat.py`"

#: ../../library/asynchat.rst:12
msgid "Please use :mod:`asyncio` instead."
Expand Down
2 changes: 1 addition & 1 deletion library/asyncio-stream.po
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ msgstr ""

#: ../../library/asyncio-stream.rst:9
msgid "**Source code:** :source:`Lib/asyncio/streams.py`"
msgstr "**Código Fonte:** :source:`Lib/code.py`"
msgstr "**Código-Fonte:** :source:`Lib/code.py`"

#: ../../library/asyncio-stream.rst:13
msgid ""
Expand Down
2 changes: 1 addition & 1 deletion library/asyncore.po
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ msgstr ""

#: ../../library/asyncore.rst:13
msgid "**Source code:** :source:`Lib/asyncore.py`"
msgstr "**Código Fonte:** :source:`Lib/asyncore.py`"
msgstr "**Código-Fonte:** :source:`Lib/asyncore.py`"

#: ../../library/asyncore.rst:15
msgid "Please use :mod:`asyncio` instead."
Expand Down
2 changes: 1 addition & 1 deletion library/base64.po
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ msgstr ""

#: ../../library/base64.rst:8
msgid "**Source code:** :source:`Lib/base64.py`"
msgstr "**Código Fonte:** :source:`Lib/base64.py`"
msgstr "**Código-Fonte:** :source:`Lib/base64.py`"

#: ../../library/base64.rst:16
msgid ""
Expand Down
2 changes: 1 addition & 1 deletion library/bdb.po
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ msgstr ""

#: ../../library/bdb.rst:7
msgid "**Source code:** :source:`Lib/bdb.py`"
msgstr "**Código Fonte:** :source:`Lib/bdb.py`"
msgstr "**Código-Fonte:** :source:`Lib/bdb.py`"

#: ../../library/bdb.rst:11
msgid ""
Expand Down
2 changes: 1 addition & 1 deletion library/bisect.po
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ msgstr ""

#: ../../library/bisect.rst:10
msgid "**Source code:** :source:`Lib/bisect.py`"
msgstr "**Código Fonte:** :source:`Lib/bisect.py`"
msgstr "**Código-Fonte:** :source:`Lib/bisect.py`"

#: ../../library/bisect.rst:14
msgid ""
Expand Down
2 changes: 1 addition & 1 deletion library/bz2.po
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ msgstr ""

#: ../../library/bz2.rst:12
msgid "**Source code:** :source:`Lib/bz2.py`"
msgstr "**Código Fonte:** :source:`Lib/bz2.py`"
msgstr "**Código-Fonte:** :source:`Lib/bz2.py`"

#: ../../library/bz2.rst:16
msgid ""
Expand Down
2 changes: 1 addition & 1 deletion library/calendar.po
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ msgstr ""

#: ../../library/calendar.rst:10
msgid "**Source code:** :source:`Lib/calendar.py`"
msgstr "**Código Fonte:** :source:`Lib/calendar.py`"
msgstr "**Código-Fonte:** :source:`Lib/calendar.py`"

#: ../../library/calendar.rst:14
msgid ""
Expand Down
2 changes: 1 addition & 1 deletion library/cgi.po
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ msgstr ""

#: ../../library/cgi.rst:7
msgid "**Source code:** :source:`Lib/cgi.py`"
msgstr "**Código Fonte:** :source:`Lib/cgi.py`"
msgstr "**Código-Fonte:** :source:`Lib/cgi.py`"

#: ../../library/cgi.rst:19
msgid "Support module for Common Gateway Interface (CGI) scripts."
Expand Down
2 changes: 1 addition & 1 deletion library/cgitb.po
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ msgstr ""

#: ../../library/cgitb.rst:10
msgid "**Source code:** :source:`Lib/cgitb.py`"
msgstr "**Código Fonte:** :source:`Lib/cgitb.py`"
msgstr "**Código-Fonte:** :source:`Lib/cgitb.py`"

#: ../../library/cgitb.rst:20
msgid ""
Expand Down
2 changes: 1 addition & 1 deletion library/chunk.po
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ msgstr ""

#: ../../library/chunk.rst:10
msgid "**Source code:** :source:`Lib/chunk.py`"
msgstr "**Código Fonte:** :source:`Lib/chunk.py`"
msgstr "**Código-Fonte:** :source:`Lib/chunk.py`"

#: ../../library/chunk.rst:21
msgid ""
Expand Down
2 changes: 1 addition & 1 deletion library/cmd.po
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ msgstr ""

#: ../../library/cmd.rst:9
msgid "**Source code:** :source:`Lib/cmd.py`"
msgstr "**Código Fonte:** :source:`Lib/cmd.py`"
msgstr "**Código-Fonte:** :source:`Lib/cmd.py`"

#: ../../library/cmd.rst:13
msgid ""
Expand Down
2 changes: 1 addition & 1 deletion library/code.po
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ msgstr ":mod:`code` --- Classes Bases do Intérprete"

#: ../../library/code.rst:7
msgid "**Source code:** :source:`Lib/code.py`"
msgstr "**Código Fonte:** :source:`Lib/code.py`"
msgstr "**Código-Fonte:** :source:`Lib/code.py`"

#: ../../library/code.rst:11
msgid ""
Expand Down
2 changes: 1 addition & 1 deletion library/codecs.po
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ msgstr ""

#: ../../library/codecs.rst:11
msgid "**Source code:** :source:`Lib/codecs.py`"
msgstr "**Código Fonte:** :source:`Lib/codecs.py`"
msgstr "**Código-Fonte:** :source:`Lib/codecs.py`"

#: ../../library/codecs.rst:23
msgid ""
Expand Down
2 changes: 1 addition & 1 deletion library/codeop.po
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ msgstr ":mod:`codeop` --- Compilar código Python"

#: ../../library/codeop.rst:10
msgid "**Source code:** :source:`Lib/codeop.py`"
msgstr "**Código Fonte:** :source:`Lib/codeop.py`"
msgstr "**Código-Fonte:** :source:`Lib/codeop.py`"

#: ../../library/codeop.rst:14
msgid ""
Expand Down
2 changes: 1 addition & 1 deletion library/collections.abc.po
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ msgstr ""

#: ../../library/collections.abc.rst:13
msgid "**Source code:** :source:`Lib/_collections_abc.py`"
msgstr "**Código Fonte:** :source:`Lib/_collections_abc.py`"
msgstr "**Código-Fonte:** :source:`Lib/_collections_abc.py`"

#: ../../library/collections.abc.rst:23
msgid ""
Expand Down
2 changes: 1 addition & 1 deletion library/colorsys.po
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ msgstr ":mod:`colorsys` --- Conversões entre sistemas de cores"

#: ../../library/colorsys.rst:9
msgid "**Source code:** :source:`Lib/colorsys.py`"
msgstr "**Código Fonte:** :source:`Lib/colorsys.py`"
msgstr "**Código-Fonte:** :source:`Lib/colorsys.py`"

#: ../../library/colorsys.rst:13
msgid ""
Expand Down
2 changes: 1 addition & 1 deletion library/compileall.po
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ msgstr ""

#: ../../library/compileall.rst:7
msgid "**Source code:** :source:`Lib/compileall.py`"
msgstr "**Código Fonte:** :source:`Lib/compileall.py`"
msgstr "**Código-Fonte:** :source:`Lib/compileall.py`"

#: ../../library/compileall.rst:11
msgid ""
Expand Down
2 changes: 1 addition & 1 deletion library/configparser.po
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ msgstr ""

#: ../../library/configparser.rst:14
msgid "**Source code:** :source:`Lib/configparser.py`"
msgstr "**Código Fonte:** :source:`Lib/configparser.py`"
msgstr "**Código-Fonte:** :source:`Lib/configparser.py`"

#: ../../library/configparser.rst:24
msgid ""
Expand Down
2 changes: 1 addition & 1 deletion library/contextlib.po
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ msgstr ""

#: ../../library/contextlib.rst:7
msgid "**Source code:** :source:`Lib/contextlib.py`"
msgstr "**Código Fonte:** :source:`Lib/contextlib.py`"
msgstr "**Código-Fonte:** :source:`Lib/contextlib.py`"

#: ../../library/contextlib.rst:11
msgid ""
Expand Down
2 changes: 1 addition & 1 deletion library/copy.po
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ msgstr ""

#: ../../library/copy.rst:7
msgid "**Source code:** :source:`Lib/copy.py`"
msgstr "**Código Fonte:** :source:`Lib/copy.py`"
msgstr "**Código-Fonte:** :source:`Lib/copy.py`"

#: ../../library/copy.rst:11
msgid ""
Expand Down
2 changes: 1 addition & 1 deletion library/crypt.po
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ msgstr ""

#: ../../library/crypt.rst:12
msgid "**Source code:** :source:`Lib/crypt.py`"
msgstr "**Código Fonte:** :source:`Lib/crypt.py`"
msgstr "**Código-Fonte:** :source:`Lib/crypt.py`"

#: ../../library/crypt.rst:20
msgid ""
Expand Down
2 changes: 1 addition & 1 deletion library/csv.po
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ msgstr ":mod:`csv` --- Leiture e Escrita de arquivos CSV"

#: ../../library/csv.rst:9
msgid "**Source code:** :source:`Lib/csv.py`"
msgstr "**Código Fonte:** :source:`Lib/csv.py`"
msgstr "**Código-Fonte:** :source:`Lib/csv.py`"

#: ../../library/csv.rst:17
msgid ""
Expand Down
2 changes: 1 addition & 1 deletion library/datetime.po
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ msgstr ":mod:`datetime` --- Tipos básicos de data e hora"

#: ../../library/datetime.rst:11
msgid "**Source code:** :source:`Lib/datetime.py`"
msgstr "**Código Fonte:** :source:`Lib/datetime.py`"
msgstr "**Código-Fonte:** :source:`Lib/datetime.py`"

#: ../../library/datetime.rst:17
msgid ""
Expand Down
2 changes: 1 addition & 1 deletion library/dbm.po
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ msgstr ""

#: ../../library/dbm.rst:7
msgid "**Source code:** :source:`Lib/dbm/__init__.py`"
msgstr "**Código Fonte:** :source:`Lib/dbm/__init__.py`"
msgstr "**Código-Fonte:** :source:`Lib/dbm/__init__.py`"

#: ../../library/dbm.rst:11
msgid ""
Expand Down
2 changes: 1 addition & 1 deletion library/decimal.po
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ msgstr ""

#: ../../library/decimal.rst:15
msgid "**Source code:** :source:`Lib/decimal.py`"
msgstr "**Código Fonte:** :source:`Lib/decimal.py`"
msgstr "**Código-Fonte:** :source:`Lib/decimal.py`"

#: ../../library/decimal.rst:33
msgid ""
Expand Down
2 changes: 1 addition & 1 deletion library/difflib.po
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ msgstr ""

#: ../../library/difflib.rst:11
msgid "**Source code:** :source:`Lib/difflib.py`"
msgstr "**Código Fonte:** :source:`Lib/difflib.py`"
msgstr "**Código-Fonte:** :source:`Lib/difflib.py`"

#: ../../library/difflib.rst:20
msgid ""
Expand Down
2 changes: 1 addition & 1 deletion library/dis.po
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ msgstr ":mod:`dis` --- Disassembler do bytecode do Python "

#: ../../library/dis.rst:7
msgid "**Source code:** :source:`Lib/dis.py`"
msgstr "**Código Fonte:** :source:`Lib/dis.py`"
msgstr "**Código-Fonte:** :source:`Lib/dis.py`"

#: ../../library/dis.rst:11
msgid ""
Expand Down
2 changes: 1 addition & 1 deletion library/email.charset.po
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ msgstr ""

#: ../../library/email.charset.rst:7
msgid "**Source code:** :source:`Lib/email/charset.py`"
msgstr "**Código Fonte:** :source:`Lib/email/charset.py`"
msgstr "**Código-Fonte:** :source:`Lib/email/charset.py`"

#: ../../library/email.charset.rst:11
msgid ""
Expand Down
2 changes: 1 addition & 1 deletion library/email.contentmanager.po
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ msgstr ""

#: ../../library/email.contentmanager.rst:10
msgid "**Source code:** :source:`Lib/email/contentmanager.py`"
msgstr "**Código Fonte:** :source:`Lib/email/contentmanager.py`"
msgstr "**Código-Fonte:** :source:`Lib/email/contentmanager.py`"

#: ../../library/email.contentmanager.rst:14
msgid "[1]_"
Expand Down
2 changes: 1 addition & 1 deletion library/email.encoders.po
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ msgstr ""

#: ../../library/email.encoders.rst:7
msgid "**Source code:** :source:`Lib/email/encoders.py`"
msgstr "**Código Fonte:** :source:`Lib/email/encoders.py`"
msgstr "**Código-Fonte:** :source:`Lib/email/encoders.py`"

#: ../../library/email.encoders.rst:11
msgid ""
Expand Down
2 changes: 1 addition & 1 deletion library/email.errors.po
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ msgstr ""

#: ../../library/email.errors.rst:7
msgid "**Source code:** :source:`Lib/email/errors.py`"
msgstr "**Código Fonte:** :source:`Lib/email/errors.py`"
msgstr "**Código-Fonte:** :source:`Lib/email/errors.py`"

#: ../../library/email.errors.rst:11
msgid ""
Expand Down
2 changes: 1 addition & 1 deletion library/email.generator.po
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ msgstr ""

#: ../../library/email.generator.rst:7
msgid "**Source code:** :source:`Lib/email/generator.py`"
msgstr "**Código Fonte:** :source:`Lib/email/generator.py`"
msgstr "**Código-Fonte:** :source:`Lib/email/generator.py`"

#: ../../library/email.generator.rst:11
msgid ""
Expand Down
2 changes: 1 addition & 1 deletion library/email.header.po
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ msgstr ""

#: ../../library/email.header.rst:7
msgid "**Source code:** :source:`Lib/email/header.py`"
msgstr "**Código Fonte:** :source:`Lib/email/header.py`"
msgstr "**Código-Fonte:** :source:`Lib/email/header.py`"

#: ../../library/email.header.rst:11
msgid ""
Expand Down
2 changes: 1 addition & 1 deletion library/email.headerregistry.po
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ msgstr ""

#: ../../library/email.headerregistry.rst:10
msgid "**Source code:** :source:`Lib/email/headerregistry.py`"
msgstr "**Código Fonte:** :source:`Lib/email/headerregistry.py`"
msgstr "**Código-Fonte:** :source:`Lib/email/headerregistry.py`"

#: ../../library/email.headerregistry.rst:14
msgid "[1]_"
Expand Down
2 changes: 1 addition & 1 deletion library/email.iterators.po
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ msgstr ""

#: ../../library/email.iterators.rst:7
msgid "**Source code:** :source:`Lib/email/iterators.py`"
msgstr "**Código Fonte:** :source:`Lib/email/iterators.py`"
msgstr "**Código-Fonte:** :source:`Lib/email/iterators.py`"

#: ../../library/email.iterators.rst:11
msgid ""
Expand Down
2 changes: 1 addition & 1 deletion library/email.message.po
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ msgstr ""

#: ../../library/email.message.rst:10
msgid "**Source code:** :source:`Lib/email/message.py`"
msgstr "**Código Fonte:** :source:`Lib/email/message.py`"
msgstr "**Código-Fonte:** :source:`Lib/email/message.py`"

#: ../../library/email.message.rst:14
msgid "[1]_"
Expand Down
2 changes: 1 addition & 1 deletion library/email.parser.po
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ msgstr ""

#: ../../library/email.parser.rst:7
msgid "**Source code:** :source:`Lib/email/parser.py`"
msgstr "**Código Fonte:** :source:`Lib/email/parser.py`"
msgstr "**Código-Fonte:** :source:`Lib/email/parser.py`"

#: ../../library/email.parser.rst:11
msgid ""
Expand Down
Loading