X Tutup
Skip to content

Commit fab91cb

Browse files
Update translations
1 parent fcdd73f commit fab91cb

File tree

15 files changed

+13506
-13346
lines changed

15 files changed

+13506
-13346
lines changed

c-api/arg.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ msgid ""
2222
msgstr ""
2323
"Project-Id-Version: Python 3.13\n"
2424
"Report-Msgid-Bugs-To: \n"
25-
"POT-Creation-Date: 2025-02-28 14:17+0000\n"
25+
"POT-Creation-Date: 2025-03-07 14:18+0000\n"
2626
"PO-Revision-Date: 2021-06-28 00:47+0000\n"
2727
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
2828
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -40,13 +40,13 @@ msgstr "Análise de argumentos e construção de valores"
4040

4141
#: ../../c-api/arg.rst:8
4242
msgid ""
43-
"These functions are useful when creating your own extensions functions and "
43+
"These functions are useful when creating your own extension functions and "
4444
"methods. Additional information and examples are available in :ref:"
4545
"`extending-index`."
4646
msgstr ""
47-
"Essas funções são úteis ao criar funções e métodos das suas extensões. "
48-
"Informações adicionais e exemplos estão disponíveis em :ref:`extending-"
49-
"index`."
47+
"Essas funções são úteis ao criar suas próprias funções e métodos de "
48+
"extensão. Informações adicionais e exemplos estão disponíveis em :ref:"
49+
"`extending-index`."
5050

5151
#: ../../c-api/arg.rst:12
5252
msgid ""

extending/embedding.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.13\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2025-01-10 14:17+0000\n"
16+
"POT-Creation-Date: 2025-03-07 14:18+0000\n"
1717
"PO-Revision-Date: 2021-06-28 00:51+0000\n"
1818
"Last-Translator: elielmartinsbr <elielmartinsbr@gmail.com>, 2024\n"
1919
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -377,7 +377,7 @@ msgstr ""
377377
msgid ""
378378
"After initializing the interpreter, the script is loaded using :c:func:"
379379
"`PyImport_Import`. This routine needs a Python string as its argument, "
380-
"which is constructed using the :c:func:`PyUnicode_FromString` data "
380+
"which is constructed using the :c:func:`PyUnicode_DecodeFSDefault` data "
381381
"conversion routine. ::"
382382
msgstr ""
383383

0 commit comments

Comments
 (0)
X Tutup