Skip to content

Commit af16179

Browse files
Update translations
1 parent a0cb11c commit af16179

File tree

4 files changed

+19
-19
lines changed

4 files changed

+19
-19
lines changed

library/functions.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ msgid ""
2222
msgstr ""
2323
"Project-Id-Version: Python 3.9\n"
2424
"Report-Msgid-Bugs-To: \n"
25-
"POT-Creation-Date: 2024-08-31 13:14+0000\n"
25+
"POT-Creation-Date: 2024-10-04 16:32+0000\n"
2626
"PO-Revision-Date: 2017-02-16 23:11+0000\n"
2727
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
2828
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -3359,7 +3359,7 @@ msgid ""
33593359
"module named by *name*. However, when a non-empty *fromlist* argument is "
33603360
"given, the module named by *name* is returned."
33613361
msgstr ""
3362-
"Quando a variável *name* está no formato ``package.module``, normalmente, o "
3362+
"Quando a variável *name* está no formato ``pacote.módulo``, normalmente, o "
33633363
"pacote de nível superior (o nome até o primeiro ponto) é retornado, *não* o "
33643364
"módulo nomeado por *name*. No entanto, quando um argumento *fromlist* não "
33653365
"vazio é fornecido, o módulo nomeado por *name* é retornado."
@@ -3369,12 +3369,12 @@ msgid ""
33693369
"For example, the statement ``import spam`` results in bytecode resembling "
33703370
"the following code::"
33713371
msgstr ""
3372-
"Por exemplo, a instrução ``importar spam`` resulta em bytecode semelhante ao "
3372+
"Por exemplo, a instrução ``import spam`` resulta em bytecode semelhante ao "
33733373
"seguinte código::"
33743374

33753375
#: ../../library/functions.rst:1862
33763376
msgid "The statement ``import spam.ham`` results in this call::"
3377-
msgstr "A instrução ``import spam.ham`` resulta nesta chamada::"
3377+
msgstr "A instrução ``import spam.presunto`` resulta nesta chamada::"
33783378

33793379
#: ../../library/functions.rst:1866
33803380
msgid ""
@@ -3389,8 +3389,8 @@ msgid ""
33893389
"On the other hand, the statement ``from spam.ham import eggs, sausage as "
33903390
"saus`` results in ::"
33913391
msgstr ""
3392-
"Por outro lado, a instrução ``from spam.ham import eggs, sausage as saus`` "
3393-
"resulta em ::"
3392+
"Por outro lado, a instrução ``from spam.presunto import ovos, salsicha as "
3393+
"sals`` resulta em ::"
33943394

33953395
#: ../../library/functions.rst:1876
33963396
msgid ""

library/re.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-09-27 16:48+0000\n"
21+
"POT-Creation-Date: 2024-10-04 16:32+0000\n"
2222
"PO-Revision-Date: 2017-02-16 23:24+0000\n"
2323
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
2424
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -2374,8 +2374,8 @@ msgid ""
23742374
msgstr ""
23752375
"Observe, entretanto, que no modo :const:`MULTILINE` :func:`match` apenas "
23762376
"corresponde ao início da string, enquanto que usar :func:`search` com uma "
2377-
"expressão regular começando com ``'^'`` irá corresponder em no início de "
2378-
"cada linha. ::"
2377+
"expressão regular começando com ``'^'`` irá corresponder no início de cada "
2378+
"linha. ::"
23792379

23802380
#: ../../library/re.rst:1487
23812381
msgid "Making a Phonebook"
@@ -2399,23 +2399,23 @@ msgid ""
23992399
"using triple-quoted string syntax"
24002400
msgstr ""
24012401
"Primeiro, aqui está a entrada. Normalmente pode vir de um arquivo, aqui "
2402-
"estamos usando a sintaxe de string entre aspas triplas"
2402+
"estamos usando a sintaxe de string entre aspas triplas."
24032403

24042404
#: ../../library/re.rst:1507
24052405
msgid ""
24062406
"The entries are separated by one or more newlines. Now we convert the string "
24072407
"into a list with each nonempty line having its own entry:"
24082408
msgstr ""
2409-
"As entradas são separadas por uma ou mais novas linhas. Agora, convertemos a "
2410-
"string em uma lista com cada linha não vazia tendo sua própria entrada:"
2409+
"Os registros são separados por uma ou mais novas linhas. Agora, convertemos "
2410+
"a string em uma lista com cada linha não vazia tendo seu próprio registro :"
24112411

24122412
#: ../../library/re.rst:1520
24132413
msgid ""
24142414
"Finally, split each entry into a list with first name, last name, telephone "
24152415
"number, and address. We use the ``maxsplit`` parameter of :func:`split` "
24162416
"because the address has spaces, our splitting pattern, in it:"
24172417
msgstr ""
2418-
"Finalmente, divida cada entrada em uma lista com nome, sobrenome, número de "
2418+
"Finalmente, divida cada registro em uma lista com nome, sobrenome, número de "
24192419
"telefone e endereço. Usamos o parâmetro ``maxsplit`` de :func:`split` porque "
24202420
"o endereço contém espaços, nosso padrão de divisão:"
24212421

library/sqlite3.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ msgid ""
1919
msgstr ""
2020
"Project-Id-Version: Python 3.9\n"
2121
"Report-Msgid-Bugs-To: \n"
22-
"POT-Creation-Date: 2024-09-20 16:52+0000\n"
22+
"POT-Creation-Date: 2024-10-04 16:32+0000\n"
2323
"PO-Revision-Date: 2017-02-16 23:27+0000\n"
2424
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
2525
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -1021,7 +1021,7 @@ msgstr "Tipo em Python"
10211021

10221022
#: ../../library/sqlite3.rst:933 ../../library/sqlite3.rst:950
10231023
msgid "SQLite type"
1024-
msgstr "Tipo SQLite"
1024+
msgstr "Tipo em SQLite"
10251025

10261026
#: ../../library/sqlite3.rst:935 ../../library/sqlite3.rst:952
10271027
msgid ":const:`None`"

tutorial/stdlib.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ msgid ""
1515
msgstr ""
1616
"Project-Id-Version: Python 3.9\n"
1717
"Report-Msgid-Bugs-To: \n"
18-
"POT-Creation-Date: 2024-08-31 13:14+0000\n"
18+
"POT-Creation-Date: 2024-10-04 16:32+0000\n"
1919
"PO-Revision-Date: 2017-02-16 23:41+0000\n"
2020
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
2121
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -113,9 +113,9 @@ msgid ""
113113
"txt``, the script sets ``args.lines`` to ``5`` and ``args.filenames`` to "
114114
"``['alpha.txt', 'beta.txt']``."
115115
msgstr ""
116-
"Quando executada a linha de comando ``python top.py --lines=5 alpha.txt beta."
117-
"txt``, o script define ``args.lines`` para ``5`` e ``args.filenames`` para "
118-
"``['alpha.txt', 'beta.txt']``."
116+
"Quando executada na linha de comando ``python topo.py --linhas=5 alfa.txt "
117+
"beta.txt``, o script define ``args.linhas`` para ``5`` e ``args.arquivos`` "
118+
"para ``['alfa.txt', 'beta.txt']``."
119119

120120
#: ../../tutorial/stdlib.rst:97
121121
msgid "Error Output Redirection and Program Termination"

0 commit comments

Comments
 (0)