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

Skip to content

Commit 24a522a

Browse files
Update translations
1 parent 550b16f commit 24a522a

File tree

3 files changed

+21
-7
lines changed

3 files changed

+21
-7
lines changed

library/shutil.po

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -837,6 +837,9 @@ msgid ""
837837
"specified path directly and does not search the directories listed in *path* "
838838
"or in the system's :envvar:`PATH` environment variable."
839839
msgstr ""
840+
"Se *cmd* contiver um componente de diretório, :func:`!which` verificará "
841+
"apenas o caminho especificado diretamente e não pesquisará os diretórios "
842+
"listados em *path* ou na variável de ambiente :envvar:`PATH` do sistema."
840843

841844
#: ../../library/shutil.rst:461
842845
msgid ""
@@ -957,11 +960,11 @@ msgstr ""
957960

958961
#: ../../library/shutil.rst:519
959962
msgid "On Linux :func:`os.copy_file_range` or :func:`os.sendfile` is used."
960-
msgstr ""
963+
msgstr "No Linux, :func:`os.copy_file_range` ou :func:`os.sendfile` é usado."
961964

962965
#: ../../library/shutil.rst:521
963966
msgid "On Solaris :func:`os.sendfile` is used."
964-
msgstr ""
967+
msgstr "No Solaris, :func:`os.sendfile` é usado."
965968

966969
#: ../../library/shutil.rst:523
967970
msgid ""
@@ -985,13 +988,16 @@ msgstr ""
985988

986989
#: ../../library/shutil.rst:533
987990
msgid "Solaris now uses :func:`os.sendfile`."
988-
msgstr ""
991+
msgstr "Solaris agora usa :func:`os.sendfile`."
989992

990993
#: ../../library/shutil.rst:536
991994
msgid ""
992995
"Copy-on-write or server-side copy may be used internally via :func:`os."
993996
"copy_file_range` on supported Linux filesystems."
994997
msgstr ""
998+
"A cópia na gravação (copy-on-write) ou cópia do lado do servidor podem ser "
999+
"usadas internamente via :func:`os.copy_file_range` em sistemas de arquivos "
1000+
"Linux suportados."
9951001

9961002
#: ../../library/shutil.rst:543
9971003
msgid "copytree example"
@@ -1357,6 +1363,11 @@ msgid ""
13571363
"features specific to tar and UNIX-like filesystems. (See :ref:`tarfile-"
13581364
"extraction-filter` for details.)"
13591365
msgstr ""
1366+
"O argumento somente-nomeado *filter* é passado para a função de "
1367+
"desempacotamento subjacente. Para arquivos zip, *filter* não é aceito. Para "
1368+
"arquivos tar, é recomendado usar ``'data'`` (padrão desde o Python 3.14), a "
1369+
"menos que esteja usando recursos específicos para tar e sistemas de arquivos "
1370+
"do tipo UNIX. (Veja :ref:`tarfile-extraction-filter` para detalhes.)"
13601371

13611372
#: ../../library/shutil.rst:721
13621373
msgid ""
@@ -1385,6 +1396,10 @@ msgid ""
13851396
"prevent *all* unintended behavior. Read the :ref:`tarfile-further-"
13861397
"verification` section for tar-specific details."
13871398
msgstr ""
1399+
"Desde o Python 3.14, os padrões para ambos os formatos embutidos (arquivos "
1400+
"zip e tar) evitarão os problemas de segurança mais perigosos, mas não "
1401+
"impedirão *todos* os comportamentos indesejados. Leia a seção :ref:`tarfile-"
1402+
"further-verification` para detalhes específicos do tar."
13881403

13891404
#: ../../library/shutil.rst:736
13901405
msgid "Accepts a :term:`path-like object` for *filename* and *extract_dir*."

potodo.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989

9090

9191

92-
# library (62.89% done)
92+
# library (62.91% done)
9393

9494
- _thread.po 51 / 52 ( 98.0% translated).
9595
- annotationlib.po 3 / 136 ( 2.0% translated).
@@ -185,7 +185,6 @@
185185
- selectors.po 13 / 58 ( 22.0% translated).
186186
- shelve.po 11 / 40 ( 27.0% translated).
187187
- shlex.po 3 / 77 ( 3.0% translated).
188-
- shutil.po 182 / 189 ( 96.0% translated).
189188
- smtplib.po 30 / 116 ( 25.0% translated).
190189
- socket.po 51 / 383 ( 13.0% translated).
191190
- sqlite3.po 116 / 475 ( 24.0% translated).
@@ -274,5 +273,5 @@
274273
- changelog.po 2597 / 13241 ( 19.0% translated).
275274

276275

277-
# TOTAL (59.24% done)
276+
# TOTAL (59.25% done)
278277

stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion": "59.24%", "translated": 47205, "entries": 79683, "updated_at": "2025-05-18T23:09:46+00:00Z"}
1+
{"completion": "59.25%", "translated": 47212, "entries": 79683, "updated_at": "2025-05-19T23:08:49+00:00Z"}

0 commit comments

Comments
 (0)