X Tutup
Skip to content

Commit 8e2a4c4

Browse files
Update translations
1 parent a05fc83 commit 8e2a4c4

27 files changed

+164
-164
lines changed

c-api/arg.po

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ msgid ""
2121
msgstr ""
2222
"Project-Id-Version: Python 3.9\n"
2323
"Report-Msgid-Bugs-To: \n"
24-
"POT-Creation-Date: 2024-11-01 16:08+0000\n"
24+
"POT-Creation-Date: 2024-11-08 16:35+0000\n"
2525
"PO-Revision-Date: 2017-02-16 17:33+0000\n"
2626
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
2727
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -442,7 +442,7 @@ msgid ""
442442
"c:type:`Py_UNICODE` pointer is set to ``NULL``."
443443
msgstr ""
444444
"Como ``u#``, mas o objeto Python também pode ser ``None``, nesse caso o "
445-
"ponteiro :c:type:`Py_UNICODE` é definido como ``NULL``."
445+
"ponteiro :c:type:`Py_UNICODE` é definido como ``NULL``"
446446

447447
#: ../../c-api/arg.rst:186
448448
msgid "``U`` (:class:`str`) [PyObject \\*]"
@@ -652,7 +652,7 @@ msgid ""
652652
"c:type:`unsigned char`."
653653
msgstr ""
654654
"Converte um inteiro Python não negativo em um inteiro pequeno não assinado "
655-
"(unsigned tiny int), armazenado em um :c:type:`unsigned char` do C."
655+
"(unsigned tiny int), armazenado em um :c:type:`unsigned char` do C"
656656

657657
#: ../../c-api/arg.rst:261 ../../c-api/arg.rst:600
658658
msgid "``B`` (:class:`int`) [unsigned char]"
@@ -843,7 +843,7 @@ msgstr ""
843843
"``O``, mas usa dois argumentos C: o primeiro é o endereço de um objeto do "
844844
"tipo Python, o segundo é um endereço da variável C (de tipo :c:type:"
845845
"`PyObject*`) no qual o ponteiro do objeto está armazenado. Se o objeto "
846-
"Python não tiver o tipo necessário, :exc:`TypeError` é levantada."
846+
"Python não tiver o tipo necessário, :exc:`TypeError` é levantada. "
847847

848848
#: ../../c-api/arg.rst:352 ../../c-api/arg.rst:657
849849
msgid "``O&`` (object) [*converter*, *anything*]"
@@ -1380,45 +1380,47 @@ msgstr "``b`` (:class:`int`) [char]"
13801380
#: ../../c-api/arg.rst:591
13811381
msgid "Convert a plain C :c:type:`char` to a Python integer object."
13821382
msgstr ""
1383-
"Converte um simples :c:type:`char` do C em um objeto inteiro do Python."
1383+
"Converte um simples :c:type:`char` do C em um objeto inteiro do Python. "
13841384

13851385
#: ../../c-api/arg.rst:594
13861386
msgid "Convert a plain C :c:type:`short int` to a Python integer object."
13871387
msgstr ""
1388-
"Converte um simples :c:type:`short int` do C em um objeto inteiro do Python."
1388+
"Converte um simples :c:type:`short int` do C em um objeto inteiro do Python. "
13891389

13901390
#: ../../c-api/arg.rst:597
13911391
msgid "Convert a C :c:type:`long int` to a Python integer object."
1392-
msgstr "Converte um :c:type:`long int` do C em um objeto inteiro do Python."
1392+
msgstr "Converte um :c:type:`long int` do C em um objeto inteiro do Python. "
13931393

13941394
#: ../../c-api/arg.rst:600
13951395
msgid "Convert a C :c:type:`unsigned char` to a Python integer object."
13961396
msgstr ""
1397-
"Converte um :c:type:`unsigned char` do C em um objeto inteiro do Python."
1397+
"Converte um :c:type:`unsigned char` do C em um objeto inteiro do Python. "
13981398

13991399
#: ../../c-api/arg.rst:603
14001400
msgid "Convert a C :c:type:`unsigned short int` to a Python integer object."
14011401
msgstr ""
1402-
"Converte um :c:type:`unsigned short int` do C em um objeto inteiro do Python."
1402+
"Converte um :c:type:`unsigned short int` do C em um objeto inteiro do "
1403+
"Python. "
14031404

14041405
#: ../../c-api/arg.rst:606
14051406
msgid "Convert a C :c:type:`unsigned int` to a Python integer object."
14061407
msgstr ""
1407-
"Converte um :c:type:`unsigned int` do C em um objeto inteiro do Python."
1408+
"Converte um :c:type:`unsigned int` do C em um objeto inteiro do Python. "
14081409

