@@ -527,38 +527,40 @@ msgid ""
527527"The default character encoding: ``'utf-8'`` on Windows, the value returned "
528528"by :func:`sys.getfilesystemencoding` otherwise."
529529msgstr ""
530+ "A codificação de caracteres padrão: ``'utf-8'`` no Windows, o valor "
531+ "retornado por :func:`sys.getfilesystemencoding`, caso contrário."
530532
531533#: ../../library/tarfile.rst:262
532534msgid "A regular file :attr:`~TarInfo.type`."
533535msgstr "Um arquivo normal :attr:`~TarInfo.type`."
534536
535537#: ../../library/tarfile.rst:266
536538msgid "A link (inside tarfile) :attr:`~TarInfo.type`."
537- msgstr ""
539+ msgstr "Um link (dentro do arquivo tar) :attr:`~TarInfo.type`. "
538540
539541#: ../../library/tarfile.rst:270
540542msgid "A symbolic link :attr:`~TarInfo.type`."
541- msgstr ""
543+ msgstr "Um link simbólico :attr:`~TarInfo.type`. "
542544
543545#: ../../library/tarfile.rst:274
544546msgid "A character special device :attr:`~TarInfo.type`."
545- msgstr ""
547+ msgstr "Um dispositivo especial de caracteres :attr:`~TarInfo.type`. "
546548
547549#: ../../library/tarfile.rst:278
548550msgid "A block special device :attr:`~TarInfo.type`."
549- msgstr ""
551+ msgstr "Um dispositivo especial de bloco :attr:`~TarInfo.type`. "
550552
551553#: ../../library/tarfile.rst:282
552554msgid "A directory :attr:`~TarInfo.type`."
553- msgstr ""
555+ msgstr "Um diretório :attr:`~TarInfo.type`. "
554556
555557#: ../../library/tarfile.rst:286
556558msgid "A FIFO special device :attr:`~TarInfo.type`."
557- msgstr ""
559+ msgstr "Um dispositivo especial de FIFO :attr:`~TarInfo.type`. "
558560
559561#: ../../library/tarfile.rst:290
560562msgid "A contiguous file :attr:`~TarInfo.type`."
561- msgstr ""
563+ msgstr "Um arquivo contíguo :attr:`~TarInfo.type`. "
562564
563565#: ../../library/tarfile.rst:294
564566msgid "A GNU tar longname :attr:`~TarInfo.type`."
0 commit comments