Skip to content

Commit 9dcc805

Browse files
Update translations
1 parent 4e5e510 commit 9dcc805

File tree

8 files changed

+24
-20
lines changed

8 files changed

+24
-20
lines changed

c-api/init.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.10\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-05-02 16:07+0000\n"
14+
"POT-Creation-Date: 2025-06-13 16:51+0000\n"
1515
"PO-Revision-Date: 2022-11-05 17:21+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -826,7 +826,7 @@ msgstr ""
826826

827827
#: ../../c-api/init.rst:554
828828
msgid "``'Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam'``"
829-
msgstr ""
829+
msgstr "``'Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam'``"
830830

831831
#: ../../c-api/init.rst:558
832832
msgid ""

c-api/memory.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.10\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-01-03 16:02+0000\n"
14+
"POT-Creation-Date: 2025-06-20 16:58+0000\n"
1515
"PO-Revision-Date: 2022-11-05 17:21+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -377,7 +377,7 @@ msgstr "``PyMem_REALLOC(ptr, size)``"
377377

378378
#: ../../c-api/memory.rst:297
379379
msgid "``PyMem_RESIZE(ptr, type, size)``"
380-
msgstr ""
380+
msgstr "``PyMem_RESIZE(ptr, type, size)``"
381381

382382
#: ../../c-api/memory.rst:298
383383
msgid "``PyMem_FREE(ptr)``"
@@ -984,7 +984,7 @@ msgstr ""
984984

985985
#: ../../c-api/memory.rst:653
986986
msgid "``void free(void *ctx, void *ptr, size_t size)``"
987-
msgstr ""
987+
msgstr "``void free(void *ctx, void *ptr, size_t size)``"
988988

989989
#: ../../c-api/memory.rst:653
990990
msgid "free an arena"

library/inspect.po

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.10\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-05-23 16:44+0000\n"
14+
"POT-Creation-Date: 2025-06-06 16:52+0000\n"
1515
"PO-Revision-Date: 2022-11-05 17:22+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -1274,6 +1274,8 @@ msgid ""
12741274
"``FullArgSpec(args, varargs, varkw, defaults, kwonlyargs, kwonlydefaults, "
12751275
"annotations)``"
12761276
msgstr ""
1277+
"``FullArgSpec(args, varargs, varkw, defaults, kwonlyargs, kwonlydefaults, "
1278+
"annotations)``"
12771279

12781280
#: ../../library/inspect.rst:971
12791281
msgid ""

library/logging.po

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.10\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-05-02 16:07+0000\n"
14+
"POT-Creation-Date: 2025-06-06 16:52+0000\n"
1515
"PO-Revision-Date: 2022-11-05 17:22+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -2023,6 +2023,8 @@ msgid ""
20232023
"``factory(name, level, fn, lno, msg, args, exc_info, func=None, sinfo=None, "
20242024
"**kwargs)``"
20252025
msgstr ""
2026+
"``factory(name, level, fn, lno, msg, args, exc_info, func=None, sinfo=None, "
2027+
"**kwargs)``"
20262028

20272029
#: ../../library/logging.rst:1381
20282030
msgid "The logger name."

library/socket.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.10\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-04-18 16:08+0000\n"
14+
"POT-Creation-Date: 2025-06-20 16:58+0000\n"
1515
"PO-Revision-Date: 2022-11-05 17:22+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -959,7 +959,7 @@ msgstr ""
959959

960960
#: ../../library/socket.rst:778
961961
msgid "``(family, type, proto, canonname, sockaddr)``"
962-
msgstr ""
962+
msgstr "``(family, type, proto, canonname, sockaddr)``"
963963

964964
#: ../../library/socket.rst:780
965965
msgid ""

library/tarfile.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ msgstr "ação"
9898

9999
#: ../../library/tarfile.rst:52
100100
msgid "``'r' or 'r:*'``"
101-
msgstr ""
101+
msgstr "``'r' or 'r:*'``"
102102

103103
#: ../../library/tarfile.rst:52
104104
msgid "Open for reading with transparent compression (recommended)."

potodo.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44

55

66