14091410
#: ../../c-api/arg.rst:609
14101411
msgid "Convert a C :c:type:`unsigned long` to a Python integer object."
14111412
msgstr ""
1412-
"Converte um :c:type:`unsigned long` do C em um objeto inteiro do Python."
1413+
"Converte um :c:type:`unsigned long` do C em um objeto inteiro do Python. "
14131414

14141415
#: ../../c-api/arg.rst:612
14151416
msgid "Convert a C :c:type:`long long` to a Python integer object."
1416-
msgstr "Converte um :c:type:`long long` do C em um objeto inteiro do Python."
1417+
msgstr "Converte um :c:type:`long long` do C em um objeto inteiro do Python. "
14171418

14181419
#: ../../c-api/arg.rst:615
14191420
msgid "Convert a C :c:type:`unsigned long long` to a Python integer object."
14201421
msgstr ""
1421-
"Converte um :c:type:`unsigned long long` do C em um objeto inteiro do Python."
1422+
"Converte um :c:type:`unsigned long long` do C em um objeto inteiro do "
1423+
"Python. "
14221424

14231425
#: ../../c-api/arg.rst:618
14241426
msgid "Convert a C :c:type:`Py_ssize_t` to a Python integer."
@@ -1434,25 +1436,25 @@ msgid ""
14341436
"object of length 1."
14351437
msgstr ""
14361438
"Converte um :c:type:`int` representando um byte do C em um objeto :class:"
1437-
"`bytes` de comprimento 1 do Python."
1439+
"`bytes` de comprimento 1 do Python. "
14381440

14391441
#: ../../c-api/arg.rst:625
14401442
msgid ""
14411443
"Convert a C :c:type:`int` representing a character to Python :class:`str` "
14421444
"object of length 1."
14431445
msgstr ""
14441446
"Converte um :c:type:`int` representando um caractere do C em um objeto :"
1445-
"class:`str` de comprimento 1 do Python."
1447+
"class:`str` de comprimento 1 do Python. "
14461448

14471449
#: ../../c-api/arg.rst:629
14481450
msgid "Convert a C :c:type:`double` to a Python floating point number."
14491451
msgstr ""
1450-
"Converte um :c:type:`double` do C em um número ponto flutuante do Python."
1452+
"Converte um :c:type:`double` do C em um número ponto flutuante do Python. "
14511453

14521454
#: ../../c-api/arg.rst:632
14531455
msgid "Convert a C :c:type:`float` to a Python floating point number."
14541456
msgstr ""
1455-
"Converte um :c:type:`float` do C em um número ponto flutuante do Python."
1457+
"Converte um :c:type:`float` do C em um número ponto flutuante do Python. "
14561458

14571459
#: ../../c-api/arg.rst:635
14581460
msgid "``D`` (:class:`complex`) [Py_complex \\*]"

c-api/call.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ msgid ""
1818
msgstr ""
1919
"Project-Id-Version: Python 3.9\n"
2020
"Report-Msgid-Bugs-To: \n"
21-
"POT-Creation-Date: 2024-11-01 16:08+0000\n"
21+
"POT-Creation-Date: 2024-11-08 16:35+0000\n"
2222
"PO-Revision-Date: 2020-05-31 09:28+0000\n"
2323
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
2424
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -616,7 +616,7 @@ msgid ""
616616
msgstr ""
617617
"Chamar um objeto python chamável *callable*, com um numero variável de "
618618
"argumentos :c:type:`PyObject *`. Os argumentos são fornecidos como um numero "
619-
"de parâmetros variáveis seguidos por *NULL*."
619+
"de parametros variáveis seguidos por *NULL*. "
620620

621621
#: ../../c-api/call.rst:323
622622
msgid ""

c-api/datetime.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
# Translators:
77
# Claudio Rogerio Carvalho Filho <excriptbrasil@gmail.com>, 2017
88
# Adjamilton Júnior <jr@ieee.org>, 2019
9-
# Rafael Fontenelle <rffontenelle@gmail.com>, 2022
9+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2024
1010
#
1111
#, fuzzy
1212
msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.9\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2024-08-31 13:14+0000\n"
16+
"POT-Creation-Date: 2024-11-08 16:35+0000\n"
1717
"PO-Revision-Date: 2017-02-16 17:34+0000\n"
18-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2022\n"
18+
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1919
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
2020
"teams/5390/pt_BR/)\n"
2121
"MIME-Version: 1.0\n"
@@ -79,7 +79,7 @@ msgid ""
7979
"be ``NULL``. This function always succeeds."
8080
msgstr ""
8181
"Retorna true se *ob* for do tipo :c:data:`PyDateTime_DateType`. *ob* não "
82-
"deve ser ``NULL``. Esta função sempre tem sucesso."
82+
"deve ser ``NULL``. Esta função sempre obtém sucesso."
8383

