Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f71f51a

Browse files
Update translations
1 parent 1db54bc commit f71f51a

File tree

3 files changed

+18
-9
lines changed

3 files changed

+18
-9
lines changed

c-api/veryhigh.po

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
#
66
# Translators:
77
# Claudio Rogerio Carvalho Filho <[email protected]>, 2020
8-
# Rafael Fontenelle <[email protected]>, 2023
8+
# Rafael Fontenelle <[email protected]>, 2024
99
#
1010
#, fuzzy
1111
msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.8\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2024-08-31 13:50+0000\n"
15+
"POT-Creation-Date: 2024-10-04 17:06+0000\n"
1616
"PO-Revision-Date: 2020-05-30 11:51+0000\n"
17-
"Last-Translator: Rafael Fontenelle <[email protected]>, 2023\n"
17+
"Last-Translator: Rafael Fontenelle <[email protected]>, 2024\n"
1818
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
1919
"teams/5390/pt_BR/)\n"
2020
"MIME-Version: 1.0\n"
@@ -365,6 +365,11 @@ msgid ""
365365
"defaults, a dictionary of default values for :ref:`keyword-only <keyword-"
366366
"only_parameter>` arguments and a closure tuple of cells."
367367
msgstr ""
368+
"Avalia um objeto código pré-compilado, dado um ambiente particular para sua "
369+
"avaliação. Este ambiente consiste em um dicionário de variáveis ​​globais, um "
370+
"objeto mapeamento de variáveis ​​locais, vetores de argumentos, nomeados e "
371+
"padrões, um dicionário de valores padrões para argumentos :ref:`somente-"
372+
"nomeados <keyword-only_parameter>` e uma tupla de clausura de células."
368373

369374
#: ../../c-api/veryhigh.rst:326
370375
msgid ""

library/contextlib.po

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
# Marco Rougeth <[email protected]>, 2020
88
# Claudio Rogerio Carvalho Filho <[email protected]>, 2020
99
# i17obot <[email protected]>, 2020
10-
# Rafael Fontenelle <[email protected]>, 2023
10+
# Rafael Fontenelle <[email protected]>, 2024
1111
#
1212
#, fuzzy
1313
msgid ""
1414
msgstr ""
1515
"Project-Id-Version: Python 3.8\n"
1616
"Report-Msgid-Bugs-To: \n"
17-
"POT-Creation-Date: 2024-08-31 13:50+0000\n"
17+
"POT-Creation-Date: 2024-10-04 17:06+0000\n"
1818
"PO-Revision-Date: 2020-05-30 11:58+0000\n"
19-
"Last-Translator: Rafael Fontenelle <[email protected]>, 2023\n"
19+
"Last-Translator: Rafael Fontenelle <[email protected]>, 2024\n"
2020
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
2121
"teams/5390/pt_BR/)\n"
2222
"MIME-Version: 1.0\n"
@@ -583,6 +583,10 @@ msgid ""
583583
"this way cannot take any parameters. Instead, any resources to be released "
584584
"must be accessed as closure variables."
585585
msgstr ""
586+
"Devido à maneira como o protocolo decorador funciona, uma função de retorno "
587+
"de chamada declarada dessa forma não pode receber nenhum parâmetro. Em vez "
588+
"disso, quaisquer recursos a serem liberados devem ser acessados ​​como "
589+
"variáveis ​​de clausura."
586590

587591
#: ../../library/contextlib.rst:673
588592
msgid "Using a context manager as a function decorator"

potodo.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22

3-
# c-api (45.31% done)
3+
# c-api (45.34% done)
44

55
- buffer.po 102 / 103 ( 99.0% translated).
66
- contextvars.po 30 / 31 ( 96.0% translated).
@@ -21,7 +21,7 @@
2121
- type.po 26 / 52 ( 50.0% translated).
2222
- typeobj.po 236 / 586 ( 40.0% translated).
2323
- unicode.po 52 / 333 ( 15.0% translated).
24-
- veryhigh.po 2 / 61 ( 3.0% translated).
24+
- veryhigh.po 3 / 61 ( 4.0% translated).
2525

2626

2727
# distutils (29.32% done)
@@ -103,7 +103,7 @@
103103
- concurrent.futures.po 15 / 84 ( 17.0% translated).
104104
- configparser.po 149 / 172 ( 86.0% translated).
105105
- constants.po 14 / 17 ( 82.0% translated).
106-
- contextlib.po 8 / 112 ( 7.0% translated).
106+
- contextlib.po 9 / 112 ( 8.0% translated).
107107
- crypt.po 3 / 29 ( 10.0% translated).
108108
- ctypes.po 84 / 430 ( 19.0% translated).
109109
- curses.ascii.po 41 / 101 ( 40.0% translated).

0 commit comments

Comments
 (0)