|
5 | 5 | # |
6 | 6 | # Translators: |
7 | 7 | # python-doc bot, 2025 |
| 8 | +# Rafael Fontenelle <rffontenelle@gmail.com>, 2025 |
8 | 9 | # |
9 | 10 | #, fuzzy |
10 | 11 | msgid "" |
11 | 12 | msgstr "" |
12 | 13 | "Project-Id-Version: Python 3.9\n" |
13 | 14 | "Report-Msgid-Bugs-To: \n" |
14 | | -"POT-Creation-Date: 2025-09-22 21:56+0000\n" |
| 15 | +"POT-Creation-Date: 2025-10-03 17:51+0000\n" |
15 | 16 | "PO-Revision-Date: 2025-09-22 17:55+0000\n" |
16 | | -"Last-Translator: python-doc bot, 2025\n" |
| 17 | +"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n" |
17 | 18 | "Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/" |
18 | 19 | "teams/5390/pt_BR/)\n" |
19 | 20 | "Language: pt_BR\n" |
@@ -420,88 +421,100 @@ msgid "" |
420 | 421 | "Hash objects from this module follow the API of standard library's :mod:" |
421 | 422 | "`hashlib` objects." |
422 | 423 | msgstr "" |
| 424 | +"Os objetos hash deste módulo seguem a API dos objetos :mod:`hashlib` da " |
| 425 | +"biblioteca padrão." |
423 | 426 |
|
424 | 427 | #: ../../library/hashlib.rst:315 |
425 | 428 | msgid "Creating hash objects" |
426 | | -msgstr "" |
| 429 | +msgstr "Criando objetos hash" |
427 | 430 |
|
428 | 431 | #: ../../library/hashlib.rst:317 |
429 | 432 | msgid "New hash objects are created by calling constructor functions:" |
430 | | -msgstr "" |
| 433 | +msgstr "Novos objetos hash são criados chamando funções construtoras:" |
431 | 434 |
|
432 | 435 | #: ../../library/hashlib.rst:331 |
433 | 436 | msgid "" |
434 | 437 | "These functions return the corresponding hash objects for calculating " |
435 | 438 | "BLAKE2b or BLAKE2s. They optionally take these general parameters:" |
436 | 439 | msgstr "" |
| 440 | +"Essas funções retornam os objetos hash correspondentes para calcular BLAKE2b " |
| 441 | +"ou BLAKE2s. Opcionalmente, elas aceitam estes parâmetros gerais:" |
437 | 442 |
|
438 | 443 | #: ../../library/hashlib.rst:334 |
439 | 444 | msgid "" |
440 | 445 | "*data*: initial chunk of data to hash, which must be :term:`bytes-like " |
441 | 446 | "object`. It can be passed only as positional argument." |
442 | 447 | msgstr "" |
| 448 | +"*data*: pedaço inicial de dados para hash, que deve ser :term:`objeto bytes " |
| 449 | +"ou similar`. Pode ser passado apenas como argumento posicional." |
443 | 450 |
|
444 | 451 | #: ../../library/hashlib.rst:337 |
445 | 452 | msgid "*digest_size*: size of output digest in bytes." |
446 | | -msgstr "" |
| 453 | +msgstr "*digest_size*: tamanho do resumo de saída em bytes." |
447 | 454 |
|
448 | 455 | #: ../../library/hashlib.rst:339 |
449 | 456 | msgid "" |
450 | 457 | "*key*: key for keyed hashing (up to 64 bytes for BLAKE2b, up to 32 bytes for " |
451 | 458 | "BLAKE2s)." |
452 | 459 | msgstr "" |
| 460 | +"*key*: chave para hash com chave (até 64 bytes para BLAKE2b, até 32 bytes " |
| 461 | +"para BLAKE2s)." |
453 | 462 |
|
454 | 463 | #: ../../library/hashlib.rst:342 |
455 | 464 | msgid "" |
456 | 465 | "*salt*: salt for randomized hashing (up to 16 bytes for BLAKE2b, up to 8 " |
457 | 466 | "bytes for BLAKE2s)." |
458 | 467 | msgstr "" |
| 468 | +"*salt*: sal para hash aleatório (até 16 bytes para BLAKE2b, até 8 bytes para " |
| 469 | +"BLAKE2s)." |
459 | 470 |
|
460 | 471 | #: ../../library/hashlib.rst:345 |
461 | 472 | msgid "" |
462 | 473 | "*person*: personalization string (up to 16 bytes for BLAKE2b, up to 8 bytes " |
463 | 474 | "for BLAKE2s)." |
464 | 475 | msgstr "" |
| 476 | +"*person*: string de personalização (até 16 bytes para BLAKE2b, até 8 bytes " |
| 477 | +"para BLAKE2s)." |
465 | 478 |
|
466 | 479 | #: ../../library/hashlib.rst:348 |
467 | 480 | msgid "The following table shows limits for general parameters (in bytes):" |
468 | | -msgstr "" |
| 481 | +msgstr "A tabela a seguir mostra os limites para parâmetros gerais (em bytes):" |
469 | 482 |
|
470 | 483 | #: ../../library/hashlib.rst:351 |
471 | 484 | msgid "Hash" |
472 | | -msgstr "" |
| 485 | +msgstr "Hash" |
473 | 486 |
|
474 | 487 | #: ../../library/hashlib.rst:351 |
475 | 488 | msgid "digest_size" |
476 | 489 | msgstr "digest_size" |
477 | 490 |
|
478 | 491 | #: ../../library/hashlib.rst:351 |
479 | 492 | msgid "len(key)" |
480 | | -msgstr "" |
| 493 | +msgstr "len(key)" |
481 | 494 |
|
482 | 495 | #: ../../library/hashlib.rst:351 |
483 | 496 | msgid "len(salt)" |
484 | | -msgstr "" |
| 497 | +msgstr "len(salt)" |
485 | 498 |
|
486 | 499 | #: ../../library/hashlib.rst:351 |
487 | 500 | msgid "len(person)" |
488 | | -msgstr "" |
| 501 | +msgstr "len(person)" |
489 | 502 |
|
490 | 503 | #: ../../library/hashlib.rst:353 |
491 | 504 | msgid "BLAKE2b" |
492 | | -msgstr "" |
| 505 | +msgstr "BLAKE2b" |
493 | 506 |
|
494 | 507 | #: ../../library/hashlib.rst:353 |
495 | 508 | msgid "64" |
496 | | -msgstr "" |
| 509 | +msgstr "64" |
497 | 510 |
|
498 | 511 | #: ../../library/hashlib.rst:353 |
499 | 512 | msgid "16" |
500 | 513 | msgstr "16" |
501 | 514 |
|
502 | 515 | #: ../../library/hashlib.rst:354 |
503 | 516 | msgid "BLAKE2s" |
504 | | -msgstr "" |
| 517 | +msgstr "BLAKE2s" |
505 | 518 |
|
506 | 519 | #: ../../library/hashlib.rst:354 |
507 | 520 | msgid "32" |
|
0 commit comments