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

Skip to content

Commit d91c405

Browse files
Update translations
1 parent 31043a0 commit d91c405

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

faq/extending.po

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,12 @@ msgid ""
430430
"to point at your custom input function. See ``Modules/readline.c`` and "
431431
"``Parser/myreadline.c`` for more hints."
432432
msgstr ""
433+
"Em C, a forma mais fácil de fazer isso é chamar :c:func:"
434+
"`PyRun_InteractiveLoop` (talvez em uma thread separada) e deixar o "
435+
"interpretador do Python tratar a entrada para você. Você tambémm pode "
436+
"apontar o :c:func:`PyOS_ReadlineFunctionPointer` para a sua função de "
437+
"entrada personalizada. Consulte ``Modules/readline.c`` e ``Parser/myreadline."
438+
"c`` para mais dicas."
433439

434440
#: ../../faq/extending.rst:276
435441
msgid ""
@@ -456,6 +462,8 @@ msgstr ""
456462
#: ../../faq/extending.rst:432
457463
msgid "How do I find undefined g++ symbols __builtin_new or __pure_virtual?"
458464
msgstr ""
465+
"Como encontro os símbolos __builtin_new ou __pure_virtual não-definidos no g+"
466+
"+?"
459467

460468
#: ../../faq/extending.rst:434
461469
msgid ""

potodo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@
4040
- newtypes_tutorial.po 28 / 123 ( 22.0% translated).
4141

4242

43-
# faq (81.62% done)
43+
# faq (81.91% done)
4444

4545
- design.po 119 / 139 ( 85.0% translated).
46-
- extending.po 45 / 60 ( 75.0% translated).
46+
- extending.po 47 / 60 ( 78.0% translated).
4747
- library.po 131 / 142 ( 92.0% translated).
4848
- programming.po 269 / 350 ( 76.0% translated).
4949

stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "59.07%", "total": 47814, "updated_at": "2024-10-31T00:39:35+00:00Z"}
1+
{"translation": "59.08%", "total": 47814, "updated_at": "2024-11-01T00:42:35+00:00Z"}

0 commit comments

Comments
 (0)