@@ -3609,24 +3609,37 @@ msgid ""
36093609"implementations. For compatibility with older Python versions, accessing :"
36103610"class:`stat_result` as a tuple always returns integers."
36113611msgstr ""
3612+ "Para compatibilidade com versões anteriores, uma instância de :class:"
3613+ "`stat_result` também é acessível como uma tupla de pelo menos 10 inteiros, "
3614+ "fornecendo os membros mais importantes (e portáveis) da estrutura :c:type:"
3615+ "`stat`, na ordem :attr:`st_mode`, :attr:`st_ino`, :attr:`st_dev`, :attr:"
3616+ "`st_nlink`, :attr:`st_uid`, :attr:`st_gid`, :attr:`st_size`, :attr:"
3617+ "`st_atime`, :attr:`st_mtime`, :attr:`st_ctime`. Mais itens podem ser "
3618+ "adicionados no final por algumas implementações. Para compatibilidade com "
3619+ "versões mais antigas do Python, acessar :class:`stat_result` como uma tupla "
3620+ "sempre retorna inteiros."
36123621
36133622#: ../../library/os.rst:2559
36143623msgid ""
36153624"Added the :attr:`st_atime_ns`, :attr:`st_mtime_ns`, and :attr:`st_ctime_ns` "
36163625"members."
36173626msgstr ""
3627+ "Adicionados os membros :attr:`st_atime_ns`, :attr:`st_mtime_ns` e :attr:"
3628+ "`st_ctime_ns`."
36183629
36193630#: ../../library/os.rst:2563
36203631msgid "Added the :attr:`st_file_attributes` member on Windows."
3621- msgstr ""
3632+ msgstr "Adicionado o membro :attr:`st_file_attributes` no Windows. "
36223633
36233634#: ../../library/os.rst:2566
36243635msgid "Windows now returns the file index as :attr:`st_ino` when available."
36253636msgstr ""
3637+ "Windows agora retorna o arquivo de índice como :attr:`st_ino` quando "
3638+ "disponível."
36263639
36273640#: ../../library/os.rst:2570
36283641msgid "Added the :attr:`st_fstype` member to Solaris/derivatives."
3629- msgstr ""
3642+ msgstr "Adicionado o membro :attr:`st_fstype` ao Solaris/derivados. "
36303643
36313644#: ../../library/os.rst:2575
36323645msgid ""
@@ -3637,6 +3650,12 @@ msgid ""
36373650"`f_bavail`, :attr:`f_files`, :attr:`f_ffree`, :attr:`f_favail`, :attr:"
36383651"`f_flag`, :attr:`f_namemax`, :attr:`f_fsid`."
36393652msgstr ""
3653+ "Executa uma chamada de sistema :c:func:`statvfs` no caminho fornecido. O "
3654+ "valor de retorno é um objeto cujos atributos descrevem o sistema de arquivos "
3655+ "no caminho fornecido e correspondem aos membros da estrutura :c:type:"
3656+ "`statvfs`, a saber: :attr:`f_bsize`, :attr:`f_frsize`, :attr:`f_blocks`, :"
3657+ "attr:`f_bfree`, :attr:`f_bavail`, :attr:`f_files`, :attr:`f_ffree`, :attr:"
3658+ "`f_favail`, :attr:`f_flag`, :attr:`f_namemax`, :attr:`f_fsid`."
36403659
36413660#: ../../library/os.rst:2582
36423661msgid ""
@@ -3645,6 +3664,11 @@ msgid ""
36453664"only, and if :const:`ST_NOSUID` is set, the semantics of setuid/setgid bits "
36463665"are disabled or not supported."
36473666msgstr ""
3667+ "Duas constantes de nível de módulo são definidas para os sinalizadores de "
3668+ "bit do atributo :attr:`f_flag`: se :const:`ST_RDONLY` for definido, o "
3669+ "sistema de arquivos é montado somente leitura, e se :const:`ST_NOSUID` "
3670+ "estiver definido, a semântica dos bits setuid/setgid é desabilitada ou não é "
3671+ "suportada."
36483672
36493673#: ../../library/os.rst:2587
36503674msgid ""
0 commit comments