8484
#: ../../c-api/datetime.rst:43
8585
msgid ""
@@ -97,7 +97,7 @@ msgid ""
9797
"not be ``NULL``. This function always succeeds."
9898
msgstr ""
9999
"Retorna true se *ob* for do tipo :c:data:`PyDateTime_DateTimeType`. *ob* não "
100-
"deve ser ``NULL``. Esta função sempre tem sucesso."
100+
"deve ser ``NULL``. Esta função sempre obtém sucesso."
101101

102102
#: ../../c-api/datetime.rst:56
103103
msgid ""

c-api/function.po

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.9\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2024-08-31 13:14+0000\n"
15+
"POT-Creation-Date: 2024-11-08 16:35+0000\n"
1616
"PO-Revision-Date: 2017-02-16 17:35+0000\n"
1717
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1818
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -43,25 +43,25 @@ msgid ""
4343
"FunctionType``."
4444
msgstr ""
4545
"Esta é uma instância de :c:type:`PyTypeObject` e representa o tipo de função "
46-
"Python. Está exposto aos programadores Python como ``types.FunctionType``."
46+
"Python. Está exposta a programadores Python como ``types.FunctionType``."
4747

4848
#: ../../c-api/function.rst:28
4949
msgid ""
5050
"Return true if *o* is a function object (has type :c:data:"
5151
"`PyFunction_Type`). The parameter must not be ``NULL``. This function "
5252
"always succeeds."
5353
msgstr ""
54-
"Retorna verdadeiro se *o* é um objeto de função (tem tipo :c:data:"
54+
"Retorna verdadeiro se *o* for um objeto função (tem tipo :c:data:"
5555
"`PyFunction_Type`). O parâmetro não deve ser ``NULL``. Esta função sempre "
56-
"tem sucesso."
56+
"obtém sucesso."
5757

5858
#: ../../c-api/function.rst:34
5959
msgid ""
6060
"Return a new function object associated with the code object *code*. "
6161
"*globals* must be a dictionary with the global variables accessible to the "
6262
"function."
6363
msgstr ""
64-
"Retorna um novo objeto função associado ao código objeto *code*. *globals* "
64+
"Retorna um novo objeto função associado ao objeto código *code*. *globals* "
6565
"deve ser um dicionário com as variáveis globais acessíveis à função."
6666

6767
#: ../../c-api/function.rst:37
@@ -90,7 +90,7 @@ msgstr ""
9090

9191
#: ../../c-api/function.rst:54
9292
msgid "Return the code object associated with the function object *op*."
93-
msgstr "Retorna o objeto de código associado ao objeto função *op*."
93+
msgstr "Retorna o objeto código associado ao objeto função *op*."
9494

9595
#: ../../c-api/function.rst:59
9696
msgid "Return the globals dictionary associated with the function object *op*."
@@ -111,29 +111,29 @@ msgid ""
111111
"Return the argument default values of the function object *op*. This can be "
112112
"a tuple of arguments or ``NULL``."
113113
msgstr ""
114-
"Retorna o argumento os valores padrão do objeto função *op*. Isso pode ser "
115-
"uma tupla de argumentos ou ``NULL``."
114+
"Retorna os valores-padrão de argumentos do objeto função *op*. Pode ser uma "
115+
"tupla de argumentos ou ``NULL``."
116116

117117
#: ../../c-api/function.rst:77
118118
msgid ""
119119
"Set the argument default values for the function object *op*. *defaults* "
120120
"must be ``Py_None`` or a tuple."
121121
msgstr ""
122-
"Define o argumento valores padrão para o objeto função *op*. *defaults* deve "
123-
"ser ``Py_None`` ou uma tupla."
122+
"Define os valores-padrão dos argumentos do objeto função *op*. *defaults* "
123+
"deve ser ``Py_None`` ou uma tupla."
124124

125125
#: ../../c-api/function.rst:80 ../../c-api/function.rst:94
126126
#: ../../c-api/function.rst:108
127127
msgid "Raises :exc:`SystemError` and returns ``-1`` on failure."
128-
msgstr "Levanta :exc:`SystemError` e retorna ``-1`` em falha."
128+
msgstr "Levanta :exc:`SystemError` e retorna ``-1`` em caso de falha."
129129

130130
#: ../../c-api/function.rst:85
131131
msgid ""
132132
"Return the closure associated with the function object *op*. This can be "
133133
"``NULL`` or a tuple of cell objects."
134134
msgstr ""
135-
"Retorna o fechamento associado ao objeto função *op*. Isso pode ser ``NULL`` "
136-
"ou uma tupla de objetos de célula."
135+
"Retorna o fechamento associado ao objeto função *op*. Pode ser ``NULL`` ou "
136+
"uma tupla de objetos célula."
137137

