@@ -1004,51 +1004,51 @@ msgstr ""
1004
1004
1005
1005
#: ../../library/zipfile.rst:616
1006
1006
msgid "System which created ZIP archive."
1007
- msgstr ""
1007
+ msgstr "O sistema que criou o pacote ZIP. "
1008
1008
1009
1009
#: ../../library/zipfile.rst:621
1010
1010
msgid "PKZIP version which created ZIP archive."
1011
- msgstr ""
1011
+ msgstr "A versão do PKZIP que criou o pacote ZIP. "
1012
1012
1013
1013
#: ../../library/zipfile.rst:626
1014
1014
msgid "PKZIP version needed to extract archive."
1015
- msgstr ""
1015
+ msgstr "A versão do PKZIP necessária para extrair o pacote. "
1016
1016
1017
1017
#: ../../library/zipfile.rst:631
1018
1018
msgid "Must be zero."
1019
- msgstr ""
1019
+ msgstr "Deve ser zero "
1020
1020
1021
1021
#: ../../library/zipfile.rst:636
1022
1022
msgid "ZIP flag bits."
1023
- msgstr ""
1023
+ msgstr "Bits de sinalizador do ZIP. "
1024
1024
1025
1025
#: ../../library/zipfile.rst:641
1026
1026
msgid "Volume number of file header."
1027
- msgstr ""
1027
+ msgstr "Número de volume do cabeçalho do arquivo. "
1028
1028
1029
1029
#: ../../library/zipfile.rst:646
1030
1030
msgid "Internal attributes."
1031
- msgstr ""
1031
+ msgstr "Atributos internos. "
1032
1032
1033
1033
#: ../../library/zipfile.rst:651
1034
1034
msgid "External file attributes."
1035
- msgstr ""
1035
+ msgstr "Atributos de arquivo externo. "
1036
1036
1037
1037
#: ../../library/zipfile.rst:656
1038
1038
msgid "Byte offset to the file header."
1039
- msgstr ""
1039
+ msgstr "Deslocamento de byte para o cabeçalho do arquivo. "
1040
1040
1041
1041
#: ../../library/zipfile.rst:661
1042
1042
msgid "CRC-32 of the uncompressed file."
1043
1043
msgstr "CRC-32 do arquivo não comprimido."
1044
1044
1045
1045
#: ../../library/zipfile.rst:666
1046
1046
msgid "Size of the compressed data."
1047
- msgstr ""
1047
+ msgstr "Tamanho dos dados comprimidos. "
1048
1048
1049
1049
#: ../../library/zipfile.rst:671
1050
1050
msgid "Size of the uncompressed file."
1051
- msgstr ""
1051
+ msgstr "Tamanho do arquivo não comprimido. "
1052
1052
1053
1053
#: ../../library/zipfile.rst:678
1054
1054
msgid "Command-Line Interface"
@@ -1059,43 +1059,52 @@ msgid ""
1059
1059
"The :mod:`zipfile` module provides a simple command-line interface to "
1060
1060
"interact with ZIP archives."
1061
1061
msgstr ""
1062
+ "O módulo :mod:`zipfile` fornece uma interface de linha de comando simples "
1063
+ "para interagir com arquivos ZIP."
1062
1064
1063
1065
#: ../../library/zipfile.rst:683
1064
1066
msgid ""
1065
1067
"If you want to create a new ZIP archive, specify its name after the :option:"
1066
1068
"`-c` option and then list the filename(s) that should be included:"
1067
1069
msgstr ""
1070
+ "Se você deseja criar um novo arquivo ZIP, especifique seu nome após a opção :"
1071
+ "option:`-c` e, em seguida, liste os nomes dos arquivos que devem ser "
1072
+ "incluídos:"
1068
1073
1069
1074
#: ../../library/zipfile.rst:690
1070
1075
msgid "Passing a directory is also acceptable:"
1071
- msgstr ""
1076
+ msgstr "Passar um diretório também é aceitável: "
1072
1077
1073
1078
#: ../../library/zipfile.rst:696
1074
1079
msgid ""
1075
1080
"If you want to extract a ZIP archive into the specified directory, use the :"
1076
1081
"option:`-e` option:"
1077
1082
msgstr ""
1083
+ "Se você deseja extrair um arquivo ZIP para o diretório especificado, use a "
1084
+ "opção :option:`-e`:"
1078
1085
1079
1086
#: ../../library/zipfile.rst:703
1080
1087
msgid "For a list of the files in a ZIP archive, use the :option:`-l` option:"
1081
1088
msgstr ""
1089
+ "Para obter uma lista dos arquivos em um arquivo ZIP, use a opção :option:`-"
1090
+ "l`:"
1082
1091
1083
1092
#: ../../library/zipfile.rst:711
1084
1093
msgid "Command-line options"
1085
1094
msgstr "Opções de linha de comando"
1086
1095
1087
1096
#: ../../library/zipfile.rst:716
1088
1097
msgid "List files in a zipfile."
1089
- msgstr ""
1098
+ msgstr "Lista arquivos em um arquivo zip. "
1090
1099
1091
1100
#: ../../library/zipfile.rst:721
1092
1101
msgid "Create zipfile from source files."
1093
- msgstr ""
1102
+ msgstr "Cria um arquivo zip a partir dos arquivos fonte. "
1094
1103
1095
1104
#: ../../library/zipfile.rst:726
1096
1105
msgid "Extract zipfile into target directory."
1097
- msgstr ""
1106
+ msgstr "Extrai um arquivo zip para um diretório de destino. "
1098
1107
1099
1108
#: ../../library/zipfile.rst:731
1100
1109
msgid "Test whether the zipfile is valid or not."
1101
- msgstr ""
1110
+ msgstr "Testa se o arquivo zip é válido ou não. "