Skip to content

Commit 61f2a60

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent 14d90e6 commit 61f2a60

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

library/configparser.po

+12-2
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,16 @@
99
# i17obot <i17obot@rougeth.com>, 2021
1010
# Vitor Buxbaum Orlandi, 2023
1111
# Rafael Fontenelle <rffontenelle@gmail.com>, 2024
12+
# Adorilson Bezerra <adorilson@gmail.com>, 2024
1213
#
1314
#, fuzzy
1415
msgid ""
1516
msgstr ""
1617
"Project-Id-Version: Python 3.13\n"
1718
"Report-Msgid-Bugs-To: \n"
18-
"POT-Creation-Date: 2024-07-19 14:16+0000\n"
19+
"POT-Creation-Date: 2024-07-20 00:52+0000\n"
1920
"PO-Revision-Date: 2021-06-28 00:57+0000\n"
20-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
21+
"Last-Translator: Adorilson Bezerra <adorilson@gmail.com>, 2024\n"
2122
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
2223
"teams/5390/pt_BR/)\n"
2324
"MIME-Version: 1.0\n"
@@ -156,6 +157,12 @@ msgid ""
156157
"an ``override.ini`` file, which will override any conflicting keys from the "
157158
"``example.ini`` file."
158159
msgstr ""
160+
"É possível ler diversas configurações para um único :class:`ConfigParser`, "
161+
"onde a configuração adicionada mais recentemente terá a maior prioridade. "
162+
"Para quaisquer chaves repetidas serão usados os valores da configuração mais "
163+
"recente, enquanto os valores das chaves anteriores serão ignorados. O "
164+
"exemplo a seguir lê um arquivo chamado``override.ini``, que irá sobrescrever "
165+
"chaves repetidas do arquivo ``example.ini``."
159166

160167
#: ../../library/configparser.rst:173
161168
msgid ""
@@ -1369,6 +1376,9 @@ msgid ""
13691376
"to a floating-point number. See :meth:`get` for explanation of *raw*, "
13701377
"*vars* and *fallback*."
13711378
msgstr ""
1379+
"Um método de conveniência que força a *option* na *section* especificada ser "
1380+
"um número de ponto flutuante. Veja :meth:`get` para explicação de *raw*, "
1381+
"*vars* e *fallback*."
13721382

13731383
#: ../../library/configparser.rst:1192
13741384
msgid ""

0 commit comments

Comments
 (0)