Skip to content

Commit a9ca728

Browse files
Update translations
1 parent be2f051 commit a9ca728

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

library/pathlib.po

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-02-03 18:48+0000\n"
14+
"POT-Creation-Date: 2025-06-20 16:15+0000\n"
1515
"PO-Revision-Date: 2023-05-24 02:18+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -957,6 +957,9 @@ msgid ""
957957
"given path already exists in the file system and is not a directory (same "
958958
"behavior as the POSIX ``mkdir -p`` command)."
959959
msgstr ""
960+
"Se *exist_ok* for verdadeiro, a exceção :exc:`FileExistsError` não será "
961+
"levantada, a menos que o caminho fornecido já exista no sistema de arquivos "
962+
"e não seja um diretório (mesmo comportamento do comando POSIX ``mkdir -p``)."
960963

961964
#: ../../library/pathlib.rst:1001
962965
msgid "The *exist_ok* parameter was added."
@@ -1231,7 +1234,7 @@ msgid ""
12311234
"Open the file pointed to in bytes mode, write *data* to it, and close the "
12321235
"file::"
12331236
msgstr ""
1234-
"Abre o arquivo apontado no modo bytes, escreve *dados* e fecha o arquivo::"
1237+
"Abre o arquivo apontado no modo bytes, escreve *data* e fecha o arquivo::"
12351238

12361239
#: ../../library/pathlib.rst:1278
12371240
msgid "An existing file of the same name is overwritten."

potodo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585

8686

8787

88-
# library (63.65% done)
88+
# library (63.66% done)
8989

9090
- _thread.po 49 / 51 ( 96.0% translated).
9191
- abc.po 48 / 49 ( 97.0% translated).
@@ -196,7 +196,7 @@
196196
- os.path.po 83 / 84 ( 98.0% translated).
197197
- os.po 918 / 931 ( 98.0% translated).
198198
- ossaudiodev.po 18 / 98 ( 18.0% translated).
199-
- pathlib.po 217 / 230 ( 94.0% translated).
199+
- pathlib.po 218 / 230 ( 94.0% translated).
200200
- pdb.po 114 / 115 ( 99.0% translated).
201201
- pipes.po 5 / 20 ( 25.0% translated).
202202
- pkgutil.po 39 / 51 ( 76.0% translated).

stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion": "67.99%", "translated": 37945, "entries": 55811, "updated_at": "2025-06-29T23:54:10+00:00Z"}
1+
{"completion": "67.99%", "translated": 37946, "entries": 55811, "updated_at": "2025-06-30T23:54:55+00:00Z"}

0 commit comments

Comments
 (0)