@@ -584,51 +584,51 @@ msgstr ""
584584
585585#: ../../library/zipfile.rst:443
586586msgid "System which created ZIP archive."
587- msgstr ""
587+ msgstr "O sistema que criou o pacote ZIP. "
588588
589589#: ../../library/zipfile.rst:448
590590msgid "PKZIP version which created ZIP archive."
591- msgstr ""
591+ msgstr "A versão do PKZIP que criou o pacote ZIP. "
592592
593593#: ../../library/zipfile.rst:453
594594msgid "PKZIP version needed to extract archive."
595- msgstr ""
595+ msgstr "A versão do PKZIP necessária para extrair o pacote. "
596596
597597#: ../../library/zipfile.rst:458
598598msgid "Must be zero."
599- msgstr ""
599+ msgstr "Deve ser zero "
600600
601601#: ../../library/zipfile.rst:463
602602msgid "ZIP flag bits."
603- msgstr ""
603+ msgstr "Bits de sinalizador do ZIP. "
604604
605605#: ../../library/zipfile.rst:468
606606msgid "Volume number of file header."
607- msgstr ""
607+ msgstr "Número de volume do cabeçalho do arquivo. "
608608
609609#: ../../library/zipfile.rst:473
610610msgid "Internal attributes."
611- msgstr ""
611+ msgstr "Atributos internos. "
612612
613613#: ../../library/zipfile.rst:478
614614msgid "External file attributes."
615- msgstr ""
615+ msgstr "Atributos de arquivo externo. "
616616
617617#: ../../library/zipfile.rst:483
618618msgid "Byte offset to the file header."
619- msgstr ""
619+ msgstr "Deslocamento de byte para o cabeçalho do arquivo. "
620620
621621#: ../../library/zipfile.rst:488
622622msgid "CRC-32 of the uncompressed file."
623623msgstr "CRC-32 do arquivo não comprimido."
624624
625625#: ../../library/zipfile.rst:493
626626msgid "Size of the compressed data."
627- msgstr ""
627+ msgstr "Tamanho dos dados comprimidos. "
628628
629629#: ../../library/zipfile.rst:498
630630msgid "Size of the uncompressed file."
631- msgstr ""
631+ msgstr "Tamanho do arquivo não comprimido. "
632632
633633#: ../../library/zipfile.rst:505
634634msgid "Command-Line Interface"
@@ -639,43 +639,52 @@ msgid ""
639639"The :mod:`zipfile` module provides a simple command-line interface to "
640640"interact with ZIP archives."
641641msgstr ""
642+ "O módulo :mod:`zipfile` fornece uma interface de linha de comando simples "
643+ "para interagir com arquivos ZIP."
642644
643645#: ../../library/zipfile.rst:510
644646msgid ""
645647"If you want to create a new ZIP archive, specify its name after the :option:"
646648"`-c` option and then list the filename(s) that should be included:"
647649msgstr ""
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:"
648653
649654#: ../../library/zipfile.rst:517
650655msgid "Passing a directory is also acceptable:"
651- msgstr ""
656+ msgstr "Passar um diretório também é aceitável: "
652657
653658#: ../../library/zipfile.rst:523
654659msgid ""
655660"If you want to extract a ZIP archive into the specified directory, use the :"
656661"option:`-e` option:"
657662msgstr ""
663+ "Se você deseja extrair um arquivo ZIP para o diretório especificado, use a "
664+ "opção :option:`-e`:"
658665
659666#: ../../library/zipfile.rst:530
660667msgid "For a list of the files in a ZIP archive, use the :option:`-l` option:"
661668msgstr ""
669+ "Para obter uma lista dos arquivos em um arquivo ZIP, use a opção :option:`-"
670+ "l`:"
662671
663672#: ../../library/zipfile.rst:538
664673msgid "Command-line options"
665674msgstr "Opções de linha de comando"
666675
667676#: ../../library/zipfile.rst:542
668677msgid "List files in a zipfile."
669- msgstr ""
678+ msgstr "Lista arquivos em um arquivo zip. "
670679
671680#: ../../library/zipfile.rst:546
672681msgid "Create zipfile from source files."
673- msgstr ""
682+ msgstr "Cria um arquivo zip a partir dos arquivos fonte. "
674683
675684#: ../../library/zipfile.rst:550
676685msgid "Extract zipfile into target directory."
677- msgstr ""
686+ msgstr "Extrai um arquivo zip para um diretório de destino. "
678687
679688#: ../../library/zipfile.rst:554
680689msgid "Test whether the zipfile is valid or not."
681- msgstr ""
690+ msgstr "Testa se o arquivo zip é válido ou não. "