|
9 | 9 | # i17obot <i17obot@rougeth.com>, 2021
|
10 | 10 | # Vitor Buxbaum Orlandi, 2023
|
11 | 11 | # Rafael Fontenelle <rffontenelle@gmail.com>, 2024
|
| 12 | +# Adorilson Bezerra <adorilson@gmail.com>, 2024 |
12 | 13 | #
|
13 | 14 | #, fuzzy
|
14 | 15 | msgid ""
|
15 | 16 | msgstr ""
|
16 | 17 | "Project-Id-Version: Python 3.13\n"
|
17 | 18 | "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" |
19 | 20 | "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" |
21 | 22 | "Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
|
22 | 23 | "teams/5390/pt_BR/)\n"
|
23 | 24 | "MIME-Version: 1.0\n"
|
@@ -156,6 +157,12 @@ msgid ""
|
156 | 157 | "an ``override.ini`` file, which will override any conflicting keys from the "
|
157 | 158 | "``example.ini`` file."
|
158 | 159 | 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``." |
159 | 166 |
|
160 | 167 | #: ../../library/configparser.rst:173
|
161 | 168 | msgid ""
|
@@ -1369,6 +1376,9 @@ msgid ""
|
1369 | 1376 | "to a floating-point number. See :meth:`get` for explanation of *raw*, "
|
1370 | 1377 | "*vars* and *fallback*."
|
1371 | 1378 | 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*." |
1372 | 1382 |
|
1373 | 1383 | #: ../../library/configparser.rst:1192
|
1374 | 1384 | msgid ""
|
|
0 commit comments