@@ -909,51 +909,51 @@ msgstr ""
909
909
910
910
#: ../../library/zipfile.rst:593
911
911
msgid "System which created ZIP archive."
912
- msgstr ""
912
+ msgstr "O sistema que criou o pacote ZIP. "
913
913
914
914
#: ../../library/zipfile.rst:598
915
915
msgid "PKZIP version which created ZIP archive."
916
- msgstr ""
916
+ msgstr "A versão do PKZIP que criou o pacote ZIP. "
917
917
918
918
#: ../../library/zipfile.rst:603
919
919
msgid "PKZIP version needed to extract archive."
920
- msgstr ""
920
+ msgstr "A versão do PKZIP necessária para extrair o pacote. "
921
921
922
922
#: ../../library/zipfile.rst:608
923
923
msgid "Must be zero."
924
- msgstr ""
924
+ msgstr "Deve ser zero "
925
925
926
926
#: ../../library/zipfile.rst:613
927
927
msgid "ZIP flag bits."
928
- msgstr ""
928
+ msgstr "Bits de sinalizador do ZIP. "
929
929
930
930
#: ../../library/zipfile.rst:618
931
931
msgid "Volume number of file header."
932
- msgstr ""
932
+ msgstr "Número de volume do cabeçalho do arquivo. "
933
933
934
934
#: ../../library/zipfile.rst:623
935
935
msgid "Internal attributes."
936
- msgstr ""
936
+ msgstr "Atributos internos. "
937
937
938
938
#: ../../library/zipfile.rst:628
939
939
msgid "External file attributes."
940
- msgstr ""
940
+ msgstr "Atributos de arquivo externo. "
941
941
942
942
#: ../../library/zipfile.rst:633
943
943
msgid "Byte offset to the file header."
944
- msgstr ""
944
+ msgstr "Deslocamento de byte para o cabeçalho do arquivo. "
945
945
946
946
#: ../../library/zipfile.rst:638
947
947
msgid "CRC-32 of the uncompressed file."
948
948
msgstr "CRC-32 do arquivo não comprimido."
949
949
950
950
#: ../../library/zipfile.rst:643
951
951
msgid "Size of the compressed data."
952
- msgstr ""
952
+ msgstr "Tamanho dos dados comprimidos. "
953
953
954
954
#: ../../library/zipfile.rst:648
955
955
msgid "Size of the uncompressed file."
956
- msgstr ""
956
+ msgstr "Tamanho do arquivo não comprimido. "
957
957
958
958
#: ../../library/zipfile.rst:655
959
959
msgid "Command-Line Interface"
@@ -964,43 +964,52 @@ msgid ""
964
964
"The :mod:`zipfile` module provides a simple command-line interface to "
965
965
"interact with ZIP archives."
966
966
msgstr ""
967
+ "O módulo :mod:`zipfile` fornece uma interface de linha de comando simples "
968
+ "para interagir com arquivos ZIP."
967
969
968
970
#: ../../library/zipfile.rst:660
969
971
msgid ""
970
972
"If you want to create a new ZIP archive, specify its name after the :option:"
971
973
"`-c` option and then list the filename(s) that should be included:"
972
974
msgstr ""
975
+ "Se você deseja criar um novo arquivo ZIP, especifique seu nome após a opção :"
976
+ "option:`-c` e, em seguida, liste os nomes dos arquivos que devem ser "
977
+ "incluídos:"
973
978
974
979
#: ../../library/zipfile.rst:667
975
980
msgid "Passing a directory is also acceptable:"
976
- msgstr ""
981
+ msgstr "Passar um diretório também é aceitável: "
977
982
978
983
#: ../../library/zipfile.rst:673
979
984
msgid ""
980
985
"If you want to extract a ZIP archive into the specified directory, use the :"
981
986
"option:`-e` option:"
982
987
msgstr ""
988
+ "Se você deseja extrair um arquivo ZIP para o diretório especificado, use a "
989
+ "opção :option:`-e`:"
983
990
984
991
#: ../../library/zipfile.rst:680
985
992
msgid "For a list of the files in a ZIP archive, use the :option:`-l` option:"
986
993
msgstr ""
994
+ "Para obter uma lista dos arquivos em um arquivo ZIP, use a opção :option:`-"
995
+ "l`:"
987
996
988
997
#: ../../library/zipfile.rst:688
989
998
msgid "Command-line options"
990
999
msgstr "Opções de linha de comando"
991
1000
992
1001
#: ../../library/zipfile.rst:692
993
1002
msgid "List files in a zipfile."
994
- msgstr ""
1003
+ msgstr "Lista arquivos em um arquivo zip. "
995
1004
996
1005
#: ../../library/zipfile.rst:696
997
1006
msgid "Create zipfile from source files."
998
- msgstr ""
1007
+ msgstr "Cria um arquivo zip a partir dos arquivos fonte. "
999
1008
1000
1009
#: ../../library/zipfile.rst:700
1001
1010
msgid "Extract zipfile into target directory."
1002
- msgstr ""
1011
+ msgstr "Extrai um arquivo zip para um diretório de destino. "
1003
1012
1004
1013
#: ../../library/zipfile.rst:704
1005
1014
msgid "Test whether the zipfile is valid or not."
1006
- msgstr ""
1015
+ msgstr "Testa se o arquivo zip é válido ou não. "
0 commit comments