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

Skip to content

Commit ccd25e0

Browse files
Update translations
1 parent 06b98b0 commit ccd25e0

File tree

3 files changed

+5
-10
lines changed

3 files changed

+5
-10
lines changed

potodo.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,9 @@
274274
- simple_stmts.po 150 / 154 ( 97.0% translated).
275275

276276

277-
# tutorial (100.00% done)
277+
# tutorial (99.89% done)
278278

279+
- classes.po 114 / 115 ( 99.0% translated).
279280

280281

281282
# using (99.33% done)

stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion": "63.04%", "translated": 31206, "entries": 49504, "updated_at": "2025-02-20T00:26:48+00:00Z"}
1+
{"completion": "63.04%", "translated": 31205, "entries": 49504, "updated_at": "2025-02-22T00:25:28+00:00Z"}

tutorial/classes.po

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ msgid ""
1717
msgstr ""
1818
"Project-Id-Version: Python 3.9\n"
1919
"Report-Msgid-Bugs-To: \n"
20-
"POT-Creation-Date: 2025-01-03 16:35+0000\n"
20+
"POT-Creation-Date: 2025-02-21 17:04+0000\n"
2121
"PO-Revision-Date: 2017-02-16 23:39+0000\n"
2222
"Last-Translator: Rafael Fontenelle <[email protected]>, 2024\n"
2323
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -612,19 +612,13 @@ msgstr ""
612612

613613
#: ../../tutorial/classes.rst:328
614614
msgid ""
615-
"*data attributes* correspond to \"instance variables\" in Smalltalk, and to "
615+
"*Data attributes* correspond to \"instance variables\" in Smalltalk, and to "
616616
"\"data members\" in C++. Data attributes need not be declared; like local "
617617
"variables, they spring into existence when they are first assigned to. For "
618618
"example, if ``x`` is the instance of :class:`MyClass` created above, the "
619619
"following piece of code will print the value ``16``, without leaving a "
620620
"trace::"
621621
msgstr ""
622-
"Atributos de dados correspondem a \"variáveis de instância\" em Smalltalk, e "
623-
"a \"membros de dados\" em C++. Atributos de dados não precisam ser "
624-
"declarados. Assim como variáveis locais, eles passam a existir na primeira "
625-
"vez em que é feita uma atribuição. Por exemplo, se ``x`` é uma instância da :"
626-
"class:`MyClass` criada acima, o próximo trecho de código irá exibir o valor "
627-
"``16``, sem deixar nenhum rastro::"
628622

629623
#: ../../tutorial/classes.rst:340
630624
msgid ""

0 commit comments

Comments
 (0)