8000 Update translations from Transifex · python/python-docs-pt-br@6500334 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6500334

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent cb01f71 commit 6500334

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

library/stdtypes.po

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# Adorilson Bezerra <adorilson@gmail.com>, 2023
2222
# Patricia Mortada, 2023
2323
# Lucas Gonçalves Cordeiro <lucasgon192@gmail.com>, 2023
24-
# Rafael Fontenelle <rffontenelle@gmail.com>, 2023
24+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2024
2525
#
2626
#, fuzzy
2727
msgid ""
@@ -30,7 +30,7 @@ msgstr ""
3030
"Report-Msgid-Bugs-To: \n"
3131
"POT-Creation-Date: 2024-02-02 15:40+0000\n"
3232
"PO-Revision-Date: 2021-06-28 01:13+0000\n"
33-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n"
33+
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
3434
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
3535
"teams/5390/pt_BR/)\n"
3636
"MIME-Version: 1.0\n"
@@ -2580,6 +2580,10 @@ msgid ""
25802580
"including supported :ref:`escape sequences <escape-sequences>`, and the "
25812581
"``r`` (\"raw\") prefix that disables most escape sequence processing."
25822582
msgstr ""
2583+
"Veja :ref:`strings` para mais informações sobre as várias formas de literal "
2584+
"de string, incluindo o suporte a :ref:`sequêncis de escape <escape-"
2585+
"sequences>`, e o prefixo ``r`` (\"raw\") que desabilita a maioria dos "
2586+
"processos de sequência de escape."
25832587

25842588
#: ../../library/stdtypes.rst:1534
25852589
msgid ""
@@ -7729,6 +7733,12 @@ msgid ""
77297733
"function and can be extracted from function objects through their :attr:"
77307734
"`~function.__code__` attribute. See also the :mod:`code` module."
77317735
msgstr ""
7736+
"Objetos código são usados pela implementação para representar código Python "
7737+
"executável \"pseudo-compilado\", tal como corpo de uma função. Eles são "
7738+
"diferentes de objetos função porque eles não contém uma referência para os "
7739+
"seus ambientes de execução global. Objetos código são retornados pela função "
7740+
"embutida :func:`compile` e podem ser extraídos de objetos função através do "
7741+
"seu atributo :attr:`~function.__code__`. Veja também o módulo :mod:`code`."
77327742

77337743
#: ../../library/stdtypes.rst:5387
77347744
msgid ""

tutorial/datastructures.po

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Cauê Baasch de Souza <cauebaasch@gmail.com>, 2021
1010
# Victor Matheus Castro <victormatheuscastro@gmail.com>, 2021
1111
# Adorilson Bezerra <adorilson@gmail.com>, 2022
12-
# Rafael Fontenelle <rffontenelle@gmail.com>, 2023
12+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2024
1313
#
1414
#, fuzzy
1515
msgid ""
@@ -18,7 +18,7 @@ msgstr ""
1818
"Report-Msgid-Bugs-To: \n"
1919
"POT-Creation-Date: 2024-02-02 15:40+0000\n"
2020
"PO-Revision-Date: 2021-06-28 01:50+0000\n"
21-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n"
21+
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
2222
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
2323
"teams/5390/pt_BR/)\n"
2424
"MIME-Version: 1.0\n"
@@ -91,6 +91,10 @@ msgid ""
9191
"list. It raises an :exc:`IndexError` if the list is empty or the index is "
9292
"outside the list range."
9393
msgstr ""
94+
"Remove o item na posição fornecida na lista e retorna. Se nenhum índice for "
95+
"especificado, ``a.pop()`` remove e retorna o último item da lista. Levanta "
96+
"um :exc:`IndexError` se a lista estiver vazia ou o índice estiver fora do "
97+
"intervalo da lista."
9498

9599
#: ../../tutorial/datastructures.rst:59
96100
msgid "Remove all items from the list. Equivalent to ``del a[:]``."

0 commit comments

Comments
 (0)
0