Skip to content

Commit ce4e71b

Browse files
Update translations
1 parent ff84d6a commit ce4e71b

3 files changed

Lines changed: 12 additions & 4 deletions

File tree

faq/programming.po

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2202,7 +2202,7 @@ msgstr ""
22022202

22032203
#: ../../faq/programming.rst:1512
22042204
msgid "What is delegation?"
2205-
msgstr "O que é delegation?"
2205+
msgstr "O que é delegação?"
22062206

22072207
#: ../../faq/programming.rst:1514
22082208
msgid ""
@@ -2212,13 +2212,21 @@ msgid ""
22122212
"implementation of the method you're interested in changing and delegates all "
22132213
"other methods to the corresponding method of ``x``."
22142214
msgstr ""
2215+
"A delegação é uma técnica orientada a objetos (também chamada de padrão de "
2216+
"projeto). Digamos que você tenha um objeto ``x`` e queira alterar o "
2217+
"comportamento de apenas um de seus métodos. Você pode criar uma nova classe "
2218+
"que forneça uma nova implementação do método que você está interessado em "
2219+
"alterar e delegar todos os outros métodos ao método correspondente de ``x``."
22152220

22162221
#: ../../faq/programming.rst:1520
22172222
msgid ""
22182223
"Python programmers can easily implement delegation. For example, the "
22192224
"following class implements a class that behaves like a file but converts all "
22202225
"written data to uppercase::"
22212226
msgstr ""
2227+
"Com Python, você pode implementar delegação facilmente. Por exemplo, o "
2228+
"trecho de código a seguir implementa uma classe que se comporta como um "
2229+
"arquivo, mas converte todos os dados gravados em letras maiúsculas::"
22222230

22232231
#: ../../faq/programming.rst:1535
22242232
msgid ""

potodo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@
4444
- newtypes_tutorial.po 28 / 123 ( 22.0% translated).
4545

4646

47-
# faq (87.63% done)
47+
# faq (87.85% done)
4848

4949
- design.po 123 / 141 ( 87.0% translated).
5050
- extending.po 50 / 58 ( 86.0% translated).
5151
- library.po 130 / 140 ( 92.0% translated).
52-
- programming.po 299 / 372 ( 80.0% translated).
52+
- programming.po 301 / 372 ( 80.0% translated).
5353

5454

5555
# howto (51.31% done)

stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "61.28%", "total": 49504, "updated_at": "2024-12-17T00:28:14+00:00Z"}
1+
{"translation": "61.28%", "total": 49504, "updated_at": "2024-12-18T00:27:11+00:00Z"}

0 commit comments

Comments
 (0)