@@ -486,20 +486,25 @@ msgid ""
486
486
"and :meth:`.infolist` methods of :class:`ZipFile` objects. Each object "
487
487
"stores information about a single member of the ZIP archive."
488
488
msgstr ""
489
+ "Instâncias da classe :class:`ZipInfo` são retornadas pelos métodos :meth:`."
490
+ "getinfo` e :meth:`.infolist` dos objetos :class:`ZipFile`. Cada objeto "
491
+ "armazena informações sobre um único membro do arquivo ZIP."
489
492
490
493
#: ../../library/zipfile.rst:391
491
494
msgid "Instances have the following attributes:"
492
495
msgstr ""
493
496
494
497
#: ../../library/zipfile.rst:396
495
498
msgid "Name of the file in the archive."
496
- msgstr ""
499
+ msgstr "Nome do arquivo no pacote. "
497
500
498
501
#: ../../library/zipfile.rst:401
499
502
msgid ""
500
503
"The time and date of the last modification to the archive member. This is a "
501
504
"tuple of six values:"
502
505
msgstr ""
506
+ "A hora e a data da última modificação do membro do arquivo. Esta é uma tupla "
507
+ "de seis valores:"
503
508
504
509
#: ../../library/zipfile.rst:405
505
510
msgid "Index"
@@ -515,31 +520,31 @@ msgstr "``0``"
515
520
516
521
#: ../../library/zipfile.rst:407
517
522
msgid "Year (>= 1980)"
518
- msgstr ""
523
+ msgstr "Ano (>= 1980) "
519
524
520
525
#: ../../library/zipfile.rst:409
521
526
msgid "``1``"
522
527
msgstr "``1``"
523
528
524
529
#: ../../library/zipfile.rst:409
525
530
msgid "Month (one-based)"
526
- msgstr ""
531
+ msgstr "Mês (iniciado em 1) "
527
532
528
533
#: ../../library/zipfile.rst:411
529
534
msgid "``2``"
530
535
msgstr "``2``"
531
536
532
537
#: ../../library/zipfile.rst:411
533
538
msgid "Day of month (one-based)"
534
- msgstr ""
539
+ msgstr "Dia do mês (iniciado em 1) "
535
540
536
541
#: ../../library/zipfile.rst:413
537
542
msgid "``3``"
538
543
msgstr "``3``"
539
544
540
545
#: ../../library/zipfile.rst:413
541
546
msgid "Hours (zero-based)"
542
- msgstr ""
547
+ msgstr "Horas (iniciado em 0) "
543
548
544
549
#: ../../library/zipfile.rst:415
545
550
msgid "``4``"
@@ -555,15 +560,17 @@ msgstr "``5``"
555
560
556
561
#: ../../library/zipfile.rst:417
557
562
msgid "Seconds (zero-based)"
558
- msgstr ""
563
+ msgstr "Segundos (iniciado em 0) "
559
564
560
565
#: ../../library/zipfile.rst:422
561
566
msgid "The ZIP file format does not support timestamps before 1980."
562
567
msgstr ""
568
+ "O formato de arquivo ZIP não oferece suporte a carimbos de data/hora "
569
+ "anteriores a 1980."
563
570
564
571
#: ../../library/zipfile.rst:427
565
572
msgid "Type of compression for the archive member."
566
- msgstr ""
573
+ msgstr "Tipo de compressão do membro do pacote. "
567
574
568
575
#: ../../library/zipfile.rst:432
569
576
msgid "Comment for the individual archive member."