7-
# c-api (57.86% done)
7+
# c-api (57.94% done)
88

99
- allocation.po 8 / 9 ( 88.0% translated).
1010
- arg.po 193 / 195 ( 98.0% translated).
1111
- call.po 90 / 95 ( 94.0% translated).
1212
- exceptions.po 197 / 275 ( 71.0% translated).
1313
- float.po 12 / 13 ( 92.0% translated).
1414
- gcsupport.po 10 / 40 ( 25.0% translated).
15-
- init.po 119 / 310 ( 38.0% translated).
15+
- init.po 120 / 310 ( 38.0% translated).
1616
- init_config.po 129 / 375 ( 34.0% translated).
1717
- long.po 30 / 51 ( 58.0% translated).
18-
- memory.po 57 / 184 ( 30.0% translated).
18+
- memory.po 59 / 184 ( 32.0% translated).
1919
- module.po 48 / 99 ( 48.0% translated).
2020
- number.po 8 / 42 ( 19.0% translated).
2121
- object.po 3 / 50 ( 6.0% translated).
@@ -86,7 +86,7 @@
8686

8787

8888

89-
# library (61.98% done)
89+
# library (62.00% done)
9090

9191
- _thread.po 39 / 41 ( 95.0% translated).
9292
- argparse.po 256 / 290 ( 88.0% translated).
@@ -175,13 +175,13 @@
175175
- imp.po 8 / 68 ( 11.0% translated).
176176
- importlib.metadata.po 36 / 53 ( 67.0% translated).
177177
- importlib.po 225 / 346 ( 65.0% translated).
178-
- inspect.po 86 / 338 ( 25.0% translated).
178+
- inspect.po 87 / 338 ( 25.0% translated).
179179
- io.po 38 / 245 ( 15.0% translated).
180180
- ipaddress.po 155 / 158 ( 98.0% translated).
181181
- itertools.po 128 / 153 ( 83.0% translated).
182182
- logging.config.po 17 / 133 ( 12.0% translated).
183183
- logging.handlers.po 51 / 268 ( 19.0% translated).
184-
- logging.po 95 / 334 ( 28.0% translated).
184+
- logging.po 96 / 334 ( 28.0% translated).
185185
- mailbox.po 20 / 282 ( 7.0% translated).
186186
- mailcap.po 2 / 15 ( 13.0% translated).
187187
- math.po 117 / 118 ( 99.0% translated).
@@ -218,7 +218,7 @@
218218
- site.po 34 / 39 ( 87.0% translated).
219219
- smtpd.po 10 / 79 ( 12.0% translated).
220220
- smtplib.po 25 / 109 ( 22.0% translated).
221-
- socket.po 59 / 324 ( 18.0% translated).
221+
- socket.po 60 / 324 ( 18.0% translated).
222222
- socketserver.po 67 / 78 ( 85.0% translated).
223223
- sqlite3.po 76 / 287 ( 26.0% translated).
224224
- ssl.po 63 / 493 ( 12.0% translated).
@@ -231,7 +231,7 @@
231231
- symtable.po 3 / 44 ( 6.0% translated).
232232
- sys.po 358 / 412 ( 86.0% translated).
233233
- sysconfig.po 75 / 81 ( 92.0% translated).
234-
- tarfile.po 96 / 301 ( 31.0% translated).
234+
- tarfile.po 97 / 301 ( 32.0% translated).
235235
- telnetlib.po 7 / 47 ( 14.0% translated).
236236
- tempfile.po 8 / 64 ( 12.0% translated).
237237
- test.po 115 / 295 ( 38.0% translated).
@@ -323,5 +323,5 @@
323323
- 3.7.po 243 / 555 ( 43.0% translated).
324324

325325

326-
# TOTAL (65.28% done)
326+
# TOTAL (65.29% done)
327327

stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion": "65.28%", "translated": 33732, "entries": 51675, "updated_at": "2025-06-25T00:36:58+00:00Z"}
1+
{"completion": "65.29%", "translated": 33739, "entries": 51675, "updated_at": "2025-06-26T00:37:29+00:00Z"}

0 commit comments

Comments
 (0)