Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5747e29

Browse files
Update translations
1 parent9abd0cb commit5747e29

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
@@ -471,18 +471,26 @@ msgid ""
471471
"it using g++ (change LINKCC in the Python Modules Makefile), and link your "
472472
"extension module using g++ (e.g., ``g++ -shared -o mymodule.so mymodule.o``)."
473473
msgstr""
474+
"Para carregar dinamicamente módulos de extensão feitos com g++, você precisa "
475+
"recompilar o Python, usando o g++ como ligador (mude a constante LINKCC no "
476+
"Makefile dos módulos de extensão do Python), e use o g++ também como ligador "
477+
"do seu módulo (por exemplo, ``g++ -shared -o mymodule.so mymodule.o``)."
474478

475479
#:../../faq/extending.rst:440
476480
msgid""
477481
"Can I create an object class with some methods implemented in C and others "
478482
"in Python (e.g. through inheritance)?"
479483
msgstr""
484+
"Posso criar uma classe de objetos com alguns métodos implementados em C e "
485+
"outros em Python (por exemplo, via herança)?"
480486

481487
#:../../faq/extending.rst:442
482488
msgid""
483489
"Yes, you can inherit from built-in classes such as :class:`int`, :class:"
484490
"`list`, :class:`dict`, etc."
485491
msgstr""
492+
"Sim, você pode herdar de classes embutidas como :class:`int`, :class:"
493+
"`list`, :class:`dict` etc."
486494

487495
#:../../faq/extending.rst:445
488496
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.91% done)
43+
#faq (82.34% done)
4444

4545
- design.po 119 / 139 ( 85.0% translated).
46-
- extending.po47 / 60 (78.0% translated).
46+
- extending.po50 / 60 (83.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.08%","total":47814,"updated_at":"2024-11-02T00:40:38+00:00Z"}
1+
{"translation":"59.09%","total":47814,"updated_at":"2024-11-03T00:42:42+00:00Z"}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp