Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c59418a

Browse files
pomerge from 3.10 branch into 3.6
1 parent d793385 commit c59418a

File tree

2 files changed

+26
-17
lines changed

2 files changed

+26
-17
lines changed

library/tarfile.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -919,7 +919,7 @@ msgstr ""
919919

920920
#: ../../library/tarfile.rst:684
921921
msgid "Passing a directory is also acceptable:"
922-
msgstr ""
922+
msgstr "Passar um diretório também é aceitável:"
923923

924924
#: ../../library/tarfile.rst:690
925925
msgid ""

library/zipfile.po

Lines changed: 25 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -909,51 +909,51 @@ msgstr ""
909909

910910
#: ../../library/zipfile.rst:593
911911
msgid "System which created ZIP archive."
912-
msgstr ""
912+
msgstr "O sistema que criou o pacote ZIP."
913913

914914
#: ../../library/zipfile.rst:598
915915
msgid "PKZIP version which created ZIP archive."
916-
msgstr ""
916+
msgstr "A versão do PKZIP que criou o pacote ZIP."
917917

918918
#: ../../library/zipfile.rst:603
919919
msgid "PKZIP version needed to extract archive."
920-
msgstr ""
920+
msgstr "A versão do PKZIP necessária para extrair o pacote."
921921

922922
#: ../../library/zipfile.rst:608
923923
msgid "Must be zero."
924-
msgstr ""
924+
msgstr "Deve ser zero"
925925

926926
#: ../../library/zipfile.rst:613
927927
msgid "ZIP flag bits."
928-
msgstr ""
928+
msgstr "Bits de sinalizador do ZIP."
929929

930930
#: ../../library/zipfile.rst:618
931931
msgid "Volume number of file header."
932-
msgstr ""
932+
msgstr "Número de volume do cabeçalho do arquivo."
933933

934934
#: ../../library/zipfile.rst:623
935935
msgid "Internal attributes."
936-
msgstr ""
936+
msgstr "Atributos internos."
937937

938938
#: ../../library/zipfile.rst:628
939939
msgid "External file attributes."
940-
msgstr ""
940+
msgstr "Atributos de arquivo externo."
941941

942942
#: ../../library/zipfile.rst:633
943943
msgid "Byte offset to the file header."
944-
msgstr ""
944+
msgstr "Deslocamento de byte para o cabeçalho do arquivo."
945945

946946
#: ../../library/zipfile.rst:638
947947
msgid "CRC-32 of the uncompressed file."
948948
msgstr "CRC-32 do arquivo não comprimido."
949949

950950
#: ../../library/zipfile.rst:643
951951
msgid "Size of the compressed data."
952-
msgstr ""
952+
msgstr "Tamanho dos dados comprimidos."
953953

954954
#: ../../library/zipfile.rst:648
955955
msgid "Size of the uncompressed file."
956-
msgstr ""
956+
msgstr "Tamanho do arquivo não comprimido."
957957

958958
#: ../../library/zipfile.rst:655
959959
msgid "Command-Line Interface"
@@ -964,43 +964,52 @@ msgid ""
964964
"The :mod:`zipfile` module provides a simple command-line interface to "
965965
"interact with ZIP archives."
966966
msgstr ""
967+
"O módulo :mod:`zipfile` fornece uma interface de linha de comando simples "
968+
"para interagir com arquivos ZIP."
967969

968970
#: ../../library/zipfile.rst:660
969971
msgid ""
970972
"If you want to create a new ZIP archive, specify its name after the :option:"
971973
"`-c` option and then list the filename(s) that should be included:"
972974
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:"
973978

974979
#: ../../library/zipfile.rst:667
975980
msgid "Passing a directory is also acceptable:"
976-
msgstr ""
981+
msgstr "Passar um diretório também é aceitável:"
977982

978983
#: ../../library/zipfile.rst:673
979984
msgid ""
980985
"If you want to extract a ZIP archive into the specified directory, use the :"
981986
"option:`-e` option:"
982987
msgstr ""
988+
"Se você deseja extrair um arquivo ZIP para o diretório especificado, use a "
989+
"opção :option:`-e`:"
983990

984991
#: ../../library/zipfile.rst:680
985992
msgid "For a list of the files in a ZIP archive, use the :option:`-l` option:"
986993
msgstr ""
994+
"Para obter uma lista dos arquivos em um arquivo ZIP, use a opção :option:`-"
995+
"l`:"
987996

988997
#: ../../library/zipfile.rst:688
989998
msgid "Command-line options"
990999
msgstr "Opções de linha de comando"
9911000

9921001
#: ../../library/zipfile.rst:692
9931002
msgid "List files in a zipfile."
994-
msgstr ""
1003+
msgstr "Lista arquivos em um arquivo zip."
9951004

9961005
#: ../../library/zipfile.rst:696
9971006
msgid "Create zipfile from source files."
998-
msgstr ""
1007+
msgstr "Cria um arquivo zip a partir dos arquivos fonte."
9991008

10001009
#: ../../library/zipfile.rst:700
10011010
msgid "Extract zipfile into target directory."
1002-
msgstr ""
1011+
msgstr "Extrai um arquivo zip para um diretório de destino."
10031012

10041013
#: ../../library/zipfile.rst:704
10051014
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

Comments
 (0)