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

Skip to content

Commit 11040cf

Browse files
Update translations
1 parent 338bb60 commit 11040cf

File tree

4 files changed

+74
-7
lines changed

4 files changed

+74
-7
lines changed

c-api/module.po

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,11 @@ msgid ""
344344
"collector is not involved and :c:member:`~PyModuleDef.m_free` is called "
345345
"directly."
346346
msgstr ""
347+
"Assim como :c:member:`PyTypeObject.tp_clear`, esta função não é *sempre* "
348+
"chamada antes de um módulo ser desalocado. Por exemplo, quando a contagem de "
349+
"referências é suficiente para determinar que um objeto não é mais usado, o "
350+
"coletor de lixo cíclico não é envolvido e :c:member:`~PyModuleDef.m_free` é "
351+
"chamado diretamente."
347352

348353
#: ../../c-api/module.rst:239
349354
msgid ""
@@ -373,6 +378,9 @@ msgid ""
373378
"like :c:func:`PyModule_Create2` with *module_api_version* set to :c:macro:"
374379
"`PYTHON_API_VERSION`."
375380
msgstr ""
381+
"Cria um novo objeto de módulo, dada a definição em *def*. Isso se comporta "
382+
"como :c:func:`PyModule_Create2` com *module_api_version* definido como :c:"
383+
"macro:`PYTHON_API_VERSION`"
376384

377385
#: ../../c-api/module.rst:268
378386
msgid ""

license.po

Lines changed: 60 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,65 @@ msgid ""
354354
"8. By copying, installing or otherwise using Python, Licensee agrees\n"
355355
" to be bound by the terms and conditions of this License Agreement."
356356
msgstr ""
357+
"1. This LICENSE AGREEMENT is between the Python Software Foundation "
358+
"(\"PSF\"), and\n"
359+
" the Individual or Organization (\"Licensee\") accessing and otherwise "
360+
"using this\n"
361+
" software (\"Python\") in source or binary form and its associated "
362+
"documentation.\n"
363+
"\n"
364+
"2. Subject to the terms and conditions of this License Agreement, PSF "
365+
"hereby\n"
366+
" grants Licensee a nonexclusive, royalty-free, world-wide license to "
367+
"reproduce,\n"
368+
" analyze, test, perform and/or display publicly, prepare derivative "
369+
"works,\n"
370+
" distribute, and otherwise use Python alone or in any derivative\n"
371+
" version, provided, however, that PSF's License Agreement and PSF's notice "
372+
"of\n"
373+
" copyright, i.e., \"Copyright © 2001-2023 Python Software Foundation; All "
374+
"Rights\n"
375+
" Reserved\" are retained in Python alone or in any derivative version\n"
376+
" prepared by Licensee.\n"
377+
"\n"
378+
"3. In the event Licensee prepares a derivative work that is based on or\n"
379+
" incorporates Python or any part thereof, and wants to make the\n"
380+
" derivative work available to others as provided herein, then Licensee "
381+
"hereby\n"
382+
" agrees to include in any such work a brief summary of the changes made to "
383+
"Python.\n"
384+
"\n"
385+
"4. PSF is making Python available to Licensee on an \"AS IS\" basis.\n"
386+
" PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY "
387+
"OF\n"
388+
" EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND DISCLAIMS ANY "
389+
"REPRESENTATION OR\n"
390+
" WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT "
391+
"THE\n"
392+
" USE OF PYTHON WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.\n"
393+
"\n"
394+
"5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON\n"
395+
" FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT "
396+
"OF\n"
397+
" MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON, OR ANY DERIVATIVE\n"
398+
" THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.\n"
399+
"\n"
400+
"6. This License Agreement will automatically terminate upon a material "
401+
"breach of\n"
402+
" its terms and conditions.\n"
403+
"\n"
404+
"7. Nothing in this License Agreement shall be deemed to create any "
405+
"relationship\n"
406+
" of agency, partnership, or joint venture between PSF and Licensee. This "
407+
"License\n"
408+
" Agreement does not grant permission to use PSF trademarks or trade name "
409+
"in a\n"
410+
" trademark sense to endorse or promote products or services of Licensee, "
411+
"or any\n"
412+
" third party.\n"
413+
"\n"
414+
"8. By copying, installing or otherwise using Python, Licensee agrees\n"
415+
" to be bound by the terms and conditions of this License Agreement."
357416

358417
#: ../../license.rst:141
359418
msgid "BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0"
@@ -1153,7 +1212,7 @@ msgstr "Funções UUencode e UUdecode"
11531212

11541213
#: ../../license.rst:482
11551214
msgid "The :mod:`uu` module contains the following notice::"
1156-
msgstr ""
1215+
msgstr "O módulo :mod:`uu` contém o seguinte aviso::"
11571216

11581217
#: ../../license.rst:484
11591218
msgid ""

potodo.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11

22

3-
# 3.12 (98.35% done)
3+
# 3.12 (98.65% done)
44

5-
- license.po 114 / 125 ( 91.0% translated).
5+
- license.po 116 / 125 ( 92.0% translated).
66

77

8-
# c-api (53.38% done)
8+
# c-api (53.43% done)
99

1010
- exceptions.po 194 / 366 ( 53.0% translated).
1111
- float.po 15 / 35 ( 42.0% translated).
@@ -17,7 +17,7 @@
1717
- intro.po 96 / 141 ( 68.0% translated).
1818
- long.po 30 / 67 ( 44.0% translated).
1919
- memory.po 53 / 195 ( 27.0% translated).
20-
- module.po 61 / 124 ( 49.0% translated).
20+
- module.po 63 / 124 ( 50.0% translated).
2121
- number.po 14 / 48 ( 29.0% translated).
2222
- object.po 14 / 80 ( 17.0% translated).
2323
- refcounting.po 2 / 47 ( 4.0% translated).
@@ -286,5 +286,5 @@
286286
- 3.7.po 252 / 568 ( 44.0% translated).
287287

288288

289-
# TOTAL (65.90% done)
289+
# TOTAL (65.91% done)
290290

stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion": "65.9%", "translated": 40743, "entries": 61825, "updated_at": "2025-02-04T23:27:24+00:00Z"}
1+
{"completion": "65.91%", "translated": 40747, "entries": 61825, "updated_at": "2025-02-05T23:27:17+00:00Z"}

0 commit comments

Comments
 (0)