Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit be786bb

Browse files
pomerge from 3.10 branch into 3.6
1 parent 74e706d commit be786bb

File tree

3 files changed

+27
-4
lines changed

3 files changed

+27
-4
lines changed

library/collections.po

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,10 @@ msgid ""
274274
"has options to control whether writes and other mutations apply only to the "
275275
"first mapping or to any mapping in the chain."
276276
msgstr ""
277+
"A `receita de Contextos Aninhados <https://code.activestate.com/"
278+
"recipes/577434/>`_ possui opções para controlar se escritas e outras "
279+
"mutações se aplicam a apenas o primeiro mapeamento ou para qualquer "
280+
"mapeamento na cadeia."
277281

278282
#: ../../library/collections.rst:124
279283
msgid ""
@@ -283,28 +287,34 @@ msgstr ""
283287

284288
#: ../../library/collections.rst:129
285289
msgid ":class:`ChainMap` Examples and Recipes"
286-
msgstr ""
290+
msgstr "Exemplos e Receitas de :class:`ChainMap`"
287291

288292
#: ../../library/collections.rst:131
289293
msgid "This section shows various approaches to working with chained maps."
290294
msgstr ""
295+
"Esta seção mostra várias abordagens para trabalhar com mapas encadeados."
291296

292297
#: ../../library/collections.rst:134
293298
msgid "Example of simulating Python's internal lookup chain::"
294-
msgstr ""
299+
msgstr "Exemplo de simulação da cadeia de busca interna do Python::"
295300

296301
#: ../../library/collections.rst:139
297302
msgid ""
298303
"Example of letting user specified command-line arguments take precedence "
299304
"over environment variables which in turn take precedence over default "
300305
"values::"
301306
msgstr ""
307+
"Exemplo de como permitir que os argumentos de linha de comando especificados "
308+
"pelo usuário tenham precedência sobre as variáveis de ambiente que, por sua "
309+
"vez, têm precedência sobre os valores padrão::"
302310

303311
#: ../../library/collections.rst:156
304312
msgid ""
305313
"Example patterns for using the :class:`ChainMap` class to simulate nested "
306314
"contexts::"
307315
msgstr ""
316+
"Padrões de exemplo para utilização da classe :class:`ChainMap` para simular "
317+
"contextos aninhados::"
308318

309319
#: ../../library/collections.rst:175
310320
msgid ""
@@ -313,16 +323,22 @@ msgid ""
313323
"However, if deep writes and deletions are desired, it is easy to make a "
314324
"subclass that updates keys found deeper in the chain::"
315325
msgstr ""
326+
"A classe :class:`ChainMap` só faz atualizações (escritas e remoções) no "
327+
"primeiro mapeamento na cadeia, enquanto as pesquisas irão buscar em toda a "
328+
"cadeia. Contudo, se há o desejo de escritas e remoções profundas, é fácil "
329+
"fazer uma subclasse que atualiza chaves encontradas mais a fundo na cadeia::"
316330

317331
#: ../../library/collections.rst:206
318332
msgid ":class:`Counter` objects"
319-
msgstr ""
333+
msgstr "Objetos :class:`Counter`"
320334

321335
#: ../../library/collections.rst:208
322336
msgid ""
323337
"A counter tool is provided to support convenient and rapid tallies. For "
324338
"example::"
325339
msgstr ""
340+
"Uma ferramenta de contagem é fornecida para apoiar contas rápidas e "
341+
"convenientes. Por exemplo::"
326342

327343
#: ../../library/collections.rst:227
328344
msgid ""

library/unittest.po

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2054,6 +2054,8 @@ msgid ""
20542054
"Return the number of tests represented by this test object. For :class:"
20552055
"`TestCase` instances, this will always be ``1``."
20562056
msgstr ""
2057+
"Retorna o número de testes representados por esse objeto de teste. Para "
2058+
"instâncias :class:`TestCase` será sempre``1``."
20572059

20582060
#: ../../library/unittest.rst:1374
20592061
msgid ""
@@ -2074,13 +2076,18 @@ msgid ""
20742076
"Return a string identifying the specific test case. This is usually the "
20752077
"full name of the test method, including the module and class name."
20762078
msgstr ""
2079+
"Retorna uma string identificando o caso de teste específico. Geralmente é o "
2080+
"nome completo do método do teste, incluindo o módulo e o nome da classe."
20772081

20782082
#: ../../library/unittest.rst:1391
20792083
msgid ""
20802084
"Returns a description of the test, or ``None`` if no description has been "
20812085
"provided. The default implementation of this method returns the first line "
20822086
"of the test method's docstring, if available, or ``None``."
20832087
msgstr ""
2088+
"Retorna uma descrição do teste ou``None`` se nenhuma descrição for "
2089+
"fornecida. A implementação padrão desse método retorna a primeira linha da "
2090+
"docstring do método do teste, se disponível, ou ``None``."
20842091

20852092
#: ../../library/unittest.rst:1396
20862093
msgid ""

whatsnew/3.3.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1323,7 +1323,7 @@ msgstr ""
13231323

13241324
#: ../../whatsnew/3.3.rst:983
13251325
msgid "codecs"
1326-
msgstr ""
1326+
msgstr "codecs"
13271327

13281328
#: ../../whatsnew/3.3.rst:985
13291329
msgid ""

0 commit comments

Comments
 (0)