@@ -584,51 +584,51 @@ msgstr ""
584
584
585
585
#: ../../library/zipfile.rst:443
586
586
msgid "System which created ZIP archive."
587
- msgstr ""
587
+ msgstr "O sistema que criou o pacote ZIP. "
588
588
589
589
#: ../../library/zipfile.rst:448
590
590
msgid "PKZIP version which created ZIP archive."
591
- msgstr ""
591
+ msgstr "A versão do PKZIP que criou o pacote ZIP. "
592
592
593
593
#: ../../library/zipfile.rst:453
594
594
msgid "PKZIP version needed to extract archive."
595
- msgstr ""
595
+ msgstr "A versão do PKZIP necessária para extrair o pacote. "
596
596
597
597
#: ../../library/zipfile.rst:458
598
598
msgid "Must be zero."
599
- msgstr ""
599
+ msgstr "Deve ser zero "
600
600
601
601
#: ../../library/zipfile.rst:463
602
602
msgid "ZIP flag bits."
603
- msgstr ""
603
+ msgstr "Bits de sinalizador do ZIP. "
604
604
605
605
#: ../../library/zipfile.rst:468
606
606
msgid "Volume number of file header."
607
- msgstr ""
607
+ msgstr "Número de volume do cabeçalho do arquivo. "
608
608
609
609
#: ../../library/zipfile.rst:473
610
610
msgid "Internal attributes."
611
- msgstr ""
611
+ msgstr "Atributos internos. "
612
612
613
613
#: ../../library/zipfile.rst:478
614
614
msgid "External file attributes."
615
- msgstr ""
615
+ msgstr "Atributos de arquivo externo. "
616
616
617
617
#: ../../library/zipfile.rst:483
618
618
msgid "Byte offset to the file header."
619
- msgstr ""
619
+ msgstr "Deslocamento de byte para o cabeçalho do arquivo. "
620
620
621
621
#: ../../library/zipfile.rst:488
622
622
msgid "CRC-32 of the uncompressed file."
623
623
msgstr "CRC-32 do arquivo não comprimido."
624
624
625
625
#: ../../library/zipfile.rst:493
626
626
msgid "Size of the compressed data."
627
- msgstr ""
627
+ msgstr "Tamanho dos dados comprimidos. "
628
628
629
629
#: ../../library/zipfile.rst:498
630
630
msgid "Size of the uncompressed file."
631
- msgstr ""
631
+ msgstr "Tamanho do arquivo não comprimido. "
632
632
633
633
#: ../../library/zipfile.rst:505
634
634
msgid "Command-Line Interface"
@@ -639,43 +639,52 @@ msgid ""
639
639
"The :mod:`zipfile` module provides a simple command-line interface to "
640
640
"interact with ZIP archives."
641
641
msgstr ""
642
+ "O módulo :mod:`zipfile` fornece uma interface de linha de comando simples "
643
+ "para interagir com arquivos ZIP."
642
644
643
645
#: ../../library/zipfile.rst:510
644
646
msgid ""
645
647
"If you want to create a new ZIP archive, specify its name after the :option:"
646
648
"`-c` option and then list the filename(s) that should be included:"
647
649
msgstr ""
650
+ "Se você deseja criar um novo arquivo ZIP, especifique seu nome após a opção :"
651
+ "option:`-c` e, em seguida, liste os nomes dos arquivos que devem ser "
652
+ "incluídos:"
648
653
649
654
#: ../../library/zipfile.rst:517
650
655
msgid "Passing a directory is also acceptable:"
651
- msgstr ""
656
+ msgstr "Passar um diretório também é aceitável: "
652
657
653
658
#: ../../library/zipfile.rst:523
654
659
msgid ""
655
660
"If you want to extract a ZIP archive into the specified directory, use the :"
656
661
"option:`-e` option:"
657
662
msgstr ""
663
+ "Se você deseja extrair um arquivo ZIP para o diretório especificado, use a "
664
+ "opção :option:`-e`:"
658
665
659
666
#: ../../library/zipfile.rst:530
660
667
msgid "For a list of the files in a ZIP archive, use the :option:`-l` option:"
661
668
msgstr ""
669
+ "Para obter uma lista dos arquivos em um arquivo ZIP, use a opção :option:`-"
670
+ "l`:"
662
671
663
672
#: ../../library/zipfile.rst:538
664
673
msgid "Command-line options"
665
674
msgstr "Opções de linha de comando"
666
675
667
676
#: ../../library/zipfile.rst:542
668
677
msgid "List files in a zipfile."
669
- msgstr ""
678
+ msgstr "Lista arquivos em um arquivo zip. "
670
679
671
680
#: ../../library/zipfile.rst:546
672
681
msgid "Create zipfile from source files."
673
- msgstr ""
682
+ msgstr "Cria um arquivo zip a partir dos arquivos fonte. "
674
683
675
684
#: ../../library/zipfile.rst:550
676
685
msgid "Extract zipfile into target directory."
677
- msgstr ""
686
+ msgstr "Extrai um arquivo zip para um diretório de destino. "
678
687
679
688
#: ../../library/zipfile.rst:554
680
689
msgid "Test whether the zipfile is valid or not."
681
- msgstr ""
690
+ msgstr "Testa se o arquivo zip é válido ou não. "