Skip to content

Commit bfec158

Browse files
Update translations
1 parent e56d712 commit bfec158

File tree

17 files changed

+811
-224
lines changed

17 files changed

+811
-224
lines changed

c-api/init.po

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-10-26 21:16+0000\n"
14+
"POT-Creation-Date: 2024-11-15 15:27+0000\n"
1515
"PO-Revision-Date: 2023-05-24 02:09+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
1818
"teams/5390/pt_BR/)\n"
19+
"Language: pt_BR\n"
1920
"MIME-Version: 1.0\n"
2021
"Content-Type: text/plain; charset=UTF-8\n"
2122
"Content-Transfer-Encoding: 8bit\n"
22-
"Language: pt_BR\n"
2323
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % "
2424
"1000000 == 0 ? 1 : 2;\n"
2525

@@ -516,6 +516,9 @@ msgid ""
516516
"false (zero) if not. After :c:func:`Py_FinalizeEx` is called, this returns "
517517
"false until :c:func:`Py_Initialize` is called again."
518518
msgstr ""
519+
"Retorna true (diferente de zero) quando o interpretador Python foi "
520+
"inicializado, false (zero) se não. Após :c:func:`Py_FinalizeEx` ser chamado, "
521+
"isso retorna false até que :c:func:`Py_Initialize` seja chamado novamente."
519522

520523
#: ../../c-api/init.rst:277
521524
msgid ""

faq/design.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-10-26 21:16+0000\n"
14+
"POT-Creation-Date: 2024-11-15 15:27+0000\n"
1515
"PO-Revision-Date: 2023-05-24 02:10+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
1818
"teams/5390/pt_BR/)\n"
19+
"Language: pt_BR\n"
1920
"MIME-Version: 1.0\n"
2021
"Content-Type: text/plain; charset=UTF-8\n"
2122
"Content-Transfer-Encoding: 8bit\n"
22-
"Language: pt_BR\n"
2323
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % "
2424
"1000000 == 0 ? 1 : 2;\n"
2525

@@ -1314,8 +1314,8 @@ msgid ""
13141314
"English."
13151315
msgstr ""
13161316
"Note como a segunda é ligeiramente mais fácil de ler. Note com mais atenção "
1317-
"como os dois pontos iniciam o exemplo nessa resposta de perguntas "
1318-
"frequentes; é um uso padrão em Português."
1317+
"como os dois pontos iniciam o exemplo nessa resposta de FAQ; é um uso padrão "
1318+
"em inglês."
13191319

13201320
#: ../../faq/design.rst:738
13211321
msgid ""

faq/programming.po

Lines changed: 171 additions & 132 deletions
Large diffs are not rendered by default.

library/decimal.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-08-23 15:32+0000\n"
14+
"POT-Creation-Date: 2024-11-19 02:05+0000\n"
1515
"PO-Revision-Date: 2023-05-24 02:14+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
1818
"teams/5390/pt_BR/)\n"
19+
"Language: pt_BR\n"
1920
"MIME-Version: 1.0\n"
2021
"Content-Type: text/plain; charset=UTF-8\n"
2122
"Content-Transfer-Encoding: 8bit\n"
22-
"Language: pt_BR\n"
2323
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % "
2424
"1000000 == 0 ? 1 : 2;\n"
2525

@@ -2548,7 +2548,7 @@ msgstr ""
25482548

25492549
#: ../../library/decimal.rst:2012
25502550
msgid "Decimal FAQ"
2551-
msgstr "Perguntas frequentes sobre Decimal"
2551+
msgstr "FAQ sobre Decimal"
25522552

25532553
#: ../../library/decimal.rst:2014
25542554
msgid ""

0 commit comments

Comments
 (0)