138138
#: ../../c-api/function.rst:91
139139
msgid ""

c-api/gcsupport.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.9\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2024-11-01 16:08+0000\n"
15+
"POT-Creation-Date: 2024-11-08 16:35+0000\n"
1616
"PO-Revision-Date: 2017-02-16 17:35+0000\n"
1717
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1818
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -52,11 +52,11 @@ msgid ""
5252
"instances of the type are mutable, a :c:member:`~PyTypeObject.tp_clear` "
5353
"implementation must also be provided."
5454
msgstr ""
55-
"Para criar um tipo contêiner, o campo :c:member:`~PyTypeObject.tp_flags` do "
56-
"tipo do objeto deve incluir o :const:`Py_TPFLAGS_HAVE_GC` e fornecer uma "
57-
"implementação do manipulador :c:member:`~PyTypeObject.tp_traverse`. Se as "
58-
"instâncias do tipo forem mutáveis, uma implementação de :c:member:"
59-
"`~PyTypeObject.tp_clear` também deverá ser fornecida."
55+
"Para criar um tipo container, o :c:member:`~PyTypeObject.tp_flags` campo do "
56+
"tipo do objeto deve incluir o :const:`Py_TPFLAGS_HAVE_GC`e fornecer uma "
57+
"implementação do :c:member:`~PyTypeObject.tp_traverse` manipulador. Se as "
58+
"instâncias do tipo forem mutáveis, uma:c:member:`~PyTypeObject.tp_clear` "
59+
"implementação também deverá ser fornecida."
6060

6161
#: ../../c-api/gcsupport.rst:24
6262
msgid ""

c-api/init.po

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ msgid ""
1818
msgstr ""
1919
"Project-Id-Version: Python 3.9\n"
2020
"Report-Msgid-Bugs-To: \n"
21-
"POT-Creation-Date: 2024-10-18 16:38+0000\n"
21+
"POT-Creation-Date: 2024-11-08 16:35+0000\n"
2222
"PO-Revision-Date: 2017-02-16 17:36+0000\n"
2323
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
2424
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -32,7 +32,7 @@ msgstr ""
3232

3333
#: ../../c-api/init.rst:8
3434
msgid "Initialization, Finalization, and Threads"
35-
msgstr "Inicialização, Finalização e Threads"
35+
msgstr "Inicialização, finalização e threads"
3636

3737
#: ../../c-api/init.rst:10
3838
msgid "See also :ref:`Python Initialization Configuration <init-config>`."
@@ -41,7 +41,7 @@ msgstr ""
4141

4242
#: ../../c-api/init.rst:15
4343
msgid "Before Python Initialization"
44-
msgstr "Antes da Inicialização do Python"
44+
msgstr "Antes da inicialização do Python"
4545

4646
#: ../../c-api/init.rst:17
4747
msgid ""
@@ -64,7 +64,7 @@ msgstr ""
6464

6565
#: ../../c-api/init.rst:24
6666
msgid "Configuration functions:"
67-
msgstr "Funções de Configuração"
67+
msgstr "Funções de configuração"
6868

6969
#: ../../c-api/init.rst:26
7070
msgid ":c:func:`PyImport_AppendInittab`"
@@ -120,7 +120,7 @@ msgstr ":c:func:`PySys_ResetWarnOptions`"
120120

121121
#: ../../c-api/init.rst:40
122122
msgid "Informative functions:"
123-
msgstr "Funções Informativas:"
123+
msgstr "Funções informativas:"
124124

125125
#: ../../c-api/init.rst:42
126126
msgid ":c:func:`Py_IsInitialized`"
@@ -258,7 +258,7 @@ msgid ""
258258
"If set to non-zero, Python won't try to write ``.pyc`` files on the import "
259259
"of source modules."
260260
msgstr ""
261-
"Se definido como diferente de zero, o Python não tentará escrever arquivos "
261+
"Se definida como diferente de zero, o Python não tentará escrever arquivos "
262262
"``.pyc`` na importação de módulos fonte."
263263

264264
#: ../../c-api/init.rst:105
@@ -386,7 +386,7 @@ msgstr ""
386386

387387
#: ../../c-api/init.rst:172
388388
msgid "See :pep:`528` for more details."
389-
msgstr "Veja :pep:`528` para mais detalhes."
389+
msgstr "Veja a :pep:`528` para mais detalhes."
390390

391391
#: ../../c-api/init.rst:178
392392
msgid ""

0 commit comments

Comments
 (0)
X Tutup